Lines Matching refs:key
28 // Parse a key=val string.
38 return function parsePiece (key, val) {
43 // key=val, called from the map/reduce
44 key = key.split(eq);
46 QueryString.unescape(key.shift()),
47 QueryString.unescape(key.join(eq))
50 key = key.replace(/^\s+|\s+$/g, '');
61 sliced = /(.*)\[([^\]]*)\]$/.exec(key);
64 if (key) {
65 ret[key] = val;
73 // array: key[]=val
78 // obj: key[subkey]=val