Home
last modified time | relevance | path

Searched refs:callback (Results 101 – 125 of 348) sorted by relevance

12345678910>>...14

/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_drag_timeline.js.map1callback","result","filter","length","getSecondsInUnit","unit","forEach","workArray","slice","arra…
H A Ddhtmlxgantt_click_drag.js13callback&&(this._callback=t.callback),"function"==typeof t.render&&(this.render=function(){e._el=t… property in AnonymousFunctionfc12088e1400.a
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DProxyObjectTest.php35 $proxy->callback($a, $b, $c);
/plugin/yuriigantt/
H A Daction.php35 public function callback(Doku_Event $event, $param) function in action_plugin_yuriigantt
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js53 function( callback, element ) {
54 global.setTimeout( callback, 16 );
1089 add: function( event, callback ) {
1097 callback.call( this, event );
1112 callback.call( this, event );
2009 this.on( type, callback );
2517 callback = Popcorn.guid( prefix );
2523 callback = Popcorn.guid( "jsonp" );
2538 url += "callback=" + callback;
2560 delete window[ callback ];
[all …]
H A Dpopcorn.player.js330 add: function( callback ) {
335 callback && callback();
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_multiselect.js211 forSelected: function (callback) { argument
214 callback(selected[i]);
367 gantt.eachSelectedTask = function(callback){ argument
368 return this._multiselect.forSelected(callback);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php510 * @param callable $callback Callback
513 public function filter($callback) argument
515 $this->_filters[] = $callback;
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcprompt.js140 this.callback(val,this);
163 callback: function(v,pfcp) method in pfcPrompt
/plugin/sqlite/
H A Dhelper.php124 public function create_function($function_name, $callback, $num_args)
126 $this->adapter->getPdo()->sqliteCreateFunction($function_name, $callback, $num_args);
119 create_function($function_name, $callback, $num_args) global() argument
/plugin/diagrams/script/
H A DDiagramsEditor.js3 * @callback saveCallback
10 * @callback postSaveCallback
108 * @param {saveCallback} callback The callback to call when the editor is closed
110 editMemory(svg, callback) { argument
112 this.#saveCallback = callback.bind(this);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php150 * @param callable $callback Callable that returns stream resource
155 private function createResource(callable $callback) argument
167 $resource = $callback();
/plugin/bureaucracy/
H A Dsyntax.php515 foreach ($this->functions as $name => $callback) {
517 if (is_callable($callback)) {
518 $input = preg_replace_callback($pattern, function ($matches) use ($callback) {
519 return call_user_func($callback, $matches[1]);
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md303 $callback = function ($currentValue) {
306 $copier->addFilter(new ReplaceFilter($callback), new PropertyMatcher('MyClass', 'title'));
310 // $copy->title will contain the data returned by the callback, e.g. 'The title (copy)'
321 $callback = function (MyClass $myClass) {
324 $copier->addTypeFilter(new ReplaceFilter($callback), new TypeMatcher('MyClass'));
332 The `$callback` parameter of the `ReplaceFilter` constructor accepts any PHP callable.
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md298 $callback = function ($currentValue) {
301 $copier->addFilter(new ReplaceFilter($callback), new PropertyMatcher('MyClass', 'title'));
305 // $copy->title will contain the data returned by the callback, e.g. 'The title (copy)'
316 $callback = function (MyClass $myClass) {
319 $copier->addTypeFilter(new ReplaceFilter($callback), new TypeMatcher('MyClass'));
327 The `$callback` parameter of the `ReplaceFilter` constructor accepts any PHP callable.
/plugin/oauthdoorkeeper/
H A DDockerfile9 sed -i s'!https://doorkeeper-sinatra.herokuapp.com/callback!http://localhost/!' db/seeds.rb && \
/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/jsonrpc/
H A DIJR_IntrospectionServer.php28 $this->addCallback($key['method'], $key['callback'], $key['args'], $key['help']);
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Devents.js368 var callback = function() { obj.counter += 1; }; function
369 obj.on('event', callback);
380 var callback = function() { obj.counterA += 1; }; function
381 obj.on('event', callback);
384 obj.off('event', callback);
394 var callback = function() { function
396 obj.off('event', callback);
398 obj.on('event', callback);
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js26 …};};Syntax.register=function(name,callback){var brush=Syntax.brushes[name]=new Syntax.Brush();brus… argument
104 return html;};Syntax.highlightText=function(text,options,callback){var brushName=(options.brush||'p… argument
107 callback(html,brush,text,options);});}
108 Syntax.highlight=function(elements,options,callback){if(typeof(options)==='function'){callback=opti… argument
114 if(callback){html=callback(options,html,container);}
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php381 function sharedapi_data_handler($product, $version, $vbsso_version, $shared_key, $callback) { argument
388 …f (array_key_exists($json[SHAREDAPI_EVENT_FIELD_EVENT], $callback) && function_exists($callback[$j…
389 $ret = call_user_func($callback[$json[SHAREDAPI_EVENT_FIELD_EVENT]], $json);
/plugin/dokumicrobugtracker/js/
H A Djquery.jeditable.mini.js5 …s[settings.type].reset||$.editable.types['defaults'].reset;var callback=settings.callback||functio…
21 …apply(self,[input.val(),settings]);$(self).html(str);self.editing=false;callback.apply(self,[self.…
24 self.editing=false;callback.apply(self,[result,settings]);if(!$.trim($(self).html())){$(self).html(…
/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaAdaptor.js133 doRendering(this.callback);
194 doRendering(this.callback);
268 layout.callback = function() function
904 function doRendering(callback) argument
906 callback();
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js360 this.options.parameters = this.options.callback ?
361 this.options.callback(this.element, entry) : entry;
626 var params = this.options.callback(form, value) || '';
903 callback: function(form) {
947 initialize: function(element, delay, callback) { argument
950 this.callback = callback;
963 this.callback(this.element, $F(this.element));
/plugin/quizlib/scripts/
H A DREADME.md12 … - Correct and incorrect answer highlighting with an optional callback to extend this functionality

12345678910>>...14