Home
last modified time | relevance | path

Searched defs:callback (Results 176 – 195 of 195) sorted by last modified time

12345678

/plugin/rigrr/lib/svg-pan-zoom/
H A Dsvg-pan-zoom.js141 window.addWheelListener = function( elem, callback, useCapture ) { argument
150 function _addWheelListener( elem, eventName, callback, useCapture ) { argument
/plugin/sqlraw/
H A Dsimple_html_dom.php975 public $callback = null; variable in simple_html_dom
/plugin/eventline/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/fedauth/Auth/
H A DOpenID.php501 static function filter($callback, &$sequence)
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js26 a.appendChild(element.childNodes[0]);return a;};};Syntax.register=function(name,callback){var brush… argument
104 return html;};Syntax.highlightText=function(text,options,callback){var brushName=(options.brush||'p… argument
108 Syntax.highlight=function(elements,options,callback){if(typeof(options)==='function'){callback=opti… argument
H A Djquery.syntax.js9 …endencies[current]=[next];}};ResourceLoader.prototype.get=function(name,callback){if(this.loading[… argument
10 link.attr({rel:"stylesheet",type:"text/css",href:path});},getScript:function(path,callback){var scr… argument
12 …gName('head')[0].appendChild(script);},getResource:function(prefix,name,callback){var basename=pre… argument
16 …g.apply(window.console,arguments);}}};jQuery.fn.syntax=function(options,callback){Syntax.detectRoo… argument
H A Djquery.syntax.min.js9 …endencies[current]=[next];}};ResourceLoader.prototype.get=function(name,callback){if(this.loading[… argument
10 link.attr({rel:"stylesheet",type:"text/css",href:path});},getScript:function(path,callback){var scr… argument
12 …gName('head')[0].appendChild(script);},getResource:function(prefix,name,callback){var basename=pre… argument
16 …g.apply(window.console,arguments);}}};jQuery.fn.syntax=function(options,callback){Syntax.detectRoo… argument
/plugin/autotweet/
H A DOAuth.php705 function new_request_token($consumer, $callback = null) {
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js371 initialize: function(callback, frequency) { argument
1341 dispatch: function(callback, request, transport, json) { argument
4184 initialize: function($super, element, frequency, callback) { argument
4215 initialize: function(element, callback) { argument
H A Dcontrols.js947 initialize: function(element, delay, 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/jsonrpc/
H A DIJR_Server.php90 private function callPlugin($pluginname, $callback, $method, $args)
H A Djsonrpc.php69 function addCallback($method, $callback, $args, $help, $public=false){
H A DIJR_IntrospectionServer.php32 protected function addCallback($method, $callback, $args, $help) {
/plugin/processing/
H A Dscript.js9203 p.loadImage = function loadImage(file, type, callback) { argument
/plugin/jquery/
H A Djquery-1.4.2.js550 each: function( object, callback, args ) { argument
642 grep: function( elems, callback, inv ) { argument
657 map: function( elems, callback, arg ) { argument
4737 swap: function( elem, options, callback ) { argument
4785 load: function( url, params, callback ) { argument
4888 get: function( url, data, callback, type ) { argument
4905 getScript: function( url, callback ) { argument
4909 getJSON: function( url, data, callback ) { argument
5456 show: function( speed, callback ) { argument
5500 hide: function( speed, callback ) { argument
[all …]
/plugin/indexmenu2/cms/modifiers/
H A Dajaxum.js14 …difier.ajaxum={runat:'ul',menuOptions:{ajaxum:{'fetcher':null,'error':{'callback':"Error: no callb… function
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckstyles.js97 var callback = callbacks[i][0] ; variable
/plugin/remotescript/
H A Dscript.js28 this.open = function (method, callback) { argument
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

12345678