Lines Matching refs:indexOf

6004     if (hashes.indexOf(hashAlgorithm) < 0) {
24881 content = dataimg64.substring(dataimg64.indexOf(',') + 1);
25755 var shouldEscape = preparedField.indexOf(formatterOptions.quote) !== -1;
32933 var validLen = b64.indexOf('=');
39478 if (typeof Uint8Array.prototype.indexOf === 'function') {
39480 return Uint8Array.prototype.indexOf.call(buffer, val, byteOffset);
39555 return this.indexOf(val, byteOffset, encoding) !== -1;
39558 Buffer.prototype.indexOf = function indexOf(val, byteOffset, encoding) {
40756 indexOf: createMethod(false)
42022 var indexOf = require('../internals/array-includes').indexOf;
42033 ~indexOf(result, key) || result.push(key);
43136 .indexOf(notARegExp(searchString), arguments.length > 1 ? arguments[1] : undefined);
44356 return n && (n.indexOf ? n : n.s.concat(n.f));
44397 })).indexOf(t) + 1;
44402 var e = a("months").indexOf(t) + 1;
50820 enc1 = _keyStr.indexOf(input.charAt(i++));
50821 enc2 = _keyStr.indexOf(input.charAt(i++));
50822 enc3 = _keyStr.indexOf(input.charAt(i++));
50823 enc4 = _keyStr.indexOf(input.charAt(i++));
54428 …port.blob && (data instanceof Blob || ['[object File]', '[object Blob]'].indexOf(Object.prototype.…
70533 …ocess.version || process.version.indexOf('v0.') === 0 || process.version.indexOf('v1.') === 0 && p…
71387 return str.indexOf(search, start) !== -1;
72311 …if ((state.pipesCount === 1 && state.pipes === dest || state.pipesCount > 1 && indexOf(state.pipes…
72415 var index = indexOf(state.pipes, dest);
72740 function indexOf(xs, x) {
73282 …cii', 'binary', 'base64', 'ucs2', 'ucs-2', 'utf16le', 'utf-16le', 'raw'].indexOf((encoding + '').t…
77817 var colon = name.indexOf(":");
79803 …if ((state.pipesCount === 1 && state.pipes === dest || state.pipesCount > 1 && indexOf(state.pipes…
79906 var index = indexOf(state.pipes, dest);
80205 function indexOf(xs, x) {
80480 var asyncWrite = !process.browser && ['v0.10', 'v0.9.'].indexOf(process.version.slice(0, 5)) > -1 ?…
80758 …cii', 'binary', 'base64', 'ucs2', 'ucs-2', 'utf16le', 'utf-16le', 'raw'].indexOf((encoding + '').t…
82100 if (isError(value) && (keys.indexOf('message') >= 0 || keys.indexOf('description') >= 0)) {
82241 if (ctx.seen.indexOf(desc.value) < 0) {
82248 if (str.indexOf('\n') > -1) {
82287 if (cur.indexOf('\n') >= 0) numLinesEst++;