Home
last modified time | relevance | path

Searched +full:singlequoteopening -(+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/
H A DQuotes.php19 'singlequoteopening'
/dokuwiki/_test/tests/inc/parser/
H A Dparser_quotes.test.php24 array('singlequoteopening',array()),
42 array('singlequoteopening',array()),
96 array('singlequoteopening',array()),
135 array('singlequoteopening',array()),
345 array('singlequoteopening',array()),
/dokuwiki/inc/parser/
H A Dmetadata.php393 public function singlequoteopening() function in Doku_Renderer_metadata
396 $this->cdata($lang['singlequoteopening']);
H A Dhandler.php748 public function singlequoteopening($match, $state, $pos) function in Doku_Handler
750 $this->addCall('singlequoteopening', [], $pos);
H A Drenderer.php535 public function singlequoteopening() function in Doku_Renderer
H A Dxhtml.php780 public function singlequoteopening() function in Doku_Renderer_xhtml
783 $this->doc .= $lang['singlequoteopening'];