Home
last modified time | relevance | path

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

/petsc/share/petsc/saws/js/
H A DPETSc.js126 jQuery.each(sub[key].variables, function(vKey, vValue) {//for each variable... argument
128 if (vKey.substring(0,2) == "__") // __Block variable
131 if (vKey[0] != '_') {//this chunk of code adds the option name
132 if(vKey.indexOf("prefix") != -1 && sub[key].variables[vKey].data[0] == "(null)")
135 if(vKey.indexOf("prefix") != -1) //prefix text
136 $("#"+fullkey).append(vKey + ": ");
137 … else if(vKey.indexOf("ChangedMethod") == -1 && vKey.indexOf("StopAsking") == -1) { //options text
141 …ave + ".html\" title=\"" + descriptionSave + "\" id=\"data"+fullkey+vKey+j+"\">"+vKey+"&nbsp</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 …]