Home
last modified time | relevance | path

Searched refs:mode (Results 876 – 900 of 2447) sorted by relevance

1...<<31323334353637383940>>...98

/plugin/include/syntax/
H A Deditbtn.php28 function render($mode, Doku_Renderer $renderer, $data) { argument
30 if ($mode == 'xhtml') {
/plugin/nspages/printers/
H A DprinterOneLine.php12 function __construct($plugin, $mode, $renderer, $data){ argument
13 parent::__construct($plugin, $mode, $renderer, $data);
H A DprinterLineBreak.php10 function __construct($plugin, $mode, $renderer, $data){ argument
11 parent::__construct($plugin, $mode, $renderer, $data);
/plugin/diagramsnet/lib/js/deflate/
H A Dpako.min.js2mode=12;break t}t.msg="invalid literal/length code",E.mode=30;break t}v=65535&p,(m&=15)&&(u<m&&(f+…
/plugin/poem/
H A Deol.php18 function connectTo($mode) { argument
19 $this->Lexer->addSpecialPattern('(?:^[ \t]*)?\n',$mode,'plugin_poem_eol');
/plugin/latex/syntax/
H A Ddollar.php15 function connectTo($mode) { argument
16 $this->Lexer->addEntryPattern('\$(?=.*\$)',$mode,'plugin_latex_dollar');
H A Deqnarray.php14 function connectTo($mode) { argument
16 $mode,'plugin_latex_eqnarray');
H A Deqnarraystar.php14 function connectTo($mode) { argument
16 $mode,'plugin_latex_eqnarraystar');
H A Dequation.php15 function connectTo($mode) { argument
17 $mode,'plugin_latex_equation');
H A Dequationstar.php15 function connectTo($mode) { argument
17 $mode,'plugin_latex_equationstar');
H A Dlatex.php23 function connectTo($mode) { argument
24 $this->Lexer->addEntryPattern('\x3Clatex\x3E(?=.*\x3C/latex\x3E)',$mode,'plugin_latex_latex');
H A Ddisplaymath.php15 function connectTo($mode) { argument
17 $mode,'plugin_latex_displaymath');
/plugin/semanticdata/syntax/
H A Dlist.php20 function connectTo($mode) { argument
21 …$this->Lexer->addSpecialPattern('----+ *datalist(?: [ a-zA-Z0-9_]*)?-+\n.*?\n----+',$mode,'plugin_…
/plugin/translation/syntax/
H A Dtrans.php26 public function connectTo($mode)
28 $this->Lexer->addSpecialPattern('~~TRANS~~', $mode, 'plugin_translation_trans');
24 connectTo($mode) global() argument
/plugin/siteexport/syntax/
H A Dtoc.php35 public function connectTo($mode) { argument
36 $this->Lexer->addEntryPattern('<toc>(?=.*?</toc>)', $mode, 'plugin_siteexport_toc');
37 $this->Lexer->addEntryPattern('<toc .+?>(?=.*?</toc>)', $mode, 'plugin_siteexport_toc');
38 $this->Lexer->addSpecialPattern("\[\[.+?\]\]", $mode, 'plugin_siteexport_toc');
116 public function render($mode, Doku_Renderer $renderer, $data) { argument
126 if ($mode != 'metadata' ) {
243 $this->_render_output($renderer, $mode, $instr);
270 } else if ($mode == 'metadata') {
323 private function _render_output($renderer, $mode, $instr) { argument
329 if ($mode == 'xhtml') {
[all …]
/plugin/autotranslation/syntax/
H A Dtrans.php29 function connectTo($mode) { argument
30 $this->Lexer->addSpecialPattern('~~TRANS~~', $mode, 'plugin_autotranslation_trans');
/plugin/latex-was/syntax/
H A Ddollar.php15 function connectTo($mode) { argument
16 $this->Lexer->addEntryPattern('\$(?=.*\$)',$mode,'plugin_latex_dollar');
/plugin/jenkins/
H A Dsyntax.php29 function connectTo($mode) { argument
30 $this->Lexer->addSpecialPattern('<jenkins[^>]*/>', $mode, 'plugin_jenkins');
88 function render($mode, Doku_Renderer $renderer, $data) { argument
89 if($mode != 'xhtml') return false;
/plugin/revealjs/syntax/
H A Dheader.php26 public function connectTo($mode) { argument
31 …$this->Lexer->addSpecialPattern('[ \t]*={2,}[^\n]+={2,}[ \t]*(?=\n)', $mode, 'plugin_revealjs_head…
85 public function render($mode, Doku_Renderer $renderer, $data) { argument
87 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/scrape/
H A Dsyntax.php39 public function connectTo($mode)
41 $this->Lexer->addSpecialPattern('{{scrape>.+?}}', $mode, 'plugin_scrape');
72 public function render($mode, Doku_Renderer $R, $data)
74 if ($mode != 'xhtml') return false;
35 connectTo($mode) global() argument
65 render($mode, Doku_Renderer $R, $data) global() argument
/plugin/geogebra/syntax/
H A Dgeogebrafile.php70 function connectTo($mode) argument
72 $this->Lexer->addSpecialPattern("<geogebra.*?/>", $mode, 'plugin_geogebra_geogebrafile');
116 function render($mode, & $renderer, $data) argument
118 if ($mode == 'xhtml')
/plugin/gitlabproject/
H A Dsyntax.php28 function connectTo($mode) { argument
29 $this->Lexer->addSpecialPattern('<gitlab[^>]*/>', $mode, 'plugin_gitlabproject');
81 function render($mode, Doku_Renderer $renderer, $data) { argument
82 if($mode != 'xhtml') return false;
/plugin/owncloud/
H A Dsyntax.php49 function connectTo($mode) { argument
50 $this->Lexer->addSpecialPattern("\{\{[^\}]+\}\}",$mode,'plugin_owncloud');
51 $this->Lexer->addSpecialPattern("\[\{\{[^\}]+\}\}\]",$mode,'plugin_owncloud');
69 function render($mode, &$renderer, $data){ argument
/plugin/itemtable/
H A Dsyntax.php166 … $td="<td class='dbtables-td_0'>".p_render($mode,p_get_instructions($TableData),$data)."</td>";
180 function render($mode, &$renderer, $data) { argument
182 if($mode == 'xhtml'){
219 $renderer->doc.=$this->render_tables($match,$mode,$data);

1...<<31323334353637383940>>...98