Home
last modified time | relevance | path

Searched refs:xhtml (Results 76 – 100 of 270) sorted by path

1234567891011

/plugin/dwcommits/
H A Dsyntax.php88 if($mode == 'xhtml'){
/plugin/easyvar/
H A Dsyntax.php49 if($mode=='xhtml' and sizeof($var)>0){
/plugin/embed/
H A Dsyntax.php82 if($mode == 'xhtml'){
98 $renderer->doc .= p_render('xhtml', $ins, $info); // ptype = 'normal'
/plugin/epub/
H A Drenderer.php70 if($format == 'xhtml') return true;
/plugin/epub/scripts/
H A Debook.php74 $xhtml = $Renderer->doc;
75 $result .= $xhtml;
H A Depub_utils.php528 function epub_check_for_ditaa(&$xhtml,$renderer) { argument
530 if(strpos($xhtml,"ditaa/img.php") === false) return;
533 if(!preg_match_all($regex,$xhtml,$matches,PREG_SET_ORDER)) return;
552 $xhtml = preg_replace($regex,$replace,$xhtml);
559 function epub_check_for_graphviz(&$xhtml,$renderer,$data,$graphviz) { argument
564 $xhtml = preg_replace('#' . $regex .'#',"src=\"../$name\"",$xhtml);
568 function epub_check_for_math(&$xhtml,$renderer) { argument
572 if(preg_match($regex,$xhtml,$matches)) {
579 $xhtml = preg_replace($regex, $name ,$xhtml );
/plugin/eventline/
H A Dsyntax.php81 if($mode != 'xhtml') return false;
/plugin/externallink/
H A Dsyntax.php61 if($mode == 'xhtml'){
/plugin/exttab2/
H A Dsyntax.php152 if ($mode == 'xhtml') {
/plugin/facebookalbum/
H A Dsyntax.php139 if ($mode == 'xhtml') {
/plugin/facebooklike/
H A Dsyntax.php99 if($mode == 'xhtml'){
/plugin/favoris/
H A Dsyntax.php50 if ($mode == 'xhtml') {
/plugin/fbcomments/
H A Dsyntax.php73 if($mode == 'xhtml'){
/plugin/fckg/action/
H A Dedit.php361 $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_', '&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/fckg/syntax/
H A Dspecials.php68 $xhtml = "";
90 list($state, $xhtml) = $data;
91 $renderer->doc .= DOKU_LF . $xhtml . DOKU_LF;
/plugin/filelist/_test/
H A Dfilelist.test.php
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js3 …ar zo="http://www.w3.org/1999/xhtml",Lo={svg:"http://www.w3.org/2000/svg",xhtml:zo,xlink:"http://w… property in Lo
/plugin/flickr/
H A Dsyntax.php94 if($mode == 'xhtml'){
/plugin/flowcharts/
H A Dmermaid.min.js1 …ar _t="http://www.w3.org/1999/xhtml",wt={svg:"http://www.w3.org/2000/svg",xhtml:_t,xlink:"http://w…
H A Drenderer.php7 $xhtml = htmlentities($xhtml,ENT_NOQUOTES);
8 $xhtml = str_replace(array('"', '='), array('&#39;', '&#61;'), $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 …]
H A Dsyntax.php75 $xhtml = $this->p_render($instructions);
76 $renderer->doc .= $xhtml;
/plugin/flowplay/
H A Dsyntax.php79 if($mode == 'xhtml'){
/plugin/flowplay2/
H A Dsyntax.php116 if($mode == 'xhtml')
/plugin/form/
H A Dsyntax.php1088 if ($mode == 'xhtml') {
/plugin/format/
H A Dsyntax.php87 if(($mode == 'xhtml' || $mode == 'latex' )
152 case 'xhtml':
177 function createMedia($medianame, $outfilename, $multipart, &$text, $program, $mode='xhtml') {

1234567891011