Lines Matching refs:cdata
302 public function cdata($text)
342 $this->cdata($text);
355 $this->cdata(trim($text, "\n"));
370 $this->cdata(str_replace("\n", ' ', $text));
381 $this->cdata(trim($text, "\n"));
391 $this->cdata(str_replace("\n", ' ', $text));
402 $this->cdata(trim($text, "\n"));
568 $this->cdata($match);
581 $this->cdata($smiley);
590 $this->cdata($entity); // FIXME should we handle them special?
596 $this->cdata($x . 'x' . $y);
602 $this->cdata($acronym);
608 $this->cdata("'");
614 $this->cdata("'");
620 $this->cdata("'");
626 $this->cdata('"');
632 $this->cdata('"');
638 $this->cdata($link); // FIXME should/could we decorate it?