/plugin/flowcharts/ |
H A D | renderer.php | 7 $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(''', '='), $xhtml); 25 $xhtml = htmlentities($xhtml,ENT_NOQUOTES); 26 $xhtml = str_replace(array('"', '='), array(''', '='), $xhtml); 39 $xhtml = htmlentities($xhtml,ENT_NOQUOTES); 40 $xhtml = str_replace(array('"', '='), array(''', '='), $xhtml); [all …]
|
/plugin/mermaid/ |
H A D | renderer.php | 8 $xhtml = '<em class="u">'; 10 $xhtml = htmlentities($xhtml, ENT_NOQUOTES); 11 $xhtml = str_replace(array('"'), array('\''), $xhtml); 13 $this->doc .= $xhtml; 18 $xhtml = '</em>'; 20 $xhtml = htmlentities($xhtml, ENT_NOQUOTES); 21 $xhtml [all...] |
/plugin/creole/_test/ |
H A D | creole.test.php | 33 $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 D | syntax.php | 51 $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 D | edit.php | 392 $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_', '"', $xhtml); 1225 $xhtml = str_replace('_ckgdoku_NL', "\n", $xhtml); 1228 $xhtml = preg_replace('/^<pre/',"<p> </p><pre",$xhtml); 1234 $xhtml = str_replace('DBLBACKSPLASH', '\\ ',$xhtml); 1235 $xhtml = str_replace('NWPIPECHARACTER', '|',$xhtml); [all …]
|
/plugin/date/ |
H A D | syntax.php | 190 $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 D | edit.php | 421 $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_', '"', $xhtml); 1273 $xhtml = str_replace('_ckgedit_NL', "\n", $xhtml); 1276 $xhtml = preg_replace('/^<pre/',"<p> </p><pre",$xhtml); 1281 $xhtml = str_replace('ckgeditFONTClose', 'font&gt;',$xhtml); 1282 $xhtml = str_replace('DBLBACKSPLASH', '\\ ',$xhtml); [all …]
|
/plugin/fckg/action/ |
H A D | edit.php | 361 $this->xhtml = preg_replace("/FNoteINSert\d+/ms", "",$this->xhtml); 365 $this->xhtml = str_replace("__GESHI_OPEN__", "< ", $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_', '"', $xhtml); 2733 $xhtml = str_replace('_fckg_NL', "\n", $xhtml); 2734 $xhtml = str_replace('</pre>', "\n\n</pre><p> </p>", $xhtml); 2736 $xhtml = preg_replace('/^<pre/',"<p> </p><pre",$xhtml); [all …]
|
/plugin/include/syntax/ |
H A D | footer.php | 26 * 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 D | syntax.php | 137 $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 D | syntax.php | 127 $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 D | syntax.test.php | 27 $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 D | ajax.test.php | 22 $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 D | blockquote.test.php | 40 $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 D | card.test.php | 36 $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 D | anno.php | 107 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 D | syntax_plugin_bpmnio_bpmnio.test.php | 27 $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 D | syntax.test.php | 18 $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 D | instruction.test.php | 44 $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 D | ajax.test.php | 21 $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 D | syntax.test.php | 26 $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 D | filelist.test.php |
|
/plugin/ckgdoku/syntax/ |
H A D | specials.php | 74 $xhtml = ""; 102 list($state, $xhtml) = $data; 105 $renderer->doc .= DOKU_LF . $xhtml . DOKU_LF; 109 $renderer->doc .= $xhtml; break;
|
/plugin/ckgedit/syntax/ |
H A D | specials.php | 73 $xhtml = ""; 101 list($state, $xhtml) = $data; 104 $renderer->doc .= DOKU_LF . $xhtml . DOKU_LF; 108 $renderer->doc .= $xhtml; break;
|
/plugin/multiselect/_test/ |
H A D | syntax.test.php | 20 $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);
|