Home
last modified time | relevance | path

Searched refs:singlequoteclosing (Results 1 – 4 of 4) sorted by path

/dokuwiki/inc/parser/
H A Dhandler.php760 public function singlequoteclosing($match, $state, $pos)
762 $this->addCall('singlequoteclosing', [], $pos);
723 public function singlequoteclosing($match, $state, $pos) { global() function in Doku_Handler
H A Dmetadata.php400 public function singlequoteclosing()
403 $this->cdata($lang['singlequoteclosing']);
395 public function singlequoteclosing() global() function in Doku_Renderer_metadata
H A Drenderer.php542 public function singlequoteclosing()
486 public function singlequoteclosing() { global() function in Doku_Renderer
H A Dxhtml.php788 public function singlequoteclosing()
791 $this->doc .= $lang['singlequoteclosing'];
733 public function singlequoteclosing() { global() function in Doku_Renderer_xhtml