Home
last modified time | relevance | path

Searched refs:handler (Results 551 – 575 of 1340) sorted by last modified time

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

/plugin/fields/
H A Dsyntax.php47 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/navpath/
H A Dsyntax.php76 * @param Doku_Handler $handler The handler
80 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/exttab3/
H A Dsyntax.php90 protected function writeCall($tag, $attr, $state, $pos, $match, $handler) argument
96 protected function open($tag, $attr, $pos, $match, $handler) argument
100 $handler->plugin($match, 'addPluginCall', $pos, $this->getPluginName());
103 protected function close($tag, $pos, $match, $handler) argument
107 $handler->plugin($match, 'addPluginCall', $pos, $this->getPluginName());
173 public function handle($match, $state, $pos, Doku_Handler $handler) argument
187 $this->open($tag, $attr, $pos, $match, $handler);
192 $this->close($oldtag, $pos, $match, $handler);
201 $this->close($oldtag, $pos, $match, $handler);
266 $handler->base($match, $state, $pos);
[all …]
/plugin/yearbox/
H A Dsyntax.php65 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/htmldetailstag/syntax/
H A Ddetails.php81 * @param Doku_Handler $handler The handler
85 public function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dsummary.php69 * @param Doku_Handler $handler The handler
73 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/today/
H A Dsyntax.php55 * @param Doku_Handler $handler The handler
59 public function handle($match, $state, $pos, Doku_Handler $handler): array argument
/plugin/simplemap/
H A Dsyntax.php56 * @param Doku_Handler $handler The handler
59 public function handle($match, $state, $pos, Doku_Handler $handler): array argument
/plugin/fksnewsfeed/syntax/
H A Dcarousel.php16 public function handle($match, $state, $pos, Doku_Handler $handler): array { argument
H A Dstream.php15 public function handle($match, $state, $pos, Doku_Handler $handler): array { argument
H A Dfeed.php39 public function handle($match, $state, $pos, Doku_Handler $handler): array { argument
/plugin/goto/
H A Dsyntax.php28 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/styler/syntax/
H A Dverse.php71 public function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dstyler.php85 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/diagram/syntax/
H A Dsplitter.php134 * @param Doku_Handler $handler
137 function handle ($match, $state, $pos, Doku_Handler $handler) argument
H A Dmain.php133 * @param Doku_Handler $handler
136 function handle ($match, $state, $pos, Doku_Handler $handler) argument
/plugin/drawio/
H A Dsyntax.php48 * @param Doku_Handler $handler The handler
52 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/qc/
H A Dsyntax.php38 public function handle($match, $state, $pos, Doku_Handler $handler)
43 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/displayorphans/
H A Dsyntax.php52 function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/publistf/
H A Dsyntax.php36 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js450 }handler(win);
966 this.addEvent(doc,name,handler);
974 this.removeEvent(doc,name,handler);
1788 }var handler=arg[2];
1789 arg[2]=bind(handler,this);
1790 arg[3]=handler;
2021 }var handler=null;
2023 if(isFunction(cmd)){handler=cmd
2026 if(handler){closeMenu=handler.call(this,target)!==false
4079 }}function addEvent(object,name,handler){if(document.all){object.attachEvent("on"+name,handler)
[all …]
/plugin/webcode/syntax/
H A Dbasis.php198 * @param Doku_Handler $handler
204 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/displayfile/
H A Dsyntax.php46 function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/displaytitle/
H A Dsyntax.php40 function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/abc2/
H A Dsyntax.php59 * @param int $state The state of the handler
61 * @param Doku_Handler $handler The handler
65 public function handle($match, $state, $pos, Doku_Handler $handler) argument
80 * @param array $data The data from the handler() function

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