Home
last modified time | relevance | path

Searched refs:handler (Results 1 – 25 of 1340) sorted by last modified time

12345678910>>...54

/plugin/pagelist/
H A Dsyntax.php44 * @param Doku_Handler $handler The Doku_Handler object
47 public function handle($match, $state, $pos, Doku_Handler $handler) argument
106 * @param array $data data created by handler()
/plugin/pagequery/
H A Dsyntax.php48 public function handle($match, $state, $pos, Doku_Handler $handler): array
47 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/nspages/
H A Dsyntax.php44 function handle($match, $state, $pos, Doku_Handler $handler) {
41 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/dbquery/syntax/
H A Dmacro.php36 public function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dquery.php36 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/siteexport/action/
H A Dmove.php30 public function move_handler($match, $state, $pos, $pluginname, $handler) { argument
32 $handler->internallink($match, $state, $pos);
/plugin/siteexport/syntax/
H A Daggregate.php31 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dsiteexport.php30 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dtoc.php45 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
79 … if ( isset( $handler->CallWriter ) && $handler->CallWriter instanceof Doku_Handler_List ) {
81 $calls = array_reverse($handler->CallWriter->calls);
88 …$depth = $handler->CallWriter->interpretSyntax($call[1][0], $listType)-1; // Minus one because of …
95 $handler->internallink($match, $state, $pos);
99 $handler->internallink($match, $state, $pos);
105 $handler->addCall('cdata', array($match), $pos);
H A Dtoctools.php43 private function findPreviousSectionOpen( Doku_Handler $handler ) { argument
44 foreach( array_reverse( $handler->calls ) as $calls ) {
52 …private function addInstructionstoHandler( $match, $state, $pos, Doku_Handler $handler, $instructi… argument
55 …if ( ( method_exists( $handler, 'getStatus') && $handler->getStatus('section') ) || $handler->stat…
56 $handler->_addCall('section_close', array(), $pos);
60 $level = $this->findPreviousSectionOpen( $handler );
61 $handler->_addCall('plugin', array('siteexport_toctools', $instructions, $state), $pos);
62 $handler->_addCall('section_open', array($level), $pos+strlen($match) );
68 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
77 $handler->_addCall('cdata', array($match), $pos);
[all …]
/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/diagrams/syntax/
H A Dembed.php25 public function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dmediafile.php45 * @param Doku_Handler $handler
48 public function handle($match, $state, $pos, Doku_Handler $handler) argument
56 $handler->media($match, $state, $pos);
71 * @param helper_plugin_move_handler $handler
74 public function handleMove($match, $state, $pos, $plugin, $handler) argument
78 $handler->media($match, $state, $pos);
/plugin/struct/syntax/
H A Dcloud.php56 * @param int $state The state of the handler
58 * @param Doku_Handler $handler The handler
61 public function handle($match, $state, $pos, Doku_Handler $handler)
84 * @param array $data The data from the handler() function
60 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Dglobal.php35 * @param int $state The state of the handler
37 * @param Doku_Handler $handler The handler
40 public function handle($match, $state, $pos, Doku_Handler $handler)
43 $config = parent::handle($match, $state, $pos, $handler);
39 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Dlist.php63 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Doutput.php69 * @param int $state The state of the handler
71 * @param Doku_Handler $handler The handler
74 public function handle($match, $state, $pos, Doku_Handler $handler)
87 * @param array $data The data from the handler() function
72 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
H A Dvalue.php55 * @param int $state The state of the handler
57 * @param Doku_Handler $handler The handler
60 public function handle($match, $state, $pos, Doku_Handler $handler) argument
87 * @param array $data The data from the handler() function
/plugin/mermaid/
H A Dsyntax.php63 function handle($match, $state, $pos, Doku_Handler $handler)
127 // Create the parser and the handler
43 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/doi/syntax/
H A Ddoi.php40 public function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Disbn.php19 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/openlayersmap/syntax/
H A Dagslayer.php84 public function handle($match, $state, $pos, Doku_Handler $handler): array
92 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Dolmap.php81 public function handle($match, $state, $pos, Doku_Handler $handler): array
88 handle($match, $state, $pos, Doku_Handler $handler) global() argument

12345678910>>...54