Home
last modified time | relevance | path

Searched refs:rendered (Results 1 – 25 of 148) sorted by relevance

123456

/plugin/html2pdf/html2pdf/html2ps/unittest/
Dtest.css.content.string.php9 $rendered = $content->render($counters);
11 $this->assertEqual($rendered, "Sample Content");
20 $rendered = $content->render($counters);
22 $this->assertEqual($rendered, "Sample Content");
29 $rendered = $content->render($counters);
31 $this->assertEqual($rendered, "Sample\nContent");
38 $rendered = $content->render($counters);
40 $this->assertEqual($rendered, "Sample\n Content");
47 $rendered = $content->render($counters);
49 $this->assertEqual($rendered, "Sample\nLine");
[all …]
/plugin/character/
Dsyntax.php96 $rendered = 'invalid';
117 $rendered = "<code$dred><span$orange>U+</span>$paddedHex</code>";
121 $rendered = "<code$dred><span$orange>\x</span>$p</code>";
125 $rendered = "<code$dred><span$orange>\u&#x7B;</span>$p<span$orange>}</span></code>";
128 $rendered = "<code$blue><span$orange>&#</span>$codepoint<span$orange>;</span></code>";
131 $rendered = "<code$dred><span$orange>&amp;#x</span>$hex<span$orange>;</span></code>";
134 $rendered = "<code$green>".htmlentities($data['raw'])."</code>";
137 …$rendered = '<code style="white-space: pre; padding: 0 0.25ex; color: green">'.htmlentities($data[…
140 …$rendered = '<code style="white-space: pre; padding: 0 0.25ex; color: hotpink">'.htmlentities($dat…
165 $renderer->doc .= "</span></span>$rendered</span>";
/plugin/alphalist/
Dhelper.php32 $rendered = p_render('xhtml',p_get_instructions($string),$info);
35 dbglog($rendered, 'alphalist helper::parse after');
37 return $rendered;
/plugin/combo/ComboStrap/
H A DTemplate.php68 $rendered = "";
87 $rendered .= $value;
89 return $rendered;
/plugin/calendar/
Dsyntax.php2282 $rendered = $description;
2288 preg_match_all($pattern, $rendered, $matches, PREG_SET_ORDER);
2305 $rendered = str_replace($match[0], $token, $rendered);
2310 preg_match_all($pattern, $rendered, $matches, PREG_SET_ORDER);
2331 $rendered = str_replace($match[0], $token, $rendered);
2336 preg_match_all($pattern, $rendered, $matches, PREG_SET_ORDER);
2350 $rendered = str_replace($match[0], $token, $rendered);
2355 preg_match_all($pattern, $rendered, $matches, PREG_SET_ORDER);
2363 $rendered = str_replace($match[0], $token, $rendered);
2367 $rendered = htmlspecialchars($rendered);
[all …]
Dcalendar-main.js1217 let rendered = description;
1222rendered = rendered.replace(/\{\{([^}|]+?)(?:\|([^}]+))?\}\}/g, function(match, imagePath, alt) {
1243 rendered = rendered.replace(/\[\[([^|\]]+?)(?:\|([^\]]+))?\]\]/g, function(match, link, text) {
1273 rendered = rendered.replace(/\[([^\]]+)\]\(([^)]+)\)/g, function(match, text, url) {
1291 rendered = rendered.replace(/(https?:\/\/[^\s<]+)/g, function(match, url) {
1300 rendered = escapeHtml(rendered);
1303 rendered = rendered.replace(/\n/g, '<br>');
1307 rendered = rendered.replace(/\*\*(.+?)\*\*/g, '<strong>$1</strong>');
1308 rendered = rendered.replace(/__(.+?)__/g, '<strong>$1</strong>');
1311 rendered = rendered.replace(/\/\/(.+?)\/\//g, '<em>$1</em>');
[all …]
/plugin/skipentity/
DREADME2 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/
Djquery.qtip.js122 this.rendered = this.destroyed = this.disabled = this.waiting =
132 if(this.rendered || this.destroyed) { return this; } // If tooltip has already been rendered, exit
178 this.rendered = -1;
198 this.rendered = TRUE;
249 if(this.rendered) {
287 if((immediate !== TRUE || this.triggering === 'hide') && this.rendered) {
401 if(this.rendered) {
410 v && !this.rendered && this.render(this.options.show.ready);
442 this.rendered && this.tooltip.appendTo(v);
447 v && (!this.rendered && this.render(TRUE) || this.toggle(TRUE));
[all …]
/plugin/chordsheets/
H A DREADME.md43 …he syntax of [JTab JS](http://jtab.tardate.com/). The rendered `Bm7b5` chord seen below is rendere…
/plugin/structtemplating/
Daction.php84 $field->rendered = substr($renderer->doc, $idx);
162 $field->rendered = substr($renderer->doc, $idx);
Ddefault.twig.example15 {{ value.rendered }}
/plugin/combo/resources/slot/
H A DREADME.md5 * is rendered (see [TemplateSlote](../../ComboStrap/TemplateSlot.php))
/plugin/achart/
Dplugin.info.txt6 desc Inserts interactive data charts rendered by Apexcharts
DREADME.md3 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/
Dplugin.info.txt6 desc Inserts interactive data charts rendered by AmCharts
/plugin/c3chart/
Dplugin.info.txt6 desc Inserts interactive data charts rendered by C3.js.
DREADME.md3 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/
Dplugin.info.txt6 desc Inserts an SVG image as-is to be rendered by compatible browsers.
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
Dinclude.rst4 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/searchtext/
Dplugin.info.txt6 desc Searches pages rendered as text instead of raw wiki. Displays search result snippets from te…
/plugin/html2pdf/html2pdf/html2ps/
DChangeLog316 * Fixed: checkboxes were incorrectly rendered inside tables
428 to be rendered incorrectly
439 * Fixed: images were never rendered as links
557 were not rendered if table contained tbody/thead/tfoot tags
633 * Fixed: radio buttons were rendered incorrectly in PNG output
644 * Fixed: <input type="image"> rendered in interactive forms mode
768 tags could result in notices/warnings; tables were rendered
924 and hyperlinks were rendered
957 browser one (background is rendered inside the margin area)
979 could not be rendered (thanks to JensE for the test case and
[all …]
/plugin/flowcharts/
DREADME.md19 Otherwise, Dokuwiki will render -> to → and then the diagrams are not rendered correctly since, e.g…
33 will be rendered to
/plugin/commentsyntax/
Dplugin.info.txt6 …ructions of the page. Comments are visible only in the source view, not rendered as any page eleme…
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
Dinclude.rst7 The ``include`` function returns the rendered content of a template:
61 inclusion. The first template that exists will be rendered:
/plugin/emoji/
DREADME4 shortcut names will be converted to Unicode when the page is rendered.

123456