Searched +full:doublequoteclosing -(+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/_test/tests/inc/parser/ |
| H A D | parser_quotes.test.php | 197 array('doublequoteclosing',array()), 221 array('doublequoteclosing',array()), 264 array('doublequoteclosing',array()), 284 array('doublequoteclosing',array()), 304 array('doublequoteclosing',array()), 324 array('doublequoteclosing',array()), 352 array('doublequoteclosing',array()),
|
| /dokuwiki/inc/Parsing/ParserMode/ |
| H A D | Quotes.php | 41 'doublequoteclosing'
|
| /dokuwiki/inc/parser/ |
| H A D | metadata.php | 429 public function doublequoteclosing() function in Doku_Renderer_metadata 432 $this->cdata($lang['doublequoteclosing']);
|
| H A D | handler.php | 797 public function doublequoteclosing($match, $state, $pos) function in Doku_Handler 802 $this->addCall('doublequoteclosing', [], $pos);
|
| H A D | renderer.php | 563 public function doublequoteclosing() function in Doku_Renderer
|
| H A D | xhtml.php | 816 public function doublequoteclosing() function in Doku_Renderer_xhtml 819 $this->doc .= $lang['doublequoteclosing'];
|