Home
last modified time | relevance | path

Searched refs:time (Results 1 – 25 of 33) sorted by relevance

12

/web-php/
H A Dcached.php30 $time = (int)$_GET["t"]; variable
32 $time = filemtime($abs); variable
35 $tsstring = gmdate("D, d M Y H:i:s ", $time) . "GMT";
H A Dcomposer.lock79 "time": "2024-03-19T10:26:25+00:00"
160 "time": "2023-08-31T09:50:34+00:00"
226 "time": "2024-03-26T18:29:49+00:00"
319 "time": "2024-04-17T08:12:13+00:00"
378 "time": "2023-03-08T13:26:56+00:00"
436 "time": "2024-03-05T20:51:40+00:00"
503 "time": "2024-03-03T12:33:53+00:00"
554 "time": "2022-02-21T01:04:05+00:00"
632 "time": "2024-03-12T15:35:40+00:00"
693 "time": "2024-02-02T06:05:04+00:00"
[all …]
H A Dsubmit-event.php89 if ($sdate < time()) {
100 if ($edate < time()) {
H A Dgit-php.php105 …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 Dchangelogs.inc32 $time = strtotime($in);
33 $human_readable = date('d M Y', $time);
34 $for_tools = date('Y-m-d', $time);
35 echo "<time class='releasedate' datetime='{$for_tools}'>{$human_readable}</time>";
H A Dlast_updated.inc27 $LAST_UPDATED=time();
H A Dsite.inc138 // to the current time!
143 return setcookie($name, $content, time() + $exptime, '/', '.php.net');
146 return setcookie($name, $content, time() + $exptime, '/');
H A Derrors.inc139 'allow-call-time-pass-reference' => 'ini.core.php#ini.allow-call-time-pass-reference',
149 'max-execution-time' => 'info.configuration.php#ini.max-execution-time',
150 'max-input-time' => 'info.configuration.php#ini.max-input-time',
463 'timestamp' => 'function.time.php',
H A Dprepend.inc91 // mirror's last updated time.
H A Dshared-manual.inc124 // New date style will be relative time
420 // This function takes a DateTime object and returns a formated string of the time difference relat…
/web-php/js/
H A Dsearch-index.php37 $time = max(filemtime($indexfile), filemtime($descfile)); variable
38 $tsstring = gmdate("D, d M Y H:i:s ", $time) . "GMT";
H A Dsearch.js225 if (cache.time > since.getTime()) {
254 time: new Date().getTime()
H A Dcommon.js310 var time = new Date().getTime();
311 $(".brand img").attr("src", "/images/logo.php?refresh&time=" + time);
/web-php/releases/
H A Dfeed.php50 $maxtime[] = $time = strtotime($source["date"]); variable
51 $released = date(DATE_ATOM, $time);
H A DNEWS_5_4_0_alpha1.txt39 . 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 DNEWS_5_4_0_beta2.txt216 . 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 Da4f90756312b9937d324ecd1a1354f9e36 every time I think "this will be the last time!". But it truly is ...\n\
H A D42ac2da5b85dbdc257da90e435b4e4ca77 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 Dchangelog.css12 section.version time.releasedate {
/web-php/src/News/
H A DEntry.php71 public function setConfTime(int $time): self { argument
72 $this->conf_time = $time;
/web-php/license/
H A D3_01.txt29 license from time to time. Each version will be given a
H A D3_0.txt43 license from time to time. Each version will be given a
H A D2_01.txt37 license from time to time. Each version will be given a
H A D2_02.txt37 license from time to time. Each version will be given a
/web-php/manual/
H A Dadd-note.php144 manual_note_display(new UserNote('', '', '', time(), $user, $note));

Completed in 54 milliseconds

12