Home
last modified time | relevance | path

Searched refs:time (Results 151 – 175 of 1835) sorted by relevance

12345678910>>...74

/plugin/date/
H A DREADME.md4 … or date function. With the relative date/time formats for the strtotime function you can create a…
/plugin/autologoff/lang/en/
H A Dintro.txt3 Here you can specify users and groups that should be logged out after the configured time of inactivity. Be sure to prefix groups with ''@''. A user that is member of multiple configured groups will be given the largest configured time. You can specify ''0'' to disable auto-loggoff for certain groups or users
/plugin/querychangelog/lang/en/
H A Dquerychangelog.txt5 Date format must be respected, the time is given in 24-hours format
8 :!: This may take a **very** long time if perfomed on a namespace
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIndicesNamespace.asciidoc88 $params['timeout'] = (time) Explicit operation timeout
89 $params['master_timeout'] = (time) Specify timeout for connection to master
141 $params['timeout'] = (time) Explicit operation timeout
142 $params['master_timeout'] = (time) Specify timeout for connection to master
157 $params['timeout'] = (time) Explicit operation timeout
158 $params['master_timeout'] = (time) Specify timeout for connection to master
216 $params['timeout'] = (time) Explicit operation timeout
217 $params['master_timeout'] = (time) Specify timeout for connection to master
235 $params['timeout'] = (time) Explicit timestamp for the document
236 $params['master_timeout'] = (time) Specif
[all...]
H A DMlNamespace.asciidoc95 $params['timeout'] = (time) Controls the time to wait until a job has closed. Default to 30 minutes
153 $params['timeout'] = (time) Controls the time to wait until a job is deleted. Defaults to 1 minute
210 $params['timeout'] = (time) Controls the time to wait until the forecast(s) are deleted. Default to 30 seconds
309 $params['timeout'] = (time) Timeout after which the analysis will be aborted (Default = 25s)
319 $params['timestamp_format'] = (string) Optional parameter to specify the timestamp format in the file - may be either a Joda or Java time format
338 $params['advance_time'] = (string) Advances time to the given value generating results and updating the model for the advanced interval
339 $params['skip_time'] = (string) Skips time t
[all...]
/plugin/zip/pear/File/Archive/Writer/
H A DZip.php90 * @param int $time Unix timestamp of the date to convert
93 function getMTime($time) argument
95 $mtime = ($time !== null ? getdate($time) : getdate());
/plugin/twofactor/
H A DGoogleAuthenticator.php62 * Calculate the code, with given secret and point in time.
72 $timeSlice = floor(time() / 30);
77 // Pack time into binary string
78 $time = chr(0).chr(0).chr(0).chr(0).pack('N*', $timeSlice);
80 $hm = hash_hmac('SHA1', $time, $secretkey, true);
126 * @param int $discrepancy This is the allowed time drift in 30 second units (8 means 4 minutes before or after)
127 * @param int|null $currentTimeSlice time slice if we want use other that time()
134 $currentTimeSlice = floor(time() / 30);
230 * more info here: http://blog.ircmaxell.com/2014/11/its-all-about-time
[all...]
/plugin/dokuprism/prism/
H A Dprism.css5 .prism-previewer,.prism-previewer:after,.prism-previewer:before{position:absolute;pointer-events:none}.prism-previewer,.prism-previewer:after{left:50%}.prism-previewer{margin-top:-48px;width:32px;height:32px;margin-left:-16px;z-index:10;opacity:0;-webkit-transition:opacity .25s;-o-transition:opacity .25s;transition:opacity .25s}.prism-previewer.flipped{margin-top:0;margin-bottom:-48px}.prism-previewer:after,.prism-previewer:before{content:'';position:absolute;pointer-events:none}.prism-previewer:before{top:-5px;right:-5px;left:-5px;bottom:-5px;border-radius:10px;border:5px solid #fff;box-shadow:0 0 3px rgba(0,0,0,.5) inset,0 0 10px rgba(0,0,0,.75)}.prism-previewer:after{top:100%;width:0;height:0;margin:5px 0 0 -7px;border:7px solid transparent;border-color:rgba(255,0,0,0);border-top-color:#fff}.prism-previewer.flipped:after{top:auto;bottom:100%;margin-top:0;margin-bottom:5px;border-top-color:rgba(255,0,0,0);border-bottom-color:#fff}.prism-previewer.active{opacity:1}.prism-previewer-angle:before{border-radius:50%;background:#fff}.prism-previewer-angle:after{margin-top:4px}.prism-previewer-angle svg{width:32px;height:32px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.prism-previewer-angle[data-negative] svg{-webkit-transform:scaleX(-1) rotate(-90deg);-moz-transform:scaleX(-1) rotate(-90deg);-ms-transform:scaleX(-1) rotate(-90deg);-o-transform:scaleX(-1) rotate(-90deg);transform:scaleX(-1) rotate(-90deg)}.prism-previewer-angle circle{fill:transparent;stroke:#2d3438;stroke-opacity:.9;stroke-width:32;stroke-dasharray:0,500}.prism-previewer-gradient{background-image:linear-gradient(45deg,#bbb 25%,transparent 25%,transparent 75%,#bbb 75%,#bbb),linear-gradient(45deg,#bbb 25%,#eee 25%,#eee 75%,#bbb 75%,#bbb);background-size:10px 10px;background-position:0 0,5px 5px;width:64px;margin-left:-32px}.prism-previewer-gradient:before{content:none}.prism-previewer-gradient div{position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;border-radius:10px;border:5px solid #fff;box-shadow:0 0 3px rgba(0,0,0,.5) inset,0 0 10px rgba(0,0,0,.75)}.prism-previewer-color{background-image:linear-gradient(45deg,#bbb 25%,transparent 25%,transparent 75%,#bbb 75%,#bbb),linear-gradient(45deg,#bbb 25%,#eee 25%,#eee 75%,#bbb 75%,#bbb);background-size:10px 10px;background-position:0 0,5px 5px}.prism-previewer-color:before{background-color:inherit;background-clip:padding-box}.prism-previewer-easing{margin-top:-76px;margin-left:-30px;width:60px;height:60px;background:#333}.prism-previewer-easing.flipped{margin-bottom:-116px}.prism-previewer-easing svg{width:60px;height:60px}.prism-previewer-easing circle{fill:#2d3438;stroke:#fff}.prism-previewer-easing path{fill:none;stroke:#fff;stroke-linecap:round;stroke-width:4}.prism-previewer-easing line{stroke:#fff;stroke-opacity:.5;stroke-width:2}@-webkit-keyframes prism-previewer-time{0%{stroke-dasharray:0,500;stroke-dashoffset:0}50%{stroke-dasharray:100,500;stroke-dashoffset:0}100%{stroke-dasharray:0,500;stroke-dashoffset:-100}}@-o-keyframes prism-previewer-time{0%{stroke-dasharray:0,500;stroke-dashoffset:0}50%{stroke-dasharray:100,500;stroke-dashoffset:0}100%{stroke-dasharray:0,500;stroke-dashoffset:-100}}@-moz-keyframes prism-previewer-time{0%{stroke-dasharray:0,500;stroke-dashoffset:0}50%{stroke-dasharray:100,500;stroke-dashoffset:0}100%{stroke-dasharray:0,500;stroke-dashoffset:-100}}@keyframes prism-previewer-time{0%{stroke-dasharray:0,500;stroke-dashoffset:0}50%{stroke-dasharray:100,500;stroke-dashoffset:0}100%{stroke-dasharray:0,500;stroke-dashoffset:-100}}.prism-previewer-time:before{border-radius:50%;background:#fff}.prism-previewer-time:after{margin-top:4px}.prism-previewer-time svg{width:32px;height:32px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.prism-previewer-time circle{fill:transparent;stroke:#2d3438;stroke-opacity:.9;stroke-width:32;stroke-dasharray:0,500;stroke-dashoffset:0;-webkit-animation:prism-previewer-time linear infinite 3s;-moz-animation:prism-previewer-time linea
[all...]
/plugin/swiftmail/Swift/Plugin/
H A DAntiFlood.php68 public function setWait($time) argument
70 $this->waitFor = (int) $time;
/plugin/smtp/subtree/txtthinking/Mailer/tests/
H A DMailerTest.php28 ->setSubject('Test SMTP ' . time())
43 ->setSubject('hello '. time())
/plugin/snap/
H A Dhelper.php202 ((time()-filemtime($imagePath))>$conf['cachetime']) ||
206 $totalStart=time();
228 $start=time();
233 $this->snapDuration=time()-$start;
234 $this->snapTotalDuration=time()-$totalStart;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DExpiringCache.php33 if (time() < $this->cache->get($key.'.expires')) {
51 $this->cache->set($key.'.expires', time() + $this->lifetime);
/plugin/authgoogle/google/cache/
H A DGoogle_ApcCache.php75 if (!$expiration || (time() - $ret['time'] > $expiration)) {
86 if (@apc_store($key, array('time' => time(), 'data' => serialize($value))) == false) {
/plugin/loglog/
H A Dadmin.php46 $now = time();
59 $time = $INPUT->str('time') ?: $now;
69 $form->setHiddenField('time', $time);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DSniffingConnectionPool.php48 $this->nextSniff = time() + $this->sniffingInterval;
80 if ($force === false && $this->nextSniff >= time()) {
136 $this->nextSniff = time() + $this->sniffingInterval;
/plugin/struct/
H A Dremote.php39 * @param int $time A timestamp if you want historic data (0 for now)
44 public function getData($page, $schema, $time)
55 return $this->hlp->getData($page, $schema, $time);
41 getData($page, $schema, $time) global() argument
/plugin/jplayer/components/jplayer/
H A Djplayer-built.js2112 play: function(time) { argument
2117 time = (typeof time === "number") ? time : NaN; // Remove jQuery event from click handler
2135 pause: function(time) { argument
2136 time = (typeof time === "number") ? time : NaN; // Remove jQuery event from click handler
2175 }, time);
2984 this.androidFix.time = time;
3004 self.play(time);
3031 this.androidFix.time = time;
3042 self.pause(time);
3135 if (!isNaN(time)) {
[all …]
/plugin/jplayer/components/jplayer/dist/jplayer/
H A Djquery.jplayer.js2112 play: function(time) { argument
2117 time = (typeof time === "number") ? time : NaN; // Remove jQuery event from click handler
2135 pause: function(time) { argument
2136 time = (typeof time === "number") ? time : NaN; // Remove jQuery event from click handler
2175 }, time);
2984 this.androidFix.time = time;
3004 self.play(time);
3031 this.androidFix.time = time;
3042 self.pause(time);
3135 if (!isNaN(time)) {
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js2112 play: function(time) { argument
2117 time = (typeof time === "number") ? time : NaN; // Remove jQuery event from click handler
2135 pause: function(time) { argument
2136 time = (typeof time === "number") ? time : NaN; // Remove jQuery event from click handler
2175 }, time);
2984 this.androidFix.time = time;
3004 self.play(time);
3031 this.androidFix.time = time;
3042 self.pause(time);
3135 if (!isNaN(time)) {
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js2112 play: function(time) { argument
2117 time = (typeof time === "number") ? time : NaN; // Remove jQuery event from click handler
2135 pause: function(time) { argument
2136 time = (typeof time === "number") ? time : NaN; // Remove jQuery event from click handler
2175 }, time);
2984 this.androidFix.time = time;
3004 self.play(time);
3031 this.androidFix.time = time;
3042 self.pause(time);
3135 if (!isNaN(time)) {
[all …]
/plugin/fksnewsfeed/inc/ORM/
H A DModelPriority.php26 if ((time() < strtotime($this->priorityFrom)) || (time() > strtotime($this->priorityTo))) {
/plugin/authfacebook/lib/Authentication/
H A DAccessToken.php101 return $this->expiresAt->getTimestamp() > time() + (60 * 60 * 2);
119 return $this->getExpiresAt()->getTimestamp() < time();
/plugin/chat/
H A Dajax.php148 if (date('Yz',time()) == date('Yz',$parts[1])) {
245 while (time() - $ltime < 1) {
251 $mtime = time();
280 $line = "(".time().") ".$user;
/plugin/bez/ctl/
H A Dstart.php16 $time = date('H:i', $timestamp);
18 return array($date, $time);
22 list($date, $time) = $this->datetime($datetime);
25 $this->timeline[$date][] = array('time' => $time,
38 return -1 * strcmp($a['time'], $b['time']);
/plugin/authfacebook/
H A Dauth.php101 …$this->_updateCookie($_SESSION[DOKU_COOKIE]['authfacebook']['token'], time() + 60 * 60 * 24 * 365);
214 $this->_updateCookie('', time() - 600000);
226 function _updateCookie($value, $time) { argument
231 …setcookie(AUTHFACEBOOK_COOKIE, $value, $time, $cookieDir, '', ($conf['securecookie'] && is_ssl()),…
233 …setcookie(AUTHFACEBOOK_COOKIE, $value, $time, $cookieDir, '', ($conf['securecookie'] && is_ssl()));

12345678910>>...74