Home
last modified time | relevance | path

Searched refs:render (Results 151 – 175 of 1508) sorted by last modified time

12345678910>>...61

/plugin/combo/syntax/
H A Dminimap.php112 function render($mode, Doku_Renderer $renderer, $data) function in syntax_plugin_combo_minimap
H A Dnavbarcollapse.php169 * @see DokuWiki_Syntax_Plugin::render()
173 function render($format, Doku_Renderer $renderer, $data) function in syntax_plugin_combo_navbarcollapse
H A Dnavbargroup.php164 * @see DokuWiki_Syntax_Plugin::render()
168 function render($format, Doku_Renderer $renderer, $data) function in syntax_plugin_combo_navbargroup
H A Dstrong.php131 public function render($format, $renderer, $data): bool function in syntax_plugin_combo_strong
159 * For the automatic description, we render
H A Dtab.php152 * @see DokuWiki_Syntax_Plugin::render()
156 function render($format, Doku_Renderer $renderer, $data) function in syntax_plugin_combo_tab
H A Dtabpanels.php156 * @see DokuWiki_Syntax_Plugin::render()
160 function render($format, Doku_Renderer $renderer, $data) function in syntax_plugin_combo_tabpanels
H A Dtext.php153 * @see DokuWiki_Syntax_Plugin::render()
157 function render($format, Doku_Renderer $renderer, $data): bool function in syntax_plugin_combo_text
H A Dtoggle.php138 * @see DokuWiki_Syntax_Plugin::render()
142 function render($format, Doku_Renderer $renderer, $data): bool function in syntax_plugin_combo_toggle
H A Dtogglecollapse.php134 * @see DokuWiki_Syntax_Plugin::render()
138 function render($format, Doku_Renderer $renderer, $data): bool function in syntax_plugin_combo_togglecollapse
H A Dtoggleexpand.php134 * @see DokuWiki_Syntax_Plugin::render()
138 function render($format, Doku_Renderer $renderer, $data): bool function in syntax_plugin_combo_toggleexpand
H A Dtooltip.php211 * @see DokuWiki_Syntax_Plugin::render()
215 function render($format, Doku_Renderer $renderer, $data): bool function in syntax_plugin_combo_tooltip
H A Dunit.php144 * @see DokuWiki_Syntax_Plugin::render()
148 function render($format, Doku_Renderer $renderer, $data) function in syntax_plugin_combo_unit
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
H A Dwebcode.php139 * The returned values are cached in an array that will be passed to the render method
197 * @see DokuWiki_Syntax_Plugin::render()
200 public function render($mode, Doku_Renderer $renderer, $data): bool function in syntax_plugin_combo_webcode
H A Dxmlblockemptytag.php82 * @see DokuWiki_Syntax_Plugin::render()
84 function render($format, Doku_Renderer $renderer, $data): bool function in syntax_plugin_combo_xmlblockemptytag
H A Dxmlblocktag.php154 * @see DokuWiki_Syntax_Plugin::render()
158 function render($format, Doku_Renderer $renderer, $data): bool function in syntax_plugin_combo_xmlblocktag
H A Dxmlinlinetag.php167 * @see DokuWiki_Syntax_Plugin::render()
171 function render($format, Doku_Renderer $renderer, $data): bool function in syntax_plugin_combo_xmlinlinetag
H A Dxmlprotectedtag.php134 * @see DokuWiki_Syntax_Plugin::render()
137 function render($format, Doku_Renderer $renderer, $data): bool function in syntax_plugin_combo_xmlprotectedtag
H A Dbackgrounds.php134 * @see DokuWiki_Syntax_Plugin::render()
138 function render($format, Doku_Renderer $renderer, $data) function in syntax_plugin_combo_backgrounds
H A Dbadge.php215 // Important otherwise we don't get an exit in the render
232 * @see DokuWiki_Syntax_Plugin::render()
236 function render($format, Doku_Renderer $renderer, $data) function in syntax_plugin_combo_badge
/plugin/combo/ComboStrap/
H A DHrTag.php19 public static function render(TagAttributes $tagAttributes): string function in ComboStrap\\HrTag
H A DPluginUtility.php23 * Key in the data array between the handle and render function
420 public static function render($pageContent): ?string function in ComboStrap\\PluginUtility
821 * Function used in a render
H A DSearchTag.php23 public static function render(TagAttributes $tagAttributes): string function in ComboStrap\\SearchTag
H A DXmlTagProcessing.php242 $renderer->doc .= HrTag::render($tagAttributes);
266 $renderer->doc .= RelatedTag::render($tagAttributes);
811 $renderer->doc .= HrTag::render($tagAttributes);
814 $renderer->doc .= SearchTag::render($tagAttributes);
820 $renderer->doc .= BreadcrumbTag::render($tagAttributes);
823 $renderer->doc .= PageImageTag::render($tagAttributes, $data);
829 $renderer->doc .= BrandListTag::render($tagAttributes);
832 $renderer->doc .= BrandTag::render($tagAttributes, $state, $data);
860 $renderer->doc .= AdTag::render($tagAttributes);
863 $renderer->doc .= RelatedTag::render(
[all...]
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md14 * Added `github` format support & autodetection to render errors as annotations

12345678910>>...61