Home
last modified time | relevance | path

Searched +full:doublequoteopening -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/inc/Parsing/ParserMode/
H A DQuotes.php36 'doublequoteopening'
/dokuwiki/inc/parser/
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 Drenderer.php556 public function doublequoteopening()
498 public function doublequoteopening() { global() function in Doku_Renderer
H A Dxhtml.php806 public function doublequoteopening()
809 $this->doc .= $lang['doublequoteopening'];
749 public function doublequoteopening() { global() function in Doku_Renderer_xhtml