Lines Matching refs:normalizedKeys
248 const normalizedKeys = groups[groupName]
259 return { groupName, normalizedKeys };
261 .filter(({ normalizedKeys }) => normalizedKeys.length > 0) property
262 .map(({ groupName, normalizedKeys }) => { property
263 const switches = normalizedKeys.reduce((acc, key) => {
287 return { groupName, normalizedKeys, switches };
291 ….some(({ normalizedKeys, switches }) => !normalizedKeys.every(key => isLongSwitch(switches[key]))); property
295 .forEach(({ normalizedKeys, switches }) => { property
296 normalizedKeys.forEach(key => {
303 displayedGroups.forEach(({ groupName, normalizedKeys, switches }) => { property
305 normalizedKeys.forEach(key => {