Lines Matching refs:doc

30 	var $doc = '';        // will contain the whole document  variable in renderer_plugin_nroff
108 $this->doc = str_replace("'", "'", $this->doc);
109 $this->doc = str_replace("&lt;", "<", $this->doc);
110 $this->doc = str_replace("&gt;", ">", $this->doc);
111 $this->doc = str_replace("&amp;", "&", $this->doc);
112 $this->doc = str_replace("-", '\\-', $this->doc);
114 $this->doc = '.TH '.
119 $conf['title'].DOKU_LF.$this->doc;
140 $this->doc .= DOKU_LF.'.SH ';
141 $this->doc .= $this->_xmlEntities($text);
142 $this->doc .= DOKU_LF;
145 $this->doc .= DOKU_LF.'.Ss ';
146 $this->doc .= $this->_xmlEntities($text);
147 $this->doc .= DOKU_LF;
180 $this->doc .= $this->_xmlEntities($text);
192 $this->doc .= DOKU_LF.'.BR ';
196 $this->doc .= '<hr />'.DOKU_LF;
206 $this->doc .= '\\fB'
220 $this->doc .= '\fI';
224 $this->doc .= '\fP/';
228 $this->doc .= DOKU_LF.'.nf'.DOKU_LF;
232 $this->doc .= DOKU_LF.'.fi'.DOKU_LF;
236 $this->doc .= '<sub>';
240 $this->doc .= '</sub>';
244 $this->doc .= '<sup>';
248 $this->doc .= '</sup>';
252 $this->doc .= '<del>';
256 $this->doc .= '</del>';
271 $this->store = $this->doc;
272 $this->doc = '';
286 $footnote = $this->doc;
287 $this->doc = $this->store;
305 …$this->doc .= '<a href="#fn__'.$id.'" name="fnt__'.$id.'" id="fnt__'.$id.'" class="fn_top">'.$id.'…
309 $this->doc .= DOKU_LF.'*'.DOKU_LF;
317 $this->doc .= '<ol>'.DOKU_LF;
321 $this->doc .= '</ol>'.DOKU_LF;
325 $this->doc .= '<li class="level'.$level.'">';
329 $this->doc .= '</li>'.DOKU_LF;
333 $this->doc .= '<div class="li">';
337 $this->doc .= '</div>'.DOKU_LF;
341 $this->doc .= $this->_xmlEntities($text);
352 $this->doc .= ob_get_contents();
366 $this->doc .= $text;
374 $this->doc .= DOKU_LF.'.nf'.DOKU_LF. $text .DOKU_LF.'.fi'. DOKU_LF;
378 $this->doc .= '<pre class="file">' . $this->_xmlEntities($text). '</pre>'. DOKU_LF;
382 $this->doc .= '<blockquote><div class="no">'.DOKU_LF;
386 $this->doc .= '</div></blockquote>'.DOKU_LF;
405 $this->doc .= p_xhtml_cached_geshi($text, $language);
410 $this->doc .= $acronym;
441 $this->doc .= '->>>>'.$entity.'<<<<<<<-';
454 $this->doc .= '->>>>'.$entity.'<<<<<<<-';
459 $this->doc .= '->>>>\'<<<<<<<-';
465 $this->doc .= '->>>>\'<<<<<<<-';
472 $this->doc .= '->>>>\'<<<<<<<-';
478 $this->doc .= '"';
484 $this->doc .= '"';
500 $this->doc .= '<a href="#'.$hash.'" title="'.$title.'" class="wikilink1">';
501 $this->doc .= $name;
502 $this->doc .= '</a>';
564 $this->doc .= $this->_formatLink($link);
593 $this->doc .= $this->_formatLink($link);
627 $this->doc .= $this->_formatLink($link);
660 $this->doc .= $this->_formatLink($link);
698 $this->doc .= $this->_formatLink($link);
732 if ($linking == 'nolink' || $noLink) $this->doc .= $link['name'];
733 else $this->doc .= $this->_formatLink($link);
769 if ($linking == 'nolink' || $noLink) $this->doc .= $link['name'];
770 else $this->doc .= $this->_formatLink($link);
804 $this->doc .= '<ul class="rss">';
808 $this->doc .= '<li><div class="li">';
816 if($name) $this->doc .= ' '.$lang['by'].' '.$name;
820 $this->doc .= ' ('.$item->get_date($conf['dformat']).')';
823 $this->doc .= '<div class="detail">';
825 $this->doc .= $item->get_description();
827 $this->doc .= strip_tags($item->get_description());
829 $this->doc .= '</div>';
832 $this->doc .= '</div></li>';
835 $this->doc .= '<li><div class="li">';
836 $this->doc .= '<em>'.$lang['rssfailed'].'</em>';
839 $this->doc .= '<!--'.hsc($feed->error).'-->';
841 $this->doc .= '</div></li>';
843 $this->doc .= '</ul>';
859 $this->doc .= DOKU_LF.'.TP' . DOKU_LF;
890 $this->doc .= '\fB';
906 $this->doc .= '\fR'.DOKU_LF;
908 $this->doc .= DOKU_LF;