Home
last modified time | relevance | path

Searched refs:mode (Results 1726 – 1750 of 2447) sorted by last modified time

1...<<61626364656667686970>>...98

/plugin/wst/syntax/
H A Dtemplate.php37 * @param string $mode Parser mode
39 public function connectTo($mode) { argument
40 …SpecialPattern('\{\{[W|w][S|s][T|t]>(?:(?:[^\}]*?\{.*?\}\})|.*?)+?\}\}', $mode, 'plugin_wst_templa…
88 * @param string $mode Renderer mode (supported modes: xhtml)
93 public function render($mode, Doku_Renderer $renderer, $data) { argument
94 if($mode != 'xhtml') return false;
H A Dnoinclude.php38 * @param string $mode Parser mode
40 public function connectTo($mode) { argument
41 $this->Lexer->addSpecialPattern('<noinclude>|</noinclude>', $mode, 'plugin_wst_noinclude');
66 * @param string $mode Renderer mode (supported modes: xhtml)
71 public function render($mode, Doku_Renderer $renderer, $data) { argument
72 if($mode != 'xhtml') return false;
H A Dincludeonly.php38 * @param string $mode Parser mode
40 public function connectTo($mode) { argument
41 …$this->Lexer->addSpecialPattern('<includeonly>.*?</includeonly>', $mode, 'plugin_wst_includeonly');
66 * @param string $mode Renderer mode (supported modes: xhtml)
71 public function render($mode, Doku_Renderer $renderer, $data) { argument
72 if($mode != 'xhtml') return false;
/plugin/snippeter/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/sqljson/
H A Dsyntax.php23 public function connectTo($mode) argument
25 $this->Lexer->addEntryPattern('<sqljson(?=.*?>)', $mode, 'plugin_sqljson');
70 * @param string $mode Renderer mode (supported modes: xhtml)
75 public function render($mode, Doku_Renderer $renderer, $data) argument
77 if ( $mode != 'xhtml' ) return false;
/plugin/cellbg/
H A Dsyntax.php80 function render($mode, Doku_Renderer $renderer, $data) { argument
81 if($mode == 'xhtml'){
/plugin/twofactorsmsgateway/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/redissue/
H A Dsyntax.php30 function connectTo($mode) { argument
31 $this->Lexer->addSpecialPattern('<redissue[^>]*/>', $mode,'plugin_redissue');
32 $this->Lexer->addEntryPattern('<redissue[^>/]*>(?=.*</redissue>)', $mode,'plugin_redissue');
130 function render($mode, Doku_Renderer $renderer, $data) { argument
131 if($mode != 'xhtml') return false;
/plugin/miniblog/
H A DREADME18 The feed URL is "feed.php?mode=miniblog".
/plugin/miniblog/syntax/
H A Dentry.php27 public function connectTo($mode) { argument
28 $this->Lexer->addSpecialPattern('<miniblog.*>', $mode, 'plugin_miniblog_entry');
35 public function render($mode, Doku_Renderer $renderer, $data) { argument
39 if ($mode != 'xhtml') return false;
H A Dcomment.php26 public function connectTo($mode) { argument
27 $this->Lexer->addSpecialPattern('~~DISQUS~~', $mode, 'plugin_miniblog_comment');
34 public function render($mode, Doku_Renderer $renderer, $data) { argument
38 if ($mode != 'xhtml') return false;
/plugin/wavedrom/
H A DLICENSE308 the only significant mode of use of the product.
653 notice like this when it starts in an interactive mode:
H A Dsyntax.php32 * @param string $mode Parser mode
34 function connectTo($mode) { argument
35 $this->Lexer->addEntryPattern('<wavedrom>(?=.*?</wavedrom>)',$mode,'plugin_wavedrom');
64 function render($mode, Doku_Renderer $renderer, $indata) { argument
65 if($mode == 'xhtml'){
/plugin/twofactorsmsappliance/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/pwaoffline/
H A Dplugin.info.txt6 desc Add an offline mode to DokuWiki
H A DLICENSE313 when it starts in an interactive mode:
H A DREADME.md3 Add an offline mode to DokuWiki
/plugin/backlinks2/
H A DCOPYING314 when it starts in an interactive mode:
H A Dsyntax.php57 function connectTo($mode) { argument
58 $this->Lexer->addSpecialPattern('\{\{backlinks>.+?\}\}', $mode, 'plugin_backlinks');
81 function render($mode, Doku_Renderer $renderer, $data) { argument
97 if ($mode == 'xhtml') {
/plugin/pubmed/
H A Dsyntax.php23 function connectTo($mode){$this->Lexer->addSpecialPattern('\{\{pubmed>[^}]*\}\}',$mode,'plugin_pubmed');}
40 function render($mode, Doku_Renderer $renderer, $data) {
41 if ($mode!='xhtml')
20 connectTo($mode) global() argument
31 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/tabinclude/syntax/
H A Dembed.php18 …function connectTo($mode){$this->Lexer->addSpecialPattern('\{\{tabembed.+?[^}]*\}\}',$mode,'plugin… argument
29 function render($mode, Doku_Renderer $renderer, $data) { argument
31 if ($mode=='xhtml'){
34 }else if($mode=='odt'){
H A Dinline.php18 …function connectTo($mode){$this->Lexer->addSpecialPattern('\{\{tabinclude.+?[^}]*\}\}',$mode,'plug… argument
31 function render($mode, Doku_Renderer $renderer, $data) { argument
33 if ($mode=='xhtml'){
36 }else if($mode=='odt'){
H A Dlink.php18 …function connectTo($mode){$this->Lexer->addSpecialPattern('\{\{tablink.+?[^}]*\}\}',$mode,'plugin_… argument
29 function render($mode, Doku_Renderer $renderer, $data) { argument
31 if ($mode=='xhtml'){
34 }else if($mode=='odt'){
H A Dlines.php20 function connectTo($mode){ argument
21 $this->Lexer->addSpecialPattern('<tabbed.+?</tabbed>', $mode, 'plugin_tabinclude_lines');
33 function render($mode, Doku_Renderer $renderer, $data) { argument
35 if ($mode=='xhtml'){
38 }else if($mode=='odt'){
/plugin/mtg/
H A DLICENSE313 when it starts in an interactive mode:

1...<<61626364656667686970>>...98