Home
last modified time | relevance | path

Searched refs:state (Results 2201 – 2205 of 2205) sorted by path

1...<<818283848586878889

/plugin/yuriigantt/src/Driver/Embedded/
H A DHandler.php70 * @param int $state
74 public function embedded($content, $state, $pos) argument
76 if ($state === DOKU_LEXER_UNMATCHED) {
93 * @param int $state a LEXER_STATE_* constant
100 public function plugin($match, $state, $pos, $pluginname) argument
106 $data = $plugin->handle($match, $state, $pos, $this);
109 $this->addPluginCall($pluginname, $data, $state, $pos, $match);
120 * @param int $state a LEXER_STATE_* constant
124 public function addPluginCall($plugin, $args, $state, $pos, $match) argument
126 $call = array('plugin', array($plugin, $args, $state, $match), $pos);
H A DRenderer.php64 * @param string $state matched state if any
67 public function plugin($name, $data, $state = '', $match = '') argument
/plugin/yuriigantt/
H A Dsyntax.php71 * @param int $state
76 public function handle($match, $state, $pos, \Doku_Handler $handler) argument
/plugin/zoom/
H A Dsyntax.php49 function handle($match, $state, $pos, &$handler){ argument
/plugin/zul/syntax/
H A Dzirkelundlineal.php92 function handle($match, $state, $pos, &$handler){ argument

1...<<818283848586878889