Home
last modified time | relevance | path

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

/plugin/xcom/
H A Dscript.js225 row = xcom_td(j,r,func); //type, value, function
236 data += xcom_td(i,obj[i]);
244 data += xcom_td(i,obj[i]) + "\n<tr>";
257 function xcom_td(type,val,fn) { function