Home
last modified time | relevance | path

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

1234567

/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/
H A Dsyntax.php2243 $rendered = $description;
2249 preg_match_all($pattern, $rendered, $matches, PREG_SET_ORDER);
2266 $rendered = str_replace($match[0], $token, $rendered);
2271 preg_match_all($pattern, $rendered, $matches, PREG_SET_ORDER);
2292 $rendered = str_replace($match[0], $token, $rendered);
2297 preg_match_all($pattern, $rendered, $matches, PREG_SET_ORDER);
2311 $rendered = str_replace($match[0], $token, $rendered);
2316 preg_match_all($pattern, $rendered, $matches, PREG_SET_ORDER);
2324 $rendered = str_replace($match[0], $token, $rendered);
2328 $rendered = htmlspecialchars($rendered);
[all …]
/plugin/sphinxsearchwas/
DSphinxSearch.php144 $rendered = p_render('xhtml', p_get_instructions($snippetWiki), $info);
150 $rendered = preg_replace("/(?![^<]*>)$q/iu", '<strong>$0</strong>', $rendered);
153 return $rendered;
/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/skillforge/
H A DCHANGELOG.md11 - Settings to toggle rendered metadata and the page download button
13 - Plugin stylesheet for the rendered metadata panel
/plugin/chordsheets/
H A DREADME.md43 …he syntax of [JTab JS](http://jtab.tardate.com/). The rendered `Bm7b5` chord seen below is rendere…
/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/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
/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/bpmnio/test/data/
H A Dbpmn-link-target.txt5 If you reached this page by clicking the rendered task, the BPMN link feature is working.
H A Ddmn-link-target.txt5 If you reached this page by clicking the rendered decision node, the DMN link feature is working.
/plugin/svgpureinsert/
Dplugin.info.txt6 desc Inserts an SVG image as-is to be rendered by compatible browsers.
/plugin/searchtext/
Dplugin.info.txt6 desc Searches pages rendered as text instead of raw wiki. Displays search result snippets from te…
/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/commentsyntax/
Dplugin.info.txt6 …ructions of the page. Comments are visible only in the source view, not rendered as any page eleme…
/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/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 …]

1234567