Home
last modified time | relevance | path

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

/plugin/pagestat/
H A Dscript.js362 PTwindow_E.prototype.ajax_get_select_wlist= function (xcallback){ argument
369 return xcallback(null); // global wordlist must be exsit ! or die
374 var xcall = xcallback;
393 PTwindow_E.prototype.ajax_get_defs_raw=function(words_arr,status,xcallback){ argument
398 xcallback(defs);
453 PTwindow_E.prototype.ajax_get_defs=function(words_arr,status,xcallback){ argument
474 xcallback(out_txt);