Home
last modified time | relevance | path

Searched refs:xhtml (Results 51 – 75 of 270) sorted by relevance

1234567891011

/plugin/daummovie/
H A Dsyntax.php97 if($mode != 'xhtml') return false;
122 $renderer->doc.=p_render('xhtml',p_get_instructions($wdata),$info); */
/plugin/twcheckliste/
H A Drenderer.php.old12 require_once DOKU_INC.'inc/parser/xhtml.php';
26 // this should be 'twcheckliste' usally, but we inherit from the xhtml renderer
28 // by saying we're the 'xhtml' renderer here.
29 return 'xhtml';
67 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="'.$conf['lang'].'"
/plugin/tbt/
H A Dscript.js27 var xhtml=0; // html or xhtml
36 xhtml=onoff?true:false;
168 render_text += xhtml?"<br/>":"<br>";
/plugin/webcomponent/_test/
H A Dmath.test.php39 $xhtml = p_render('xhtml', $instructions, $info);
44 $this->assertEquals($expected, $xhtml);
/plugin/flowcharts/
H A Dsyntax.php75 $xhtml = $this->p_render($instructions);
76 $renderer->doc .= $xhtml;
/plugin/mermaid/
H A Dsyntax.php77 * Render xhtml output or metadata
81 if($mode == 'xhtml'){
103 $xhtml = $this->remove_protection_of_brackets_from_dokuwiki($this->p_render($instructions));
104 $renderer->doc .= preg_replace("/(^[\r\n]*|[\r\n]+)[\s\t]*[\r\n]+/", "\n", $xhtml);
/plugin/linkbonus/
H A Dcommon.php48 if ($mode == 'xhtml') {
57 //$link['name']= p_render('xhtml', p_get_instructions($link['name']) , $info);
/plugin/discussion/
H A Dconvert.php131 $xhtml = p_render('xhtml', p_get_instructions($raw), $info);
141 'xhtml' => $xhtml,
/plugin/latex-was/
H A Dadmin.php243 $xhtml = new Doku_Renderer_xhtml();
244 $plug->render('xhtml', $xhtml, $data);
252 … $rendstr = $plug->render('xhtml', $xhtml, '{{'.$tmpw.'.'.$ext.'?linkonly&nocache|'.$fname.'}}');
/plugin/composer/
H A Dsyntax.php561 function _cleanXHTML($xhtml){ argument
569 $xhtml = preg_replace(
572 $xhtml
575 return $xhtml;
/plugin/components/lib/
H A Daction.php24 abstract public function xhtml(); function in Doku_Action_Renderer
/plugin/easyvar/
H A Dsyntax.php49 if($mode=='xhtml' and sizeof($var)>0){
/plugin/plainlists/
H A Drenderer.php30 return ($format=='xhtml');
/plugin/isns/
H A Dsyntax.php59 if($mode == 'xhtml'){
/plugin/fortune/
H A Dsyntax.php76 if($mode == 'xhtml'){
/plugin/textile2/
H A Dsyntax.php77 if($mode == 'xhtml' && $data[0] != "<textile>" && $data[0] != "</textile>") {
/plugin/iphelper/
H A Dsyntax.php64 if($mode != 'xhtml'){
/plugin/creole/syntax/
H A Demptyline.php56 /*if($mode == 'xhtml') {
/plugin/rtlink/
H A Dsyntax.php83 if($mode == 'xhtml'){
/plugin/searchresults/
H A Dsyntax.php70 if ($mode == 'xhtml') {
/plugin/webthumbs/
H A Dsyntax.php87 if ($mode == 'xhtml') {
/plugin/bashorg/
H A Dsyntax.php74 if($mode == 'xhtml'){
/plugin/clearer/
H A Dsyntax.php49 if ($format == 'xhtml') {
/plugin/snap/
H A Dsyntax.php57 if($mode == 'xhtml') {
/plugin/jira/
H A Dsyntax.php61 if($format == 'xhtml'){

1234567891011