Lines Matching refs:keys
96 if (key in dict.keys()):
110 # - Index terms are keys in a dictionary whose entries
114 # - API keys have their glPrefix value set to True,
115 # GLSL keys to False. There is a simplistic way of
128 # Dictionary of all keys mapped to Feature values
236 # Return the keys in a dictionary sorted by name.
237 # Select only keys matching whichKeys (see genDict below)
240 for key in dict.keys():
260 # Print links for sorted keys in each letter section
268 # Generatesorted list of page indexes. Select keys matching whichKeys.
269 keys = sortedKeys(dict, whichKeys)
271 # print('@ Sorted list of page indexes:\n', keys)
273 for key in keys:
307 indices = { key[0].lower() for key in refIndex.keys() }