SYMBOL INDEX (34 symbols across 2 files) FILE: layers/+lang/c-c++/global_conf.py function FlagsForFile (line 70) | def FlagsForFile(filename): function FlagsFromClangComplete (line 91) | def FlagsFromClangComplete(root, filename): function FlagsFromCompilationDatabase (line 101) | def FlagsFromCompilationDatabase(root, filename): function GetFlagsForHeader (line 125) | def GetFlagsForHeader(database_path, database, filename): function GetFlagsForSourceFile (line 140) | def GetFlagsForSourceFile(database_path, database, filename): function FindNearest (line 146) | def FindNearest(path, target, filename, subdirs=[]): function FindFileInDb (line 160) | def FindFileInDb(database, filename): function FindSiblingFileForHeader (line 172) | def FindSiblingFileForHeader(database, filename): function FindNearestSourceFileInDb (line 188) | def FindNearestSourceFileInDb(database_path, database, srcfile): function DoFindNearestSourceFileInDb (line 202) | def DoFindNearestSourceFileInDb(database_path, database, directory, skip): function Pairwise (line 215) | def Pairwise(iterable): function RemoveClosingSlash (line 221) | def RemoveClosingSlash(path): function SearchForTranslationUnitWhichIncludesPath (line 226) | def SearchForTranslationUnitWhichIncludesPath(database_path, database, p... function GetUserExtraFlags (line 268) | def GetUserExtraFlags(filename): function MakeRelativePathsInFlagsAbsolute (line 283) | def MakeRelativePathsInFlagsAbsolute(flags, working_directory): FILE: layers/+lang/python/local/pylookup/pylookup.py function build_book (line 43) | def build_book(s, num): function trim (line 53) | def trim(s): class Element (line 62) | class Element(object): method __init__ (line 63) | def __init__(self, entry, desc, book, url): method __format__ (line 69) | def __format__(self, format_spec): method match_insensitive (line 73) | def match_insensitive(self, key): method match_sensitive (line 81) | def match_sensitive(self, key): method match_in_entry_insensitive (line 89) | def match_in_entry_insensitive(self, key): method match_in_entry_sensitive (line 97) | def match_in_entry_sensitive(self, key): function get_matcher (line 106) | def get_matcher(insensitive=True, desc=True): class IndexProcessor (line 125) | class IndexProcessor(HTMLParser): method __init__ (line 130) | def __init__(self, writer, dirn): method handle_starttag (line 145) | def handle_starttag(self, tag, attrs): method handle_endtag (line 157) | def handle_endtag(self, tag): method handle_data (line 164) | def handle_data(self, data): method save_end (line 198) | def save_end(self): function update (line 202) | def update(db, urls, append=False): function lookup (line 263) | def lookup(db, key, format_spec, out=sys.stdout, insensitive=True, desc=... function cache (line 284) | def cache(db, out=sys.stdout):