Home
last modified time | relevance | path

Searched full:render (Results 1 – 25 of 28) sorted by relevance

12

/dokuwiki/inc/parser/
H A Drenderer.php22 * Inherits from dokuwiki\Extension\Plugin for giving additional functions to render plugins
35 'toc' => true, // render the TOC?
126 $plugin->render($this->getFormat(), $this, $data);
131 * handle nested render instructions
173 * Render the Table of Contents
194 * Render a heading
221 * Render plain text data
533 * Render an opening single quote char (language specific)
540 * Render a closing single quote char (language specific)
547 * Render an apostrophe char (language specific)
[all …]
H A Dmetadata.php116 * Render plain text data
161 * Render a heading
391 * Render an opening single quote char (language specific)
400 * Render a closing single quote char (language specific)
409 * Render an apostrophe char (language specific)
418 * Render an opening double quote char (language specific)
427 * Render an closinging double quote char (language specific)
436 * Render a CamelCase link
447 * Render a page local link
504 * Render an external link
[all …]
H A Dxhtml.php213 * Render a heading
289 * Render plain text data
778 * Render an opening single quote char (language specific)
787 * Render a closing single quote char (language specific)
796 * Render an apostrophe char (language specific)
805 * Render an opening double quote char (language specific)
814 * Render an closinging double quote char (language specific)
823 * Render a CamelCase link
841 * Render a page local link
867 * Render an internal Wiki Link
[all …]
/dokuwiki/inc/Extension/
H A DSyntaxPlugin.php67 * This function can only pass data to render() via its return value - render()
76 …* @return bool|array Return an array with all data you want to use in render, false don't add an …
103 abstract public function render($format, Doku_Renderer $renderer, $data); function in dokuwiki\\Extension\\SyntaxPlugin
/dokuwiki/inc/
H A Dparserutils.php28 * is passed as render parameter to p_get_metadata.
32 /** Don't render metadata even if it is outdated or doesn't exist */
35 * Render metadata when the page is really newer or the metadata doesn't exist.
46 * Render metadata using the metadata cache logic. The P_GET_METADATA_RENDER_LIMIT
56 * Render metadata without limiting the number of pages for which metadata is
176 * Returns the render instructions for a file
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) {
[all …]
/dokuwiki/bin/
H A Drender.php12 * A simple commandline tool to render some DokuWiki syntax with a given
33 'A simple commandline tool to render some DokuWiki syntax with a given renderer.' .
/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 Dadmin.php92 * Render HTML output
99 echo $gui->render();
H A Daction.php74 echo (new GuiExtension($extension))->render();
H A DExtension.php19 8 => 'Render',
33 'render',
H A DGuiExtension.php20 public function render() function in dokuwiki\\plugin\\extension\\GuiExtension
/dokuwiki/inc/Ui/
H A DSearch.php119 // render current
127 // render options list
252 // render current
260 // render options list
281 // render options list
301 // render current
311 // render options list
413 // render current
421 // render options list
/dokuwiki/inc/TreeBuilder/
H A DAbstractBuilder.php199 * Render the tree on the given renderer
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/inc/Parsing/Handler/
H A DNest.php7 * within a render instruction. Also see nest() method of renderer base class
/dokuwiki/inc/Cache/
H A DCacheRenderer.php78 // for xhtml this will render the metadata if needed
/dokuwiki/lib/plugins/info/
H A Dsyntax.php54 * @return array Return an array with all data you want to use in render
70 public function render($format, Doku_Renderer $renderer, $data) function in syntax_plugin_info
283 * Render all currently registered event handlers
/dokuwiki/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml103 render: text
/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/config/lang/ia/
H A Dlang.php13 $lang['danger'] = 'Periculo: Cambiar iste option pote render tu wiki e le menu de co…
78 …resultar in le celamento de subspatios de nomines accessibile. Isto pote render le indice inusabil…
/dokuwiki/lib/plugins/styling/
H A Dadmin.php46 * Render HTML output, e.g. helpful text and a form
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dactionscript3.php151 'replaceSelectedText', 'replace', 'repeatCount', 'render',
305 'RETURNINDEXEDARRAY', 'RESIZE', 'REPEAT', 'RENDER',
H A Dpovray.php55 'ripples', 'right', 'rgbt', 'rgbft', 'rgbf', 'rgb', 'repeat', 'render',
H A Drails.php267 'after_filter', 'render', 'redirect_to', 'hide_action',
/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 …

12