Home
last modified time | relevance | path

Searched refs:time (Results 476 – 500 of 1835) sorted by relevance

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

/plugin/iptrust/
H A Daction.php71 $logins[$i] = $_SERVER['REMOTE_USER']."\t".$ip."\t".time()."\n";
/plugin/source/
H A Daction.php96 return $age ? time()-$age : null;
/plugin/evesso/phpoauthlib/src/OAuth/Common/Token/
H A DAbstractToken.php108 $this->endOfLife = intval($lifetime) + time();
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Ddwfck_sessions.php62 if (filemtime($filename) + $maxlifetime < time()) {
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js62 …[PR['PR_TYPE'], /^(?:xs:yearMonthDuration|xs:unsignedLong|xs:time|xs:string|xs:short|xs:QName|xs:N…
64time-limit|xdmp:set|xdmp:servers|xdmp:server-status|xdmp:server-name|xdmp:server|xdmp:security-dat…
/plugin/database2/
H A Ddatabase2.php4295 self::currentUser(), time() ) ) )
5205 $time = self::parseInternalTime( $value );
5206 return $time ? "$time[hour]:$time[minute]:$time[second]" : '';
5498 $value = time();
5532 $value = time();
5539 $time = trim( $time );
5542 if ( ( $date === '' ) || ( $time === '' ) )
5562 $time = self::parseInternalTime( $time );
5563 if ( $time === false )
5566 $value = mktime( $time['hour'], $time['minute'],
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc110 $params['timeout'] = (time) Explicit operation timeout
143 $params['body'] = (array) a point-in-time id to close
191 $params['timeout'] = (time) Explicit operation timeout
214 $params['timeout'] = (time) Explicit operation timeout
246 $params['scroll'] = (time) Specify how long a consistent view of the index should be maintained for scrolled search
248 $params['search_timeout'] = (time) Explicit timeout for each search request. Defaults to no timeout.
276 $params['timeout'] = (time) Explicit operation timeout
277 $params['master_timeout'] = (time) Specify timeout for connection to master
412 $params['master_timeout'] = (time) Specify timeout for connection to master
482 $params['timeout'] = (time) Explici
[all...]
/plugin/infomail/
H A Daction.php245 $t = time();
269 $t = time();
/plugin/farm/install/
H A Dfarmstructurecreator.php177 fwrite($fp, 'creation_date : '.time());
197 fwrite($fp, 'creation_date : '.time());
/plugin/repo/
H A Dsyntax.php105 if (($mtime != 0) && !$_REQUEST['purge'] && ($mtime > time() - $refresh)) {
186 ($mtime > time() - $refresh) &&
/plugin/fksnewsfeed/inc/renderer/
H A DFykosRenderer.php96 $priorityFromElement->val($priority->priorityFrom ?: date('Y-m-d\TH:i:s', time()))
103 $priorityToElement->val($priority->priorityTo ?: date('Y-m-d\TH:i:s', time()))
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/
H A DREADME.md9 Based on the [constant-time base64 implementation made by Steve "Sc00bz" Thomas](https://github.com…
12 …rther reading on [cache-timing attacks](http://blog.ircmaxell.com/2014/11/its-all-about-time.html).
/plugin/gitbacked/action/
H A Deditcommit.php114 $now = time();
131 file_put_contents($lastPullFile,serialize(time()));
/plugin/noticeboard/classes/
H A DNoticeList.php155 public function getNoticeAtDay($time){ argument
167 $startTime = $time;
169 $endTime = $time + 86400;//all day
/plugin/pdfjs/pdfjs/web/locale/ne-NP/
H A Dviewer.properties85 # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
86 # will be replaced by the creation/modification date, and time, of the PDF file.
87 document_properties_date_string={{date}}, {{time}}
/plugin/pdfjs/pdfjs/web/locale/kn/
H A Dviewer.properties87 # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
88 # will be replaced by the creation/modification date, and time, of the PDF file.
89 document_properties_date_string={{date}}, {{time}}
/plugin/sphinxsearch-was/
H A DINSTALL24 2. Run Sphinx Search indexer to index your DokuWiki data for the first time:
45 as time divisions. The setup is targeted mainly at the Debian family of Linux
88 The search will take a significant amount of time and would yield a blank page.
/plugin/noticeboard/noticeboard/classes/
H A DNoticeList.php155 public function getNoticeAtDay($time){ argument
167 $startTime = $time;
169 $endTime = $time + 86400;//all day
/plugin/diagramsnet/lib/math/extensions/
H A DMatchWebFonts.js19time(function(){})){return}var s=[],p,l,g=false;for(p=0,l=o.length;p<l;p++){script=o[p];if(script.…
/plugin/blogtng/helper/
H A Dcomments.php141 $comment->setCreated(time());
254 'DATE' => dformat(time()),
349 $this->sqlitehelper->getDB()->query($sql,strtolower($mail),$optin,md5(time()));
353 $this->sqlitehelper->getDB()->query($sql,strtolower($mail),$optin,md5(time()));
/plugin/nsexport/packer/
H A Dpacker.php10 $this->fileid = time().rand(0,99999);
/plugin/ipban/
H A Dadmin.php35 $newban = $ip . "\t" . time() . "\t" . $INPUT->server->str('REMOTE_USER');
/plugin/authjoomla/
H A Dauth.php67 setcookie('joomla_user_state', '', time() - 3600, '/');
/plugin/unameban/
H A Dadmin.php34 $newban = trim($_REQUEST['banusername'])."\t".time()."\t".$_SERVER['REMOTE_USER'];
/plugin/farm/
H A Dtestclient.php50 echo '<a href="?new=foo'.time().'">NEW</a><br />';

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