Home
last modified time | relevance | path

Searched defs:callBack (Results 1 – 11 of 11) sorted by relevance

/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DBasicCallBack.php24 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 DBasicCallBack.php24 protected $callBack; variable in Sabre\\DAV\\Auth\\Backend\\BasicCallBack
35 function __construct(callable $callBack) {
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.ie8.js6 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 DEventEmitterInterface.php25 function on($eventName, callable $callBack, $priority = 100);
35 function once($eventName, callable $callBack, $priority = 100);
H A DEventEmitterTrait.php35 function on($eventName, callable $callBack, $priority = 100) {
59 function once($eventName, callable $callBack, $priority = 100) {
H A DPromise.php252 private function invokeCallback(Promise $subPromise, callable $callBack = null) {
/plugin/davcal/vendor/sabre/event/lib/
H A DEventEmitterInterface.php25 function on($eventName, callable $callBack, $priority = 100);
35 function once($eventName, callable $callBack, $priority = 100);
H A DEventEmitterTrait.php35 function on($eventName, callable $callBack, $priority = 100) {
59 function once($eventName, callable $callBack, $priority = 100) {
H A DPromise.php220 protected function invokeCallback(Promise $subPromise, callable $callBack = null) {
/plugin/combo/resources/snippet/js/
H A Dcombo-debounce.js11 module.debounce = function (callBack, interval, leadingExecution = false) { argument
H A Dmetadata.js71 async function processResponse(response, callBack) { argument