Home
last modified time | relevance | path

Searched refs:handler (Results 226 – 250 of 1340) sorted by relevance

12345678910>>...54

/plugin/dirtylittlehelper/syntax/
H A Dstyle.php65 * @param Doku_Handler $handler The handler
69 public function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Ddivhtml.php68 * @param Doku_Handler $handler The handler
72 public function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dtablehtml.php68 * @param Doku_Handler $handler The handler
72 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/fontawesome/syntax/
H A Dfontawesome.php54 * @param Doku_Handler $handler The handler
57 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/advrack/
H A Dsyntax.php45 * @param Doku_Handler $handler The handler
48 public function handle($match, $state, $pos, Doku_Handler &$handler){ argument
/plugin/scrollticker/
H A Dsyntax.php58 * @param Doku_Handler $handler The handler
61 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/combo/syntax/
H A Dxmlblockemptytag.php71 function handle($match, $state, $pos, Doku_Handler $handler): array argument
73 return XmlTagProcessing::handleStaticEmptyTag($match, $state, $pos, $handler, $this);
H A Dhighlightwiki.php143 * @param Doku_Handler $handler
146 public function handle($match, $state, $pos, Doku_Handler $handler): array argument
157 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dbrand.php121 function handle($match, $state, $pos, Doku_Handler $handler) argument
140 $returnedArray = BrandTag::handleSpecialEnter($tagAttributes, $handler);
150 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
154 $callStack = CallStack::createFromHandler($handler);
H A Dnote.php102 function handle($match, $state, $pos, Doku_Handler $handler) argument
117 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
121 $callStack = CallStack::createFromHandler($handler);
H A Dpreformatted.php135 * @param Doku_Handler $handler
140 function handle($match, $state, $pos, Doku_Handler $handler) argument
165 $callStack = CallStack::createFromHandler($handler);
H A Dxmlblocktag.php143 function handle($match, $state, $pos, Doku_Handler $handler): array argument
145 return XmlTagProcessing::handleStatic($match, $state, $pos, $handler, $this);
/plugin/qna/syntax/
H A Dheader.php49 function handle($match, $state, $pos, Doku_Handler $handler) { argument
53 $handler->header($match, $state, $pos);
/plugin/linkback/
H A Dsyntax.php39 * @param Doku_Handler $handler The Doku_Handler object
42 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/tocselect/
H A Dsyntax.php41 function handle($match, $state, $pos, Doku_Handler $handler) { argument
43 $handler->_addCall('notoc',array(),$pos);
/plugin/filelisting/
H A Dsyntax.php46 * @param int $state The state of the handler
48 * @param Doku_Handler $handler The handler
51 public function handle($match, $state, $pos, Doku_Handler $handler){
64 * @param array $data The data from the handler() function
50 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/relativens/
H A Dsyntax.php74 $handler->media($modifiedMatch, $state, $pos);
78 $handler->internallink($modifiedMatch, $state, $pos);
/plugin/drawio/
H A Dsyntax.php48 * @param Doku_Handler $handler The handler
52 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/tag/syntax/
H A Dtagpage.php46 * @param int $state The state of the handler
48 * @param Doku_Handler $handler The handler
51 function handle($match, $state, $pos, Doku_Handler $handler) { argument
68 * @param array $data The data from the handler function
/plugin/feedaggregator/
H A Dsyntax.php58 * @param Doku_Handler $handler The handler
61 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/daummovie/
H A Dsyntax.php48 * @param Doku_Handler $handler The handler
51 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/duoshuo-dokuwiki/
H A Dsyntax.php50 * @param Doku_Handler $handler The handler
53 public function handle($match, $state, $pos, &$handler){ argument
/plugin/include/
H A Daction.php48 * whenever the handler is updated or the safeindex setting is changed
97 // check if the tag plugin handler has already been called before the include plugin
110 // restore the tag metadata if the tag plugin handler has been called before the include plugin handler.
342 public function rewrite_include($match, $pos, $state, $plugin, helper_plugin_move_handler $handler) { argument
351 if (method_exists($handler, 'adaptRelativeId')) { // move plugin before version 2015-05-16
352 $newpage = $handler->adaptRelativeId($page);
354 $newpage = $handler->resolveMoves($page, 'page');
355 $newpage = $handler->relativeLink($page, $newpage, 'page');
/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/htmldetailstag/syntax/
H A Ddetails.php81 * @param Doku_Handler $handler The handler
85 public function handle($match, $state, $pos, Doku_Handler $handler) argument

12345678910>>...54