Home
last modified time | relevance | path

Searched defs:callback (Results 176 – 195 of 195) sorted by path

12345678

/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js688 function eachLine(str, callback) argument
/plugin/tagfilter/script/select2/
H A Dselect2.js1006 opts.initSelection = function (element, callback) { argument
[all...]
/plugin/tagging/script/
H A Dadmin.js19 const callBackend = function(params, callback) { argument
145 const callback = function(response) { function
/plugin/timetrack/vendor/pnotify/
H A Djquery.pnotify.js563 pnotify.animate_in = function(callback){ argument
587 pnotify.animate_out = function(callback){ argument
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js189 }},each:function(object,callback,args){var name,i=0,length=object.length; argument
205 }},swap:function(elem,options,callback){var old={}; argument
323 },grep:function(elems,callback,inv){var ret=[]; argument
328 },map:function(elems,callback){var ret=[]; argument
778 },getScript:function(url,callback){return jQuery.get(url,null,callback,"script"); argument
779 },getJSON:function(url,data,callback){return jQuery.get(url,data,callback,"json"); argument
780 },post:function(url,data,callback,type){if(jQuery.isFunction(data)){callback=data; argument
893 },slideUp:function(speed,callback){return this.animate({height:"hide"},speed,callback); argument
895 },fadeIn:function(speed,callback){return this.animate({opacity:"show"},speed,callback); argument
896 },fadeOut:function(speed,callback){return this.animate({opacity:"hide"},speed,callback); argument
[all …]
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DArchive.php14 protected $callback; variable in splitbrain\\PHPArchive\\Archive
131 public function setCallback($callback) argument
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php381 function sharedapi_data_handler($product, $version, $vbsso_version, $shared_key, $callback) {
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js2939 },loadJSONP:function(url,callback){var script=createGlobalElement("script"),doc=Firebug.context.doc… argument
2946 }},YQL:function(url,callback){var yql="http://query.yahooapis.com/v1/public/yql?q=select%20*%20from… argument
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DPropPatch.php87 function handle($properties, callable $callback) {
123 function handleRemaining(callable $callback) {
276 private function doCallBackSingleProp($propertyName, callable $callback) {
310 private function doCallBackMultiProp(array $propertyList, callable $callback) {
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckstyles.js97 var callback = callbacks[i][0] ; variable
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js3442 exports.delay = function(callback, args, self) { argument
4334 Promise.prototype["finally"] = function (callback) { argument
11401 function setImmediate(callback) { argument
11412 var task = { callback: callback, args: args }; property in AnonymousFunctione744f5d00100.AnonymousFunctione744f5d06800.setImmediate.task
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13 …define&&define.amd?define("dhtmlxgantt",[],e):"object"==typeof exports?exports.dhtmlxgantt=e():t.d… argument
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_click_drag.js13 … define&&define.amd?define("ext/dhtmlxgantt_click_drag",[],e):"object"==typeof exports?exports["ex… function
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js5668 function setImmediate(callback) { argument
8990 callback: function (xml) { method in DataProcessor._sendData.queryParams
13960 opts.callback = function (result) { function
14651 function callback(config, result) { function
15018 function callIfEnabled(callback) { argument
29627 function forEach(arr, callback) { argument
29638 function arrayMap(arr, callback) { argument
29653 function arrayFind(arr, callback) { argument
29705 function arrayFilter(arr, callback) { argument
29732 function arraySome(arr, callback) { argument
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_click_drag.js260 callback: undefined, property in AnonymousFunction650acd610100.AnonymousFunction650acd610900.defaultConfig
511 obj.attachAll = function(callback, callObj){ argument
576 function forEach(arr, callback) { argument
587 function arrayMap(arr, callback) { argument
602 function arrayFind(arr, callback) { argument
654 function arrayFilter(arr, callback) { argument
681 function arraySome(arr, callback) { argument
692 function arrayDifference(arr, callback) { argument
698 function throttle (callback, timeout) { argument
712 function delay (callback, timeout){ argument
[all …]
H A Ddhtmlxgantt_drag_timeline.js356 function forEach(arr, callback) { argument
367 function arrayMap(arr, callback) { argument
382 function arrayFind(arr, callback) { argument
434 function arrayFilter(arr, callback) { argument
461 function arraySome(arr, callback) { argument
472 function arrayDifference(arr, callback) { argument
478 function throttle (callback, timeout) { argument
492 function delay (callback, timeout){ argument
544 function requestAnimationFrame(callback) { argument
H A Ddhtmlxgantt_keyboard_navigation.js931 delay: function(callback, delay){ argument
2083 obj.attachAll = function(callback, callObj){ argument
H A Ddhtmlxgantt_multiselect.js211 forSelected: function (callback) { argument
367 gantt.eachSelectedTask = function(callback){ argument
H A Ddhtmlxgantt_tooltip.js475 attach: function(el, event, callback, capture){ argument
479 detach: function(el, event, callback, capture){ argument
845 function forEach(arr, callback) { argument
856 function arrayMap(arr, callback) { argument
871 function arrayFind(arr, callback) { argument
923 function arrayFilter(arr, callback) { argument
950 function arraySome(arr, callback) { argument
961 function arrayDifference(arr, callback) { argument
967 function throttle (callback, timeout) { argument
981 function delay (callback, timeout){ argument
[all …]
/plugin/yuriigantt/
H A Daction.php35 public function callback(Doku_Event $event, $param) function in action_plugin_yuriigantt

12345678