Home
last modified time | relevance | path

Searched refs:time (Results 201 – 225 of 1835) sorted by relevance

12345678910>>...74

/plugin/authucenter/lib/uc_client/control/
H A Duser.php40time.'&code='.urlencode($this->authcode('action=synlogin&username='.$this->user['username'].'&uid=…
55 …app['url'].'/api/uc.php?time='.$this->time.'&code='.urlencode($this->authcode('action=synlogout&ti…
207 …s SET uid='$uid', username='$username', appid='$appid', dateline='{$this->time}', admin='$admin'",…
/plugin/whoisonline/
H A Dsyntax.php58 "timeseen"=>time() ,
68 if( (time() - $user["timeseen"]) < $maxtime ) array_push( $newlist , $user );
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A Dbenchmark.php22 $time = microtime(true);
27 return (microtime(true) - $time) / $times;
/plugin/botbouncer/
H A Daction.php86 $logLine = time()."\t".$fsc->matchedBy. "\t".$fsc->matchedOn;
94 $logLine = time().' no match';
/plugin/linkback/
H A Dhttp.php108 // stop time
109 $start = time();
135 if (time() - $start > $this->timeout) {
214 if (time() - $start > $this->timeout) {
244 if (time() - $start > $this->timeout) {
H A Dtools.php126 $date = time(); //use current time if none supplied
159 if (@ file_exists($changelog) && (filectime($changelog) + 86400) < time() && !@ file_exists($changelog .
171 $trim_time = time() - $conf['recent_days'] * 86400;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlMultiHandler.php211 foreach ($this->delays as $time) {
212 if ($time < $nextTime) {
213 $nextTime = $time;
/plugin/structtasks/_test/
H A DUtilitiesTest.php72 $this->rev1 = time() - 1;
73 $this->rev2 = time();
74 $this->rev3 = time() + 1;
/plugin/adfs/phpsaml/lib/Saml/
H A DXmlSec.php57 if ($nbAttribute && strtotime($nbAttribute->textContent) > time()) {
60 if ($naAttribute && strtotime($naAttribute->textContent) <= time()) {
/plugin/task/
H A Dhelper.php129 if (!$date || ($date > time()) || ($task['status'] > 2)) continue;
130 elseif (($date + 86400 < time()) && ($filter == 'due')) continue;
131 elseif (($date + 86400 > time()) && ($filter == 'overdue')) continue;
190 $data['date']['created'] = time();
192 $data['date']['modified'] = time();
201 $data['date']['completed'] = time();
/plugin/numbering/scripts/
H A Dgetnum.php41 $time = strftime($dformat);
42 $format = str_replace('%d', $time, $format);
/plugin/authucenter/lib/uc_client/model/
H A Dtag.php53 …ATE ".UC_DBTABLEPRE."tags SET data='$datanew', expiration='".$this->base->time."' WHERE tagname='$…
55 …ame, appid, data, expiration) VALUES ('$data[0]', '$appid', '$datanew', '".$this->base->time."')");
/plugin/combo/
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": "2022-01-02T09:53:40+00:00"
526 "time": "2022-11-03T14:55:06+00:00"
609 "time"
[all...]
/plugin/onlineordering/
H A Dsend_form.php96 $time = date("H:m"); variable
98 $datetime = $date.' '.$time;
101 $template = str_replace('{time}', $time, $template);
/plugin/struct/action/
H A Dbureaucracy.php166 $time = filemtime(wikiFN($id));
172 $access = AccessTable::getPageAccess($table, $id, $time);
175 $validator->saveData($time);
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Dcircle.player.js233 play: function(time) { argument
234 this.player.jPlayer("play", time);
236 pause: function(time) { argument
237 this.player.jPlayer("pause", time);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTransformNamespace.asciidoc111 $params['timeout'] = (time) Controls the time to wait for the transform to start
127 $params['timeout'] = (time) Controls the time to wait until the transform has stopped. Default to 30 seconds
/plugin/freechat/phpfreechat/src/
H A Dpfccontainer.class.php293 …if (time() > ($timestamp+$timeout/1000) && $nickid) // user will be disconnected after 'timeout' s…
388 $data .= time()."\t";
569 $this->_cache[$group]['timestamp'][] = time();
575 $this->_cache[$group]['childs'][$subgroup]['timestamp'][] = time();
578 $this->_cache[$group]['childs'][$subgroup]['childs'][$leaf]['timestamp'] = array(time());
691 $this->_cache[$group]['timestamp'][] = time();
697 $this->_cache[$group]['childs'][$subgroup]['timestamp'][] = time();
700 $this->_cache[$group]['childs'][$subgroup]['childs'][$leaf]['timestamp'] = array(time());
/plugin/authgoogle/google/cache/
H A DGoogle_MemcacheCache.php100 if (is_numeric($expiration) && (time() - $ret['time'] > $expiration)) {
116 if (@memcache_set($this->connection, $key, array('time' => time(),
/plugin/quickstats/lang/en/
H A Dintro.txt1 To save download time, ''quickstats'' attempts to download its table sorting scripts only if needed…
4 …ntains ''quickstats'' syntax, it will be added to the cache file the next time the page is opened …
/plugin/elasticsearch/
H A Dcomposer.lock69 "time": "2023-02-13T08:11:52+00:00"
122 "time": "2022-10-24T12:58:50+00:00"
179 "time": "2022-12-07T11:28:53+00:00"
241 "time": "2021-11-18T09:23:29+00:00"
293 "time": "2023-08-18T22:46:39+00:00"
343 "time": "2021-05-03T11:20:27+00:00"
415 "time": "2023-11-16T16:16:50+00:00"
484 "time": "2023-06-18T06:14:45+00:00"
551 "time": "2023-01-24T14:02:46+00:00"
631 "time"
[all...]
/plugin/structpublish/meta/
H A DRevision.php184 * @param string $time
186 public function setDatetime($time)
188 $this->datetime = $time;
185 setDatetime($time) global() argument
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php746 * @param string|int $time The time we should convert (DateTime).
750 public static function parseTime2SAML($time) argument
752 $date = new DateTime("@$time", new DateTimeZone('UTC'));
761 * @param string $time The time we should convert (SAML Timestamp).
767 public static function parseSAML2Time($time) argument
774 if (preg_match($exp1 . $exp2, $time, $matches) == 0) {
777 ' parseSAML2Time: ' . $time
845 $timestamp = time();
904 $expireTime = self::parseDuration($cacheDuration, time());
/plugin/authgoogle/google/io/
H A DGoogle_CacheParser.php142 $parsedDate = time();
153 $age = max(0, time() - $parsedDate);
/plugin/authucenter/lib/api/
H A Duc.php45 $timestamp = time();
129 $time = $get['time'];
305 …ode(substr($string, $ckey_length)) : sprintf('%010d', $expiry ? $expiry + time() : 0).substr(md5($…
333 …if((substr($result, 0, 10) == 0 || substr($result, 0, 10) - time() > 0) && substr($result, 10, 16)…

12345678910>>...74