Home
last modified time | relevance | path

Searched refs:time (Results 176 – 200 of 1835) sorted by relevance

12345678910>>...74

/plugin/xcom/scripts/
H A Dxcom_save.php32 if((time() - $time_start ) > $secs ) {
40 $time_start = time();
42 if((time() - $time_start ) > $secs ) {
171 $time_start = time();
174 if((time() - $time_start ) > $secs ) {
/plugin/zip/pear/File/Archive/Writer/
H A DTar.php60 $time = isset($stat[9]) ? $stat[9] : time();
90 sprintf("%11s ",decoct($time))
/plugin/hcalendar/syntax/
H A Dhelper.php51 $time = strtotime($time_date);
56 $time = strtotime($time_date." ".$time_time);
58 return array($time_yy,$time_mth,$time_day,$time_hh,$time_min,$time_sec, $time, $err);
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php201 time(),
322 $time = $fileinfo->getMtime();
326 $time,
386 $time,
426 $time = $fileinfo->getMtime();
430 $time,
448 $time,
847 * @param $time
850 protected function makeDosTime($time) argument
852 $timearray = getdate($time);
[all...]
/plugin/oauth/vendor/lusitanian/oauth/
H A Dcomposer.lock69 "time": "2014-09-02 10:13:14"
116 "time": "2015-06-21 13:08:43"
157 "time": "2015-06-21 13:50:34"
198 "time": "2015-06-21 08:01:12"
248 "time": "2014-03-03 05:10:30"
321 "time": "2014-10-17 09:04:17"
370 "time": "2013-01-13 10:24:48"
420 "time": "2015-07-07 17:11:00"
494 "time": "2015-09-09 00:18:50"
547 "time"
[all...]
/plugin/fedauth/Auth/OpenID/
H A DNonce.php77 $now = time();
103 $when = time();
/plugin/fksnewsfeed/inc/ORM/
H A DServicePriority.php26 … if ((time() < strtotime($data['priority_from'])) || (time() > strtotime($data['priority_to']))) {
/plugin/openid/Auth/OpenID/
H A DNonce.php77 $now = time();
103 $when = time();
/plugin/struct/types/
H A DDate.php76 [$rawvalue] = explode(' ', $rawvalue, 2); // strip off time if there is any
82 if ($this->config['pastonly'] && strtotime($rawvalue) > time()) {
85 if ($this->config['futureonly'] && strtotime($rawvalue) < time()) {
/plugin/bible/bible_douayRheims/
H A DEcclesiastes.txt46 …3:2. A time to be born and a time to die. A time to plant, and a time to pluck up that which is pl…
47 3:3. A time to kill, and a time to heal. A time to destroy, and a time to build.
48 3:4. A time to weep, and a time to laugh. A time to mourn, and a time to dance.
49 …3:5. A time to scatter stones, and a time to gather. A time to embrace, and a time to be far from …
50 3:6. A time to get, and a time to lose. A time to keep, and a time to cast away.
51 3:7. A time to rend, and a time to sew. A time to keep silence, and a time to speak.
52 3:8. A time of love, and a time of hatred. A time of war, and a time of peace.
131 7:18. Be not overmuch wicked: and be not foolish, lest thou die before thy time.
148 …eepeth the commandment, shall find no evil. The heart of a wiser man understandeth time and answer.
149 8:6. There is a time and opportunity for every business, and great affliction for man:
[all …]
/plugin/memcache/classes/
H A Dmemcache_fakecache.class.php21 if (file_get_contents(static::$ttl_dir.$file) < time()){
48 if ($ttl > 0) file_put_contents(static::$ttl_dir.static::normalize_key($key),time()+$ttl);
57 if ($ttl > 0) file_put_contents(static::$ttl_dir.static::normalize_key($key),time()+$ttl);
/plugin/watchcycle/
H A Dhelper.php68 * @param $time
73 public function daysAgo($time, $now = false) argument
76 $now = time();
79 $diff = ($now - $time) / (60 * 60 * 24);
/plugin/lms/
H A Dhelper.php61 $line = time() . "\t" . $id . "\t" . ($seen ? 1 : 0) . "\n";
81 [$time, $id, $seen] = explode("\t", trim($line));
85 $lessons[$id] = $time;
/plugin/abc2/abc-libraries/abc2svg/
H A Dclip-1.js29 if(sel.m<=1){if(sel.m==1){for(s2=s;s2;s2=s2.ts_next){if(s2.type==C.BAR&&s2.time!=0)
31 if(s2.time<voice_tb[this.get_cur_sy().top_voice].meter.wmeasure)
42 return s;bar_time=s.time+sel.t
43 while(s.time<bar_time){s=s.ts_next
/plugin/dlcount/
H A Daction.php79 …e('Y-m-d H:i.s', $fmod) . '">' . reset(explode(' ', $this->time_translate(time()-$fmod))) . ' ago<…
84 …xt['dlcount'] = '<acronym title="Last download: ' . $this->time_translate(time()-$meta['lastdl']).…
114 $meta['lastdl'] = time();
116 'Time' => time(),
/plugin/ajaxpeon/
H A Dhelper.php133 if((time()-$pretime)<$update_span){
173 if ((time() - intval($orgtime)) > 60 * 60 * 24) {
180 fwrite($outlog,time()."\n");
182 fwrite($outlog,time()."\n");
/plugin/authsaml/
H A Dsaml.php185 $time = $sticky ? (time() + 60 * 60 * 24 * 365) : 0; //one year
187 … setcookie(DOKU_COOKIE, $cookie, $time, $cookieDir, '', ($conf['securecookie'] && is_ssl()), true);
189 … setcookie(DOKU_COOKIE, $cookie, $time, $cookieDir, '', ($conf['securecookie'] && is_ssl()));
196 $_SESSION[DOKU_COOKIE]['auth']['time'] = time();
/plugin/freesync/
H A Dhelper.php225 $time = @filemtime($file);
226 if(!$time){
230 $info = getRevisionInfo($id, $time, 1024);
235 'version' => $time
334 if(time()-@filemtime($lock) > 60*5){
505 addMediaLogEntry(time(), $data[2], DOKU_CHANGE_TYPE_EDIT);
507 addMediaLogEntry(time(), $data[2], DOKU_CHANGE_TYPE_CREATE);
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng31 value-time = element time {
37 value-date-time = element date-time {
43 value-date-and-or-time = value-date | value-date-time | value-time
161 (value-date-and-or-time | value-text)
167 (value-date-and-or-time | value-text)
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng31 value-time = element time {
37 value-date-time = element date-time {
43 value-date-and-or-time = value-date | value-date-time | value-time
161 (value-date-and-or-time | value-text)
167 (value-date-and-or-time | value-text)
/plugin/autogallery/
H A Dsyntax.php81 …e="text" id="np_cat" name="np_cat" value="'.$INFO['namespace'].':bilder:'.time().'" disabled>'; …
85 $tstamp=time();
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Token/
H A DAbstractToken.php108 $this->endOfLife = intval($lifetime) + time();
126 && time() > $this->getEndOfLife());
/plugin/starred/
H A Dsyntax.php73 foreach ($starred as $pid => $time) {
78 $R->cdata(' ' . dformat($time, '%f'));
/plugin/barcodes/
H A Dcomposer.lock59 "time": "2017-06-05T04:41:51+00:00"
131 "time": "2022-12-30T00:23:10+00:00"
190 "time": "2022-03-03T13:19:32+00:00"
246 "time": "2023-01-16T22:05:37+00:00"
306 "time": "2021-07-20T11:28:43+00:00"
357 "time": "2022-02-21T01:04:05+00:00"
434 "time": "2023-01-26T08:26:55+00:00"
494 "time": "2021-12-02T12:48:52+00:00"
557 "time": "2020-09-28T05:58:55+00:00"
616 "time": "2020-10-26T05:33:50+00:00"
[all …]
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock79 "time": "2022-11-17T09:50:14+00:00"
160 "time": "2022-04-01T19:23:25+00:00"
226 "time": "2022-02-25T21:32:43+00:00"
302 "time": "2023-02-02T22:02:53+00:00"
372 "time": "2022-12-30T00:23:10+00:00"
449 "time": "2022-12-15T16:57:16+00:00"
539 "time": "2023-01-30T00:24:29+00:00"
598 "time": "2022-03-03T13:19:32+00:00"
654 "time": "2023-01-16T22:05:37+00:00"
714 "time"
[all...]

12345678910>>...74