Lines Matching refs:out_str
562 var out_str = "[headwords]:\n" + headwords.join(", ") + "\n";
578 out_str += "\n[rwords]:\n" + rstr.join(", ") + "\n";
581 out_str += "\n[unwords]:\n" + unwords.join(", ") + "\n";
583 out_jqwin.val(out_str);
864 var out_str="====== Movie Inf ======\n";
865 out_str+="\nLike genre,stars,director and more,please editor me\n";
866 out_str+="====== wordlist ======\n";
867 out_str+="The wordlist location [[{0}]]\n".format(wordlist_id);
868 … out_str+="<BK open page={0} type=wordlist>Show wordlist of this page</BK>\n".format(wordlist_id);
869 out_str+="\n===== slice =====\n";
870 out_str+="\n====== Notice ======\n";
871 out_str+="\n some hard grammar or sentence in movie,please editor me\n";
872 out_str+="\n====== Words Meaning ======\n";
873 out_str+="The words meaning location [[{0}]]\n".format(wordmean_id);
874 out_str+="<BK open page={0} type=def>Show All New Word Meaning</BK>\n".format(wordmean_id);
876 out_str+="\n====== Subtitle ======\n";
877 out_str+="The srt file location [[{0}]]\\\\ \n".format(subtitle_id);
878 out_str+="<BK open page={0}>Show {1}.srt </BK>\n".format(subtitle_id,subt_name);
881 out_jqwin.val(out_str);