Home
last modified time | relevance | path

Searched +full:doublequoteclosing -(+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.php197 array('doublequoteclosing',array()),
221 array('doublequoteclosing',array()),
264 array('doublequoteclosing',array()),
284 array('doublequoteclosing',array()),
304 array('doublequoteclosing',array()),
324 array('doublequoteclosing',array()),
352 array('doublequoteclosing',array()),
/dokuwiki/inc/Parsing/ParserMode/
H A DQuotes.php41 'doublequoteclosing'
/dokuwiki/inc/parser/
H A Dmetadata.php429 public function doublequoteclosing() function in Doku_Renderer_metadata
432 $this->cdata($lang['doublequoteclosing']);
H A Dhandler.php797 public function doublequoteclosing($match, $state, $pos) function in Doku_Handler
802 $this->addCall('doublequoteclosing', [], $pos);
H A Drenderer.php563 public function doublequoteclosing() function in Doku_Renderer
H A Dxhtml.php816 public function doublequoteclosing() function in Doku_Renderer_xhtml
819 $this->doc .= $lang['doublequoteclosing'];