Home
last modified time | relevance | path

Searched refs:handler (Results 326 – 350 of 1340) sorted by relevance

1...<<11121314151617181920>>...54

/plugin/combo/syntax/
H A Dbadge.php105 * @param Doku_Handler $handler
110 function handle($match, $state, $pos, Doku_Handler $handler) argument
211 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dmetadata.php147 * @param Doku_Handler $handler
152 function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/strata/syntax/
H A Dselect.php66 function handle($match, $state, $pos, Doku_Handler $handler) { argument
72 $match = $this->preprocess($match, $state, $pos, $handler, $result, $typemap);
209 * @param handler object the parser handler
214 function preprocess($match, $state, $pos, &$handler, &$result, &$typemap) {
212 preprocess($match, $state, $pos, & $handler, & $result, & $typemap) global() argument
/plugin/autolink4/syntax/
H A Dallwords.php96 * @param Doku_Handler $handler
99 function handle($match, $state, $pos, Doku_Handler $handler) {
103 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/admnote/syntax/
H A Drenderer.php72 * @param Doku_Handler $handler The handler
76 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/mathjax/syntax/
H A Dprotecttex.php125 * @param Doku_Handler $handler The Doku_Handler object
128 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/wrap/syntax/
H A Dspan.php39 function handle($match, $state, $pos, Doku_Handler $handler){ argument
47 $handler->addCall('cdata', array($match), $pos);
/plugin/katex/syntax/
H A Dprotect.php133 * @param Doku_Handler $handler The Doku_Handler object
136 public function handle( $match, $state, $pos, Doku_Handler $handler ) argument
/plugin/tag/syntax/
H A Dtag.php42 * @param int $state The state of the handler
44 * @param Doku_Handler $handler The handler
47 function handle($match, $state, $pos, Doku_Handler $handler) { argument
70 * @param array $data The data from the handler function
H A Dcount.php40 * @param int $state The state of the handler
42 * @param Doku_Handler $handler The handler
45 function handle($match, $state, $pos, Doku_Handler $handler) { argument
80 * @param array $data The data from the handler function
/plugin/eventline/
H A Dscript.js15 var handler = function(elmt, evt, target) { function
26 SimileAjax.DOM.registerEvent(input, "keypress", handler);
35 SimileAjax.DOM.registerEvent(input, "keypress", handler);
/plugin/dev/
H A DSkeletor.php244 $handler = '';
255 $handler .= str_replace(['@@EVENT@@', '@@HANDLER@@'], [$event, $fn], $template);
260 '@@HANDLERS@@' => rtrim($handler, "\n"),
/plugin/structat/syntax/
H A Dtable.php65 * @param Doku_Handler $handler The handler
68 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/youtrack/syntax/
H A Dlist.php49 * @param Doku_Handler $handler The handler
52 public 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/pgsqlquery/
H A Dsyntax.php38 * @param Doku_Handler $handler The handler
41 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/searchform/
H A Dsyntax.php48 * @param Doku_Handler $handler Reference to the Doku_Handler object
51 public function handle($match, $state, $pos, Doku_Handler $handler) {
69 * @param array $data data created by handler()
52 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/foldablelist/
H A Dsyntax.php65 * @param Doku_Handler $handler The handler
68 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/bez/syntax/
H A Dstruct.php49 * @param int $state The state of the handler
51 * @param Doku_Handler $handler The handler
54 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
77 * @param array $data The data from the handler() function
/plugin/struct/syntax/
H A Dlist.php63 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Dtable.php63 * @param int $state The state of the handler argument
65 * @param Doku_Handler $handler The handler
68 public function handle($match, $state, $pos, Doku_Handler $handler)
93 * @param array $config The parsed config data from the handler() function
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DCHANGELOG.md21 * Test: Add test cases for the uncaught handler. (Ivan Enderlin, 2015-11-18T21:48:20+01:00)
22 * Idle: Add uncaught handler. (Ivan Enderlin, 2015-11-18T21:47:40+01:00)
/plugin/wst/syntax/
H A Dtemplate.php54 * @param Doku_Handler $handler The handler
57 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/typography/syntax/
H A Dbase.php68 public function handle($match, $state, $pos, Doku_Handler $handler) argument
92 $handler->base($match, $state, $pos);
/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...<<11121314151617181920>>...54