Lines Matching defs:temp
197 qq.obj2url = function(obj, temp, prefixDone){
201 var nextTemp = temp
202 ? (/\[\]$/.test(temp)) // prevent double-encoding
203 ? temp
204 : temp+'['+i+']'
217 if (!prefixDone && temp) {
218 prefix = (/\?/.test(temp)) ? (/\?$/.test(temp)) ? '' : '&' : '?';
219 uristrings.push(temp);
234 uristrings.push(encodeURIComponent(temp) + '=' + encodeURIComponent(obj));