Home
last modified time | relevance | path

Searched refs:callback (Results 126 – 150 of 348) sorted by relevance

12345678910>>...14

/plugin/tagfilter/script/select2/
H A Dselect2.js460 query.callback(results);
511 query.callback(data());
536 query.callback(filtered);
552 query.callback(filtered);
598 * @param selectCallback function(choice) callback tho add the choice to selection
985 query.callback(data);
1006 opts.initSelection = function (element, callback) { argument
1016 callback(data);
1074 // hold onto a reference of the callback to work around a chromium bug
1575 callback
[all...]
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_tooltip.js.map1callback","detach","detachAll","staticArray","extend","scopes","units","second","minute","hour","d…
H A Ddhtmlxgantt_tooltip.js13callback:n,capture:r}),e(t,o,n,r)},detach:function(t,e,n,r){o(t,e,n,r);for(var a=0;a<i.length;a++)…
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown112 In slick 1.4, callback methods have been deprecated and replaced with events. Use them before the i…
134 afterChange | event, slick, currentSlide | After slide change callback
135 beforeChange | event, slick, currentSlide, nextSlide | Before slide change callback
139 init | event, slick | When Slick initializes for the first time callback. Note that this event shou…
140 reInit | event, slick | Every time Slick (re-)initializes callback
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1582 * @param callable $callback
1586 function callback($callback) function
2064 * @param mixed $callback
2068 function returnCallback($callback) argument
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DGraphNavigatorTest.php94 ->with($metadata, $this->callback(static function ($navigatorContext) use ($context) {
100 …->with($metadata->propertyMetadata['foo'], $this->callback(static function ($navigatorContext) use…
H A DContextTest.php34 …->with($this->anything(), $this->callback(static function (SerializationContext $context) use ($se…
60 …->with($this->anything(), $this->callback(static function (SerializationContext $context) use ($se…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php226 * @param callable $callback Callable that returns stream resource
231 private function createResource(callable $callback) argument
243 $resource = $callback();
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php67 * @param callable|null $callback OPTIONAL Callback function which can be used to be notified about errors (for example connection down)
71 public function __construct($config = [], ?callable $callback = null, ?LoggerInterface $logger = null)
82 $this->_callback = $callback;
70 __construct($config = [], callable $callback = null, LoggerInterface $logger = null) global() argument
/plugin/phosphor/
H A Dphosphor.php107 $p['callback'] = 'phosphorCallback_' . $name;
/plugin/flowplay2/flowplayer/
H A Djavascript.txt14 receive the onFlowPlayerReady() callback from the player. After the player has
87 the onCuePoint callback is called. The onCuePoint callback receives the name and
/plugin/fedauth/Auth/OpenID/
H A DAssociation.php268 $callback = $this->_macs[$this->assoc_type];
270 return call_user_func_array($callback, array($this->secret, $kv));
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js4101 function (callback) { argument
4210 })(e.callback, that, e.anim);
4254 callback && callback.call(element);
4565 callback: params.callback, property in runAnimation.e
4611 callback = callback || easing || null;
4625 if(callback){
4636 !params[lastKey].callback && (params[lastKey].callback = callback);
4641 callback && (p.callback = callback);
4665 callback && callback.call(element);
4983 callback && (collector = function () {
[all …]
/plugin/davcal/vendor/sabre/event/
H A DCHANGELOG.md21 * Added: When calling emit, it's now possible to specify a callback that will be
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js29 },each:function(callback,args){return jQuery.each(this,callback,args);
114 },map:function(callback){return this.pushStack(jQuery.map(this,function(elem,i){return callback.cal…
135 }callback.call(obj,elem);
193 ){if(callback.apply(object[i++],args)===false){break;
196 i<length&&callback.call(value,i,value)!==false;
205 }},swap:function(elem,options,callback){var old={}; argument
208 }callback.call(elem);
323 },grep:function(elems,callback,inv){var ret=[]; argument
326 i++){if(!inv!=!callback(elems[i],i)){ret.push(elems[i]);
328 },map:function(elems,callback){var ret=[]; argument
[all …]
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js29 },each:function(callback,args){return jQuery.each(this,callback,args);
114 },map:function(callback){return this.pushStack(jQuery.map(this,function(elem,i){return callback.cal…
135 }callback.call(obj,elem);
193 ){if(callback.apply(object[i++],args)===false){break;
196 i<length&&callback.call(value,i,value)!==false;
205 }},swap:function(elem,options,callback){var old={}; argument
208 }callback.call(elem);
323 },grep:function(elems,callback,inv){var ret=[]; argument
326 i++){if(!inv!=!callback(elems[i],i)){ret.push(elems[i]);
328 },map:function(elems,callback){var ret=[]; argument
[all …]
/plugin/openid/Auth/OpenID/
H A DAssociation.php270 $callback = $this->_macs[$this->assoc_type];
272 return call_user_func_array($callback, [$this->secret, $kv]);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php1321 * @param callable $callback
1325 public function setOutputCallback($callback) argument
1327 if (!is_callable($callback)) {
1331 $this->outputCallback = $callback;
1914 * @param mixed $callback
1918 public static function returnCallback($callback) argument
1920 return new PHPUnit_Framework_MockObject_Stub_ReturnCallback($callback);
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js2533 scope = callback;
2548 if (callback) {
2577 scope ? callback.call(scope, f) : callback(f);
3312 callback = easing;
3318 callback && (this.callback = callback);
3403 callback = easing;
3408 callback && eve.once("mina.finish." + anim.id, callback);
3440 callback = easing;
3444 callback = attrs.callback;
3480 callback && callback.call(el);
[all …]
/plugin/rigrr/lib/svg-pan-zoom/
H A Dsvg-pan-zoom.js141 window.addWheelListener = function( elem, callback, useCapture ) { argument
142 _addWheelListener( elem, support, callback, useCapture );
146 _addWheelListener( elem, "MozMousePixelScroll", callback, useCapture );
150 function _addWheelListener( elem, eventName, callback, useCapture ) { argument
151 …elem[ _addEventListener ]( prefix + eventName, support == "wheel" ? callback : function( originalE…
183 return callback(event);
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1callback functions, \"match\" and \"handler\".\n * The \"match\" callback determine if a route sho…
H A Dworkbox-bed83ea8.js.map1callback functions, \"match\" and \"handler\".\n * The \"match\" callback determine if a route sho…
H A Dworkbox-f163abaa.js.map1callback functions, \"match\" and \"handler\".\n * The \"match\" callback determine if a route sho…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DConstraintTest.php1533 $constraint = PHPUnit_Framework_Assert::callback($closureWithoutParameter);
1536 $constraint = PHPUnit_Framework_Assert::callback($closureReflect);
1540 $callback = [$this, 'callbackReturningTrue'];
1541 $constraint = PHPUnit_Framework_Assert::callback($callback);
1544 $callback = ['Framework_ConstraintTest', 'staticCallbackReturningTrue'];
1545 $constraint = PHPUnit_Framework_Assert::callback($callback);
1557 $constraint = PHPUnit_Framework_Assert::callback(function () {
/plugin/diagramsnet/lib/js/diagramly/
H A DElectronApp.js79 App.filesWorkerReq = function(msg, callback, error) argument
82 App.filesWorkerReqInfo[msg.reqId] = {callback: callback, error: error}; property in App.filesWorkerReqInfo
97 callbacks.callback(resp.data);
634 editorUi.showDialog(new PluginsDialog(editorUi, function(callback) argument
706 callback(pluginName);
719 callback(App.pluginRegistry[pluginsSelect.value]);
1887 mxElectronRequest.prototype.send = function(callback, error) argument
1895 callback();

12345678910>>...14