Lines Matching refs:doc

43                 $tmpData = $this->doc;
44 $this->doc = '';
45 if ($plugin->render('xhtml',$this,$data) && ($this->doc != '')) {
52 $this->doc = $tmpData . DOKU_LF .
53 trim(html_entity_decode(preg_replace($search,' ',$this->doc),ENT_QUOTES)) .
55 } else $this->doc = $tmpData;
63 $this->doc = '';
80 $this->doc .= DOKU_LF;
88 $this->doc .= $id.') ';
93 $this->doc .= ($ref+1).') ';
96 $this->doc .= $footnote . DOKU_LF;
109 … $this->doc = preg_replace('#'.DOKU_LF.'\s*'.DOKU_LF.'\s*'.DOKU_LF.'#',DOKU_LF.DOKU_LF,$this->doc);
113 $this->doc .= DOKU_LF . $text . DOKU_LF;
120 $this->doc .= DOKU_LF;
124 $this->doc .= $text;
131 $this->doc .= DOKU_LF;
135 $this->doc .= DOKU_LF;
139 $this->doc .= '--------'.DOKU_LF;
238 $this->store = $this->doc;
239 $this->doc = '';
253 $footnote = $this->doc;
254 $this->doc = $this->store;
272 $this->doc .= ' '.$id.')';
282 $this->doc .= DOKU_LF;
295 $this->doc .= DOKU_LF;
320 $this->doc .= DOKU_LF;
324 $this->doc .= $text;
341 $this->doc .= $text;
345 $this->doc .= strip_tags($text);
362 $this->doc .= DOKU_LF;
366 $this->doc .= $text.DOKU_LF;
370 $this->doc .= $text.DOKU_LF;
380 $this->doc .= $acronym.' ('.$title.')';
382 $this->doc .= $acronym;
387 $this->doc .= $smiley;
392 $this->doc .= $this->entities[$entity];
394 $this->doc .= $entity;
399 $this->doc .= $x.'x'.$y;
404 $this->doc .= $lang['singlequoteopening'];
409 $this->doc .= $lang['singlequoteclosing'];
414 $this->doc .= $lang['apostrophe'];
419 $this->doc .= $lang['doublequoteopening'];
424 $this->doc .= $lang['doublequoteclosing'];
433 $this->doc .= $name;;
445 $this->doc .= $name;
450 $this->doc .= $this->_getLinkTitle($name, $url, $isImage);
454 $this->doc .= $this->_getLinkTitle($name, $wikiUri, $isImage);
458 $this->doc .= $this->_getLinkTitle($name, $url, $isImage);
467 $this->doc .= $name;
472 $this->doc .= $title;
477 $this->doc .= $title;
494 $this->doc .= DOKU_LF;
526 $this->doc .= DOKU_LF;
539 $this->doc .= $this->separator;
545 $this->doc .= str_repeat(',', $this->nSpan - 1);