Lines Matching refs:rt
73 $rt = preg_match("@<WORDLIST\b(.*?)>(.*?)</WORDLIST>@",$txtstr,$match);
74 if($rt){
114 $rt=$sqli->query($sql_h_sel);
115 while($row=$rt->fetch_assoc()){
127 $rt = $sqli->query($sql_rr_sel);
128 $rwords = $rt->fetch_all();
153 $rt = $sqli->query($sql_ext_sel);
154 while ($row = $rt->fetch_assoc()) {
196 $rt=$sqli->query($sql_defs_sel);
198 $defs=$rt->fetch_all();
261 $rt=$this->remoteapi->putPage($subid,$save_txt,["sum"=>"generate by Cp_subtitle"]);
269 $rt=$this->remoteapi->putPage($defid,$def_txt,["sum"=>"generate by Cp_deflist"]);
275 $rt=$this->remoteapi->putPage($wordlistid,$txt,["sum"=>"generate by Cp_wordlist"]);