Home
last modified time | relevance | path

Searched refs:writeCall (Results 1 – 8 of 8) sorted by relevance

/plugin/yuriigantt/src/Driver/Embedded/
H A DHandler.php77 $this->callWriter->writeCall(['raw', [$content], $pos]);
127 $this->callWriter->writeCall($call);
/plugin/variants/
H A Dvariants.php176 function writeCall($call) { function in syntax_plugin_variants_callwriter
210 …$this->CallWriter->writeCall(array('plugin',array('variants_variants', array($this->condition, $th…
/plugin/imagemap/
H A Dsyntax.php244 function writeCall($call) { function in ImageMap_Handler
263 $this->CallWriter->writeCall($first_call);
269 $this->CallWriter->writeCall(array('eol',array(),$this->calls[0][2]));
276 $this->CallWriter->writeCall(array('plugin',
/plugin/imagemapping/
H A Dsyntax.php271 function writeCall($call) { global() function in ImageMap_Handler
/plugin/creole/syntax/
H A Dmonospace.php101 …$this->eventhandler->writeCall('creole_monospace', DOKU_LEXER_EXIT, NULL, NULL, $pos, $match, $han…
/plugin/creole/helper/
H A Deventhandler.php194 public function writeCall($class, $state, $data1, $data2, $pos, $match, &$handler) { function in helper_plugin_creole_eventhandler
/plugin/popupviewer/syntax/
H A Dviewer.php201 …$imagemap->CallWriter->writeCall(array('plugin', array('popupviewer_viewer', array($id, $name, $ti…
/plugin/exttab3/
H A Dsyntax.php90 protected function writeCall($tag, $attr, $state, $pos, $match, $handler) function in syntax_plugin_exttab3