/plugin/html2pdf/html2pdf/html2ps/unittest/ |
H A D | test.css.content.string.php | 9 $rendered = $content->render($counters); 11 $this->assertEqual($rendered, "Sample Content"); 20 $rendered = $content->render($counters); 29 $rendered = $content->render($counters); 38 $rendered = $content->render($counters); 47 $rendered = $content->render($counters); 56 $rendered = $content->render($counters); 65 $rendered = $content->render($counters); 74 $rendered = $content->render($counters); 83 $rendered = $content->render($counters); [all …]
|
/plugin/alphalist/ |
H A D | helper.php | 32 $rendered = p_render('xhtml',p_get_instructions($string),$info); 35 dbglog($rendered, 'alphalist helper::parse after'); 37 return $rendered;
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/DisallowedRawHtml/ |
H A D | DisallowedRawHtmlInlineRenderer.php |
|
H A D | DisallowedRawHtmlBlockRenderer.php |
|
/plugin/combo/ComboStrap/ |
H A D | Template.php | 68 $rendered = ""; 87 $rendered .= $value; 89 return $rendered;
|
/plugin/skipentity/ |
H A D | README | 2 Whatever is included inside the markup will be rendered literally. This means that no other 3 formatting markup will work here. For instance,``**bold**`` will be rendered as **bold**.
|
/plugin/advrack/ |
H A D | jquery.qtip.js | 178 this.rendered = -1; 198 this.rendered = TRUE; 249 if(this.rendered) { 401 if(this.rendered) { 458 this.rendered && this._setWidget(); 471 if(!this.rendered) { return; } 532 var rendered = this.rendered, 546 if(rendered && rrender.test(notation)) { 1183 if(this.rendered) { 1236 if(!this.rendered) { return FALSE; } [all …]
|
/plugin/combo/resources/slot/ |
H A D | README.md | 5 * is rendered (see [TemplateSlote](../../ComboStrap/TemplateSlot.php))
|
/plugin/achart/ |
H A D | plugin.info.txt | 6 desc Inserts interactive data charts rendered by Apexcharts
|
H A D | README.md | 3 The `achart` plugin for DokuWiki makes it easy to insert interactive data charts rendered by [APEXC… 5 …vaScript object is supported. All types of charts natively supported by ApexCharts can be rendered. 18 Here are a few screenshots of the rendered charts:
|
/plugin/amcharts/ |
H A D | plugin.info.txt | 6 desc Inserts interactive data charts rendered by AmCharts
|
/plugin/c3chart/ |
H A D | plugin.info.txt | 6 desc Inserts interactive data charts rendered by C3.js.
|
H A D | README.md | 3 The `c3chart` plugin for DokuWiki makes it easy to insert interactive data charts rendered by [C3.j… 5 …bject is supported. All types of charts natively supported by C3 can be rendered, such as line/bar… 7 Here are a few screenshots of the rendered charts:
|
/plugin/svgpureinsert/ |
H A D | plugin.info.txt | 6 desc Inserts an SVG image as-is to be rendered by compatible browsers.
|
/plugin/searchtext/ |
H A D | plugin.info.txt | 6 desc Searches pages rendered as text instead of raw wiki. Displays search result snippets from te…
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
H A D | include.rst | 4 The ``include`` statement includes a template and returns the rendered content 20 template outputs its rendered contents in the current scope; a tag should 23 * The rendered template can be more easily stored in a variable when using
|
/plugin/commentsyntax/ |
H A D | plugin.info.txt | 6 …ructions of the page. Comments are visible only in the source view, not rendered as any page eleme…
|
/plugin/flowcharts/ |
H A D | README.md | 19 Otherwise, Dokuwiki will render -> to → and then the diagrams are not rendered correctly since, e.g… 33 will be rendered to
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | ChangeLog | 428 to be rendered incorrectly 924 and hyperlinks were rendered 1020 was rendered offset to the right 1079 never rendered as interactive 1107 levels were rendered incorreclty 1110 were rendered incorrectly 1202 rendered incorrectly 1216 rendered incorrectly in PS output 1464 not rendered 1607 images are rendered VERY slow [all …]
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/ |
H A D | include.rst | 7 The ``include`` function returns the rendered content of a template: 61 inclusion. The first template that exists will be rendered:
|
/plugin/emoji/ |
H A D | README | 4 shortcut names will be converted to Unicode when the page is rendered.
|
/plugin/yuriigantt/ |
H A D | README.md | 11 ![alt text](docs/img/rendered.png "Rendered") 90 If you change syntax parser, to refresh rendered page cache please run page with purge
|
/plugin/airtable/ |
H A D | README.md | 60 Note: any media (images/audio/video) returned by airtable, will also be rendered inside the table. 65 Any table query that results in one record will also be rendered as a 'record'. 66 Records are rendered as a template where text is displayed on the left and media on the right. Synt…
|
/plugin/hr/ |
H A D | syntax.php | 199 * @return Boolean <tt>TRUE</tt> if rendered successfully, or
|
/plugin/prosemirror/ |
H A D | README.md | 51 - Some Nodes (e.g. images, links) need to be resolved by DokuWiki in order to be rendered properly. 55 the resolved html to be rendered into Prosemirror 81 - if a Node cannot be simply rendered and edited by ProseMirror, it needs a NodeView
|