Lines Matching +defs:f +defs:r
49 function f(n) {
55 f(this.getUTCMonth() + 1) + '-' +
56 f(this.getUTCDate()) + 'T' +
57 f(this.getUTCHours()) + ':' +
58 f(this.getUTCMinutes()) + ':' +
59 f(this.getUTCSeconds()) + 'Z';
151 /*members "", "\b", "\t", "\n", "\f", "\r", "\"", JSON, "\\", apply,
169 function f(n) {
180 f(this.getUTCMonth() + 1) + '-' +
181 f(this.getUTCDate()) + 'T' +
182 f(this.getUTCHours()) + ':' +
183 f(this.getUTCMinutes()) + ':' +
184 f(this.getUTCSeconds()) + 'Z'
203 '\f': '\\f',
204 '\r': '\\r',
463 .replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g, ']')