Home
last modified time | relevance | path

Searched refs:renderer (Results 601 – 625 of 1288) sorted by last modified time

1...<<21222324252627282930>>...52

/plugin/flowchartjs/
H A Dsyntax.php41 function render($mode, Doku_Renderer $renderer, $data) { argument
46 $renderer->doc .= "<pre class='flowchartjs $match'>";
49 $renderer->doc .= $match;
52 $renderer->doc .= "</pre>";
/plugin/structgroupby/syntax/
H A Done.php35 * @param Doku_Renderer $renderer The renderer
39 public function render($mode, Doku_Renderer $renderer, $data) argument
46 $renderer->cdata('The syntax accepts only one column.');
61 $renderer->cdata('No aggregation function provided or incorrect function name.');
80 $renderer->cdata($sum);
84 $renderer->meta['plugin']['struct']['hasaggregation'] = $search->getCacheFlag();
/plugin/groupmatrix/syntax/
H A Dtable.php104 * @param Doku_Renderer $renderer The renderer
109 public function render($mode, Doku_Renderer $renderer, $data) argument
146 $renderer->doc .= $this->renderTable($data['headers'], $rows);
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/Markdown/
H A DGitHubFlavored.php10 protected $renderer = null; variable in DokuWiki\\Plugin\\Mdpage\\Markdown\\GitHubFlavored
14 public function __construct($renderer, $data, $context) { argument
15 $this->renderer = $renderer;
H A DMarkdownExtra.php10 protected $renderer = null; variable in DokuWiki\\Plugin\\Mdpage\\Markdown\\MarkdownExtra
14 public function __construct($renderer, $data, $context) { argument
15 $this->renderer = $renderer;
H A DTraditional.php10 protected $renderer = null; variable in DokuWiki\\Plugin\\Mdpage\\Markdown\\Traditional
14 public function __construct($renderer, $data, $context) { argument
15 $this->renderer = $renderer;
/plugin/mdpage/
H A Dsyntax.php87 public function render($format, Doku_Renderer $renderer, $data) { argument
93 return $this->renderWithRenderer($renderer, $match, $data);
96 protected function renderWithRenderer(Doku_Renderer $renderer, $match, $data) { argument
117 $result = Markdown::parseWithRenderer($renderer, $match, $data, $context);
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdown.php11 $renderer, argument
18 $parser = new Markdown\GitHubFlavored($renderer, $data, $context);
21 $parser = new Markdown\MarkdownExtra($renderer, $data, $context);
24 $parser = new Markdown\Traditional($renderer, $data, $context);
H A DMarkdownRendererTrait.php57 $this->renderer->p_open();
59 $this->renderer->p_close();
199 $this->renderer->quote_open();
201 $this->renderer->quote_close();
209 $this->renderer->hr();
219 $this->renderer->table_open();
249 $this->renderer->table_close();
381 $this->renderer->doc = substr_replace($this->renderer->doc, $replacedContent, $escapedPos);
396 $this->renderer->doc = substr_replace($this->renderer->doc, $replacedContent, $escapedPos);
411 $this->renderer->doc = substr_replace($this->renderer->doc, $replacedContent, $escapedPos);
[all …]
/plugin/abc/
H A Dsyntax.php47 function render($mode, Doku_Renderer $renderer, $data) { argument
121 $renderer->doc .= $this->_showFiles($curFileBase);
127 $renderer->doc .= '<div class="abc_src'.$visible.'">'.NL;
128 $renderer->doc .= $renderer->file($origSrc);
129 $renderer->doc .= '</div>'.NL;
134 $renderer->doc .= $renderer->file($origSrc);
/plugin/listusergroup/
H A Dsyntax.php69 * @param Doku_Renderer $renderer The renderer
74 public function render($mode, Doku_Renderer $renderer, $data){ argument
77 $renderer->doc .= $my->getXHTML($data);
/plugin/groupmail/
H A Dsyntax.php149 public function render($mode, Doku_Renderer $renderer, $data) { argument
154 $renderer->info['cache'] = false;
204 $renderer->doc .= $this->_html_status_box();
212 $renderer->doc .= $this->mailgroup_form($data, $vals);
/plugin/footer/
H A Dsyntax.php31 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/multilingual/
H A Dsyntax.php68 function render($format, Doku_Renderer $renderer, $data) { argument
71 $renderer->meta['plugin']['multilingual']['notrans'] = true;
/plugin/repo/
H A Dsyntax.php77 $renderer->section_open(5);
86 $renderer->section_close();
116 $renderer->doc .= $idx;
152 function _image($url, &$renderer) { argument
153 $renderer->p_open();
155 $renderer->p_close();
167 $renderer->p_open();
168 $renderer->externallink($url);
169 $renderer->p_close();
227 $renderer->p_open();
[all …]
/plugin/editor/
H A Dsyntax.php49 function render($mode, Doku_Renderer $renderer, $data) { argument
70 $renderer->info['cache'] = false;
87 $renderer->doc .= $pagelist->finishList();
93 $renderer->meta['relation']['references'][$page['id']] = true;
/plugin/creole/syntax/
H A Dheader.php67 function render($mode, Doku_Renderer $renderer, $data) { argument
H A Dpreblock.php41 function render($mode, Doku_Renderer $renderer, $data) { argument
H A Dsubscript.php69 function render($mode, Doku_Renderer $renderer, $data) { argument
H A Dsuperscript.php69 function render($mode, Doku_Renderer $renderer, $data) { argument
H A Dtable.php97 function render($mode, Doku_Renderer $renderer, $data){ argument
H A Dlinebreak.php34 function render($mode, Doku_Renderer $renderer, $data) { argument
38 $renderer->doc .= "<br />";
40 $renderer->doc .= " ";
H A Dlistblock.php77 function render($mode, Doku_Renderer $renderer, $data) { argument
H A Dmonospace.php81 function render($mode, Doku_Renderer $renderer, $data) { argument
85 $renderer->doc .= '<tt>';
88 $renderer->doc .= '</tt>';
H A Dpreinline.php48 function render($mode, Doku_Renderer $renderer, $data) { argument

1...<<21222324252627282930>>...52