Home
last modified time | relevance | path

Searched refs:a (Results 1 – 25 of 66) sorted by last modified time

123

/web-php/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
202 "description": "Restarts a process without Xdebug.",
492 … "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
676 … "description": "FilterIterator implementation that filters files based on a list of suffixes.",
741 "description": "Invoke callables with a timeout",
1287 "description": "Looks up which function or method a line of code belongs to",
3225 "description": "Provides a way to profile code",
3303 …ted API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
H A Dindex.php91 $content .= '<p class="archive"><a href="/archive/">Older News Entries</a></p>';
99 <a href="/releases/8.3/index.php" class="hero-btn hero-btn-primary">What's new in 8.3</a>
100 <a href="/downloads.php" class="hero-btn hero-btn-secondary">Download</a>
H A Ddownloads.php46 <?php foreach ($releases as $v => $a): ?>
58 <?php foreach ($a['source'] as $rel): ?>
/web-php/include/
H A Dlanguages.inc4 This is a list of all manual languages hosted
H A Dbranches.inc6 /* Branch overrides. For situations where we've changed the exact dates for a
175 // Gather the last release on each branch into a convenient array.
245 * version metadata from $RELEASES for a single release. */
260 // Fake a date like we have on the oldreleases array.
291 // Fake a date like we have on the oldreleases array.
H A Dshared-manual.inc47 // Link target to add a note to the current manual page,
48 // and it's extended form with a [+] image
53 "+<small>add a note</small>",
122 …ame = ($note->id ? "\n <a href=\"#{$note->id}\" class=\"name\">$name</a><a class=\"genanchor\" hr…
145 …<a href="/manual/vote-note.php?id={$note->id}&amp;page={$rredir_filename}&amp;vote=up" title="Vote…
148 …<a href="/manual/vote-note.php?id={$note->id}&amp;page={$rredir_filename}&amp;vote=down" title="Vo…
375 // doc-base/configure.php and PhD) then try and make a source-specific URL.
394 $contributors = '<a href="?contributors">All contributors.</a>';
406 <a href="{$edit_url}">Submit a Pull Request</a>
408 …<a href="https://github.com/php/doc-{$repo}/issues/new?body=From%20manual%20page:%20https:%2F%2Fph…
[all …]
H A Dlayout.inc111 $str = "<a href=\"$URL\">" . make_image("news/$image", $alt, "right") . "</a>";
139 return sprintf("<a href=\"%s\">%s</a>", $url, $linktext ?: $url);
143 // return a hyperlink to something, within the site, that pops up a new window
157 // Print a link for a downloadable file (including filesize)
165 // We have a full path or a relative to the distributions dir
207 '<a href="\1" rel="nofollow" target="_blank">\1</a>\4',
280 if ($event['url']) { echo "</a>"; }
340 $SIDEBAR_DATA .= "<p class='panel{$classname}'><a href=\"/{$pagename}\">{$i}</a></p>\n";
482 return "<a href='{$link}'>{$title}</a>";
539 echo "\t<dd><a href='/manual/$lang/{$entry[0]}'>{$entry[1]}</a></dd>\n";
[all …]
H A Dsite.inc123 if (!preg_match("!^[a-z]+://!", $absoluteURI)) {
127 // Do a redirection, if headers are not sent
136 // Set a cookie for all the .php.net sites for the root
203 // If its a "root page", we can't shorten it more
H A Dip-to-country.inc8 a cookie for future usage, and another check is only done,
18 The data file has a fixed record size format to ease
22 the format of a record is:
36 not there, or they are bogus, or the user has a non listed
44 // set a cookie in the browser (in case there is no
53 // User already has a country detected with this IP stored
67 // a very long time. It is an error, if we have
78 // Set the country in a cookie for a week
190 // if any IP is found behind a firewall)
198 // User is behind a proxy and check that we discard RFC1918 IP addresses
[all …]
H A Dchangelogs.inc8 echo "<a href=\"http://bugs.php.net/$number\">#$number</a>";
20 echo "<a href=\"http://pecl.php.net/bugs/bug.php?id=$number\">#$number</a>";
28 echo "<a href=\"https://github.com/$repo/issues/$number\">GH-$number</a>";
39 …return '<a href="#PHP_' . urlencode(strtr($branch, '.', '_')) . '">' . htmlentities($branch) . '</
67 $sidebar .= " <li><a href=\"/ChangeLog-{$major}.php\">PHP {$major}.x</a></li>\n";
H A Derrors.inc32 "<a href=\"/contact.php\">contact the webmasters</a>.</p>\n";
73 "<a href=\"/contact.php\">contact the webmasters</a>.</p>\n";
85 "<a href=\"/contact.php\">contact the webmasters</a>.</p>\n";
550 There is the <a href="/language.types.string">string type</a>, which is a scalar,
551 and also many <a href="/ref.strings">string functions.</a>',
553 Many <a href="/ref.strings">string functions</a> begin with <b>str</b>,
556 <a href="/reserved.variables.server">$_SERVER</a>
557 is a <a href="/language.variables.superglobals">super global</a>,
564 <a href="/language.functions">function is defined</a>, or
565 <a href="/about.prototypes">how to read a function prototype</a>.
[all …]
H A Dlangchooser.inc25 stripped request URI (in case of a shortcut, the
34 // The code is encapsulated in a function,
54 // Set the language in a cookie for a year
58 // Specified in a shortcut URL (eg. /en/echo or /pt_br/echo)
76 // Specified in a manual URL (eg. manual/en/ or manual/pt_br/)
86 // Set the language in a cookie for a year
106 // The language part is either a code or a code with a quality
174 // Add a language to the possible languages' list
199 function language_accept_order($a, $b)
201 if ($a[1] == $b[1]) { return 0; }
[all …]
H A Dprepend.inc43 /* Clickjacking workaround. Nothing should be in a frame so it could technically be 'deny'
83 // Get country of the user and set it in a cookie
108 // If we have a cookie, set the values in the array
181 // Set all the preferred values for a year
H A Dmanual-lookup.inc12 // Replace everything in parentheses with a hyphen (ie. function call)
48 // Replace first - with a dot and try that (for mysqli_ type entries)
64 // Try to find a manual page in a specified language
75 // Try to find a manual page with the specified prefix
129 …// Reformat keyword, drop anything in parenthesis --- except a search for the underscore only. (Bu…
142 // If there is a dot in the $keyword, then a prefix
180 // List a few variations, plus a metaphone version
/web-php/styles/
H A Dtheme-base.css36 font: 0/0 a;
70 a { selector
73 a:focus {
77 a:hover,
78 a:active {
138 a, selector
139 a:visited {
392 a { selector
408 .navbar a {
1204 .title a {
[all …]
H A Dhome.css91 .hero-versions a.notes {
96 .hero-versions a {
101 .hero-versions a:hover,
102 .hero-versions a:focus {
155 .home .newsentry .newstitle a:after {
H A Dtheme-medium.css42 a:link,
43 a:visited {
50 a:hover,
51 a:focus,
77 .interfacename a,
101 .title a,
111 .methodname a,
169 div.warning a:link,
245 .navbar a {
403 aside.tips a {
[all …]
/web-php/tests/
H A Dserver26 log Show the PHP built-in web server logs. Use the -f option for a live update
106 echo if not, there is probably a zombie "$PIDFILE" in this directory.
/web-php/.github/
H A Ddependabot.yaml1 # https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency…
H A DCONTRIBUTING.md3 Anybody who programs in PHP can be a contributing member of the community that
4 develops and deploys www.php.net; the task of deploying the www.php.net website is a never-ending o…
29 Fork the official www.php.net repository and send a pull request. A notification will be
36 Where possible, please include a self-contained reproduction case!
45 a huge win for every www.php.net user.
55 If you are having trouble contributing to www.php.net, or just want to talk to a human
84 Because www.php.net is a volunteer-driven effort, more complex changes will require
85 patience on your side. If you do not receive feedback in a few days, consider
102 free to post your questions on the mailing list. Please have a look at the more
105 www.php.net is developed through the efforts of a large number of people. Collaboration
[all …]
/web-php/js/
H A Dsearch.js55 array.sort(function (a, b) { argument
56 var a = a.name;
59 var aIsMethod = (a.indexOf("::") != -1);
72 if (a.length > b.length) {
73 if (a.indexOf(b) == 0) {
77 if (b.indexOf(a) == 0) {
83 if (a > b) {
85 } else if (a < b) {
H A Dcommon.js63 [/a([nu])/g, 'u$1'],
65 [/a\B/g, 'e'],
88 [/([a-z])[.]/g, '$1. Bork Bork Bork!']
/web-php/manual/
H A Dspam_challenge.php7 function plus($a, $b) { argument
8 return $a + $b;
11 function gen_plus($a) { argument
15 function minus($a, $b) { argument
16 return $a - $b;
19 function gen_minus($a) { argument
20 return mt_rand(0, $a);
24 return "$a $name $b";
28 return "$name($a, $b)";
43 $a = mt_rand(0, 9);
[all …]
/web-php/releases/
H A Dindex.php91 foreach ($OLDRELEASES as $major => $a) {
96 echo "since <b>" . current($a)['date'] . '</b>.';
101 foreach ($a as $ver => $release) {
/web-php/conferences/
H A Dindex.php35 …tent .= '<h3 class="newstitle title"><a href="' . $MYSITE . $link . '" id="' . $id . '">' . $entry…
39 …$content .= sprintf('<a href="%s"><img src="/images/news/%s"></a>', $entry["newsImage"]["link"], $…
48 …$panels .= sprintf('<p class="panel"><a href="%s">%s</a></p>', $entry["newsImage"]["link"], $entry…

Completed in 73 milliseconds

123