Home
last modified time | relevance | path

Searched refs:doublequoteclosing (Results 1 – 4 of 4) sorted by last modified time

/dokuwiki/inc/parser/
H A Dxhtml.php815 public function doublequoteclosing()
818 $this->doc .= $lang['doublequoteclosing'];
757 public function doublequoteclosing() { global() function in Doku_Renderer_xhtml
H A Dmetadata.php427 public function doublequoteclosing()
430 $this->cdata($lang['doublequoteclosing']);
422 public function doublequoteclosing() global() function in Doku_Renderer_metadata
H A Drenderer.php563 public function doublequoteclosing()
504 public function doublequoteclosing() { global() function in Doku_Renderer
H A Dhandler.php797 public function doublequoteclosing($match, $state, $pos)
802 $this->addCall('doublequoteclosing', [], $pos);
757 public function doublequoteclosing($match, $state, $pos) { global() function in Doku_Handler