Home
last modified time | relevance | path

Searched refs:handler (Results 151 – 175 of 1340) sorted by relevance

12345678910>>...54

/plugin/toctweak/syntax/
H A Dsidetoc.php26 function handle($match, $state, $pos, Doku_Handler $handler) { argument
30 $handler->_addCall('nocache', array(), $pos);
32 $data = parent::handle($match, $state, $pos, $handler);
/plugin/combo/syntax/
H A Dfooter.php118 * @param Doku_Handler $handler
123 function handle($match, $state, $pos, Doku_Handler $handler) argument
137 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dtooltip.php133 * @param Doku_Handler $handler
138 function handle($match, $state, $pos, Doku_Handler $handler): array argument
152 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
156 $callStack = CallStack::createFromHandler($handler);
H A Dtext.php103 function handle($match, $state, $pos, Doku_Handler $handler) argument
119 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
126 $callStack = CallStack::createFromHandler($handler);
H A Dxmlinlinetag.php148 * @param Doku_Handler $handler
154 function handle($match, $state, $pos, Doku_Handler $handler) argument
157 return XmlTagProcessing::handleStatic($match, $state, $pos, $handler, $this);
H A Dcontentlistitem.php119 * @param Doku_Handler $handler
124 function handle($match, $state, $pos, Doku_Handler $handler) argument
140 return PluginUtility::handleAndReturnUnmatchedData(self::DOKU_TAG, $match, $handler);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DTagFactory.php81 * @param string $handler FQCN of handler.
92 public function registerTagHandler($tagName, $handler); argument
/plugin/creole/syntax/
H A Dpreblock.php34 function handle($match, $state, $pos, Doku_Handler $handler) { argument
36 $handler->addCall('preformatted', array($match), $pos);
/plugin/sqlraw/
H A Dsorttable.min.js40 …Event(element,type,handler){if(element.addEventListener){element.addEventListener(type,handler,fal… argument
41handler.$$guid]=handler;element["on"+type]=handleEvent;}};dean_addEvent.guid=1;function removeEven… argument
/plugin/quickstats/scripts/
H A Dsorttable.js374 function dean_addEvent(element, type, handler) { argument
376 element.addEventListener(type, handler, false);
379 if (!handler.$$guid) handler.$$guid = dean_addEvent.guid++;
392 handlers[handler.$$guid] = handler;
400 function removeEvent(element, type, handler) { argument
402 element.removeEventListener(type, handler, false);
406 delete element.events[type][handler.$$guid];
/plugin/poem/
H A Dblock.php30 function handle($match, $state, $pos, Doku_Handler $handler){ argument
32 $handler->_addCall('cdata', array($match), $pos);
/plugin/extranet/
H A Dsyntax.php35 * @param Doku_Handler $handler The Doku_Handler object
38 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/emphasis/syntax/
H A Dfont.php70 * @param int $state The state of the handler
72 * @param Doku_Handler $handler The handler
75 function handle($match, $state, $pos, Doku_Handler $handler) { argument
112 $handler->addCall('cdata', array($match), $pos);
127 * @param array $data The data from the handler function
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.ruleset.class.php263 $handler =& CSS::get_handler(CSS_HTML2PS_PSEUDOELEMENTS);
264 … $handler->replace($handler->get($state->getState()) | CSS_HTML2PS_PSEUDOELEMENTS_BEFORE, $state);
267 $handler =& CSS::get_handler(CSS_HTML2PS_PSEUDOELEMENTS);
268 … $handler->replace($handler->get($state->getState()) | CSS_HTML2PS_PSEUDOELEMENTS_AFTER, $state);
/plugin/booking/
H A Dsyntax.php49 * @param Doku_Handler $handler The handler
53 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/mediasyntax/syntax/
H A Dpreblock.php32 function handle($match, $state, $pos, Doku_Handler $handler)
41 $handler->addCall('preformatted', array($match), $pos);
43 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/divalign2/syntax/
H A Dcenter.php32 function handle($match, $state, $pos, Doku_Handler $handler){ argument
36 parent::handle($match, $state, $pos, $handler);
H A Djustify.php32 function handle($match, $state, $pos, Doku_Handler $handler){ argument
36 parent::handle($match, $state, $pos, $handler);
H A Dleft.php32 function handle($match, $state, $pos, Doku_Handler $handler){ argument
36 parent::handle($match, $state, $pos, $handler);
H A Dright.php32 function handle($match, $state, $pos, Doku_Handler $handler){ argument
36 parent::handle($match, $state, $pos, $handler);
/plugin/allowindentation/
H A Dsyntax.php88 * @param Doku_Handler $handler The handler
92 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/markdowku/
H A Dhr.php38 function handle($match, $state, $pos, Doku_Handler $handler) { argument
39 $handler->_addCall('hr', array(), $pos);
/plugin/blogtng/syntax/
H A Dreadmore.php52 * @param Doku_Handler $handler The Doku_Handler object
55 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/fontcolor/
H A Dsyntax.php90 * @param Doku_Handler $handler The Doku_Handler object
93 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
103 $handler->_addCall('cdata', array($match), $pos);
/plugin/wst/syntax/
H A Dnoinclude.php56 * @param Doku_Handler $handler The handler
59 public function handle($match, $state, $pos, Doku_Handler $handler){ argument

12345678910>>...54