Lines Matching refs:indexOf

24925             var idx = node.parent.children.indexOf(node);
25328 var vendorPrefixEnd = propertyName.indexOf('-', 1);
26808 if (resyncTokens && resyncTokens.indexOf(this.token.type) !== -1) {
26812 else if (resyncStopTokens && resyncStopTokens.indexOf(this.token.type) !== -1) {
29048 if (!referenceTypes || referenceTypes.indexOf(symbol.type) === -1) {
31218 if (this.variablePrefix && this.currentWord.indexOf(this.variablePrefix) === 0) {
31248 if (types.indexOf(node.type) !== -1) {
31589 label: p.func.substr(0, p.func.indexOf('(')),
31826 if (selector && ruleSet.getSelectors().getChildren().indexOf(selector) === 0) {
32040 …ortsMarkdown = Array.isArray(documentationFormat) && documentationFormat.indexOf(_cssLanguageTypes…
32132 while (i >= 0 && ' \t\n\r":{[()]},*>+'.indexOf(text.charAt(i)) === -1) {
32511 …ntentFormat && Array.isArray(hover.contentFormat) && hover.contentFormat.indexOf(_cssLanguageTypes…
32954 return path.substring(0, path.indexOf('/', path.indexOf('/') + 1));
32956 return path.substring(0, path.indexOf('/'));
33148 …nction (f) { return !f.type || !entry.restrictions || entry.restrictions.indexOf(f.type) !== -1; }…
33621 var k = expectedClone.indexOf(actual[i]);
33695 var needsStandard = (actual.indexOf('@keyframes') === -1);
33912 … needsStandard = this.cssDataManager.isStandardProperty(suffix) && (actual.indexOf(suffix) === -1);
33962 … || _languageFacts_facts_js__WEBPACK_IMPORTED_MODULE_0__["units"].length.indexOf(value.unit.toLowe…
34586 var whitespaceIndex = valueAfterLastSlash.indexOf(' ');
34711 var label = p.func.substr(0, p.func.indexOf('('));
34734 …nction (f) { return !f.type || !entry.restrictions || entry.restrictions.indexOf(f.type) !== -1; }…
35288 var index = this.children.indexOf(child);
35753 return array.indexOf(item) !== -1;
36332 isWindows = userAgent.indexOf('Windows') >= 0;
36601 var idx = path.indexOf(_slash, 2);
36874 var idx = authority.indexOf('@');
36879 idx = userinfo.indexOf(':');
36892 idx = authority.indexOf(':');