/web-php/ |
H A D | cached.php | 30 $time = (int)$_GET["t"]; variable 32 $time = filemtime($abs); variable 35 $tsstring = gmdate("D, d M Y H:i:s ", $time) . "GMT";
|
H A D | composer.lock | 72 "time": "2022-12-23T10:58:28+00:00" 151 "time": "2024-08-27T18:44:43+00:00" 232 "time": "2024-07-12T11:35:52+00:00" 298 "time": "2024-05-06T16:37:16+00:00" 345 "time": "2023-08-08T05:53:35+00:00" 406 "time": "2024-08-06T10:04:20+00:00" 509 "time": "2024-08-30T23:09:38+00:00" 569 "time": "2024-06-12T14:39:25+00:00" 627 "time": "2024-10-08T18:51:32+00:00" 694 "time": "2024-03-03T12:33:53+00:00" [all …]
|
H A D | submit-event.php | 89 if ($sdate < time()) { 100 if ($edate < time()) {
|
H A D | git-php.php | 105 …next week or so. If you haven't heard anything by around <?php echo date('l, F jS', time() + 60480…
|
/web-php/include/ |
H A D | changelogs.inc | 36 $time = strtotime($in); 37 $human_readable = date('d M Y', $time); 38 $for_tools = date('Y-m-d', $time); 39 echo "<time class='releasedate' datetime='{$for_tools}'>{$human_readable}</time>";
|
H A D | last_updated.inc | 27 $LAST_UPDATED=time();
|
H A D | site.inc | 137 // to the current time! 142 return setcookie($name, $content, time() + $exptime, '/', '.php.net'); 145 return setcookie($name, $content, time() + $exptime, '/');
|
H A D | prepend.inc | 97 // mirror's last updated time.
|
H A D | errors.inc | 141 'allow-call-time-pass-reference' => 'ini.core.php#ini.allow-call-time-pass-reference', 151 'max-execution-time' => 'info.configuration.php#ini.max-execution-time', 152 'max-input-time' => 'info.configuration.php#ini.max-input-time', 465 'timestamp' => 'function.time.php',
|
H A D | shared-manual.inc | 130 // New date style will be relative time 431 // This function takes a DateTime object and returns a formated string of the time difference relat…
|
/web-php/js/ |
H A D | search-index.php | 39 $time = max(filemtime($indexfile), filemtime($descfile)); variable 40 $tsstring = gmdate("D, d M Y H:i:s ", $time) . "GMT";
|
H A D | search.js | 76 const { data, time: cachedDate } = JSON.parse(cache); 111 time: Date.now(),
|
H A D | common.js | 307 var time = new Date().getTime(); 308 $(".navbar__brand img").attr("src", "/images/logo.php?refresh&time=" + time);
|
/web-php/releases/ |
H A D | feed.php | 50 $maxtime[] = $time = strtotime($source["date"]); variable 51 $released = date(DATE_ATOM, $time);
|
H A D | NEWS_5_4_0_alpha1.txt | 39 . Removed compile time dependency from ext/mbstring (Dmitry) 55 one SAPI module the same time. FR #53271, FR #52410. (Jani) 94 . Added caches to eliminate repeatable run-time bindings of functions, 97 time are allocated in a single copy and never changed. 121 . Added shortcut #inisetting=value to change ini settings at run-time. 152 . Added Jenkins's one-at-a-time hash support. (Martin Jansen) 204 either is present at compile time. (Rasmus)
|
H A D | NEWS_5_4_0_beta2.txt | 216 . Removed compile time dependency from ext/mbstring (Dmitry) 232 one SAPI module the same time. FR #53271, FR #52410. (Jani) 271 . Added caches to eliminate repeatable run-time bindings of functions, 274 time are allocated in a single copy and never changed. 298 . Added shortcut #inisetting=value to change ini settings at run-time. 329 . Added Jenkins's one-at-a-time hash support. (Martin Jansen) 381 either is present at compile time. (Rasmus) 820 . Fixed a bug in DateTime->modify() where absolute date/time statements had
|
/web-php/backend/events/ |
H A D | a4f90756312b9937d324ecd1a1354f9e | 36 every time I think "this will be the last time!". But it truly is ...\n\
|
H A D | 42ac2da5b85dbdc257da90e435b4e4ca | 77 to get together at a specific day/time. If you have a problem or hurdle 155 get together at a specific day/time. If you have a problem or hurdle you 231 get together at a specific day/time. If you have a problem or hurdle you 288 t together at a specific day/time. If you have a problem or hurdle you c 383 et together at a specific day/time. If you have a problem or hurdle you 459 et together at a specific day/time. If you have a problem or hurdle you
|
/web-php/styles/ |
H A D | changelog.css | 12 section.version time.releasedate {
|
/web-php/src/News/ |
H A D | Entry.php | 71 public function setConfTime(int $time): self { argument 72 $this->conf_time = $time;
|
/web-php/license/ |
H A D | 3_01.txt | 29 license from time to time. Each version will be given a
|
H A D | 3_0.txt | 43 license from time to time. Each version will be given a
|
H A D | 2_01.txt | 37 license from time to time. Each version will be given a
|
H A D | 2_02.txt | 37 license from time to time. Each version will be given a
|
/web-php/manual/ |
H A D | add-note.php | 148 manual_note_display(new UserNote('', '', '', time(), $user, $note));
|