Home
last modified time | relevance | path

Searched refs:xhtml (Results 51 – 75 of 270) sorted by last modified time

1234567891011

/plugin/pglist/
H A Dsyntax.php121 if($format != 'xhtml')
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js1793 node = config.xhtml ?
/plugin/jplayer/components/
H A Drequire-built.js1793 node = config.xhtml ?
H A Drequire.js1793 node = config.xhtml ?
/plugin/var/
H A Dsyntax.php51 $xhtml = $ID;
52 $meta = $xhtml;
55 $xhtml = getNS($ID);
56 $meta = $xhtml;
66 $meta = $xhtml;
95 $xhtml = date('Y');
98 $xhtml = date('m');
102 $xhtml = date('n');
106 $xhtml = date('d');
110 $xhtml = date('j');
[all …]
/plugin/filelist/_test/
H A Dfilelist.test.php
/plugin/tablecalc/
H A Dsyntax.php67 if($mode == 'xhtml'){
/plugin/flowcharts/
H A Drenderer.php7 $xhtml = htmlentities($xhtml,ENT_NOQUOTES);
8 $xhtml = str_replace(array('"', '='), array(''', '='), $xhtml);
10 $this->doc .= $xhtml;
14 $xhtml = '</em>';
16 $xhtml = htmlentities($xhtml,ENT_NOQUOTES);
17 $xhtml = str_replace(array('"', '='), array('&#39;', '&#61;'), $xhtml);
25 $xhtml = htmlentities($xhtml,ENT_NOQUOTES);
26 $xhtml = str_replace(array('"', '='), array('&#39;', '&#61;'), $xhtml);
39 $xhtml = htmlentities($xhtml,ENT_NOQUOTES);
40 $xhtml = str_replace(array('"', '='), array('&#39;', '&#61;'), $xhtml);
[all …]
H A Dsyntax.php75 $xhtml = $this->p_render($instructions);
76 $renderer->doc .= $xhtml;
H A Dmermaid.min.js1 …ar _t="http://www.w3.org/1999/xhtml",wt={svg:"http://www.w3.org/2000/svg",xhtml:_t,xlink:"http://w…
/plugin/bookmark/
H A Dsyntax.php59 if($mode == 'xhtml'){
/plugin/revealjs/plugin/markdown/
H A Dmarked.js6xhtml?"<hr/>\n":"<hr>\n"},r.prototype.list=function(e,t,n){var r=t?"ol":"ul";return"<"+r+(t&&1!==n…
/plugin/revealjs/
H A DREADME.md38 if ($mode == 'xhtml') {
43 if ( ($mode == 'xhtml') && (! is_a($renderer, 'renderer_plugin_revealjs')) ) {
/plugin/stars2/
H A Dsyntax.php96 if($mode == 'xhtml' || $mode == 'odt')
/plugin/iphelper/
H A Dsyntax.php64 if($mode != 'xhtml'){
/plugin/acronym4glossary/
H A Dsyntax.php58 if($mode != 'xhtml') return false;
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …n\t];\n};\n\nBrush.prototype = new BrushBase();\nBrush.aliases = ['xml', 'xhtml', 'xslt', 'html', …
/plugin/syntaxhighlighter4/
H A DREADME.md59 * Render xhtml output or metadata
61 * @param string $mode Renderer mode (supported modes: xhtml)
67 if($mode != 'xhtml') return false;
/plugin/mcitem/
H A Dsyntax.php103 if($mode != 'xhtml') return false;
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64 …nce|xinc:node-expand|xinc:link-references|xinc:link-expand|xhtml:restructure|xhtml:clean|xhtml:add…
/plugin/codeprettify/code-prettify/
H A DREADME.md109 "js", "m", "mxml", "perl", "pl", "pm", "py", "rb", "sh", "xhtml", "xml",
/plugin/pageindex/
H A Dsyntax.php100 if($mode == 'xhtml'){
/plugin/webcomponent/_test/
H A Dblockquote.test.php40 $xhtml = p_render('xhtml', $instructions, $info);
41 $this->assertEquals($expected, $xhtml);
59 $xhtml = p_render('xhtml', $instructions, $info);
60 $this->assertEquals($expected, $xhtml);
78 $xhtml = p_render('xhtml', $instructions, $info);
79 $this->assertEquals($expected, $xhtml);
H A Dcard.test.php36 $xhtml = p_render('xhtml', $instructions, $info);
47 $this->assertEquals($expected, $xhtml);
71 $xhtml = p_render('xhtml', $instructions, $info);
72 $this->assertEquals($expected.$expected, $xhtml);
H A Dmath.test.php39 $xhtml = p_render('xhtml', $instructions, $info);
44 $this->assertEquals($expected, $xhtml);

1234567891011