| /dokuwiki/inc/ |
| H A D | parserutils.php | 243 * @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 D | GuiAdmin.php | 9 public function render() function in dokuwiki\\plugin\\extension\\GuiAdmin 80 $html .= $gui->render(); 113 $html .= $gui->render(); 209 $html .= $gui->render();
|
| H A D | action.php | 74 echo (new GuiExtension($extension))->render();
|
| H A D | admin.php | 99 echo $gui->render();
|
| H A D | GuiExtension.php | 20 public function render() function in dokuwiki\\plugin\\extension\\GuiExtension
|
| /dokuwiki/inc/Extension/ |
| H A D | SyntaxPlugin.php | 103 abstract public function render($format, Doku_Renderer $renderer, $data); function in dokuwiki\\Extension\\SyntaxPlugin
|
| /dokuwiki/inc/parser/ |
| H A D | xhtml.php | 1203 $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 D | renderer.php | 126 $plugin->render($this->getFormat(), $this, $data);
|
| /dokuwiki/inc/TreeBuilder/ |
| H A D | AbstractBuilder.php | 208 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 D | parserutils_set_metadata_during_rendering.test.php | 90 public function render($format, &$renderer, $data) function in parserutils_set_metadata_during_rendering_test
|
| /dokuwiki/lib/plugins/info/ |
| H A D | syntax.php | 70 public function render($format, Doku_Renderer $renderer, $data) function in syntax_plugin_info
|
| /dokuwiki/data/pages/wiki/ |
| H A D | syntax.txt | 452 …ns dynamic external content. The parameter tells [[wiki:DokuWiki]] to re-render the page if it is …
|
| /dokuwiki/_test/data/pages/wiki/ |
| H A D | syntax.txt | 452 …ns dynamic external content. The parameter tells [[wiki:DokuWiki]] to re-render the page if it is …
|
| /dokuwiki/vendor/splitbrain/lesserphp/ |
| H A D | LICENSE | 107 patents cannot be used to render the program non-free.
|