Home
last modified time | relevance | path

Searched refs:callback (Results 326 – 348 of 348) sorted by last modified time

1...<<11121314

/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/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);}
H A Djquery.syntax.js9callback){if(this.loading[name]){this.loading[name].push(callback)}else if(this[name]){callback(th… argument
10callback){var script=document.createElement('script');script.onreadystatechange=function(){if(this… argument
12 …gName('head')[0].appendChild(script);},getResource:function(prefix,name,callback){var basename=pre… argument
13 Syntax.getScript(this.root+basename+'.js',callback);},alias:function(name,aliases){Syntax.aliases[n…
16callback){Syntax.detectRoot();var elements=this;Syntax.loader.get('core',function(){Syntax.highlig… argument
19callback);});jQuery(options.inlineSelector,context).each(function(){jQuery(this).syntax(jQuery.ext…
H A Djquery.syntax.min.js9callback){if(this.loading[name]){this.loading[name].push(callback)}else if(this[name]){callback(th… argument
10callback){var script=document.createElement('script');script.onreadystatechange=function(){if(this… argument
12 …gName('head')[0].appendChild(script);},getResource:function(prefix,name,callback){var basename=pre… argument
13 Syntax.getScript(this.root+basename+'.js',callback);},alias:function(name,aliases){Syntax.aliases[n…
16callback){Syntax.detectRoot();var elements=this;Syntax.loader.get('core',function(){Syntax.highlig… argument
19callback);});jQuery(options.inlineSelector,context).each(function(){jQuery(this).syntax(jQuery.ext…
/plugin/autotweet/
H A DOAuth.php514 $callback = $request->get_parameter('oauth_callback');
515 $new_token = $this->data_store->new_request_token($consumer, $callback);
705 function new_request_token($consumer, $callback = null) { argument
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js371 initialize: function(callback, frequency) { argument
372 this.callback = callback;
384 this.callback(this);
1341 dispatch: function(callback, request, transport, json) { argument
1343 if (Object.isFunction(responder[callback])) {
4184 initialize: function($super, element, frequency, callback) { argument
4185 $super(callback, frequency);
4194 this.callback(this.element, value);
4215 initialize: function(element, callback) { argument
4217 this.callback = callback;
[all …]
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/jquery-syntax/
H A Djquery-1.6.min.js16 …:{},etag:{}});var ca=f.now(),cb=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:fu…
/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/jsonrpc/
H A DIJR_Server.php90 private function callPlugin($pluginname, $callback, $method, $args) argument
93 list($pluginname, $callback) = explode(':', substr($method, 7), 2);
97 return call_user_func_array(array($plugin, $callback), $args);
133 return $this->callPlugin($pluginname, $callback, $method, $args);
H A Djsonrpc.php69 function addCallback($method, $callback, $args, $help, $public=false){ argument
71 return parent::addCallback($method, $callback, $args, $help);
H A DIJR_IntrospectionServer.php28 $this->addCallback($key['method'], $key['callback'], $key['args'], $key['help']);
/plugin/processing/
H A Dscript.js9203 p.loadImage = function loadImage(file, type, callback) { argument
9222 var callback = aCallback;
9227 if (callback) {
9228 callback();
9231 }(img, pimg, callback));
/plugin/jquery/
H A Djquery-1.4.2.js285 map: function( callback ) {
4302 callback.call(
4746 callback.call( elem );
4808 callback = params;
4844 if ( callback ) {
4891 type = type || callback;
4892 callback = data;
4900 success: callback,
4916 type = type || callback;
4917 callback = data;
[all …]
/plugin/jmol2/jmol/
H A DCHANGES.txt162 # bug fix: incorrect reference to jmolStatusListener for sync callback in StateManager
1117 # bug fix: minimization callback does not report dE
1280 # new feature: character \0 at the start of an echo does screen echo only, not to callback or conso…
1734 # bug fix: set xxxCallback "" does not clear callback ("none" was required unnecessarily)
1774 # bug fix: applet -- setting a jmolScript callback prevents menu updates
2469 # "file loaded" callback (but see set LoadStructCallback), if a script contains
2558 # bug fix: security for no mayscript may cause problem with measure callback
2671 # bug fix: set picking measure distance not doing callback (from 11.5.23)
2771 # bug fix: (applet) script termination callback should not be sent to message queue
/plugin/indexmenu2/cms/modifiers/
H A Dajaxum.js14callback=function(i){el.innerHTML="";if(!i.state){showmsg('ajaxum_error',i.response?"Server Error:… function
/plugin/flowplay2/flowplayer/
H A DREADME.txt64 - Added a new callback onFlowPlayerReady() to the JavaScript API.
71 - Added new "onPlaybackTime" callback to the JavaScript API. Reports the current time
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/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckstyles.js61 AttachStyleStateChange : function( styleName, callback, callbackOwner )
68 callbacks.push( [ callback, callbackOwner ] ) ;
97 var callback = callbacks[i][0] ; variable
100 callback.call( callbackOwner || window, styleName, state ) ;
/plugin/remotescript/
H A Dscript.js28 this.open = function (method, callback) { argument
30 _callback = callback;
44 c.callback = _callback[0];
47 c.callback = _callback;
H A Drs.php37 …if ((isset($_REQUEST['method']) && !function_exists($callback = $_REQUEST['callback']."_".$_REQUES… variable
39 (!isset($_REQUEST['method']) && !function_exists($callback = $_REQUEST['callback'])) variable
45 $_RESULT = call_user_func_array($callback,$_REQUEST['args']);
/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt102 result is binded to which callback action (see above).
/plugin/zip/pear/
H A DPEAR.php868 $this->callback = $options;
874 $this->callback = null;
900 if (is_callable($this->callback)) {
901 call_user_func($this->callback, $this);
933 return $this->callback;
1057 if (is_array($this->callback)) {
1058 $callback = (is_object($this->callback[0]) ?
1059 strtolower(get_class($this->callback[0])) :
1060 $this->callback[0]) . '::' .
1061 $this->callback[1];
[all …]

1...<<11121314