Home
last modified time | relevance | path

Searched refs:renderer (Results 1176 – 1200 of 1288) sorted by relevance

1...<<41424344454647484950>>...52

/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_165027.bak97 * @return an array that will be passed to the renderer function
154 function render($mode, &$renderer, $data) {
158 //$renderer->info['cache'] = false;
165 $renderer->doc .= 'Error in Plugin '.$info['name'].': '.$this->error;
184 …$renderer->doc .= 'Access token could not be retrieved for Plugin '.$info['name'].': '.$this->erro…
407 $renderer->doc .= $html;
H A Dsyntax.php.2018-03-08_165158.bak97 * @return an array that will be passed to the renderer function
154 function render($mode, &$renderer, $data) {
158 //$renderer->info['cache'] = false;
165 $renderer->doc .= 'Error in Plugin '.$info['name'].': '.$this->error;
184 …$renderer->doc .= 'Access token could not be retrieved for Plugin '.$info['name'].': '.$this->erro…
406 $renderer->doc .= $html;
/plugin/mathtran/
H A Dsyntax.php104 $renderer->doc .= $math_html;
/plugin/nodetailsxhtml/syntax/
H A Dacronym.php70 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/mediasyntax/syntax/
H A Dlistblock.php68 function render($mode, Doku_Renderer $renderer, $data)
80 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/bugzillaxmlrpc/
H A Dsyntax.php194 function render($mode, &$renderer, $data) { argument
236 $renderer->doc .= $html_bug_all . '</ul>';
/plugin/exttab1/
H A Dsyntax.php107 function render($mode, Doku_Renderer $renderer, $data) argument
142 $renderer->doc .= $mytable;
/plugin/minimap/
H A Dsyntax.php102 function render($mode, Doku_Renderer $renderer, $data) argument
308 $renderer->doc .= '<div id="minimap__plugin"><div class="panel panel-default">'
/plugin/translationbuddy/
H A Dsyntax.php39 public function render($mode, &$renderer, $data) { argument
41 return $this->_showData($renderer,$data);
/plugin/textinsert/
H A Dsyntax.php147 function render($mode, Doku_Renderer $renderer, $data) { argument
154 $renderer->doc .= $word;
/plugin/datatables/assets/datatables.net-plugins/integration/bootstrap/3/
H A DdataTables.bootstrap.min.js
/plugin/diagram/syntax/
H A Dmain.php161 * @param Doku_Renderer $renderer
165 function render ($mode, Doku_Renderer $renderer, $data) argument
171 $renderer->doc .= "\n".$this->_renderDiagram(
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php73 * @param Doku_Renderer $renderer
79 public function render($mode, Doku_Renderer &$renderer, $data) { argument
84 $renderer->info ['cache'] = false;
/plugin/creole/syntax/
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 Dlistblock.php77 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/combo/syntax/
H A Dminimap.php57 * and to return the result for use in the renderer
112 function render($mode, Doku_Renderer $renderer, $data) argument
121 /** @var Doku_Renderer_xhtml $renderer */
316 $renderer->doc .= '<div id="minimap__plugin"><div class="panel panel-default">'
/plugin/linkbonus/syntax/
H A Dinterwiki.txt194 function render($mode, &$renderer, $data) {
196 ($mode, $renderer, $data, 'interwiki');
201 * @brief imported from renderer due to being defined too late in the stage
/plugin/anewssystem/
H A Dsyntax.php74 function render($mode,Doku_Renderer &$renderer, $ans_conf) { argument
645 $renderer->doc .= $output;
843 $renderer->doc .= $output;
959 $renderer->doc .= $output;
1166 $renderer->doc .= $output;
1364 $renderer->doc .= $output;
1369 …$renderer->doc .= msg('Syntax of anewssystem plugin detected but unknown parameter ['.$ans_conf['…
/plugin/calendoku/syntax/
H A Dshowicalendar.php88 function render($mode, &$renderer, $data) { argument
/plugin/abbrlist/
H A Dsyntax.php109 if(!isset($renderer->meta['abbrlist']))
/plugin/tableplot/
H A Dsyntax.php196 $renderer->doc .= $cmd;
/plugin/markdowku/
H A Dolists.php62 function render($mode, Doku_Renderer $renderer, $data) { argument
H A Dulists.php63 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/prosemirror/
H A DREADME.md42 - see `renderer.php`
43 - `renderer.php` uses the classes `NodeStack` `Node` and `Mark` in `schema` to do its job
95 1. Testing the rendering of DokuWiki-Syntax to Prosemirror JSON in `_test/renderer.test.php`

1...<<41424344454647484950>>...52