Searched refs:addMode (Results 1 – 16 of 16) sorted by relevance
16 $this->P->addMode('listblock',new Listblock());49 $this->P->addMode('listblock',new Listblock());83 $this->P->addMode('listblock',new Listblock());116 $this->P->addMode('listblock',new Listblock());145 $this->P->addMode('listblock',new Listblock());174 $this->P->addMode('listblock',new Listblock());187 $this->P->addMode('listblock',new Listblock());188 $this->P->addMode('eol',new Eol());229 $this->P->addMode('listblock',new Listblock());230 $this->P->addMode('strong',new Formatting('strong'));[all …]
11 $this->P->addMode('header',new Header());30 $this->P->addMode('header',new Header());49 $this->P->addMode('header',new Header());68 $this->P->addMode('header',new Header());87 $this->P->addMode('header',new Header());106 $this->P->addMode('header',new Header());125 $this->P->addMode('header',new Header());144 $this->P->addMode('header',new Header());163 $this->P->addMode('header',new Header());177 $this->P->addMode('header',new Header());[all …]
15 $this->P->addMode('acronym',new Acronym(array('FOOBAR')));32 $this->P->addMode('acronym',new Acronym(array('FOOBAR')));47 $this->P->addMode('acronym',new Acronym(array('FOO')));64 $this->P->addMode('acronym',new Acronym(array('FOO','BAR')));84 $this->P->addMode('acronym',new Acronym(array('FOO','A.FOO','FOO.1','A.FOO.1')));107 $this->P->addMode('acronym',new Acronym(array('A.FOO.1','FOO.1','A.FOO','FOO')));130 $this->P->addMode('smiley',new Smiley(array(':-)')));145 $this->P->addMode('smiley',new Smiley(array(':-)')));162 $this->P->addMode('smiley',new Smiley(array(':-)','^_^')));177 $this->P->addMode('smiley',new Smiley(array(':-)','^_^')));[all …]
15 $this->P->addMode('table',new Table());59 $this->P->addMode('table',new Table());99 $this->P->addMode('table',new Table());124 $this->P->addMode('table',new Table());159 $this->P->addMode('table',new Table());208 $this->P->addMode('table',new Table());243 $this->P->addMode('table',new Table());304 $this->P->addMode('table',new Table());338 $this->P->addMode('table',new Table());380 $this->P->addMode('table',new Table());[all …]
17 $this->P->addMode('file',new File());35 $this->P->addMode('code',new Code());52 $this->P->addMode('code',new Code());69 $this->P->addMode('code',new Code());86 $this->P->addMode('preformatted',new Preformatted());103 $this->P->addMode('preformatted',new Preformatted());120 $this->P->addMode('preformatted',new Preformatted());137 $this->P->addMode('preformatted',new Preformatted());154 $this->P->addMode('preformatted',new Preformatted());155 $this->P->addMode('listblock',new Listblock());[all …]
21 $this->P->addMode('footnote',new Footnote());55 $this->P->addMode('eol',new Eol());92 $this->P->addMode('eol',new Eol());111 $this->P->addMode('strong',new Formatting('strong'));134 $this->P->addMode('hr',new Hr());155 $this->P->addMode('code',new Code());176 $this->P->addMode('preformatted',new Preformatted());197 $this->P->addMode('preformatted',new Preformatted());198 $this->P->addMode('eol',new Eol());220 $this->P->addMode('unformatted',new Unformatted());[all …]
11 $this->P->addMode('eol',new Eol());24 $this->P->addMode('eol',new Eol());40 $this->P->addMode('eol',new Eol());53 $this->P->addMode('linebreak',new Linebreak());68 $this->P->addMode('linebreak',new Linebreak());69 $this->P->addMode('eol',new Eol());87 $this->P->addMode('linebreak',new Linebreak());
21 $this->P->addMode('externallink',new Externallink());51 $this->P->addMode('externallink',new Externallink());108 $this->P->addMode('internallink',new Internallink());109 $this->P->addMode('externallink',new Externallink());129 $this->P->addMode('externallink',new Externallink());142 $this->P->addMode('externallink',new Externallink());171 $this->P->addMode('externallink',new ExternalLink());215 $this->P->addMode('externallink',new Externallink());259 $this->P->addMode('emaillink',new Emaillink());274 $this->P->addMode('emaillink',new Emaillink());[all …]
17 $this->P->addMode('quotes',new Quotes());35 $this->P->addMode('quotes',new Quotes());53 $this->P->addMode('quotes',new Quotes());71 $this->P->addMode('quotes',new Quotes());89 $this->P->addMode('quotes',new Quotes());109 $this->P->addMode('quotes',new Quotes());128 $this->P->addMode('quotes',new Quotes());148 $this->P->addMode('quotes',new Quotes());166 $this->P->addMode('quotes',new Quotes());184 $this->P->addMode('quotes',new Quotes());[all …]
11 $this->P->addMode('quote',new Quote());34 $this->P->addMode('quote',new Quote());57 $this->P->addMode('quote',new Quote());74 $this->P->addMode('quote',new Quote());75 $this->P->addMode('eol',new Eol());
19 $this->P->addMode($format,new Formatting($format));61 $this->P->addMode('header',new Header());80 $this->P->addMode('table',new Table());125 $this->P->addMode('acronym',new Acronym($t));140 $this->P->addMode('internallink',new InternalLink());155 $this->P->addMode('internallink',new InternalLink());
10 $this->P->addMode('unformatted',new Unformatted());27 $this->P->addMode('unformatted',new Unformatted());
11 $this->P->addMode('file',new File());
16 $this->P->addMode('code',new Code());
62 public function addMode($name, ModeInterface $Mode) function in dokuwiki\\Parsing\\Parser
229 $Parser->addMode($mode['mode'], $mode['obj']);