Home
last modified time | relevance | path

Searched refs:render (Results 101 – 125 of 1508) sorted by relevance

12345678910>>...61

/plugin/tagsections/syntax/
H A Dtag.php58 function render($mode, Doku_Renderer $renderer, $data) { function in syntax_plugin_tagsections_tag
87 return parent::render($mode, $renderer, $data);
/plugin/structsection/
H A Dsyntax.php84 public function render($mode, \Doku_Renderer $R, $handlerData) function in syntax_plugin_structsection
144 $field->render($R, $mode);
/plugin/combo/syntax/
H A Dvariable.php44 return Template::create($string)->setProperties($contextData)->render();
136 public function render($format, $renderer, $data): bool function in syntax_plugin_combo_variable
/plugin/deflist/
H A Dsyntax.php71 * @see render()
120 * @see render()
333 function render($aFormat, &$aRenderer, &$aData) { function in syntax_plugin_deflist
/plugin/dw2pdf/
H A Drenderer.php201 * @param bool $render should the media be embedded inline or just linked
211 $render = true
219 $out .= parent::_media($src, $title, $align, $width, $height, $cache, $render);
192 _media($src, $title = NULL, $align = NULL, $width = NULL, $height = NULL, $cache = NULL, $render = true) global() argument
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php470 $classTemplate->render(),
531 $classTemplate->render(),
640 $methodsBuffer .= $methodTemplate->render();
671 return $classTemplate->render();
788 $cloneTemplate = $cloneTemplate->render();
866 $method = $methodTemplate->render();
887 'code' => $classTemplate->render(),
1087 $deprecation = $deprecationTemplate->render();
1108 return $template->render();
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md115 # Will render the model to the templates/main.tpl template
117 echo $handlebars->render("main", $model);
151 Use the method `Handlebars\Handlebars::render($template, $model)` to render you template once everything is created.
157 The code below will render the model to the *templates/main.tpl* template
160 echo $handlebars->render("main", $model);
164 Alternatively you can use $handlebars itself without invoking the render method
268 You can use the if helper to conditionally render a block. If its argument returns false, null, "" or [] (a "falsy" value), Handlebars will not render the block.
290 echo $handlebars->render(
[all...]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_smart_rendering.js202 var render = renderers[r];
204 for(var i in render.rendered){
206 render.hide(i);
208 var node = render.rendered[i];
217 render.restore(visibleItems[t]);
H A Ddhtmlxgantt_click_drag.js193 selectedRegion.render();
269 config.render = clickDrag.render || defaultConfig.render;
315 if (typeof config.render === "function") {
316 this.render = function () { method in AnonymousFunction650acd610100.AnonymousFunction650acd610c00.SelectedRegion.SelectedRegion
317 _this._el = config.render(_this._startPoint, _this._endPoint);
343 SelectedRegion.prototype.render = function () { method in SelectedRegion
/plugin/dwcommits/
H A Dsyntax.php115 …t = false; // this change doesn't need to persist passed the next metadata render.
116 p_set_metadata($ID, $data, $render, $persistent);
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_click_drag.js13render&&(this.render=function(){e._el=t.render(e._startPoint,e._endPoint),""!==t.className&&e._el.… method in t
/plugin/revealjs/syntax/
H A Dbackground.php24 * @see render()
40 * @see render()
107 public function render($mode, Doku_Renderer $renderer, $data) { function in syntax_plugin_revealjs_background
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestCase.php126 $code = $this->render($sections['FILE']);
225 $cleanCode = $this->render($sections['CLEAN']);
389 private function render($code) function in PHPUnit_Extensions_PhptTestCase
/plugin/combo/ComboStrap/
H A DHrTag.php19 public static function render(TagAttributes $tagAttributes): string function in ComboStrap\\HrTag
/plugin/columns/
H A Dsyntax.php95 public function render($mode, Doku_Renderer $renderer, $data) { function in syntax_plugin_columns
99 $columnsRenderer->render($data[0], $renderer, $data[1]);
161 public function render($state, Doku_Renderer $renderer, $attribute) { function in columns_renderer
215 public function render($state, Doku_Renderer $renderer, $attribute) { function in columns_renderer_xhtml
216 parent::render($state, $renderer, $attribute);
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DTemplateInterface.php34 public function render(array $context); function
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dintro.rst63 echo $twig->render('index', ['name' => 'Fabien']);
68 The ``render()`` method loads the template passed as a first argument and
79 echo $twig->render('index.html', ['name' => 'Fabien']);
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php164 * Shortcut 'render' invocation.
166 * Equivalent to calling `$handlebars->loadTemplate($template)->render($data);`
172 public function render($template, $data) function in Handlebars\\Handlebars
174 return $this->loadTemplate($template)->render($data);
185 return $this->render($template, $data);
/plugin/revealjs/
H A Ddev information.md4 None anymore. The MathJax specific stuff has moved to render.php.
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DTag.php23 public function render(Formatter $formatter = null); function
/plugin/components/lib/
H A Daction_manager.php136 public function render($action) { function in Doku_Action_Manager
141 $result .= $this->render($act);
/plugin/jplayer/
H A Dsyntax.php175 $R->doc .= $tpl->render($ids);
181 function render($mode, Doku_Renderer $R, $data) { function in syntax_plugin_jplayer
/plugin/a2s/
H A Dsyntax.php99 return array($state, $o->render(), self::$align);
115 public function render($mode, Doku_Renderer $renderer, $data) { function in syntax_plugin_a2s
/plugin/prosemirror/parser/
H A DEmailLinkNode.php13 public static function render($renderer, $address, $name) function in dokuwiki\\plugin\\prosemirror\\parser\\EmailLinkNode
H A DExternalLinkNode.php12 public static function render($renderer, $link, $name) function in dokuwiki\\plugin\\prosemirror\\parser\\ExternalLinkNode

12345678910>>...61