Home
last modified time | relevance | path

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

12345678910>>...14

/template/twigstarter/
DTwigStarterLoader.php16 public function isFresh($name, $time): bool argument
18 $fresh = parent::isFresh($name, $time);
23 return ($time > $ctime);
Dcomposer.lock78 "time": "2026-04-13T15:52:40+00:00"
161 "time": "2026-04-10T16:19:22+00:00"
241 "time": "2024-09-09T11:45:10+00:00"
321 "time": "2026-05-30T17:09:26+00:00"
/template/twigstarter/vendor/twig/twig/src/Loader/
DLoaderInterface.php39 * @param int $time Timestamp of the last modification time of the cached template
43 public function isFresh(string $name, int $time): bool; argument
DChainLoader.php114 public function isFresh(string $name, int $time): bool argument
124 return $loader->isFresh($name, $time);
DArrayLoader.php67 public function isFresh(string $name, int $time): bool argument
DFilesystemLoader.php163 public function isFresh(string $name, int $time): bool argument
170 return filemtime($path) < $time;
/template/strap/
H A Dcomposer.lock58 "time": "2021-08-13T11:44:19+00:00"
101 "time": "2021-04-25T14:14:13+00:00"
148 "time": "2017-01-23T04:29:33+00:00"
205 "time": "2020-12-11T09:24:45+00:00"
255 "time": "2020-10-15T08:29:30+00:00"
320 "time": "2022-05-03T12:16:34+00:00"
377 "time": "2023-01-12T16:24:23+00:00"
444 "time": "2023-01-24T14:02:46+00:00"
523 "time": "2024-01-29T20:11:03+00:00"
603 "time": "2024-01-29T20:11:03+00:00"
[all …]
/template/typowiki/typowiki/scss/
D_form.scss7 input[type="time"],
38 .dark input[type="time"],
83 input[type="time"]:focus,
105 .dark input[type="time"]:focus,
138 input[type="time"][disabled],
/template/gtopia/
DTwitterAPIExchange.php143 'oauth_nonce' => time(),
146 'oauth_timestamp' => time(),
/template/sprintdoc/tpl/
H A Dmain-sidebar-nav.php74 foreach($stars as $pid => $time) {
/template/writers/images/cabecera/
Drotator.php183 $imageNumber = time() % count($fileList);
/template/knotux/
Dsidebar.php39 … && ((time() - $cachetime) < $conf['cachetime']) // and is cachefile young enough
/template/navigation/
Dsidebar.php39 … && ((time() - $cachetime) < $conf['cachetime']) // and is cachefile young enough
/template/strap/ComboStrap/
H A DFetcherPageSearch.php18 return time();
H A DLock.php94 if (is_file($this->lockFile) && (time() - @filemtime($this->lockFile)) > 60 * 10) {
/template/sxs/
Dsidebar.php45 … && ((time() - $cachetime) < $conf['cachetime']) // and is cachefile young enough
/template/chippedsnow/css/
Dreset.css12 time, mark, audio, video { selector
/template/parallax/lib/js/
Djquery.mobile.custom.min.js1time:(new Date).getTime(),coords:[n.pageX,n.pageY]},Math.abs(o.coords[0]-u.coords[0])>e.event.spec… property
Djquery.mobile.custom.js285 time: (new Date).getTime(), property
292 time: (new Date).getTime(), property
297 …c.unbind(i, j), f && g && g.time - f.time < a.event.special.swipe.durationThreshold && Math.abs(f.…
/template/breeze/bower_components/gumby/js/libs/
Djquery.mobile.custom.min.js3time:(new Date).getTime(),coords:[n.pageX,n.pageY],origin:e(t.target)}},stop:function(e){var t=e.o…
/template/twigstarter/vendor/twig/twig/src/
DEnvironment.php474 * @param int $time The last modification time of the cached template
476 public function isTemplateFresh(string $name, int $time): bool argument
478 …return $this->extensionSet->getLastModified() <= $time && $this->getLoader()->isFresh($name, $time
/template/artforwater/css/
Dreset.css18 time, mark, audio, video { selector
/template/panoramacake/css/
Dreset.css18 time, mark, audio, video { selector
/template/jessica/css/
Dreset.css18 time, mark, audio, video { selector
/template/bulma/css/
Dreset.css18 time, mark, audio, video { selector

12345678910>>...14