Home
last modified time | relevance | path

Searched refs:cb (Results 1 – 25 of 116) sorted by relevance

12345

/plugin/webdav/vendor/sabre/event/lib/Loop/
H A Dfunctions.php8 * @param callable $cb
12 function setTimeout(callable $cb, $timeout) { argument
14 instance()->setTimeout($cb, $timeout);
24 * @param callable $cb
28 function setInterval(callable $cb, $timeout) { argument
49 * @param callable $cb
52 function nextTick(callable $cb) { argument
54 instance()->nextTick($cb);
69 * @param callable $cb
74 instance()->addReadStream($stream, $cb);
[all …]
H A DLoop.php23 * @param callable $cb
48 [[$triggerTime, $cb]]
67 * @param callable $cb
78 $cb();
109 * @param callable $cb
112 function nextTick(callable $cb) { argument
114 $this->nextTick[] = $cb;
129 * @param callable $cb
149 * @param callable $cb
273 foreach ($nextTick as $cb) {
[all …]
/plugin/googleads/
H A Dadmin.php111 …$cb = $form->addCheckbox("googleads[dontcountadmin]", $this->getLang('gads_dont_count_admin'))->us…
113 $cb->attr('checked', 'checked');
116 …$cb = $form->addCheckbox("googleads[dontcountmanager]", $this->getLang('gads_dont_count_manager'))…
118 $cb->attr('checked', 'checked');
121 …$cb = $form->addCheckbox("googleads[dontcountusers]", $this->getLang('gads_dont_count_users'))->us…
123 $cb->attr('checked', 'checked');
/plugin/publish/
H A Dscript.js4 var cb=document.getElementById('approved');
5 if(cb == null) { return true; } //huh?
6 if(!cb.checked) { return true; } //this only fires on set
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DBasicCallBack.php53 $cb = $this->callBack;
54 return $cb($username, $password);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DBasicCallBack.php53 $cb = $this->callBack;
54 return $cb($username, $password);
/plugin/elasticsearch/vendor/react/promise/src/
H A DPromise.php23 $cb = $resolver;
25 $this->call($cb);
192 private function call(callable $cb) argument
196 $callback = $cb;
197 $cb = null;
/plugin/syntaxhighlightjs/
H A Dgulpfile.js42 gulp.task('compile-highlightjs', function (cb) { argument
51 cb(err);
/plugin/linkmanager/
H A Dscript.js108 togglekeepopen: function(event,cb){ argument
109 if(cb.checked){
123 togglehide: function(event,cb){ argument
124 if(cb.checked){
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DMontgomery.php198 $cb = $c->multiply($b);
199 $temp = $da->add($cb);
201 $temp = $da->subtract($cb);
/plugin/snippets/
H A Dscript.js177 togglekeepopen: function(cb){ argument
178 if(cb.checked){
187 toggleupdate: function(cb){ argument
188 if(cb.checked){
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js94 return cb(value, context, Infinity);
166 iteratee = cb(iteratee, context);
225 predicate = cb(predicate, context);
240 predicate = cb(predicate, context);
253 predicate = cb(predicate, context);
311 iteratee = cb(iteratee, context);
336 iteratee = cb(iteratee, context);
375 iteratee = cb(iteratee, context);
397 iteratee = cb(iteratee, context);
442 predicate = cb(predicate, context);
[all …]
/plugin/recommend/
H A Dscript.js77 source: function (request, cb) { argument
85 jQuery.post(DOKU_BASE + 'lib/exe/ajax.php', payload, cb, 'json')
/plugin/struct/script/
H A DEntryEditor.js70 source: function (request, cb) { argument
76 struct_ajax(name, cb, {search: term});
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Devents.js133 var cb = function(){ assert.ok(true); }; function
134 a.listenTo(b, {event: cb});
136 a.listenTo(b, {event2: cb});
137 b.on('event2', cb);
138 a.stopListening(b, {event2: cb});
148 var cb = function() { assert.ok(true); }; function
149 a.listenTo(b, 'event', cb);
150 b.on('event', cb);
151 a.listenTo(b, 'event2', cb);
152 a.stopListening(null, {event: cb});
[all …]
/plugin/bureaucracyau/_test/
H A Dsyntax.test.php36 $cb = $this->checkField($doc, 'Read the agreement?', 'input[type=checkbox][value=1]');
37 $this->assertEquals('1', pq('input[type=hidden][value=0]', $cb->parent())->length);
/plugin/bureaucracy-au/_test/
H A Dsyntax.test.php36 $cb = $this->checkField($doc, 'Read the agreement?', 'input[type=checkbox][value=1]');
37 $this->assertEquals('1', pq('input[type=hidden][value=0]', $cb->parent())->length);
/plugin/oauth/action/
H A Duser.php165 $cb = $form->addCheckbox(
171 $cb->attr('checked', 'checked');
/plugin/watchcycle/
H A Dscript.js87 source: function (request, cb) { argument
88 ajax_watchcycle(cb, 'get', autcmpl_extractLast(request.term));
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js104 return cb(value, context, Infinity);
182 iteratee = cb(iteratee, context);
236 predicate = cb(predicate, context);
251 predicate = cb(predicate, context);
264 predicate = cb(predicate, context);
321 iteratee = cb(iteratee, context);
346 iteratee = cb(iteratee, context);
388 iteratee = cb(iteratee, context);
410 iteratee = cb(iteratee, context);
999 iteratee = cb(iteratee, context);
[all …]
/plugin/mozshot/
H A DREADME6 (c) 2009 - 2010 by Takao Yokoyama <cb.yokoyama@gmail.com>
/plugin/mobiletable/
H A DmobileTable.js307 (cb => ["complete", "interactive"].includes(document.readyState) ? setTimeout(cb, 0) : document.add…
/plugin/confmanager/
H A Djquery.form.js435 … timeoutHandle = setTimeout(function() { timedOut = true; cb(CLIENT_TIMEOUT_ABORT); }, s.timeout);
448 cb(SERVER_ABORT);
479 io.attachEvent('onload', cb);
481 io.addEventListener('load', cb, false);
507 function cb(e) { function
535 io.detachEvent('onload', cb);
537 io.removeEventListener('load', cb, false);
552 setTimeout(cb, 250);
/plugin/ckgedit/ckeditor/plugins/tableselection/styles/
H A Dtableselection.css15 background: #0076cb !important;
/plugin/twofactor/action/
H A Dprofile.php172 $cb = $form->addCheckbox('optout', $this->getLang('optout'));
174 $cb->attr('checked', 'checked');

12345