Home
last modified time | relevance | path

Searched refs:wait (Results 201 – 225 of 225) sorted by path

123456789

/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dsync.js18 library.create(attrs, {wait: false});
124 library.first().destroy({wait: true});
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js795 _.delay = restArgs(function(func, wait, args) { argument
798 }, wait);
810 _.throttle = function(func, wait, options) { argument
825 var remaining = wait - (now - previous);
828 if (remaining <= 0 || remaining > wait) {
855 _.debounce = function(func, wait, immediate) { argument
867 timeout = setTimeout(later, wait);
870 timeout = _.delay(later, wait, this, args);
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.map1 …position","bindAll","Error","memoize","hasher","cache","address","delay","wait","setTimeout","defe…
H A Dunderscore.js765 _.delay = function(func, wait) { argument
769 }, wait);
781 _.throttle = function(func, wait, options) { argument
795 var remaining = wait - (now - previous);
798 if (remaining <= 0 || remaining > wait) {
817 _.debounce = function(func, wait, immediate) { argument
823 if (last < wait && last >= 0) {
824 timeout = setTimeout(later, wait - last);
839 if (!timeout) timeout = setTimeout(later, wait);
/plugin/subjectindex/plugins/
H A Dbible_verses.txt1492 I shall indeed wait for salvation from you, O Jehovah.
14051 He keeps lying in wait in the concealed place like a lion in his covert.He keeps lying in wait to c…
14833 Indeed toward God wait silently, O my soul,Because from him is my hope.
14991 But as for me, I shall wait constantly,And I will add to all your praise.
15665 Quickly they forgot his works;They did not wait for his counsel.
15948 Remember the word to your servant,For which you have made me wait.
16152 Let Israel wait for JehovahFrom now on and to time indefinite.A Song of the Ascents.
20365 As a bear lying in wait he is to me, as a lion in places of concealment.
20381 Good it is that one should wait, even silently, for the salvation of Jehovah.
25460 lying in wait for him, to catch something out of his mouth.
[all …]
/plugin/swiftmail/Swift/Plugin/
H A DAntiFlood.php43 public function __construct($threshold, $wait=0) argument
46 $this->setWait($wait);
84 public function wait($seconds) function in Swift_Plugin_AntiFlood
100 $this->wait($this->getWait());
H A DThrottler.php60 $this->wait($overrun);
79 $this->wait($overrun);
86 public function wait($secs) function in Swift_Plugin_Throttler
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1wait white wider w-resize x-fast x-high x-large x-loud x-low x-slow x-small x-soft xx-large xx-sma…
/plugin/tuxquote/
H A Dquotes.txt195 I couldn't wait for success... so I went ahead without it. <BR> -- Jonathan Winters
203 The work will wait while you show the child the rainbow, but the rainbow won't wait while you do th…
559 If you think it's expensive to hire a professional to do the job, wait until you hire an amateur. <…
775 Ask her to wait a moment - I am almost done. <BR> -- Carl Friedrich Gauss (1777-1855), when informe…
1113 … and tired. And we have good reason to be tired: We won World War II. No, wait, that was our paren…
1624 They also swear who only stand and wait. <BR> -- Addison Mizner (1872-1933), U.S. resort architect
3316 The longer you wait in line, the greater likelihood that you are standing in the wrong line. <BR> -…
3334 If you think the problem is bad now, just wait until we've solved it. <BR> --Arthur Kasspe
3436 If you wait, it will go away. <BR> -- Hellrung's Law ...having done it's damage <BR> -- Shavelson'…
3738 I don't mind coming to work, but that eight hour wait to go home is a bitch!
[all …]
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1177 relatively recent debian release, so we'll wait till 2015 to take this one out
/plugin/webdav/vendor/sabre/event/
H A DCHANGELOG.md26 wait for any `then`/`otherwise` callbacks to trigger.
27 * Promises now have a `wait()` method. Allowing you to make a promise
28 synchronous and simply wait for a result (or exception) to happen.
/plugin/webdav/vendor/sabre/event/lib/
H A DPromise.php187 function wait() { function in Sabre\\Event\\Promise
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md40 * The async client wouldn't `wait()` for new http requests being started
H A DREADME.md275 $client->wait();
/plugin/webdav/vendor/sabre/http/lib/
H A DClient.php294 function wait() { function in Sabre\\HTTP\\Client
/plugin/wysiwyg/fckeditor/editor/skins/office2003/
H A Dfck_editor.css401 /* background-color: inherit; Maybe this is needed wait to check */
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js74714 return previousPromise = // If enqueue has been called before, then we want to wait until
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1wait","setTimeout","pop","isValidDate","getTime","Function","delay","timer","$cancelTimeout","$pen…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_click_drag.js.map1wait","apply","arguments","setTimeout","isArray","Array","undefined","pop","isValidDate","isNaN","…
H A Ddhtmlxgantt_drag_timeline.js.map1wait","apply","arguments","setTimeout","isArray","Array","undefined","pop","isValidDate","isNaN","…
H A Ddhtmlxgantt_tooltip.js.map1wait","setTimeout","pop","isValidDate","getTime","Function","delay","timer","$cancelTimeout","$pen…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js29750 var wait = false;
29753 if (!wait) {
29755 wait = true;
29757 wait = false;
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_click_drag.js699 var wait = false;
702 if (!wait) {
704 wait = true;
706 wait = false;
H A Ddhtmlxgantt_drag_timeline.js479 var wait = false;
482 if (!wait) {
484 wait = true;
486 wait = false;
H A Ddhtmlxgantt_tooltip.js968 var wait = false;
971 if (!wait) {
973 wait = true;
975 wait = false;

123456789