Home
last modified time | relevance | path

Searched refs:handler (Results 601 – 625 of 1340) sorted by last modified time

1...<<21222324252627282930>>...54

/plugin/imagereference/syntax/
H A Dimgref.php54 * @param int $state The state of the handler
56 * @param Doku_Handler $handler The handler
59 function handle($match, $state, $pos, Doku_Handler $handler) {
86 * @param array $data The data from the handler function
57 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/pagenav/
H A Dsyntax.php37 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/twitter/
H A Dsyntax.php223 * @param Doku_Handler $handler Reference to the Doku_Handler object
228 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/autotooltip/
H A Dsyntax.php57 * @param Doku_Handler $handler
60 function handle($match, $state, $pos, Doku_Handler $handler) {
61 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/jplayer/components/jplayer/
H A Djplayer-built.js2394 var handler = function(e) { function
2403 this.css.jq[fn].bind("click.jPlayer", handler); // Using jPlayer namespace
2775 handler = function(event) { function
2818 this.element.bind(eventType, handler);
2819 this.css.jq.gui.bind(eventType, handler);
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Djquery.min.js3handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=m.guid++),(g=r.events)||(g=r.events={}),(k…
H A Dpopcorn.js1013 if ( eventHook.handler ) {
1017 eventHook.handler.call( self, event, tmp );
1108 handler: function canplayall( event, callback ) {
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerMp4.as271 …// Need to wait for metadata to load before ever issuing a pause. The metadata handler will call t…
H A DJplayerRtmp.as289 // See onResult() response handler too.
758 …// Need to wait for metadata to load before ever issuing a pause. The metadata handler will call t…
/plugin/jplayer/components/jplayer/dist/jplayer/
H A Djquery.jplayer.js2394 var handler = function(e) { function
2403 this.css.jq[fn].bind("click.jPlayer", handler); // Using jPlayer namespace
2775 handler = function(event) { function
2818 this.element.bind(eventType, handler);
2819 this.css.jq.gui.bind(eventType, handler);
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt145 * bugfix (G:71): custom error handler to catch exif_read_data() errors
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js1070 var id, mod, handler;
1081 handler = getOwn(handlers, depMap.id);
1083 if (handler) {
1084 this.depExports[i] = handler(this);
/plugin/jplayer/components/
H A Drequire-built.js1070 var id, mod, handler;
1081 handler = getOwn(handlers, depMap.id);
1083 if (handler) {
1084 this.depExports[i] = handler(this);
4439 var handler = function(e) { function
4448 this.css.jq[fn].bind("click.jPlayer", handler); // Using jPlayer namespace
4820 handler = function(event) { function
4863 this.element.bind(eventType, handler);
4864 this.css.jq.gui.bind(eventType, handler);
H A Drequire.js1070 var id, mod, handler;
1081 handler = getOwn(handlers, depMap.id);
1083 if (handler) {
1084 this.depExports[i] = handler(this);
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js2134 var handler, path, type;
2151 handler = atoms[path];
2152 if (handler != null ? handler.fn : void 0) {
2156 handler.fn.call(this);
2169 handler = atoms[this.atoms.join('.')];
2170 if (handler != null ? handler.after : void 0) {
2171 handler.after.call(this);
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/
H A DJplayer.as318 …ntListener(JplayerEvent.JPLAYER_LOADEDMETADATA, jPlayerMetaDataHandler); // Note the unique handler
332 …ntListener(JplayerEvent.JPLAYER_LOADEDMETADATA, jPlayerMetaDataHandler); // Note the unique handler
352 …ntListener(JplayerEvent.JPLAYER_LOADEDMETADATA, jPlayerMetaDataHandler); // Note the unique handler
368 …ntListener(JplayerEvent.JPLAYER_LOADEDMETADATA, jPlayerMetaDataHandler); // Note the unique handler
/plugin/jplayer/
H A Dsyntax.php77 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js2394 var handler = function(e) { function
2403 this.css.jq[fn].bind("click.jPlayer", handler); // Using jPlayer namespace
2775 handler = function(event) { function
2818 this.element.bind(eventType, handler);
2819 this.css.jq.gui.bind(eventType, handler);
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js2394 var handler = function(e) { function
2403 this.css.jq[fn].bind("click.jPlayer", handler); // Using jPlayer namespace
2775 handler = function(event) { function
2818 this.element.bind(eventType, handler);
2819 this.css.jq.gui.bind(eventType, handler);
/plugin/var/
H A Dsyntax.php19 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/task/syntax/
H A Dtask.php22 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dtaskform.php27 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dtasks.php27 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/filelist/
H A Dsyntax.php41 public function handle($match, $state, $pos, Doku_Handler $handler)
42 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/feed/
H A Dsyntax.php80 * @param Doku_Handler $handler The Doku_Handler object
83 public function handle($match, $state, $pos, Doku_Handler $handler) argument

1...<<21222324252627282930>>...54