Home
last modified time | relevance | path

Searched refs:delay (Results 1 – 25 of 243) sorted by relevance

12345678910

/plugin/logindelay/action/
H A Dlogin.php40 $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 Dfunctions.js226 _.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 DTrafficRule.php33 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 DRetryMiddleware.php23 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 DMiddleware.php163 * @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 DHttpFaultInjection.php44 public function setDelay(HttpFaultDelay $delay) argument
46 $this->delay = $delay;
53 return $this->delay;
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DRunner.php41 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 Dsyntax.php33 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 Drssticker.js40 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 Dexport.config.advanced.js111 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 Dredirect.php54 $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 Dscript.js111 }, parseInt($(elt).attr('data-delay')) || 50);
92 _show(evt, html, classes, delay) global() argument
/plugin/bootswrapper/syntax/
H A Dpopover.php120 if ($delay) {
121 $html5_data[] = 'data-delay="' . $delay . '"';
124 if (!$delay && ($attributes['delay-hide'] || $attributes['delay-show'])) {
/plugin/linkprefix/
H A Dredirect.php2 $delay = "1"; // in seconds variable
25 <meta http-equiv="refresh" content="<?=$delay?>; URL='<?=$url?>'" />
/plugin/judge/
H A Dstyle.css89 -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 Drandom.js20 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 Dlive-simulation.sh39 delay=17
44 delay="$1"
296 sleep $delay
327 sleep $delay
/plugin/animation/scripts/
H A Djquery.scianimator.min.js8delay: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 Dlog.php66 … $delay = $this->getConf('initialDelay') * pow(2, ($strikes - $this->getConf('maxFailures')));
67 $remainingDelay = $delay - (time() - filemtime($this->statFile)) / 60;
/plugin/solr/
H A Dscript.js34 var delay = new Delay(function () {
40 addEvent(inObj, 'keyup', function () {clear_results(); delay.start(); });
/plugin/goto/
H A Dscript.js42 var url = ar[0]; var delay = ar[1];
43 setTimeout(function(){ location.href = url; }, delay,url);
/plugin/schedule/
H A DTODO.txt28 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 Dimpress.js474 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 Djquery.hoverIntent.js79 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 Dautosuggest.js110 options.delay = d;
156 return options.delay;
206 setTimeout(doShow, options.delay);
219 … interval = setTimeout(function() {node.style.display = 'none'; interval=null}, options.delay);

12345678910