Home
last modified time | relevance | path

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

12345678910>>...14

/template/twigstarter/
DTwigStarterLoader.php16 public function isFresh($name, $time) argument
18 $fresh = parent::isFresh($name, $time);
23 return ($time > $ctime);
Dcomposer.lock89 "time": "2022-05-24T11:49:31+00:00"
172 "time": "2022-05-24T11:49:31+00:00"
248 "time": "2022-05-24T11:49:31+00:00"
328 "time": "2022-09-28T08:40:08+00:00"
/template/twigstarter/vendor/twig/twig/src/Loader/
DLoaderInterface.php50 * @param int $time Timestamp of the last modification time of the
57 public function isFresh($name, $time); argument
DChainLoader.php101 public function isFresh($name, $time) argument
110 return $loader->isFresh($name, $time);
DArrayLoader.php76 public function isFresh($name, $time) argument
DFilesystemLoader.php172 public function isFresh($name, $time) argument
179 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/twigstarter/vendor/twig/twig/src/
DEnvironment.php476 * @param int $time The last modification time of the cached template
480 public function isTemplateFresh($name, $time) argument
482 …return $this->extensionSet->getLastModified() <= $time && $this->getLoader()->isFresh($name, $time
/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/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) {
H A DFileSystems.php201 $time = FileSystems::getModifiedTime($path);
202 return strval($time->getTimestamp());
/template/sxs/
Dsidebar.php45 … && ((time() - $cachetime) < $conf['cachetime']) // and is cachefile young enough
/template/chippedsnow/css/
Dreset.css12 time, mark, audio, video { selector
/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

12345678910>>...14