Home
last modified time | relevance | path

Searched refs:callback (Results 201 – 225 of 348) sorted by path

12345678910>>...14

/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js287 initialize: function(callback, frequency) { argument
288 this.callback = callback;
300 this.callback(this);
1139 dispatch: function(callback, request, transport, json) { argument
1141 if (Object.isFunction(responder[callback])) {
3635 initialize: function($super, element, frequency, callback) { argument
3636 $super(callback, frequency);
3645 this.callback(this.element, value);
3666 initialize: function(element, callback) { argument
3668 this.callback = callback;
[all …]
/plugin/gallery/swipebox/js/
H A Djquery.swipebox.js
/plugin/html2pdf/html2pdf/html2ps/
H A Ddispatcher.class.php17 function add_observer($type, $callback) { argument
19 $this->_callbacks[$type][] = $callback;
25 foreach ($this->_callbacks[$type] as $callback) {
26 call_user_func($callback, $params);
H A Dtree.navigation.inc.php7 function TreeWalkerDepthFirst($callback) { argument
8 $this->_callback = $callback;
/plugin/html5video2/script/
H A Dvideo.min.js20callback=i,n}function ei(e,t,i){return ti(t=Zt(e,t,i))}function ti(n){if("undefined"==typeof n.cal…
23callback must be provided");return t&&void 0!==n?(e=function(e,t){if(!t||!t.segments||0===t.segmen…
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown112 In slick 1.4, callback methods have been deprecated and replaced with events. Use them before the i…
134 afterChange | event, slick, currentSlide | After slide change callback
135 beforeChange | event, slick, currentSlide, nextSlide | Before slide change callback
139 init | event, slick | When Slick initializes for the first time callback. Note that this event shou…
140 reInit | event, slick | Every time Slick (re-)initializes callback
/plugin/imagecarousel/vendor/swipebox/js/
H A Djquery.swipebox.js813 loadMedia : function ( src, callback ) {
816 callback.call(
831 callback.call( img );
/plugin/imapmarkers/
H A Djquery.imagemapster.js197 addHook: function (name, callback) { argument
198 this.hooks[name] = (this.hooks[name] || []).push(callback);
3748 m.MapData.prototype.resize = function (width, height, duration, callback) { argument
3758 callback = callback || duration;
3775 if (u.isFunction(callback)) {
3776 callback();
3877 m.MapData.prototype.autoResize = function (duration, callback) { argument
3879 me.resize($(me.wrapper).width(), null, duration, callback);
3948 m.impl.resize = function (width, height, duration, callback) { argument
3960 me.autoResize(duration, callback);
[all …]
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php365 if ($this->dom && $this->dom->callback !== null) {
366 call_user_func_array($this->dom->callback, array($this));
1411 public $callback = null; variable in imapmarkers\\simple_html_dom
1579 $this->callback = $function_name;
1583 $this->callback = null;
/plugin/indexmenu2/cms/modifiers/
H A Dajaxum.js14callback=function(i){el.innerHTML="";if(!i.state){showmsg('ajaxum_error',i.response?"Server Error:… function
/plugin/issuetracker/
H A Dprototype.js485 initialize: function(callback, frequency) { argument
486 this.callback = callback;
498 this.callback(this);
1455 if (Object.isFunction(responder[callback])) {
5252 $super(callback, frequency);
5261 this.callback(this.element, value);
5282 initialize: function(element, callback) { argument
5284 this.callback = callback;
5296 this.callback(this.element, value);
5746 this.callback = callback;
[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/jplayer/components/
H A Drequire-built.js1318 if (cfg.deps || cfg.callback) {
1340 if (options.enableBuildCallback && callback && isFunction(callback)) {
1345 if (isFunction(callback)) {
1679 if (isArray(callback)) {
1681 deps = callback;
1682 callback = errback;
1940 define = function (name, deps, callback) { argument
1946 callback = deps;
1953 callback = deps;
1963 if (callback.length) {
[all …]
H A Drequire.js1318 if (cfg.deps || cfg.callback) {
1340 if (options.enableBuildCallback && callback && isFunction(callback)) {
1345 if (isFunction(callback)) {
1679 if (isArray(callback)) {
1681 deps = callback;
1682 callback = errback;
1940 define = function (name, deps, callback) { argument
1946 callback = deps;
1953 callback = deps;
1963 if (callback.length) {
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js100 Asset.prototype.get = function(event, callback) { argument
105 return callback(this[event]);
110 return callback(value);
121 Asset.prototype.decodeToBuffer = function(callback) { argument
139 return callback(buf);
H A Dogg.js2callback=callbacks.shift();if(typeof callback=="function"){callback();continue}var func=callback.f… argument
48 this.callback = Ogg.Runtime.addFunction(function(packet, bytes) {
80 Ogg._AVOggRead(this.ogg, this.buf, BUFFER_SIZE, this.callback);
86 Ogg.Runtime.removeFunction(this.callback);
92 this.callback = null;
H A Dopus.js2callback=callbacks.shift();if(typeof callback=="function"){callback();continue}var func=callback.f… argument
H A Dvorbis.js2callback=callbacks.shift();if(typeof callback=="function"){callback();continue}var func=callback.f… argument
52 this.callback = Vorbis.Runtime.addFunction(function(len) {
73 if ((status = Vorbis._VorbisDecode(this.vorbis, this.buf, packet.length, this.callback)) !== 0)
83 Vorbis.Runtime.removeFunction(this.callback);
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.ie8.js217 Array.prototype.map = function( callback, thisArg ) { argument
234 if ( {}.toString.call( callback ) != "[object Function]" ) {
235 throw new TypeError( callback + " is not a function" );
267 mappedValue = callback.call( T, kValue, k, O );
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/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DBaseCssFilter.php26 protected function filterReferences($content, $callback, $limit = -1, &$count = 0) argument
28 return CssUtils::filterReferences($content, $callback, $limit, $count);
34 protected function filterUrls($content, $callback, $limit = -1, &$count = 0) argument
36 return CssUtils::filterUrls($content, $callback, $limit, $count);
42 …protected function filterImports($content, $callback, $limit = -1, &$count = 0, $includeUrl = true) argument
44 return CssUtils::filterImports($content, $callback, $limit, $count, $includeUrl);
50 protected function filterIEFilters($content, $callback, $limit = -1, &$count = 0) argument
52 return CssUtils::filterIEFilters($content, $callback, $limit, $count);
H A DCssImportFilter.php44 $callback = function ($matches) use ($importFilter, $sourceRoot, $sourcePath) {
92 $content = $this->filterImports($content, $callback);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/
H A DCssUtils.php31 * @param callable $callback A PHP callable
35 public static function filterReferences($content, $callback) argument
37 $content = static::filterUrls($content, $callback);
39 $content = static::filterIEFilters($content, $callback);
48 * @param callable $callback A PHP callable
52 public static function filterUrls($content, $callback) argument
65 * @param callable $callback A PHP callable
83 * @param callable $callback A PHP callable
87 public static function filterIEFilters($content, $callback) argument
100 * @param callable $callback A PHP callable
[all …]
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js1318 if (cfg.deps || cfg.callback) {
1340 if (options.enableBuildCallback && callback && isFunction(callback)) {
1345 if (isFunction(callback)) {
1679 if (isArray(callback)) {
1681 deps = callback;
1682 callback = errback;
1940 define = function (name, deps, callback) { argument
1946 callback = deps;
1953 callback = deps;
1963 if (callback.length) {
[all …]

12345678910>>...14