Home
last modified time | relevance | path

Searched refs:cdata (Results 101 – 125 of 203) sorted by last modified time

123456789

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1cdata.\n if (last_tag_token.custom_beautifier_name !== 'html' &&\n text[0] === '<' && text…
/plugin/rndtxt/
H A Dsyntax.php55 $renderer->cdata($data[$idx]);
/plugin/exttab3/
H A Dsyntax.php319 $renderer->cdata($tag);
/plugin/exttab3/helper/
H A Dodt.php104 $renderer->cdata($tag);
/plugin/qc/
H A Drenderer.php324 public function cdata($text)
303 public function cdata($text) global() function in renderer_plugin_qc
/plugin/mllist/
H A Dsyntax.php75 $handler->_addCall('cdata', array($match), $pos);
/plugin/structgroupby/syntax/
H A Done.php46 $renderer->cdata('The syntax accepts only one column.');
61 $renderer->cdata('No aggregation function provided or incorrect function name.');
80 $renderer->cdata($sum);
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php76 $this->renderer->cdata(html_entity_decode($contentLine));
134 $this->renderer->cdata($content);
153 $this->renderer->cdata($content);
258 $this->renderer->cdata($block[1]);
315 $this->renderer->cdata($prefix);
318 $this->renderer->cdata($block['orig']);
/plugin/creole/syntax/
H A Dstrong.php70 $handler->addCall('cdata', array($match), $pos);
H A Demphasis.php70 $handler->addCall('cdata', array($match), $pos);
H A Dunderline.php70 $handler->addCall('cdata', array($match), $pos);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.archive.gzip.php209 $cdata = substr($buff, $fpointer);
210 $cdata = substr($cdata, 0, strlen($cdata) - 8);
211 $csize = strlen($cdata);
212 $inflated = gzinflate($cdata);
/plugin/var/
H A Dsyntax.php142 $renderer->cdata($meta);
145 $renderer->cdata($xhtml);
/plugin/filelist/
H A Dsyntax.php105 $renderer->cdata('[n/a: ' . $this->getLang('error_outsidejail') . ']');
123 $renderer->cdata('[n/a: ' . $this->getLang('error_nomatch') . ']');
/plugin/aclinfo/
H A Dsyntax.php74 $R->cdata(sprintf($this->getLang('perm'.$p), urldecode($who)));
/plugin/codemirror/dist/modes/
H A Dtiki.min.js.map1 …) {\n if (!curState.context || curState.context.name != \"!cdata\") pushContext(\"!cdata\");\n …
/plugin/accscounter/syntax/
H A Dpopularity.php133 $renderer->cdata('(' . $count . ')');
/plugin/latexport/implementation/
H A Ddecorator_includer.php278 function cdata($text) { function in DecoratorIncluder
290 $this->decorator->cdata($text);
H A Ddecorator.php291 function cdata($text) { function in decorator
293 $this->decorator->cdata($text);
H A Ddecorator_images.php59 function cdata($text) { function in DecoratorImages
68 $this->decorator->cdata($text);
H A Ddecorator_tables.php99 $this->decorator->cdata($text);
/plugin/latexport/_test/
H A Ddecorator_images.test.php42 $this->decoratorImages->cdata(" x ");
58 $this->decoratorImages->cdata(" ");
H A Ddecorator_includer.test.php38 $this->decoratorIncluder->cdata(' ');
58 $this->decoratorIncluder->cdata('Follow the link:');
84 $this->decoratorIncluder->cdata('List item 1');
90 $this->decoratorIncluder->cdata('List item 2');
124 $this->decoratorIncluder->cdata('List item 2');
156 $this->decoratorIncluder->cdata(' ');
163 $this->decoratorIncluder->cdata('Follow the link:');
194 $this->decoratorIncluder->cdata(' ');
220 $this->decoratorIncluder->cdata('Enumerated List item');
255 $this->decoratorIncluder->cdata(' ');
[all …]
H A Ddecorator_math.test.php31 $this->decoratorMath->cdata("Hey");
46 $this->decoratorMath->cdata("Hey");
61 $this->decoratorMath->cdata(" Hey");
76 $this->decoratorMath->cdata(" Hey");
92 $this->decoratorMath->cdata("Hey");
104 $this->decoratorMath->cdata("Hey");
106 $this->decoratorMath->cdata("Hey");
123 $this->decoratorMath->cdata("Hey");
H A Ddecorator_mock.php43 function cdata($text) { function in DecoratorMock

123456789