Home
last modified time | relevance | path

Searched +full:singlequoteclosing -(+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/inc/Parsing/ParserMode/
DQuotes.php24 'singlequoteclosing'
/dokuwiki/_test/tests/inc/parser/
Dparser_quotes.test.php60 array('singlequoteclosing',array()),
78 array('singlequoteclosing',array()),
98 array('singlequoteclosing',array()),
137 array('singlequoteclosing',array()),
351 array('singlequoteclosing',array()),
/dokuwiki/inc/parser/
Dmetadata.php402 public function singlequoteclosing() function in Doku_Renderer_metadata
405 $this->cdata($lang['singlequoteclosing']);
Dhandler.php760 public function singlequoteclosing($match, $state, $pos) function in Doku_Handler
762 $this->addCall('singlequoteclosing', [], $pos);
Drenderer.php542 public function singlequoteclosing() function in Doku_Renderer
Dxhtml.php789 public function singlequoteclosing() function in Doku_Renderer_xhtml
792 $this->doc .= $lang['singlequoteclosing'];