Lines Matching refs:doc

15     public $doc = '';  variable in renderer_plugin_edittable_inverse
40 $this->doc = rtrim($this->doc);
49 $this->doc .= "$markup $text $markup".DOKU_LF;
59 $this->doc .= DOKU_LF;
79 $this->doc .= $text;
85 $this->doc = rtrim($this->doc, DOKU_LF).DOKU_LF.DOKU_LF;
91 if(strlen($this->doc) > 0 && substr($this->doc, 1, -1) !== DOKU_LF) {
92 $this->doc .= DOKU_LF.DOKU_LF;
94 $this->doc .= str_repeat('>', $this->quotelvl);
99 $this->doc .= '\\\\ ';
104 $this->doc .= '----';
116 $this->doc .= $this->prepend_not_block;
124 $this->doc .= '**';
129 $this->doc .= '**';
134 $this->doc .= '//';
139 $this->doc .= '//';
144 $this->doc .= '__';
149 $this->doc .= '__';
154 $this->doc .= "''";
159 $this->doc .= "''";
164 $this->doc .= '<sub>';
169 $this->doc .= '</sub>';
174 $this->doc .= '<sup>';
179 $this->doc .= '</sup>';
184 $this->doc .= '<del>';
189 $this->doc .= '</del>';
194 $this->doc .= '((';
199 $this->doc .= '))';
208 $this->doc .= DOKU_LF;
217 $this->doc .= DOKU_LF;
227 $this->doc .= DOKU_LF;
236 $this->doc .= DOKU_LF;
242 $this->doc .= str_repeat(' ', $level * 2).end($this->_liststack).' ';
247 $this->doc .= DOKU_LF;
253 $this->doc .= "<nowiki>$text</nowiki>";
255 $this->doc .= "<nowiki>$text</nowiki>";
257 $this->doc .= "%%$text%%";
263 $this->doc .= "<php>$text</php>";
268 $this->doc .= "<PHP>$text</PHP>";
273 $this->doc .= "<html>$text</html>";
278 $this->doc .= "<HTML>$text</HTML>";
283 … if(substr($this->doc, -(++$this->quotelvl)) === DOKU_LF.str_repeat('>', $this->quotelvl - 1)) {
284 $this->doc .= '>';
286 $this->doc .= DOKU_LF.str_repeat('>', $this->quotelvl);
294 if(strrpos($this->doc, DOKU_LF) === strlen($this->doc) - 1) {
297 $this->doc .= DOKU_LF.DOKU_LF;
302 $this->doc .= preg_replace('/^/m', ' ', $text).DOKU_LF;
314 if( $this->previous_block ) $this->doc .= "\n";
317 $this->doc .= "<$type";
319 $this->doc .= " $language";
322 $this->doc .= " $filename";
324 $this->doc .= ">";
325 $this->doc .= $text;
326 if($text[0] == "\n") $this->doc .= "\n";
327 $this->doc .= "</$type>";
332 $this->doc .= $acronym;
337 $this->doc .= $smiley;
342 $this->doc .= $entity;
347 $this->doc .= "{$x}x{$y}";
352 $this->doc .= "'";
357 $this->doc .= "'";
362 $this->doc .= "'";
367 $this->doc .= '"';
372 $this->doc .= '"';
379 $this->doc .= $link;
384 $this->doc .= "[[#$hash";
386 $this->doc .= '|';
389 $this->doc .= ']]';
394 $this->doc .= "[[$id";
396 $this->doc .= '|';
399 $this->doc .= ']]';
450 $this->doc .= $url; // gotcha!
459 $this->doc .= $name;
462 $this->doc .= "[[$url";
465 $this->doc .= '|';
468 $this->doc .= ']]';
474 $this->doc .= "[[$wikiName>$wikiUri";
476 $this->doc .= '|';
479 $this->doc .= ']]';
484 $this->doc .= "[[$url";
486 $this->doc .= '|';
489 $this->doc .= "]]";
495 $this->doc .= "<$address>";
497 $this->doc .= "[[$address|";
499 $this->doc .= ']]';
506 $this->doc .= '{{';
508 $this->doc .= ' ';
510 $this->doc .= $src;
526 $this->doc .= '?';
528 $this->doc .= join('&', $params);
531 $this->doc .= ' ';
534 $this->doc .= "|$title";
536 $this->doc .= '}}';
551 $this->doc .= '{{rss>'.$url;
580 $this->doc .= ' '.join(' ', $vals);
582 $this->doc .= '}}';
593 $this->doc .= $this->_table_to_wikitext($this->_table);
624 $this->_pos = strlen($this->doc);
633 $this->_table[$this->_row][$this->_key]['text'] = trim(substr($this->doc, $this->_pos));
634 $this->doc = substr($this->doc, 0, $this->_pos);
660 $this->doc .= $match;
676 $this->doc .= $title;