Home
last modified time | relevance | path

Searched refs:current (Results 1 – 22 of 22) sorted by relevance

/web-php/include/
H A Dsite.inc37 // Returns true if the current (or specified)
46 // Returns true if the current (or specified)
53 // Returns the current (or specified)
62 // Returns the current (or specified)
80 // Returns the current (or specified)
98 // Returns the current (or specified)
138 // to the current time!
237 // Guess the current site from what Apache tells us.
H A Dversion.inc86 $current = null;
91 $current = $info;
96 return [$version, $current];
H A Dfooter.inc26 <li class="<?php echo ($item['current']) ? 'current' : ''; ?>">
43 <li class="<?php echo ($item['current']) ? 'current' : ''; ?>">
H A Dshared-manual.inc47 // Link target to add a note to the current manual page,
226 "current" => $setup["this"][0] == $entry[0],
247 "current" => $setup["this"][0] == $entry[0],
298 $note = current($USERNOTES);
309 "current" => "docs",
422 $current = new DateTime();
423 $diff = $current->diff($date);
H A Dget-download.inc14 'current' => 'downloads',
H A Dip-to-country.inc97 // convert current IP to something useful
111 // Compare current index part with our IP
179 // Check if the current country is valid
H A Dchangelogs.inc44 'current' => 'docs',
H A Dlayout.inc429 "current" => "",
442 $curr = $config["current"];
528 echo "<dd>Goto search<br>(current page)</dd>\n";
H A Dlangchooser.inc12 available on the current mirror site.
H A Dmanual-lookup.inc150 …// @todo utilize phd to generate this data, instead of the current systems/gen-phpweb-sqlite-db.php
H A Derrors.inc623 <p>If you were looking for this page in the current PHP version and believe this to be a mistake, p…
H A Dpregen-news.inc3835 …> has been announced, and we\'ve assembled a great line-up with the most current PHP related topic…
3862 …> has been announced, and we\'ve assembled a great line-up with the most current PHP related topic…
9932 …> has been announced, and we\'ve assembled a great line-up with the most current PHP related topic…
9956 …> has been announced, and we\'ve assembled a great line-up with the most current PHP related topic…
/web-php/releases/
H A Dindex.php46 $machineReadable = current($machineReadable);
57 $r = current($release);
96 echo "since <b>" . current($a)['date'] . '</b>.';
H A DNEWS_5_4_0_RC1.txt2292 . Added optional parameter to ini_get_all() to only retrieve the current
2485 around the current day.
2573 - Added gethostname() to return the current system host name. (Ilia)
4663 - Removed current working directory from the php.ini search path for CLI and
4819 - Fixed bug #38808 ("maybe ref" issue for current() and others). (Dmitry)
5599 - Added SAPI hook to get the current request time. (Rasmus)
5781 - Fixed bug #35143 (gettimeofday() ignores current time zone). (Derick)
5790 current() functions). (Ilia)
6056 - Fixed bug #32993 (implemented Iterator function current() don't throw
6216 - Fixed bug #30096 (gmmktime does not return the current time). (Derick)
[all …]
H A DNEWS_5_4_0_beta1.txt83 . Fixed bug #55124 (recursive mkdir fails with current (dot) directory in path).
2196 . Added optional parameter to ini_get_all() to only retrieve the current
2389 around the current day.
2477 - Added gethostname() to return the current system host name. (Ilia)
4723 - Fixed bug #38808 ("maybe ref" issue for current() and others). (Dmitry)
5503 - Added SAPI hook to get the current request time. (Rasmus)
5685 - Fixed bug #35143 (gettimeofday() ignores current time zone). (Derick)
5694 current() functions). (Ilia)
5960 - Fixed bug #32993 (implemented Iterator function current() don't throw
6120 - Fixed bug #30096 (gmmktime does not return the current time). (Derick)
[all …]
H A DNEWS_5_4_0_beta2.txt134 . Fixed bug #55124 (recursive mkdir fails with current (dot) directory in path).
/web-php/images/sponsors/
H A Dredpill.svg1 <svg class="fill-current stroke-current" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140.8 67.8…
/web-php/
H A Dsubmit-event.php268 function display_options($options, $current): void argument
272 ($k == $current ? ' selected="selected"' : ''),
/web-php/manual/en/toc/
H A Dsecurity.inc60 0 => 'security.current.php',
/web-php/js/
H A Dcommon.js118 function cycleMenuItems(current, forward) { argument
119 var nextOrPreviousSibling = getNextOrPreviousSibling(current, forward);
121 cycle(nextOrPreviousSibling, current);
/web-php/styles/
H A Dtheme-base.css644 #results_nav_list li.current {
1472 .layout-menu ul.child-menu-list .current {
1475 #layout-content .current:before {
1480 .layout-menu ul.child-menu-list .current a:before {
H A Dtheme-medium.css451 .layout-menu ul.child-menu-list li.current a {

Completed in 159 milliseconds