Searched refs:vKey (Results 1 – 1 of 1) sorted by relevance
126 jQuery.each(sub[key].variables, function(vKey, vValue) {//for each variable... argument128 if (vKey.substring(0,2) == "__") // __Block variable131 if (vKey[0] != '_') {//this chunk of code adds the option name132 if(vKey.indexOf("prefix") != -1 && sub[key].variables[vKey].data[0] == "(null)")135 if(vKey.indexOf("prefix") != -1) //prefix text136 $("#"+fullkey).append(vKey + ": ");137 … else if(vKey.indexOf("ChangedMethod") == -1 && vKey.indexOf("StopAsking") == -1) { //options text141 …ave + ".html\" title=\"" + descriptionSave + "\" id=\"data"+fullkey+vKey+j+"\">"+vKey+" </a>");145 …for(j=0;j<sub[key].variables[vKey].data.length;j++){//vKey tells us a lot of information on what t…147 if(vKey.indexOf("man") != -1) {//do not display manual, but record the text[all …]