Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js470 inspect: function(useDoubleQuotes) { argument
475 if (useDoubleQuotes) return '"' + escapedString.replace(/"/g, '\\"') + '"';
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js570 function inspect(useDoubleQuotes) {
577 if (useDoubleQuotes) return '"' + escapedString.replace(/"/g, '\\"') + '"';
/plugin/issuetracker/
H A Dprototype.js680 function inspect(useDoubleQuotes) {
687 if (useDoubleQuotes) return '"' + escapedString.replace(/"/g, '\\"') + '"';