Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js990 function toQueryPair(key, value) { function
1059 return values.map(toQueryPair.curry(key)).join('&');
1061 return toQueryPair(key, values);
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js1173 function toQueryPair(key, value) { function
1184 return results.concat(values.map(toQueryPair.curry(key)));
1185 } else results.push(toQueryPair(key, values));
/plugin/issuetracker/
H A Dprototype.js1288 function toQueryPair(key, value) { function
1302 queryValues.push(toQueryPair(key, value));
1306 } else results.push(toQueryPair(key, values));