Lines Matching refs:label
61 label=prefix+"-"+suffix+'_*'
64 label=path.replace("/","_").replace('tests_','tests-').replace('tutorials_','tutorials-')
65 return label
102 label=llist[i]
104 if '/' in label:
105 label=pathToLabel(label)
106 elif label.startswith('src'):
107 label=label.lstrip('src').lstrip('*')
108 setlist.append(fnmatch.filter(invDict['name'],label))
112 label=label.lower()
114 if fnmatch.filter([key.lower()],label):
117 if label.startswith('!') and not key.startswith('!'): continue
118 if not label.startswith('!') and key.startswith('!'): continue
131 label=llist[i]
135 label=llist[i]