Home
last modified time | relevance | path

Searched refs:xhtml (Results 126 – 150 of 270) sorted by relevance

1234567891011

/plugin/smblink/
H A Dsyntax.php60 if ($mode != 'xhtml') return;
/plugin/mcitem/
H A Dsyntax.php103 if($mode != 'xhtml') return false;
/plugin/geonav/
H A Dsyntax.php80 if($mode != 'xhtml') return false;
/plugin/panorama/syntax/
H A Dpanorama2.php120 if ($mode == 'xhtml')
/plugin/hide/
H A Dsyntax.php84 if($mode == 'xhtml') {
/plugin/simpleindex/
H A Dsyntax.php42 if($mode == 'xhtml'){
/plugin/latex-was/
H A Dlatexinc.php78 if($mode == 'xhtml') {
/plugin/epub/scripts/
H A Debook.php74 $xhtml = $Renderer->doc;
75 $result .= $xhtml;
/plugin/data/_test/
H A Dsyntax_plugin_data_entry.test.php
/plugin/jsmath/
H A Dsyntax.php132 if($mode == 'xhtml') {
/plugin/inserticon/
H A Dsyntax.php52 if ($mode == 'xhtml') {
/plugin/flickr/
H A Dsyntax.php94 if($mode == 'xhtml'){
/plugin/latex/
H A Dlatexinc.php72 if($mode == 'xhtml') {
/plugin/piclens/
H A Dsyntax.php99 if($mode == 'xhtml'){
/plugin/selfmeasurement/
H A Dsyntax.php74 //if ($mode != 'xhtml') return false;
/plugin/facebooklike/
H A Dsyntax.php99 if($mode == 'xhtml'){
/plugin/mozshot/
H A Dsyntax.php54 if($mode != 'xhtml'){ return false;}
/plugin/jdraw/
H A Dsyntax.php50 if($mode != 'xhtml') {
/plugin/mailto/
H A Drenderer.php.not10 require_once DOKU_INC.'inc/parser/xhtml.php';
/plugin/dirpictures/
H A Dsyntax.php88 if($mode == 'xhtml'){
/plugin/data-au/_test/
H A Dsyntax_plugin_data_entry.test.php334 $xhtml = new Doku_Renderer_xhtml();
339 $plugin->_showData($result, $xhtml);
340 $doc = phpQuery::newDocument($xhtml->doc);
/plugin/discussion/
H A Daction.php544 $xhtml = $this->_render($comment['raw']);
551 'xhtml' => $xhtml,
688 $xhtml = $this->_render($raw);
693 $data['comments'][$cid]['xhtml'] = $xhtml;
1402 $xhtml = $this->render_text($raw);
1404 $xhtml = hsc(trim($raw));
1405 $xhtml = str_replace("\n", '<br />', $xhtml);
1407 return $xhtml;
/plugin/aclauditor/
H A Dsyntax.php44 if($format != 'xhtml') return false;
/plugin/google_maps/syntax/
H A Dcal.php97 if($mode == 'xhtml') {
/plugin/reliwa/
H A Dsyntax.php81 if ($mode == 'xhtml') {

1234567891011