Home
last modified time | relevance | path

Searched refs:time (Results 276 – 300 of 1835) sorted by relevance

1...<<11121314151617181920>>...74

/plugin/csv/_test/csv/
H A Dc-q-q-newlines_crlf.csv4 a time",5,6
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DBaseTestListenerSample.php7 public function endTest(PHPUnit_Framework_Test $test, $time) argument
/plugin/timetrack/
H A DREADME.md2 track time user and project based
/plugin/upgrade/HTTP/
H A DHTTPClient.php165 $this->start = $this->time();
586 $time_used = $this->time() - $this->start;
631 $time_used = $this->time() - $this->start;
678 $time_used = $this->time() - $this->start;
727 print '<b>'.$info.'</b> '.($this->time() - $this->start).'s<br />';
744 print '*'.$info.'* '.($this->time() - $this->start)."s\n";
754 protected static function time(){ function in dokuwiki\\plugin\\upgrade\\HTTP\\HTTPClient
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2758/
H A DIssue2758TestListener.php4 public function endTest(PHPUnit_Framework_Test $test, $time) argument
/plugin/cleanoldips/
H A Daction.php46 if (file_exists($cacheFile) && (time() - filemtime($cacheFile) < self::SECONDS_IN_A_DAY)) {
111 $ageOfEntry = time() - (int)$timestamp;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DPDO.php63 $params = [time(),$uri];
125 $lockInfo->created = time();
/plugin/abc2/abc-libraries/abc2svg/
H A Dgrid2-1.js12 bt=s.time
19 if(!s.a_gch){if(s.time==bt)
/plugin/cronojob/jobs/
H A Dclearcache.php5 $time_older = time() - $conf['cachetime']; // purge only files older than cachetime
15 $time_older = time() - $conf['locktime']; // purge only files older than locktime
/plugin/vimeo/
H A Dsyntax.php228 . ' <time>' . $releaseTime .'</time></span>';
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DChainLoader.php145 public function isFresh($name, $time) argument
154 return $loader->isFresh($name, $time);
/plugin/tumblr/
H A Dsyntax.php266 $html .= '<td class="post-date"><time>'.$post['date'].'</time></td>';
/plugin/gdpr/action/
H A Doldips.php46 if (file_exists($cacheFile) && (time() - filemtime($cacheFile) < self::SECONDS_IN_A_DAY)) {
110 $ageOfEntry = time() - (int)$timestamp;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DPDO.php63 $params = [time(),$uri];
125 $lockInfo->created = time();
/plugin/ireadit/action/
H A Direadit.php61 $time = strtotime($reader['timestamp']);
62 echo '<li>' . userlink($reader['user']) . ' - ' . dformat($time) . '</li>';
/plugin/openid/Auth/OpenID/
H A DPredisStore.php87 $newExpiration - time(),
156 if (abs($timestamp - time()) > $Auth_OpenID_SKEW) {
/plugin/linkback/exe/
H A Dtrackback.php89 'received' => time(),
97 date('Y/m/d H:i', time()) . ': Received trackback from ' . $linkback['url'] . ' (' . $linkback['lid'] . ')',
/plugin/pureldap/
H A Dcomposer.lock66 "time": "2023-06-06T16:47:22+00:00"
130 "time": "2022-05-21T19:17:54+00:00"
184 "time": "2019-12-10T01:45:19+00:00"
240 "time": "2021-12-31T22:39:06+00:00"
290 "time": "2021-05-03T11:20:27+00:00"
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dphp_json_objects.asciidoc78 {"time" : {"order" : "desc"}},
99 array('time' => array('order' => 'desc')), <2>
106 <2> This array encodes the `{"time" : {"order" : "desc"}}` object
121 ['time' => ['order' => 'desc']],
/plugin/statistics/inc/
H A DStatisticsGraph.class.php113 $times[] = substr($row['time'], 0, 4) . '-' . substr($row['time'], 4, 2);
115 $times[] = $row['EXTRACT(YEAR FROM dt)'] . '-' . $row['time'];
117 $times[] = substr($row['time'], -5);
275 foreach($result as $time => $row) {
279 $times[] = $time . ($hours ? 'h' : '');
325 foreach($result as $time => $row) {
329 $times[] = $time . ($hours ? 'h' : '');
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js688 fn = time;
689 time = id;
698 time = -1;
729 fn = time;
744 time = sec;
755 fn = time;
756 time = -1;
765 start: time,
766 end: time + 1,
796 time: trackEvent.start,
[all …]
/plugin/pdfjs/pdfjs/web/locale/ur/
H A Dviewer.properties83 # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
84 # will be replaced by the creation/modification date, and time, of the PDF file.
85 document_properties_date_string={{date}}، {{time}}
195 # LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
196 # replaced by the modification date, and time, of the annotation.
/plugin/botbouncer/lib/
H A Dmollom.php346 $time = gmdate("Y-m-d\TH:i:s.\\0\\0\\0O", time());
349 $nonce = md5(time());
355 $time . ':'. $nonce .':'. self::$privateKey))))
360 $parameters['time'] = $time;
/plugin/authgooglesheets/vendor/psr/cache/src/
H A DCacheItemInterface.php104 public function expiresAfter($time); argument
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcss_optimiser.php18 if (is_file($dirname) && (time()-fileatime($dirname))>3600) {
75 setcookie ('custom_template', $_REQUEST['custom'], time()+360000);
301 $filename = md5(mt_rand().time().mt_rand());

1...<<11121314151617181920>>...74