| /dokuwiki/inc/parser/ |
| H A D | renderer.php | 22 * 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 D | metadata.php | 116 * 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 D | xhtml.php | 213 * 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 D | SyntaxPlugin.php | 67 * 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 D | parserutils.php | 28 * 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 D | render.php | 12 * 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 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 | admin.php | 92 * Render HTML output 99 echo $gui->render();
|
| H A D | action.php | 74 echo (new GuiExtension($extension))->render();
|
| H A D | Extension.php | 19 8 => 'Render', 33 'render',
|
| H A D | GuiExtension.php | 20 public function render() function in dokuwiki\\plugin\\extension\\GuiExtension
|
| /dokuwiki/inc/Ui/ |
| H A D | Search.php | 119 // 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 D | AbstractBuilder.php | 199 * 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 D | Nest.php | 7 * within a render instruction. Also see nest() method of renderer base class
|
| /dokuwiki/inc/Cache/ |
| H A D | CacheRenderer.php | 78 // for xhtml this will render the metadata if needed
|
| /dokuwiki/lib/plugins/info/ |
| H A D | syntax.php | 54 * @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 D | bug_report.yml | 103 render: text
|
| /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/config/lang/ia/ |
| H A D | lang.php | 13 $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 D | admin.php | 46 * Render HTML output, e.g. helpful text and a form
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | actionscript3.php | 151 'replaceSelectedText', 'replace', 'repeatCount', 'render', 305 'RETURNINDEXEDARRAY', 'RESIZE', 'REPEAT', 'RENDER',
|
| H A D | povray.php | 55 'ripples', 'right', 'rgbt', 'rgbft', 'rgbf', 'rgb', 'repeat', 'render',
|
| H A D | rails.php | 267 'after_filter', 'render', 'redirect_to', 'hide_action',
|
| /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 …
|