Home
last modified time | relevance | path

Searched refs:callback (Results 1 – 25 of 348) sorted by path

12345678910>>...14

/plugin/aceeditor/
H A Dbuild.js1callback),n},define=function(e,t,n){t.splice||(n=t,t=[]),!c(s,e)&&!c(o,e)&&(o[e]=[e,t,n])},define.…
/plugin/adfs/phpsaml/
H A DCHANGELOG178 * Allow single log out to work for applications not leveraging php session_start. Added a callback
H A DREADME.md978 way to destroy the session, you can pass a callback method to the
983 $callback = function () {
987 $auth->processSLO($keepLocalSession, null, false, $callback);
/plugin/advrack/
H A Djquery.qtip.js1283 function delay(callback, duration) { argument
1287 $.proxy(callback, this), duration
1290 else{ callback.call(this); }
1423 var callback = $.Event('tooltip'+type);
1424 callback.originalEvent = (event && $.extend({}, event)) || this.cache.event || NULL;
1427 this.tooltip.trigger(callback, [this].concat(args || []));
1430 return !callback.isDefaultPrevented();
1535 $.each(options.events, function(name, callback) { argument
1536 …ip, name === 'toggle' ? ['tooltipshow','tooltiphide'] : ['tooltip'+name], callback, null, tooltip);
H A Draphael.js4016 paperproto.forEach = function (callback, thisArg) { argument
4461 function (callback) { argument
4570 })(e.callback, that, e.anim);
4615 callback && callback.call(element);
4926 callback: params.callback, property in runAnimation.e
4972 callback = callback || easing || null;
4988 callback && (p.callback = callback);
5012 callback && callback.call(element);
5223 setproto.forEach = function (callback, thisArg) { argument
5330 callback && (collector = function () {
[all …]
/plugin/ajaxedit/
H A Dscript.js18 function ajaxedit_queue(callback) { argument
19 ajaxedit_queue_.push(callback);
/plugin/ajaxedit/vendor/pnotify/
H A Djquery.pnotify.js563 pnotify.animate_in = function(callback){ argument
573 callback();
575 pnotify.show(opts.animate_speed, callback);
579 pnotify.slideDown(opts.animate_speed, callback);
581 animation("in", callback, pnotify);
587 pnotify.animate_out = function(callback){ argument
597 callback();
599 pnotify.hide(opts.animate_speed, callback);
601 pnotify.fadeOut(opts.animate_speed, callback);
603 pnotify.slideUp(opts.animate_speed, callback);
[all …]
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md187 ## Using callback functions
339 * Now all callback functions (complete, error, load) receive additional parameter: chart
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md782 …object) options, (function) callback | Prepares a JPEG representation of the chart and passes the …
783 …object) options, (function) callback | Prepares a PNG representation of the chart and passes the b…
784 …object) options, (function) callback | Prepares a SVG representation of the chart and passes the b…
785 …object) options, (function) callback | Prepares a PDF representation of the chart and passes the b…
786 toJSON | (object) options, (function) callback | Prepares a JSON and passes the plain data to the c…
787 toCSV | (object) options, (function) callback | Prepares a CSV and passes the plain data to the cal…
788 …object) options, (function) callback | Prepares a XLSX representation of the chart and passes the …
789 toBlob | (object) options, (function) callback | Prepares a BLOB and passes the instance to the cal…
790 toCanvas | (object) options, (function) callback | Prepares a Canvas and passes the element to the
791 toArray | (object) options, (function) callback | Prepares an Array and passes the data to the call…
[all …]
H A Dexport.js603 function callback() { function
1808 toJPG: function( options, callback ) { argument
1825 toPNG: function( options, callback ) { argument
1841 toSVG: function( options, callback ) { argument
1925 if ( callback ) {
1930 } )( callback ) );
2267 if ( callback && callback instanceof Function ) {
2273 callback.apply( _this, data );
2755 _this.delay( item, callback );
2760 callback.apply( _this, args );
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js3832 this.callback = callback;
6019 callback && callback();
6047 callback && callback();
10352 callback && callback();
10359 callback && callback();
10390 callback && callback();
10396 callback && callback();
10411 callback && callback();
10424 callback && callback();
17208 callback && callback();
[all …]
H A Dfabric.min.js1callback,context){var objects=this.getObjects(),i=objects.length;while(i--){callback.call(context,… argument
2callback,reviver){if(!doc){return}parseUseDirectives(doc);var startTime=new Date,svgUid=fabric.Obj… argument
4callback,options){return this.__setBgOverlayImage("overlayImage",image,callback,options)},setBackg… argument
6callback,reviver){return this.loadFromJSON(json,callback,reviver)},loadFromJSON:function(json,call… argument
9callback){if(typeof object.path==="string"){fabric.loadSVGFromURL(object.path,function(elements){v… argument
11 …ction(object,callback){fabric.util.loadImage(object.mask.src,function(img){object.mask=new fabric.… argument
15callback){var oURL=URL.parse(url);if(!oURL.port){oURL.port=oURL.protocol.indexOf("https:")===0?443… argument
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js5772 var result = lodash.callback || callback;
12742 lodash.callback = callback;
13740 callback();
20455 callback = opts;
20559 callback(err);
20753 if (callback) callback();
20780 if (callback)
20783 if (callback)
20797 if (callback)
20888 req.callback = callback;
[all …]
H A Dpdfmake.min.js8callback||wo;return i=i===wo?pe:i,r?i(t,n,r):i}function gn(t,n,r){var i=e.indexOf||Gn;return i=i==…
11callback=n}function i(t,e){var r=n(35);t=t||{};var i=t.highWaterMark,o=t.objectMode?16:16384;this.…
H A Dpdfmake.min.js.map1callback","printer","fs","bindFS","result","doc","createPdfKitDocument","chunks","on","chunk","pus…
/plugin/authfacebook/lib/GraphNodes/
H A DCollection.php143 public function map(\Closure $callback) argument
145 return new static(array_map($callback, $this->items, array_keys($this->items)));
H A DGraphEdge.php242 public function map(\Closure $callback) argument
246 array_map($callback, $this->items, array_keys($this->items)),
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md33 …`Middleware::retry()` accepts a second callback parameter to override the default timeouts if need…
311 * The size of a Pool can now be dynamically adjusted using a callback.
1326 * Added callback functionality to the ExponentialBackoffPlugin
H A DUPGRADING.md513 - `curl.callback.progress` has been removed. Use a custom `StreamInterface` to
515 - `curl.callback.write` has been removed. Use a custom `StreamInterface` to
517 - `curl.callback.read` has been removed. Use a custom `StreamInterface` to
894 Multi-valued query parameters are no longer aggregated using a callback function. `Guzzle\Http\Quer…
/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/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md100 promise in the chain. Returning a promise in a `then` callback will cause the
120 // Triggers the first callback and outputs "A"
122 // Triggers the second callback and outputs "B"
145 If an exception is thrown in an `$onRejected` callback, subsequent
163 `$onRejected` callback.
179 If an exception is not thrown in a `$onRejected` callback and the callback
181 invoked using the value returned from the `$onRejected` callback.
321 …Appends a rejection handler callback to the promise, and returns a new promise resolving to the re…
391 callback, promise resolution will occur recursively.
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md247 private $callback;
252 $this->callback = $cb;
259 // Invoke the callback when EOF is hit.
261 call_user_func($this->callback);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUriNormalizer.php187 $callback = function (array $match) {
193 preg_replace_callback($regex, $callback, $uri->getPath())
195 preg_replace_callback($regex, $callback, $uri->getQuery())
203 $callback = function (array $match) {
209 preg_replace_callback($regex, $callback, $uri->getPath())
211 preg_replace_callback($regex, $callback, $uri->getQuery())
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md373 * Fixed SwiftMailerHandler to lazily create message instances if a callback is provided
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DHandlerWrapper.php81 public function pushProcessor(callable $callback): HandlerInterface argument
84 $this->handler->pushProcessor($callback);

12345678910>>...14