Lines Matching refs:doc

61             $tmpData = $this->doc;
62 $this->doc = '';
63 if ($plugin->render('xhtml', $this, $data) && ($this->doc !== '')) {
64 $pluginoutput = $this->doc;
65 $this->doc = $tmpData . DOKU_LF . trim(strip_tags($pluginoutput)) . DOKU_LF;
67 $this->doc = $tmpData;
77 $this->doc = '';
88 $this->doc = preg_replace("/(\r?\n){3,}/", "\n\n", $this->doc);
89 $this->doc = ltrim($this->doc); // remove leading space and empty lines
94 $this->doc = preg_replace('/' . $regex . '/i', '', $this->doc);
101 $this->doc .= str_repeat("#", $level) . ' ' . $text . DOKU_LF;
107 $this->doc .= DOKU_LF;
113 $this->doc .= DOKU_LF;
119 $this->doc .= $text;
125 $this->doc .= DOKU_LF;
131 $this->doc .= DOKU_LF;
137 $this->doc .= DOKU_LF . DOKU_LF;
143 $this->doc .= '----' . DOKU_LF;
219 $this->doc .= ' ((';
225 $this->doc .= '))';
232 $this->doc .= DOKU_LF;
242 $this->doc .= DOKU_LF;
250 $this->doc .= DOKU_LF;
260 $this->doc .= DOKU_LF;
267 $this->doc .= str_repeat(' ', $level * 2) . $this->listMode[count($this->listMode) - 1];
284 $this->doc .= DOKU_LF;
290 $this->doc .= $text;
296 $this->doc .= '>>>';
302 $this->doc .= '<<<' . DOKU_LF;
320 …$this->doc .= DOKU_LF . '```' . ($language ?? '') . DOKU_LF . trim($text) . DOKU_LF . '```' . DOKU…
328 $this->doc .= $acronym . ' (' . $title . ')';
330 $this->doc .= $acronym;
337 $this->doc .= $smiley;
344 $this->doc .= $this->entities[$entity];
346 $this->doc .= $entity;
353 $this->doc .= $x . 'x' . $y;
360 $this->doc .= $lang['singlequoteopening'];
367 $this->doc .= $lang['singlequoteclosing'];
374 $this->doc .= $lang['apostrophe'];
381 $this->doc .= $lang['doublequoteopening'];
388 $this->doc .= $lang['doublequoteclosing'];
401 $this->doc .= $name;
417 $this->doc .= $name;
426 $this->doc .= "[$title]($url)";
428 $this->doc .= $title;
435 $this->doc .= $this->_getLinkTitle($name, $wikiUri, $isImage);
441 $this->doc .= $this->_getLinkTitle($name, $url, $isImage);
452 $this->doc .= $name;
466 $this->doc .= $title;
480 $this->doc .= $title;
496 $this->doc .= DOKU_LF;
503 $this->doc .= DOKU_LF; // . '|';
509 $this->doc .= '|' . str_repeat('---|', $this->tableColumns) . DOKU_LF;
540 $this->doc .= '|' . DOKU_LF;
546 $this->doc .= str_repeat('|', $colspan);
558 $this->doc .= str_repeat('|', $colspan);