Home
last modified time | relevance | path

Searched refs:apostrophe (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/inc/parser/
H A Drenderer.php547 * Render an apostrophe char (language specific)
549 public function apostrophe()
492 public function apostrophe() { global() function in Doku_Renderer
H A Dmetadata.php407 * Render an apostrophe char (language specific)
409 public function apostrophe()
412 $this->cdata($lang['apostrophe']);
404 public function apostrophe() global() function in Doku_Renderer_metadata
H A Dhandler.php772 public function apostrophe($match, $state, $pos)
774 $this->addCall('apostrophe', [], $pos);
734 public function apostrophe($match, $state, $pos) { global() function in Doku_Handler
H A Dxhtml.php795 * Render an apostrophe char (language specific)
797 public function apostrophe()
800 $this->doc .= $lang['apostrophe'];
741 public function apostrophe() { global() function in Doku_Renderer_xhtml