Lines Matching refs:i

212         for(var i in obj) {      
214 for(var j in obj[i]) {
215 var r = obj[i][j];
218 r = obj[i]['version'];
235 for(var i in obj) {
236 data += xcom_td(i,obj[i]);
243 for(var i in obj) {
244 data += xcom_td(i,obj[i]) + "\n<tr>";
251 for (i=0; i<args.length; i++) {
252 row += '<th>' + args[i] + '</th>';
264 for(var i = 0; i< headers.length; i++) {
265 if(type == headers[i]) {
338 for(i=0; i<tmp.length; i++) {
339 if(tmp[i]) {
340 result += "s[]=" + tmp[i];
341 if(tmp[i+1]) {
445 var params = new Array(),i=0;
500 params[i] = fn_sel.options[fn_sel.selectedIndex].value;
512 return params[i] = opts;
516 var opstatus = xcom_check_opts(params[i],page,optstring,tmpar);
526 else params[++i] = page;
530 params[++i] = '0';
534 params[++i] = xcom_escape(xcom_getInputValue('xcom_editable'));
541 params[++i] = opts[j];
652 for (i=0; i<arguments.length; i++) {
653 var val = xcom_getInputValue(arguments[i]);
654 var key = (arguments[i].split(/_/))[1];
726 for(i=0; i<xcom_query_types.length; i++) {
727 …var text = xcom_query_types[i].match(/^plugin\./) ? xcom_query_types[i].replace(/^plugin\./,"") : …
728 var newopt = new Option(text,xcom_query_types[i]);
729 if(titles[xcom_query_types[i]]) newopt.title = titles[xcom_query_types[i]];
730 else newopt.title = xcom_query_types[i];
737 for (var i in xcomSites) {
738 var newopt = new Option(i,i);
816 var i,msg="";
822 for(i=0; i<arguments.length;i++) {
823 if(typeof LANG.plugins.xcom[arguments[i]] == 'undefined') {
824 msg += '<b>'+ arguments[i] + "</b> ";
826 else msg+=LANG.plugins.xcom[arguments[i]] + " ";