Lines Matching refs:out
48 $out="";
50 $out=$this->get_page($pageid);
53 $out=$this->get_toc($pageid);
58 $out = rawWiki($pageid,$orev_list[$pageid]);
60 $out = rawWiki($pageid);
82 $out="origin txt len:".$ori_len.",you add:".(strlen($store_txt)-$ori_len);
84 $out="do nothing,please ensure set the mdata['sub']";
92 $out = $this->get_catalog($ns);
97 $out=$this->helper->get_page_wordlists($pglist);
100 $out=$this->helper->get_learnlist();
103 $out=$_SERVER['REMOTE_USER'];
104 if($out==null){
112 $data["content"]=$out;
139 $out=array();
141 $out[]=$ff["id"];
143 return $out;
217 $out = '<!-- TOC START -->'.DOKU_LF;
218 $out .= '<div id="dw__toc">'.DOKU_LF;
219 $out .= '<h3 class="toggle">';
220 $out .= $lang['toc'];
221 $out .= '</h3>'.DOKU_LF;
222 $out .= '<div>'.DOKU_LF;
223 $out .= html_buildlist($toc,'toc','html_list_toc','html_li_default',true);
224 $out .= '</div>'.DOKU_LF.'</div>'.DOKU_LF;
225 $out .= '<!-- TOC END -->'.DOKU_LF;
226 return $out;