Lines Matching refs:this

53 		$this->toc     = array();
54 $this->headers = array();
95 if(is_array($this->toc) && count($this->toc) > 2){
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 '.
115 strtoupper($this->toc[0]).' '.
118 $this->toc[0].' '.
119 $conf['title'].DOKU_LF.$this->doc;
127 $this->toc[] = $text;
133 $hid = $this->_headerToLink($text,true);
136 $this->toc_additem($hid, $text, $level);
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;
177 if ($this->strong)
178 $this->strongbuff .= $this->_xmlEntities($text);
180 $this->doc .= $this->_xmlEntities($text);
192 $this->doc .= DOKU_LF.'.BR ';
196 $this->doc .= '<hr />'.DOKU_LF;
200 $this->strong = TRUE;
201 $this->strongbuff = "";
205 $this->strong = FALSE;
206 $this->doc .= '\\fB'
207 .preg_replace('# #','\\fR \\fB',$this->strongbuff)
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;
288 $this->store = '';
291 $i = array_search($footnote, $this->footnotes);
295 $id = count($this->footnotes)+1;
296 $this->footnotes[count($this->footnotes)] = $footnote;
300 $id = count($this->footnotes)+1;
301 $this->footnotes[count($this->footnotes)] = "@@FNT".($i);
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();
357 $this->php($text);
366 $this->doc .= $text;
370 $this->html($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;
400 $this->preformatted($text);
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 .= '"';
491 $this->internallink($link,$link);
497 $name = $this->_getLinkTitle($name, $hash, $isImage);
498 $hash = $this->_headerToLink($hash);
500 $this->doc .= '<a href="#'.$hash.'" title="'.$title.'" class="wikilink1">';
501 $this->doc .= $name;
502 $this->doc .= '</a>';
517 $default = $this->_simpleTitle($id);
521 $name = $this->_getLinkTitle($name, $default, $isImage, $id);
534 if(!empty($hash)) $hash = $this->_headerToLink($hash);
562 return $this->_formatLink($link);
564 $this->doc .= $this->_formatLink($link);
571 $name = $this->_getLinkTitle($name, $url, $isImage);
589 $link['title'] = $this->_xmlEntities($url);
593 $this->doc .= $this->_formatLink($link);
606 $link['name'] = $this->_getLinkTitle($name, $wikiUri, $isImage);
609 $url = $this-> _resolveInterWiki($wikiName,$wikiUri);
627 $this->doc .= $this->_formatLink($link);
646 $link['name'] = $this->_getLinkTitle($name, $url, $isImage);
654 $link['title'] = $this->_xmlEntities($url);
660 $this->doc .= $this->_formatLink($link);
673 $name = $this->_getLinkTitle($name, '', $isImage);
680 $address = $this->_xmlEntities($address);
698 $this->doc .= $this->_formatLink($link);
716 $link['title'] = $this->_xmlEntities($src);
729 $link['name'] = $this->_media ($src, $title, $align, $width, $height, $cache);
732 if ($linking == 'nolink' || $noLink) $this->doc .= $link['name'];
733 else $this->doc .= $this->_formatLink($link);
751 $link['title'] = $this->_xmlEntities($src);
753 $link['name'] = $this->_media ($src, $title, $align, $width, $height, $cache);
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">';
809 $this->externallink($item->get_permalink(),
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>';
837 $this->externallink($url);
839 $this->doc .= '<!--'.hsc($feed->error).'-->';
841 $this->doc .= '</div></li>';
843 $this->doc .= '</ul>';
857 $this->cell = 0;
858 $this->header_mute = FALSE;
859 $this->doc .= DOKU_LF.'.TP' . DOKU_LF;
868 $this->header_mute = TRUE;
882 $this->header_mute = FALSE;
887 if ($this->header_mute)
889 if ($this->cell == 0)
890 $this->doc .= '\fB';
903 if ($this->header_mute)
905 if ($this->cell == 0)
906 $this->doc .= '\fR'.DOKU_LF;
908 $this->doc .= DOKU_LF;
909 $this->cell++;
976 $ret .= ' title="'.$this->_xmlEntities($title).'"';
977 $ret .= ' alt="'.$this->_xmlEntities($title).'"';
984 $ret .= ' title="'.$this->_xmlEntities($cap).'"';
985 $ret .= ' alt="'.$this->_xmlEntities($cap).'"';
994 $ret .= ' width="'.$this->_xmlEntities($width).'"';
997 $ret .= ' height="'.$this->_xmlEntities($height).'"';
1004 if ( !is_null($width) ) $ret .= ' width="'.$this->_xmlEntities($width).'"';
1005 if ( !is_null($height) ) $ret .= ' height="'.$this->_xmlEntities($height).'"';
1011 if ( !is_null($width) ) $ret .= ' width="'.$this->_xmlEntities($width).'"';
1012 if ( !is_null($height) ) $ret .= ' height="'.$this->_xmlEntities($height).'"';
1019 $ret .= $this->_xmlEntities($title);
1022 $ret .= $this->_xmlEntities(basename(noNS($src)));
1047 while(in_array($title.$num,$this->headers)){
1051 $this->headers[] = $title;
1070 return $this->_xmlEntities($heading);
1073 return $this->_xmlEntities($default);
1075 return $this->_xmlEntities($title);
1078 return $this->_imageTitle($title);
1089 return $this->_media($img['src'],