Searched defs:callBack (Results 1 – 11 of 11) sorted by relevance
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/ |
H A D | BasicCallBack.php | 24 protected $callBack; variable in Sabre\\DAV\\Auth\\Backend\\BasicCallBack 35 function __construct(callable $callBack) {
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/ |
H A D | BasicCallBack.php | 24 protected $callBack; variable in Sabre\\DAV\\Auth\\Backend\\BasicCallBack 35 function __construct(callable $callBack) {
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/ |
H A D | popcorn.ie8.js | 6 var addEventListener = function( eventName, callBack ) { argument 30 var removeEventListener = function( eventName, callBack ) { argument 148 …pe.addEventListener = HTMLScriptElement.prototype.addEventListener || function( event, callBack ) { argument 164 …oveEventListener = HTMLScriptElement.prototype.removeEventListener || function( event, callBack ) { argument
|
/plugin/webdav/vendor/sabre/event/lib/ |
H A D | EventEmitterInterface.php | 25 function on($eventName, callable $callBack, $priority = 100); 35 function once($eventName, callable $callBack, $priority = 100);
|
H A D | EventEmitterTrait.php | 35 function on($eventName, callable $callBack, $priority = 100) { 59 function once($eventName, callable $callBack, $priority = 100) {
|
H A D | Promise.php | 252 private function invokeCallback(Promise $subPromise, callable $callBack = null) {
|
/plugin/davcal/vendor/sabre/event/lib/ |
H A D | EventEmitterInterface.php | 25 function on($eventName, callable $callBack, $priority = 100); 35 function once($eventName, callable $callBack, $priority = 100);
|
H A D | EventEmitterTrait.php | 35 function on($eventName, callable $callBack, $priority = 100) { 59 function once($eventName, callable $callBack, $priority = 100) {
|
H A D | Promise.php | 220 protected function invokeCallback(Promise $subPromise, callable $callBack = null) {
|
/plugin/combo/resources/snippet/js/ |
H A D | combo-debounce.js | 11 module.debounce = function (callBack, interval, leadingExecution = false) { argument
|
H A D | metadata.js | 71 async function processResponse(response, callBack) { argument
|