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 – 6 of 6) sorted by relevance

/dokuwiki/_test/tests/inc/parser/
H A Dparser_quotes.test.php155 array('doublequoteopening',array()),
173 array('doublequoteopening',array()),
244 array('doublequoteopening',array()),
262 array('doublequoteopening',array()),
282 array('doublequoteopening',array()),
302 array('doublequoteopening',array()),
322 array('doublequoteopening',array()),
343 array('doublequoteopening',array()),
/dokuwiki/inc/Parsing/ParserMode/
H A DQuotes.php36 'doublequoteopening'
/dokuwiki/inc/parser/
H A Dmetadata.php420 public function doublequoteopening() function in Doku_Renderer_metadata
423 $this->cdata($lang['doublequoteopening']);
H A Dhandler.php784 public function doublequoteopening($match, $state, $pos) function in Doku_Handler
786 $this->addCall('doublequoteopening', [], $pos);
800 $this->doublequoteopening($match, $state, $pos);
H A Drenderer.php556 public function doublequoteopening() function in Doku_Renderer
H A Dxhtml.php807 public function doublequoteopening() function in Doku_Renderer_xhtml
810 $this->doc .= $lang['doublequoteopening'];