| /dokuwiki/inc/ |
| H A D | parserutils.php | 261 * @param int $render If the page should be rendererd - possible values: 270 function p_get_metadata($id, $key = '', $render = METADATA_RENDER_USING_CACHE) argument 284 if (!is_numeric($render)) { 285 if ($render) { 286 $render = METADATA_RENDER_USING_SIMPLE_CACHE; 288 $render = METADATA_DONT_RENDER; 294 …if (!$recursion && $render != METADATA_DONT_RENDER && !isset($rendered_pages[$id]) && page_exists(… 300 if ($render & METADATA_RENDER_UNLIMITED || $render_count < P_GET_METADATA_RENDER_LIMIT) { 301 if ($render & METADATA_RENDER_USING_SIMPLE_CACHE) { 350 * @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 72 $html .= $gui->render(); 105 $html .= $gui->render(); 201 $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 | 101 abstract public function render($format, Doku_Renderer $renderer, $data); function in dokuwiki\\Extension\\SyntaxPlugin
|
| /dokuwiki/inc/parser/ |
| H A D | xhtml.php | 1213 $render = $linking != 'linkonly'; 1214 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render); 1217 if (str_starts_with($mime, 'image') && $render) { 1227 … } elseif (($mime == 'application/x-shockwave-flash' || media_supportedav($mime)) && $render) { 1305 $render = $linking != 'linkonly'; 1306 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render); 1311 if (str_starts_with($mime, 'image') && $render) { 1314 … } elseif (($mime == 'application/x-shockwave-flash' || media_supportedav($mime)) && $render) { 1677 * @param bool $render should the media be embedded inline or just linked 1688 $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 | 72 public function render($format, Doku_Renderer $renderer, $data) function in syntax_plugin_info
|
| /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/data/pages/wiki/ |
| H A D | syntax.txt | 460 …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.
|
| /dokuwiki/_test/tests/Parsing/Markdown/gfm-spec/ |
| H A D | spec.txt | 5104 implementors are free to render the checkboxes as disabled or inmutable elements, 9841 A conforming parser may render a soft line break in HTML either as a 9844 A renderer may also provide an option to render soft line breaks
|