Home
last modified time | relevance | path

Searched refs:xhtml (Results 201 – 225 of 270) sorted by path

1234567891011

/plugin/revisionsdue/
H A Dsyntax.php162 if($format == '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);
H A Dsyntax.test.php21 $xhtml = p_wiki_xhtml('test:plugin_rowmove:syntax');
22 $doc = phpQuery::newDocument($xhtml);
/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/rtlink/
H A Dsyntax.php83 if($mode == 'xhtml'){
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.txt
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/searchresults/
H A Dsyntax.php70 if ($mode == 'xhtml') {
/plugin/searchtablejs/
H A Dsyntax.php63 if ($mode == 'xhtml'){
71 $renderer->doc .= p_render('xhtml',p_get_instructions($match),$info);
/plugin/selfmeasurement/
H A Dsyntax.php74 //if ($mode != 'xhtml') return false;
/plugin/semanticdata/
H A Dhelper.php142 $outs[] = p_render('xhtml', $ins, $byref_ignore);
/plugin/shortcut/syntax/
H A Danchor.php80 case 'xhtml' :
H A Dshortcut.php89 case 'xhtml' :
/plugin/showif/
H A Dsyntax.php.alternative.version131 if($mode == 'xhtml'){
/plugin/simpleindex/
H A Dsyntax.php42 if($mode == 'xhtml'){
/plugin/siteexport/syntax/
H A Dtoc.php796 private function _cleanXHTML($xhtml) { argument
802 $xhtml = preg_replace(array_keys($replace), array_values($replace), $xhtml);
803 return $xhtml;
/plugin/skype/
H A Dsyntax.php95 if($mode == 'xhtml'){
/plugin/smblink/
H A Dsyntax.php60 if ($mode != 'xhtml') return;
/plugin/snap/
H A Dsyntax.php57 if($mode == 'xhtml') {
H A Dsyntax.php.ori98 if($mode == 'xhtml') {
/plugin/socialmark/
H A Dsyntax.php59 if($mode == 'xhtml'){
/plugin/stars/
H A Dsyntax.php95 if($mode == 'xhtml')
99 } // end if($mode == 'xhtml')
/plugin/stars2/
H A Dsyntax.php96 if($mode == 'xhtml' || $mode == 'odt')
/plugin/stats/
H A Dsyntax.php131 if($mode == 'xhtml')
/plugin/svg/
H A Dsyntax.php72 if($mode == 'xhtml'){

1234567891011