/plugin/webdav/vendor/sabre/event/lib/Loop/ |
H A D | functions.php | 8 * @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 D | Loop.php | 23 * @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 D | admin.php | 111 …$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 D | script.js | 4 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 D | BasicCallBack.php | 53 $cb = $this->callBack; 54 return $cb($username, $password);
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/ |
H A D | BasicCallBack.php | 53 $cb = $this->callBack; 54 return $cb($username, $password);
|
/plugin/elasticsearch/vendor/react/promise/src/ |
H A D | Promise.php | 23 $cb = $resolver; 25 $this->call($cb); 192 private function call(callable $cb) argument 196 $callback = $cb; 197 $cb = null;
|
/plugin/syntaxhighlightjs/ |
H A D | gulpfile.js | 42 gulp.task('compile-highlightjs', function (cb) { argument 51 cb(err);
|
/plugin/linkmanager/ |
H A D | script.js | 108 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 D | Montgomery.php | 198 $cb = $c->multiply($b); 199 $temp = $da->add($cb); 201 $temp = $da->subtract($cb);
|
/plugin/snippets/ |
H A D | script.js | 177 togglekeepopen: function(cb){ argument 178 if(cb.checked){ 187 toggleupdate: function(cb){ argument 188 if(cb.checked){
|
/plugin/sequencediagram/bower_components/underscore/ |
H A D | underscore.js | 94 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 D | script.js | 77 source: function (request, cb) { argument 85 jQuery.post(DOKU_BASE + 'lib/exe/ajax.php', payload, cb, 'json')
|
/plugin/struct/script/ |
H A D | EntryEditor.js | 70 source: function (request, cb) { argument 76 struct_ajax(name, cb, {search: term});
|
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/ |
H A D | events.js | 133 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 D | syntax.test.php | 36 $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 D | syntax.test.php | 36 $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 D | user.php | 165 $cb = $form->addCheckbox( 171 $cb->attr('checked', 'checked');
|
/plugin/watchcycle/ |
H A D | script.js | 87 source: function (request, cb) { argument 88 ajax_watchcycle(cb, 'get', autcmpl_extractLast(request.term));
|
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/ |
H A D | underscore.js | 104 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 D | README | 6 (c) 2009 - 2010 by Takao Yokoyama <cb.yokoyama@gmail.com>
|
/plugin/mobiletable/ |
H A D | mobileTable.js | 307 (cb => ["complete", "interactive"].includes(document.readyState) ? setTimeout(cb, 0) : document.add…
|
/plugin/confmanager/ |
H A D | jquery.form.js | 435 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 D | tableselection.css | 15 background: #0076cb !important;
|
/plugin/twofactor/action/ |
H A D | profile.php | 172 $cb = $form->addCheckbox('optout', $this->getLang('optout')); 174 $cb->attr('checked', 'checked');
|