Lines Matching refs:xhtml
9 private function formattedXhtml(string $xhtml): string argument
11 return str_replace(['"'], ['\''], htmlentities($xhtml, ENT_NOQUOTES));
26 $xhtml = $this->formattedXhtml(parent::internallink($id, $name, $search, true, $linktype));
29 return $xhtml;
32 $this->doc .= $xhtml;
37 $xhtml = $this->formattedXhtml(parent::externallink($url, $name, true));
40 return $xhtml;
43 $this->doc .= $xhtml;
48 …$xhtml = $this->formattedXhtml(parent::internalmedia($src, $title, $align, $width, $height, $cache…
51 return $xhtml;
54 $this->doc .= $xhtml;