Home
last modified time | relevance | path

Searched full:render (Results 1 – 25 of 43) 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
549 * Render an opening single quote char (language specific)
556 * Render a closing single quote char (language specific)
563 * Render an apostrophe char (language specific)
[all …]
H A Dmetadata.php85 // appended again on every render, resulting in a permanently duplicated TOC (see #3179).
86 // Dropping it here lets such corrupted metadata heal itself on the next render.
126 * Render plain text data
171 * Render a heading
401 * Render an opening single quote char (language specific)
410 * Render a closing single quote char (language specific)
419 * Render an apostrophe char (language specific)
428 * Render an opening double quote char (language specific)
437 * Render an closinging double quote char (language specific)
446 * Render a CamelCase link
[all …]
H A Dxhtml.php214 * Render a heading
290 * Render plain text data
791 * Render an opening single quote char (language specific)
800 * Render a closing single quote char (language specific)
809 * Render an apostrophe char (language specific)
818 * Render an opening double quote char (language specific)
827 * Render an closinging double quote char (language specific)
836 * Render a CamelCase link
854 * Render a page local link
880 * Render an internal Wiki Link
[all …]
/dokuwiki/inc/Extension/
H A DSyntaxPlugin.php65 * This function can only pass data to render() via its return value - render()
74 …* @return bool|array Return an array with all data you want to use in render, false don't add an …
101 abstract public function render($format, Doku_Renderer $renderer, $data); function in dokuwiki\\Extension\\SyntaxPlugin
/dokuwiki/_test/tests/Parsing/
H A DLocaleXhtmlTest.php6 * Locale files are core assets authored in DokuWiki syntax. They must render
31 …$this->assertStringContainsString('<a ', $html, 'locale link must render as a link under md config…
/dokuwiki/inc/
H A Dparserutils.php23 * is passed as render parameter to p_get_metadata.
27 /** Don't render metadata even if it is outdated or doesn't exist */
30 * Render metadata when the page is really newer or the metadata doesn't exist.
41 * Render metadata using the metadata cache logic. The P_GET_METADATA_RENDER_LIMIT
51 * Render metadata without limiting the number of pages for which metadata is
124 // locale files are core assets authored in DokuWiki syntax; render
177 * Returns the render instructions for a file
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)) {
[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
72 $html .= $gui->render();
105 $html .= $gui->render();
201 $html .= $gui->render();
H A Dadmin.php92 * Render HTML output
99 echo $gui->render();
H A Daction.php74 echo (new GuiExtension($extension))->render();
/dokuwiki/inc/Parsing/ParserMode/
H A DGfmEmphasisUnderscore.php11 * Emphasis (`//`) and GfmEmphasis (`*`), so all three render as <em>.
H A DGfmStrongUnderscore.php11 * Strong (`**`), so both delimiters render as <strong>.
H A DGfmDeleted.php9 * Deleted (`<del>…</del>`), so both syntaxes render as <del>.
H A DGfmEmphasis.php9 * Emphasis (`//`), so both syntaxes render as <em>.
/dokuwiki/_test/tests/inc/parser/
H A Drenderer_pipeline.test.php6 * End-to-end test for the parse + render pipeline.
19 $this->assertNotEmpty($html, 'wiki:syntax must render to non-empty HTML');
/dokuwiki/inc/Ui/
H A DSearch.php120 // render current
128 // render options list
253 // render current
261 // render options list
282 // render options list
302 // render current
312 // render options list
414 // render current
422 // render options list
590 * event's resultHeader and resultBody for a wiki page. Plugins that render other result
/dokuwiki/_test/tests/Parsing/Markdown/
H A DGfmSpecTest.php52 * Render markdown text through DokuWiki's full parser pipeline under
63 * Entity-table substitutions (--, ---, ->, (c), ...) at render time;
101 * and `<em>x</em>y` render differently.
/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/lib/plugins/info/
H A Dsyntax.php56 * @return array Return an array with all data you want to use in render
72 public function render($format, Doku_Renderer $renderer, $data) function in syntax_plugin_info
266 * Render all currently registered event handlers
/dokuwiki/inc/Cache/
H A DCacheRenderer.php95 // for xhtml this will render the metadata if needed
/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/inc/Parsing/
H A DHandler.php43 * methods and plugin handle()/render() can ask for the active syntax.
66 * Lets a plugin's handle()/render() learn the active parse's syntax
/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…

12