Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dparserutils.php261 * @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 DGuiAdmin.php9 public function render() function in dokuwiki\\plugin\\extension\\GuiAdmin
72 $html .= $gui->render();
105 $html .= $gui->render();
201 $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.php101 abstract public function render($format, Doku_Renderer $renderer, $data); function in dokuwiki\\Extension\\SyntaxPlugin
/dokuwiki/inc/parser/
H A Dxhtml.php1213 $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 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.php72 public function render($format, Doku_Renderer $renderer, $data) function in syntax_plugin_info
/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/data/pages/wiki/
H A Dsyntax.txt460 …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.
/dokuwiki/_test/tests/Parsing/Markdown/gfm-spec/
H A Dspec.txt5104 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