Home
last modified time | relevance | path

Searched refs:words_arr (Results 1 – 2 of 2) sorted by relevance

/plugin/pagestat/
H A Dremote.php90 function check_word($words_arr,$return_inf="WORD"){ //$return_inf = 'WORD' or 'MORE' or 'FULL' argument
108 $sql_s=$this->make_sql_artxt($words_arr);
120 $remain_arr = array_diff($words_arr,$headwords);
175 function get_defs($words_arr,$return_inf="SIMPLE"){//$return_inf = 'WORD' or 'SIMPLE' argument
176 if(is_array( $words_arr)!=true||count($words_arr)<1){
180 $sql_arr_txt = $this->make_sql_artxt($words_arr);
H A Dscript.js393 PTwindow_E.prototype.ajax_get_defs_raw=function(words_arr,status,xcallback){ argument
395 ajax_xcall("ps.get_defs",[words_arr,status],function(data) {
453 PTwindow_E.prototype.ajax_get_defs=function(words_arr,status,xcallback){ argument
456 this.ajax_get_defs_raw(words_arr,status,function(defs){
466 for(i=0;i<words_arr.length;i++){
467 var word_def=defs_map[words_arr[i]];
471 out_txt += " - {0} : !!!!!NO DEF!!!!!\n".format(words_arr[i]);
553 MulEditwindow.prototype.check_word=function(words_arr,out_jqwin,mcall_back){ argument
556 ajax_xcall("ps.check_word",[words_arr],function(data){
592 MulEditwindow.prototype.get_full_wordinf=function(words_arr,out_jqwin){ argument
[all …]