Home
last modified time | relevance | path

Searched refs:xhtml (Results 1 – 25 of 270) sorted by relevance

1234567891011

/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 …]
/plugin/mermaid/
H A Drenderer.php7 $xhtml = '<em class="u">';
9 $xhtml = htmlentities($xhtml, ENT_NOQUOTES);
10 $xhtml = str_replace(array('"'), array('\''), $xhtml);
12 $this->doc .= $xhtml;
17 $xhtml = '</em>';
19 $xhtml = htmlentities($xhtml, ENT_NOQUOTES);
20 $xhtml
[all...]
/plugin/creole/_test/
H A Dcreole.test.php33 $this->assertEquals($expected, $xhtml);
48 $this->assertEquals($expected, $xhtml);
63 $this->assertEquals($expected, $xhtml);
79 $this->assertEquals($expected, $xhtml);
95 $this->assertEquals($expected, $xhtml);
111 $this->assertEquals($expected, $xhtml);
127 $this->assertEquals($expected, $xhtml);
143 $this->assertEquals($expected, $xhtml);
159 $this->assertEquals($expected, $xhtml);
175 $this->assertEquals($expected, $xhtml);
[all …]
/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/ckgdoku/action/
H A Dedit.php392 $this->xhtml = preg_replace("/FNoteINSert\d+/ms", "",$this->xhtml);
399 $this->xhtml = str_replace('CHEVRONescC', '>>',$this->xhtml);
400 $this->xhtml = str_replace('CHEVRONescO', '<<',$this->xhtml);
410 $this->xhtml
1212 $xhtml
1224 $xhtml = str_replace('_ckgdoku_QUOT_', '&quot;', $xhtml);
1225 $xhtml = str_replace('_ckgdoku_NL', "\n", $xhtml);
1228 $xhtml = preg_replace('/^<pre/',"<p>&nbsp;</p><pre",$xhtml);
1234 $xhtml = str_replace('DBLBACKSPLASH', '\\ ',$xhtml);
1235 $xhtml = str_replace('NWPIPECHARACTER', '|',$xhtml);
[all …]
/plugin/date/
H A Dsyntax.php190 $xhtml = strftime($dformat);
196 $xhtml = strftime('%Y');
202 $xhtml = strftime('%m');
208 $xhtml = strftime('%W');
214 $xhtml = strftime('%d');
216 $xhtml = strftime('%e');
218 $xhtml = strftime('%j');
220 $xhtml = strftime('%w');
222 $xhtml = strftime('%T');
225 $xhtml = "{date={$cnst}}";
[all …]
/plugin/ckgedit/action/
H A Dedit.php421 $this->xhtml = preg_replace("/FNoteINSert\d+/ms", "",$this->xhtml);
428 $this->xhtml = str_replace('CHEVRONescC', '>>',$this->xhtml);
429 $this->xhtml = str_replace('CHEVRONescO', '<<',$this->xhtml);
437 $this->xhtml
1260 $xhtml
1272 $xhtml = str_replace('_ckgedit_QUOT_', '&quot;', $xhtml);
1273 $xhtml = str_replace('_ckgedit_NL', "\n", $xhtml);
1276 $xhtml = preg_replace('/^<pre/',"<p>&nbsp;</p><pre",$xhtml);
1281 $xhtml = str_replace('ckgeditFONTClose', 'font&amp;gt;',$xhtml);
1282 $xhtml = str_replace('DBLBACKSPLASH', '\\ ',$xhtml);
[all …]
/plugin/fckg/action/
H A Dedit.php361 $this->xhtml = preg_replace("/FNoteINSert\d+/ms", "",$this->xhtml);
365 $this->xhtml = str_replace("__GESHI_OPEN__", "&#60; ", $this->xhtml);
366 $this->xhtml = str_replace('CHEVRONescC', '>>',$this->xhtml);
367 $this->xhtml = str_replace('CHEVRONescO', '<<',$this->xhtml);
392 $this->xhtml
2720 $xhtml
2732 $xhtml = str_replace('_fckg_QUOT_', '&quot;', $xhtml);
2733 $xhtml = str_replace('_fckg_NL', "\n", $xhtml);
2734 $xhtml = str_replace('</pre>', "\n\n</pre><p>&nbsp;</p>", $xhtml);
2736 $xhtml = preg_replace('/^<pre/',"<p>&nbsp;</p><pre",$xhtml);
[all …]
/plugin/include/syntax/
H A Dfooter.php26 * Code heavily copied from the header renderer from inc/parser/xhtml.php, just
33 if ($mode == 'xhtml') {
42 * @param $renderer Doku_Renderer_xhtml The (xhtml) renderer
52 $xhtml = array();
68 $xhtml[] = $renderer->_formatLink($link);
75 $xhtml[] = '<abbr class="published" title="'.strftime('%Y-%m-%dT%H:%M:%SZ', $date).'">'
85 $xhtml[] = '<abbr class="published" title="'.strftime('%Y-%m-%dT%H:%M:%SZ', $mdate).'">'
96 $xhtml[] = '<span class="vcard author">' . userlink($author) . '</span>';
98 $xhtml[] = '<span class="vcard author">' . editorinfo($author) . '</span>';
106 if ($disc) $xhtml[]
[all...]
/plugin/rrdgraph/
H A Dsyntax.php137 $xhtml .= '<li id="';
139 $xhtml .= '"';
143 $xhtml .= ')">';
145 $xhtml .= '</a></li>';
148 $xhtml .= '</ul>';
157 $xhtml .= '<option id="';
159 $xhtml .= '" value=' . $number;
161 $xhtml .= '>';
163 $xhtml .= '</option>';
165 $xhtml .= '</select>';
[all …]
/plugin/targetlink/
H A Dsyntax.php127 $default = $xhtml->_simpleTitle($id);
130 resolve_pageid(getNS($ID), $id, $exists, $xhtml->date_at, true);
147 if(!empty($hash)) $hash = $xhtml->_headerToLink($hash);
161 if($xhtml->date_at) {
162 $params = $params.'&at='.rawurlencode($xhtml->date_at);
194 $name = $xhtml->_getLinkTitle($name, $url, $isImage);
207 $xhtml->doc .= $name;
231 $link['title'] = $xhtml->_xmlEntities($url);
258 $url = $xhtml->_resolveInterWiki($wikiName, $wikiUri, $exists);
304 $link['name'] = $xhtml->_getLinkTitle($name, $url, $isImage);
[all …]
/plugin/datepicker/_test/
H A Dsyntax.test.php27 $xhtml = p_wiki_xhtml($id);
28 $doc = phpQuery::newDocument($xhtml);
41 $xhtml = p_wiki_xhtml($id);
42 $doc = phpQuery::newDocument($xhtml);
61 $xhtml = p_wiki_xhtml($id);
62 $doc = phpQuery::newDocument($xhtml);
74 $xhtml = p_wiki_xhtml($id);
75 $doc = phpQuery::newDocument($xhtml);
94 $xhtml = p_wiki_xhtml($id);
95 $doc = phpQuery::newDocument($xhtml);
[all …]
H A Dajax.test.php22 $xhtml = p_wiki_xhtml('test:plugin_datepicker:ajax');
23 $doc = phpQuery::newDocument($xhtml);
39 $xhtml = p_wiki_xhtml('test:plugin_datepicker:ajax');
40 $doc = phpQuery::newDocument($xhtml);
64 $xhtml = p_wiki_xhtml('test:plugin_datepicker:ajax');
65 $doc = phpQuery::newDocument($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);
/plugin/annotate/
H A Danno.php107 list($state, $xhtml) = $data;
110 $classes = preg_split("/\s+/", $xhtml);
111 $xhtml = rtrim(implode(' ',$classes));
114 $tip = '<span class="' . $xhtml . ' anno-dclk-over ui-widget-content">';
117 $tip = '<span class="annotation ui-widget-content '. $xhtml . '">';
123 $xhtml = trim($xhtml);
124 if(preg_match('/^\{\{([\w\:]+)\}\}$/',$xhtml,$matches)) {
129 …$html = html_secedit(p_render('xhtml',p_get_instructions($xhtml),$info),$secedit); //$info is …
136 list($which,$text)= explode('>',$xhtml);
/plugin/bpmnio/_test/
H A Dsyntax_plugin_bpmnio_bpmnio.test.php27 $xhtml = p_render('xhtml', $instructions, $info);
29 $this->assertEquals($expected, $xhtml);
49 $xhtml = p_render('xhtml', $instructions, $info);
51 $this->assertEquals($expected, $xhtml);
/plugin/abstract/_test/
H A Dsyntax.test.php18 $xhtml = p_wiki_xhtml('test:plugin_abstract:syntax');
21 $doc = phpQuery::newDocument($xhtml);
33 $xhtml = p_wiki_xhtml('test:plugin_abstract:syntax');
36 $doc = phpQuery::newDocument($xhtml);
/plugin/ifauthex/_test/
H A Dinstruction.test.php44 $xhtml = p_render('xhtml', $calls, $info);
47 $this->assertTrue($doc->loadHTML($xhtml));
50 $xhtml = p_render('xhtml', $calls, $info);
53 $this->assertTrue($doc->loadHTML($xhtml));
/plugin/rowmove/_test/
H A Dajax.test.php21 $xhtml = p_wiki_xhtml('test:plugin_rowmove:syntax');
22 $doc = phpQuery::newDocument($xhtml);
40 $xhtml = p_wiki_xhtml('test:plugin_rowmove:syntax');
41 $doc = phpQuery::newDocument($xhtml);
/plugin/tagfilter/_test/
H A Dsyntax.test.php26 $xhtml = p_wiki_xhtml('test:plugin_tagfilter:start');
27 $doc = phpQuery::newDocument($xhtml);
66 $xhtml = p_wiki_xhtml('test:plugin_tagfilter:start2');
67 $doc = phpQuery::newDocument($xhtml);
85 $xhtml = p_wiki_xhtml('test:plugin_tagfilter:start3');
86 $doc = phpQuery::newDocument($xhtml);
/plugin/filelist/_test/
H A Dfilelist.test.php
/plugin/ckgdoku/syntax/
H A Dspecials.php74 $xhtml = "";
102 list($state, $xhtml) = $data;
105 $renderer->doc .= DOKU_LF . $xhtml . DOKU_LF;
109 $renderer->doc .= $xhtml; break;
/plugin/ckgedit/syntax/
H A Dspecials.php73 $xhtml = "";
101 list($state, $xhtml) = $data;
104 $renderer->doc .= DOKU_LF . $xhtml . DOKU_LF;
108 $renderer->doc .= $xhtml; break;
/plugin/multiselect/_test/
H A Dsyntax.test.php20 $xhtml = p_wiki_xhtml('test:plugin_multiselect:syntax');
22 $doc = phpQuery::newDocument($xhtml);
41 $xhtml = p_wiki_xhtml('test:plugin_multiselect:syntax2');
43 $doc = phpQuery::newDocument($xhtml);

1234567891011