/plugin/logindelay/action/ |
H A D | login.php | 40 $delay = $logHelper->calculateDelay(); 42 if ($delay > 0) { 44 $this->displayMessage($delay); 64 $delay = $logHelper->calculateDelay(); 65 if ($delay > 0) { 66 $this->displayMessage($delay); 73 $delay = $logHelper->calculateDelay(); 74 $this->displayMessage($delay);
|
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
H A D | functions.js | 226 _.delay(function(){ 250 _.delay(function(){ 271 _.delay(function() { 297 _.delay(function() { 313 _.delay(function() { 332 _.delay(function() { 336 _.delay(function() { 353 _.delay(function() { 423 _.delay(function(){ 492 _.delay(function(){ [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/ |
H A D | TrafficRule.php | 33 public $delay; variable in Google\\Service\\Testing\\TrafficRule 74 public function setDelay($delay) argument 76 $this->delay = $delay; 83 return $this->delay;
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/ |
H A D | RetryMiddleware.php | 23 private $delay; variable in GuzzleHttp\\RetryMiddleware 31 * @param callable $delay Function that accepts the number of retries 38 callable $delay = null argument 42 $this->delay = $delay ?: __CLASS__ . '::exponentialDelay'; 124 $options['delay'] = call_user_func($this->delay, ++$options['retries'], $response);
|
H A D | Middleware.php | 163 * @param callable $delay Function that accepts the number of retries and 168 public static function retry(callable $decider, callable $delay = null) argument 170 return function (callable $handler) use ($decider, $delay) { 171 return new RetryMiddleware($decider, $handler, $delay);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
H A D | HttpFaultInjection.php | 44 public function setDelay(HttpFaultDelay $delay) argument 46 $this->delay = $delay; 53 return $this->delay;
|
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/ |
H A D | Runner.php | 41 private $delay = 1; variable in Google\\Task\\Runner 110 $this->delay = $config['initial_delay']; 231 $delay = $this->getDelay(); 233 usleep($delay * 1000000); 246 return $this->delay = min($this->maxDelay, $this->delay * $factor);
|
/plugin/rssticker/ |
H A D | syntax.php | 33 list($title,$url,$cachetime,$css,$delay,$optionalswitch,$align) = explode(',',$match); 38 if ( empty($delay)) { $delay = 3000;} 41 return array($title,$url,$cachetime,$css,$delay,$optionalswitch,$align);
|
H A D | rssticker.js | 40 function rssticker_ajax(RSS_url, cachetime, divId, divClass, delay, logicswitch){ argument 44 this.delay=delay //Delay between msg change, in miliseconds. 120 setTimeout(function(){instanceOfTicker.rotatemsg()}, this.delay) //update container every second
|
/plugin/amcharts/assets/amcharts/plugins/export/examples/ |
H A D | export.config.advanced.js | 111 var delay = 2; 115 label: "Capturing: " + delay, 124 diff = ( delay - ( Number( new Date() ) - starttime ) / 1000 ); 147 var delay = 2; 151 label: "Capturing: " + delay, 160 var diff = ( delay - ( Number( new Date() ) - starttime ) / 1000 );
|
/plugin/mediasyntax/syntax/ |
H A D | redirect.php | 54 $delay = $this->getConf('redirectPauseTime',2); 55 $renderer->doc = 'You will be redirected in '.$delay.' seconds to <a href="' . wl($data) . '">'.$data.'</a>'; 56 $renderer->doc .= '<script>url="'.wl($data).'";setTimeout("location.href=url",'.($delay*1000).');</script>';
|
/plugin/autotooltip/ |
H A D | script.js | 111 }, parseInt($(elt).attr('data-delay')) || 50); 92 _show(evt, html, classes, delay) global() argument
|
/plugin/bootswrapper/syntax/ |
H A D | popover.php | 120 if ($delay) { 121 $html5_data[] = 'data-delay="' . $delay . '"'; 124 if (!$delay && ($attributes['delay-hide'] || $attributes['delay-show'])) {
|
/plugin/linkprefix/ |
H A D | redirect.php | 2 $delay = "1"; // in seconds variable 25 <meta http-equiv="refresh" content="<?=$delay?>; URL='<?=$url?>'" />
|
/plugin/judge/ |
H A D | style.css | 89 -webkit-animation-delay: -0.16s; 90 animation-delay: -0.16s; 96 -webkit-animation-delay: -0.32s; 97 animation-delay: -0.32s;
|
/plugin/diagramsnet/lib/plugins/ |
H A D | random.js | 20 var delay = parseInt(prompt('Delay (ms)', defaultDelay)); 51 }, delay * jitter); 72 var delay = parseInt(prompt('Delay (ms)', defaultDelay)); 149 }, delay * jitter); 173 var delay = parseInt(prompt('Delay (ms)', defaultDelay)); 374 }, delay * jitter); 395 var delay = parseInt(prompt('Delay (ms)', defaultDelay)); 448 }, delay * jitter);
|
/plugin/pgn4web/pgn4web/live/ |
H A D | live-simulation.sh | 39 delay=17 44 delay="$1" 296 sleep $delay 327 sleep $delay
|
/plugin/animation/scripts/ |
H A D | jquery.scianimator.min.js | 8 …delay:250,delayStep:50,delayMin:25,delayMax:5000,dwellMultiplier:2,theme:"light",width:null,utf8:t… property in e.fn.scianimator.defaults
|
/plugin/logindelay/helper/ |
H A D | log.php | 66 … $delay = $this->getConf('initialDelay') * pow(2, ($strikes - $this->getConf('maxFailures'))); 67 $remainingDelay = $delay - (time() - filemtime($this->statFile)) / 60;
|
/plugin/solr/ |
H A D | script.js | 34 var delay = new Delay(function () { 40 addEvent(inObj, 'keyup', function () {clear_results(); delay.start(); });
|
/plugin/goto/ |
H A D | script.js | 42 var url = ar[0]; var delay = ar[1]; 43 setTimeout(function(){ location.href = url; }, delay,url);
|
/plugin/schedule/ |
H A D | TODO.txt | 28 convert -dispose previous -loop 10 -delay 20 green.png -delay 10 green-23.png green-21.png green-18…
|
/plugin/impressjs/tpl/dokuwiki/ |
H A D | impress.js | 474 var delay = (duration / 2); 502 transitionDelay: (zoomin ? delay : 0) + "ms" 508 transitionDelay: (zoomin ? 0 : delay) + "ms" 524 delay = 0; 546 }, duration + delay); 661 var throttle = function (fn, delay) { argument 668 }, delay);
|
/plugin/likeit/script/ |
H A D | jquery.hoverIntent.js | 79 var delay = function(ev,ob) { function 108 …if (ob.hoverIntent_s == 1) { ob.hoverIntent_t = setTimeout( function(){delay(ev,ob);} , cfg.timeou…
|
/plugin/virtualkeyboard/vk/extensions/dom/ |
H A D | autosuggest.js | 110 options.delay = d; 156 return options.delay; 206 setTimeout(doShow, options.delay); 219 … interval = setTimeout(function() {node.style.display = 'none'; interval=null}, options.delay);
|