Lines Matching refs:key
60 for (const [key, value] of lowercaseNamingMap) {
61 const prohibitedWordIndex = lowIdentifier.indexOf(key);
66 const internalWord = node.getText().substr(prohibitedWordIndex, key.length);
107 for (const [key, value] of lowercaseNamingScenarioMap) {
108 const prohibitedWordIndex = lowIdentifier.indexOf(key);
113 const internalWord = node.getText().substr(prohibitedWordIndex, key.length);
125 const key = item.badWord.toLowerCase();
127 lowercaseNamingMap.set(key, { badWord, suggestion, ignore });
135 const key = item.word.toLowerCase();
137 lowercaseNamingScenarioMap.set(key, { word, files });