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/ |
D | Quotes.php | 24 'singlequoteclosing'
|
/dokuwiki/_test/tests/inc/parser/ |
D | parser_quotes.test.php | 60 array('singlequoteclosing',array()), 78 array('singlequoteclosing',array()), 98 array('singlequoteclosing',array()), 137 array('singlequoteclosing',array()), 351 array('singlequoteclosing',array()),
|
/dokuwiki/inc/parser/ |
D | metadata.php | 402 public function singlequoteclosing() function in Doku_Renderer_metadata 405 $this->cdata($lang['singlequoteclosing']);
|
D | handler.php | 760 public function singlequoteclosing($match, $state, $pos) function in Doku_Handler 762 $this->addCall('singlequoteclosing', [], $pos);
|
D | renderer.php | 542 public function singlequoteclosing() function in Doku_Renderer
|
D | xhtml.php | 789 public function singlequoteclosing() function in Doku_Renderer_xhtml 792 $this->doc .= $lang['singlequoteclosing'];
|