Lines Matching refs:out_txt
314 var out_txt =this.getclientwin().html()+txt;
315 this.log(out_txt);
405 var out_txt="";
407 out_txt+=" ";
409 out_txt+="- ";
410 return out_txt;
413 var out_txt="";
415 out_txt+=" ";
417 out_txt+="* ";
418 return out_txt;
426 var out_txt = "";
433 …out_txt += "{0}{1} ({2}) \\\\ **{3}**\n".format(PTE_Olist_sbl(indent), PTE_make_voice(word), pron,…
439 out_txt += "{0}{1}\n".format(PTE_Ulist_sbl(indent), key);
444 … out_txt += "{0}''{1}''\\\\ {2}\n".format(PTE_Olist_sbl(indent), sdef.mean, sdef.sen);
450 return out_txt;
464 var out_txt="";
469 out_txt += call_ob.generate_def_more(word_def);
471 out_txt += " - {0} : !!!!!NO DEF!!!!!\n".format(words_arr[i]);
474 xcallback(out_txt);