Searched +full:doublequoteopening -(+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 | 155 array('doublequoteopening',array()), 173 array('doublequoteopening',array()), 244 array('doublequoteopening',array()), 262 array('doublequoteopening',array()), 282 array('doublequoteopening',array()), 302 array('doublequoteopening',array()), 322 array('doublequoteopening',array()), 343 array('doublequoteopening',array()),
|
| /dokuwiki/inc/Parsing/ParserMode/ |
| H A D | Quotes.php | 36 'doublequoteopening'
|
| /dokuwiki/inc/parser/ |
| H A D | metadata.php | 420 public function doublequoteopening() function in Doku_Renderer_metadata 423 $this->cdata($lang['doublequoteopening']);
|
| H A D | handler.php | 784 public function doublequoteopening($match, $state, $pos) function in Doku_Handler 786 $this->addCall('doublequoteopening', [], $pos); 800 $this->doublequoteopening($match, $state, $pos);
|
| H A D | renderer.php | 556 public function doublequoteopening() function in Doku_Renderer
|
| H A D | xhtml.php | 807 public function doublequoteopening() function in Doku_Renderer_xhtml 810 $this->doc .= $lang['doublequoteopening'];
|