Home
last modified time | relevance | path

Searched refs:wait (Results 151 – 175 of 225) sorted by last modified time

123456789

/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dsync.js18 library.create(attrs, {wait: false});
124 library.first().destroy({wait: true});
H A Dmodel.js691 model.save({id: 42}, {wait: true});
997 model.save({x: 1}, {wait: true});
1039 model.save({x: 3}, {wait: true});
1052 model.save({x: 1}, {wait: true});
1063 model.save({x: 3}, {wait: true});
1071 model.save({x: 1}, {wait: true});
1318 .save(null, {wait: true});
1425 model.save({x: 1}, {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/lodash/
H A Dlodash.js2746 function baseDelay(func, wait, args) { argument
6646 return root.setTimeout(func, wait);
10304 function debounce(func, wait, options) {
10319 wait = toNumber(wait) || 0;
10341 timerId = setTimeout(timerExpired, wait);
10349 timeWaiting = wait - timeSinceLastCall;
10415 timerId = setTimeout(timerExpired, wait);
10420 timerId = setTimeout(timerExpired, wait);
10897 function throttle(func, wait, options) {
10908 return debounce(func, wait, {
[all …]
/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/sequencediagram/bower_components/lodash/dist/
H A Dlodash.core.js443 function baseDelay(func, wait, args) { argument
447 return setTimeout(function() { func.apply(undefined, args); }, wait);
2328 var delay = baseRest(function(func, wait, args) { argument
2329 return baseDelay(func, toNumber(wait) || 0, args);
/plugin/emoji/script/
H A Djquery.textcomplete.js947 var debounce = function (func, wait) { argument
951 if (last < wait) {
952 timeout = setTimeout(later, wait - last);
965 timeout = setTimeout(later, wait);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DReadWrite.php61 * @param bool $wait Differ opening or not.
67 $wait = false argument
69 parent::__construct($streamName, $mode, $context, $wait);
H A DRead.php58 * @param bool $wait Differ opening or not.
64 $wait = false argument
66 parent::__construct($streamName, $mode, $context, $wait);
H A DFile.php138 * @param bool $wait Differ opening or not.
145 $wait = false argument
181 parent::__construct($streamName, $context, $wait);
H A DDirectory.php83 * @param bool $wait Differ opening or not.
89 $wait = false argument
92 parent::__construct($streamName, $context, $wait);
H A DWrite.php58 * @param bool $wait Differ opening or not.
64 $wait = false argument
66 parent::__construct($streamName, $mode, $context, $wait);
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DStream.php149 * @param bool $wait Differ opening or not.
151 public function __construct($streamName, $context = null, $wait = false) argument
155 $this->_hasBeenDeferred = $wait;
174 if (true === $wait) {
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DLink.php60 * @param bool $wait Differ opening or not.
67 $wait = false argument
77 parent::__construct($streamName, $mode, $context, $wait);
H A DRead.php59 * @param bool $wait Differ opening or not.
65 $wait = false argument
67 parent::__construct($streamName, $mode, $context, $wait);
H A DReadWrite.php62 * @param bool $wait Differ opening or not.
68 $wait = false argument
70 parent::__construct($streamName, $mode, $context, $wait);
H A DWrite.php58 * @param bool $wait Differ opening or not.
64 $wait = false argument
66 parent::__construct($streamName, $mode, $context, $wait);
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DWrite.php59 * @param bool $wait Differ opening or not.
65 $wait = false argument
67 parent::__construct($streamName, $mode, $context, $wait);
H A DRead.php59 * @param bool $wait Differ opening or not.
65 $wait = false argument
67 parent::__construct($streamName, $mode, $context, $wait);
H A DReadWrite.php62 * @param bool $wait Differ opening or not.
68 $wait = false argument
70 parent::__construct($streamName, $mode, $context, $wait);
H A DTemporary.php70 * @param bool $wait Differ opening or not.
76 $wait = false argument
82 parent::__construct($streamName, $mode, $context, $wait);
/plugin/file2dw/docker/proxy/
H A Ddocker-compose.yml43 …entrypoint: /usr/local/bin/docker-gen -notify-sighup nginx-proxy -watch -wait 2s:5s /etc/docker-ge…
/plugin/ckgdoku/ckeditor/
H A Dconfig.js.unc375 DlgFileBrowserWaitingMsg: 'Loading files, please wait.',
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.beautified720 DlgFileBrowserWaitingMsg: "Loading files, please wait.",

123456789