Home
last modified time | relevance | path

Searched refs:render (Results 1 – 14 of 14) sorted by relevance

/dokuwiki/inc/
H A Dparserutils.php243 * @param int $render If the page should be rendererd - possible values:
252 function p_get_metadata($id, $key = '', $render = METADATA_RENDER_USING_CACHE) argument
266 if (!is_numeric($render)) {
267 if ($render) {
268 $render = METADATA_RENDER_USING_SIMPLE_CACHE;
270 $render = METADATA_DONT_RENDER;
276 …if (!$recursion && $render != METADATA_DONT_RENDER && !isset($rendered_pages[$id]) && page_exists(…
282 if ($render & METADATA_RENDER_UNLIMITED || $render_count < P_GET_METADATA_RENDER_LIMIT) {
283 if ($render & METADATA_RENDER_USING_SIMPLE_CACHE) {
332 * @param boolean $render whether or not the page metadata should be generated with the renderer
[all …]
/dokuwiki/lib/plugins/extension/
H A DGuiAdmin.php9 public function render() function in dokuwiki\\plugin\\extension\\GuiAdmin
80 $html .= $gui->render();
113 $html .= $gui->render();
209 $html .= $gui->render();
H A Daction.php74 echo (new GuiExtension($extension))->render();
H A Dadmin.php99 echo $gui->render();
H A DGuiExtension.php20 public function render() function in dokuwiki\\plugin\\extension\\GuiExtension
/dokuwiki/inc/Extension/
H A DSyntaxPlugin.php103 abstract public function render($format, Doku_Renderer $renderer, $data); function in dokuwiki\\Extension\\SyntaxPlugin
/dokuwiki/inc/parser/
H A Dxhtml.php1203 $render = $linking != 'linkonly';
1204 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render);
1207 if (str_starts_with($mime, 'image') && $render) {
1217 … } elseif (($mime == 'application/x-shockwave-flash' || media_supportedav($mime)) && $render) {
1295 $render = $linking != 'linkonly';
1296 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render);
1301 if (str_starts_with($mime, 'image') && $render) {
1304 … } elseif (($mime == 'application/x-shockwave-flash' || media_supportedav($mime)) && $render) {
1667 * @param bool $render should the media be embedded inline or just linked
1678 $render = true argument
[all …]
H A Drenderer.php126 $plugin->render($this->getFormat(), $this, $data);
/dokuwiki/inc/TreeBuilder/
H A DAbstractBuilder.php208 public function render(Doku_Renderer $R, $top = null, $level = 1): void function in dokuwiki\\TreeBuilder\\AbstractBuilder
223 $this->render($R, $node, $level + 1);
/dokuwiki/_test/tests/inc/
H A Dparserutils_set_metadata_during_rendering.test.php90 public function render($format, &$renderer, $data) function in parserutils_set_metadata_during_rendering_test
/dokuwiki/lib/plugins/info/
H A Dsyntax.php70 public function render($format, Doku_Renderer $renderer, $data) function in syntax_plugin_info
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt452 …ns dynamic external content. The parameter tells [[wiki:DokuWiki]] to re-render the page if it is …
/dokuwiki/_test/data/pages/wiki/
H A Dsyntax.txt452 …ns dynamic external content. The parameter tells [[wiki:DokuWiki]] to re-render the page if it is …
/dokuwiki/vendor/splitbrain/lesserphp/
H A DLICENSE107 patents cannot be used to render the program non-free.