Home
last modified time | relevance | path

Searched refs:doublequoteopening (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/inc/parser/
H A Drenderer.php556 public function doublequoteopening()
498 public function doublequoteopening() { global() function in Doku_Renderer
H A Dmetadata.php418 public function doublequoteopening()
421 $this->cdata($lang['doublequoteopening']);
413 public function doublequoteopening() global() function in Doku_Renderer_metadata
H A Dhandler.php784 public function doublequoteopening($match, $state, $pos)
786 $this->addCall('doublequoteopening', [], $pos);
800 $this->doublequoteopening($match, $state, $pos);
745 public function doublequoteopening($match, $state, $pos) { global() function in Doku_Handler
H A Dxhtml.php806 public function doublequoteopening()
809 $this->doc .= $lang['doublequoteopening'];
749 public function doublequoteopening() { global() function in Doku_Renderer_xhtml