Home
last modified time | relevance | path

Searched refs:render (Results 76 – 100 of 1508) sorted by relevance

12345678910>>...61

/plugin/diagrams/syntax/
H A Dembed.php64 public function render($format, Doku_Renderer $renderer, $data)
84 parent::render($format, $renderer, $data);
60 public function render($format, Doku_Renderer $renderer, $data) global() function in syntax_plugin_diagrams_embed
/plugin/revealjs/syntax/
H A Dheader.php24 * @see render()
44 * @see render()
85 public function render($mode, Doku_Renderer $renderer, $data) { function in syntax_plugin_revealjs_header
/plugin/jplayer/vendor/mustache/mustache/
H A DREADME.md20 echo $m->render('Hello {{planet}}', array('planet' => 'World!')); // "Hello World!"
52 And render it:
58 echo $m->render($template, $chris);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplateWrapper.php43 public function render($context = []) function in Twig\\TemplateWrapper
47 return $this->template->render($context, \func_num_args() > 1 ? func_get_arg(1) : []);
/plugin/shy/
H A Dsyntax.php65 * @see render()
161 function render($aFormat, &$aRenderer, &$aData) { function in syntax_plugin_shy
/plugin/dokutexit/
H A Dsyntax.php92 function render($mode, &$renderer, $data) { function in syntax_plugin_texit
112 $renderer->doc .= $this->_texit->render() . '<p>';
/plugin/openlayersmap/ol7/
H A Dol-layerswitcher.js
/plugin/barcode/
H A Dsyntax.php71 $out .= $service->render($p);
75 function render($mode, Doku_Renderer $renderer, $data) { function in syntax_plugin_barcode
/plugin/combo/syntax/
H A Drelated.php131 * @see DokuWiki_Syntax_Plugin::render()
135 function render($format, Doku_Renderer $renderer, $data): bool function in syntax_plugin_combo_related
143 $renderer->doc .= RelatedTag::render($tagAttributes);
/plugin/struct/syntax/
H A Dvalue.php90 public function render($mode, Doku_Renderer $renderer, $data) function in syntax_plugin_struct_value
108 $value->render($show_not_found);
H A Dcloud.php87 public function render($mode, Doku_Renderer $renderer, $data)
99 $cloud->render();
86 public function render($mode, Doku_Renderer $renderer, $data) global() function in syntax_plugin_struct_cloud
H A Dlist.php104 public function render($mode, Doku_Renderer $renderer, $data) global() function in syntax_plugin_struct_list
H A Dtable.php96 public function render($format, Doku_Renderer $renderer, $config)
126 $table->render(true);
90 public function render($format, Doku_Renderer $renderer, $config) global() function in syntax_plugin_struct_table
/plugin/hr/
H A Dsyntax.php70 * @see render()
204 function render($aFormat, &$aRenderer, &$aData) { function in syntax_plugin_hr
/plugin/schedule/lib/
H A DscheduleTable.js66 scheduleMap.map.render ();
77 scheduleMap.map.render ();
/plugin/fksnewsfeed/syntax/
H A Dfeed.php48 public function render($format, Doku_Renderer $renderer, $data): bool { function in syntax_plugin_newsfeed_feed
88 return $this->helper->renderer->render($innerHtml, $formHtml, $data);
/plugin/s5reloaded/
H A Drenderer.php253 $height=NULL, $cache=NULL, $render = true) { argument
271 if (!$render) {
304 if (!$render) {
/plugin/structat/syntax/
H A Dtable.php98 public function render($mode, Doku_Renderer $renderer, $data) function in syntax_plugin_structat_table
114 $table->render();
/plugin/commonmark/vendor/league/commonmark/src/
H A DHtmlRenderer.php
/plugin/bez/syntax/
H A Dstruct.php80 public function render($mode, Doku_Renderer $renderer, $data) { function in syntax_plugin_bez_struct
99 $table->render();
/plugin/syntaxhighlighter3/sxh3/build/
H A Dtasks.coffee23 sass.render data, callback, include_paths: [sourceSassDir], output_style: null
93 variables.about = ejs.render variables.about, variables
96 coreSource = ejs.render readFile(corePath), variables
117 header = ejs.render variables.header, variables
/plugin/structgantt/meta/
H A DGantt.php216 public function render($showNotFound = false)
326 $row[$this->labelRef]->render($this->renderer, $this->mode);
338 $row[$this->titleRef]->render($this->renderer, $this->mode);
343 $value->render($this->renderer, $this->mode);
240 public function render() global() function in dokuwiki\\plugin\\structgantt\\meta\\Gantt
/plugin/button/
H A Dsyntax.php47 - handle / render repartition is not optimal regarding cachind, most of the processing should be moved (#14)
61 * This is due to a bad initial conception of this plugin that does not comply to dokuwiki's guidance of handle / render repartition.
63 * FIXME : refactor handle / render repartition ; most of the processing should be moved in the handle section.
232 function render($mode, Doku_Renderer $renderer, $data)
479 $render = ($linking == 'linkonly') ? false : true;
480 $link = $xhtml->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render);
483 if (substr($mime, 0, 5) == 'image' && $render) {
485 } elseif ($mime == 'application/x-shockwave-flash' && $render) {
202 function render($mode, Doku_Renderer $renderer, $data) global() function in syntax_plugin_button
/plugin/typography/syntax/
H A Dbase.php104 public function render($format, Doku_Renderer $renderer, $data) function in syntax_plugin_typography_base
113 return $odt->render($renderer, $data);
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/
H A DDWRenderer.php90 if (($result = $renderer->render($node, $this)) !== null) {

12345678910>>...61