Lines Matching refs:doc
99 $this->doc = trim($this->doc);
100 if (strlen($this->doc) > self::ABSTRACT_MAX) {
101 $this->doc = PhpString::substr($this->doc, 0, self::ABSTRACT_MAX) . '…';
103 $this->meta['description']['abstract'] = $this->doc;
112 $this->doc = '';
129 $this->doc .= $text;
227 $this->store = $this->doc;
228 $this->doc = '';
249 $this->doc = $this->store;
499 $this->doc .= $name;
519 $this->doc .= $this->_getLinkTitle($name, '<' . $url . '>');
545 $this->doc .= $name;
566 $this->doc .= $name;
568 $this->doc .= '<' . $url . '>';
592 $this->doc .= $name;
594 $this->doc .= '<' . $address . '>';
620 $this->doc .= '[' . $title . ']';
647 $this->doc .= '[' . $title . ']';