Searched refs:current (Results 1 – 22 of 22) sorted by relevance
/web-php/include/ |
H A D | site.inc | 36 // Returns true if the current (or specified) 45 // Returns true if the current (or specified) 52 // Returns the current (or specified) 61 // Returns the current (or specified) 79 // Returns the current (or specified) 97 // Returns the current (or specified) 137 // to the current time! 236 // Guess the current site from what Apache tells us.
|
H A D | version.inc | 98 $current = null; 103 $current = $info; 108 return [$version, $current];
|
H A D | footer.inc | 26 <li class="<?php echo ($item['current']) ? 'current' : ''; ?>"> 43 <li class="<?php echo ($item['current']) ? 'current' : ''; ?>">
|
H A D | shared-manual.inc | 50 // Link target to add a note to the current manual page, 232 "current" => $setup["this"][0] == $entry[0], 253 "current" => $setup["this"][0] == $entry[0], 303 $note = current($USERNOTES); 314 "current" => "docs", 433 $current = new DateTime(); 434 $diff = $current->diff($date);
|
H A D | get-download.inc | 14 'current' => 'downloads',
|
H A D | ip-to-country.inc | 97 // convert current IP to something useful 111 // Compare current index part with our IP 179 // Check if the current country is valid
|
H A D | langchooser.inc | 12 available on the current mirror site.
|
H A D | changelogs.inc | 48 'current' => 'docs',
|
H A D | layout.inc | 436 "current" => "", 468 $curr = $config["current"]; 585 echo "<dd>Goto search<br>(current page)</dd>\n";
|
H A D | manual-lookup.inc | 148 …// @todo utilize phd to generate this data, instead of the current systems/gen-phpweb-sqlite-db.php
|
H A D | header.inc | 131 <?= $isActive ? 'aria-current="page"' : '' ?>
|
H A D | errors.inc | 625 <p>If you were looking for this page in the current PHP version and believe this to be a mistake, p…
|
H A D | pregen-news.inc | 3835 …> 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 D | index.php | 46 $machineReadable = current($machineReadable); 57 $r = current($release); 96 echo "since <b>" . current($a)['date'] . '</b>.';
|
H A D | NEWS_5_4_0_RC1.txt | 2292 . 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 D | NEWS_5_4_0_beta1.txt | 83 . 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 D | NEWS_5_4_0_beta2.txt | 134 . Fixed bug #55124 (recursive mkdir fails with current (dot) directory in path).
|
/web-php/ |
H A D | submit-event.php | 268 function display_options($options, $current): void argument 272 ($k == $current ? ' selected="selected"' : ''),
|
/web-php/manual/en/toc/ |
H A D | security.inc | 60 0 => 'security.current.php',
|
/web-php/js/ |
H A D | common.js | 117 function cycleMenuItems(current, forward) { argument 118 var nextOrPreviousSibling = getNextOrPreviousSibling(current, forward); 120 cycle(nextOrPreviousSibling, current);
|
/web-php/styles/ |
H A D | theme-base.css | 581 #results_nav_list li.current { 1272 .layout-menu ul.child-menu-list .current { 1275 #layout-content .current:before { 1280 .layout-menu ul.child-menu-list .current a:before {
|
H A D | theme-medium.css | 955 .layout-menu ul.child-menu-list li.current a {
|
Completed in 201 milliseconds