Lines Matching refs:file
28 print('Usage:', sys.argv[0], ' gendir srcdir accordfilename flatfilename', file=sys.stderr)
37 print('Unknown invocation mode', file=sys.stderr)
53 # Docbook source and generated HTML 5 file extensions
64 # file - name of file containing the feature
66 # alias - True if this is an alias of another feature in the file.
67 # Usually if alias is False, feature is the basename of file.
72 file = None,
76 self.file = file
116 # telling the files apart based on the file name:
131 for file in files:
132 # print('Processing file', file)
133 (entrypoint,ext) = os.path.splitext(file)
139 addkey(refIndex, Feature(file, entrypoint, False, apiCommand))
140 # Search parent file for <function> tags inside <funcdef> tags
150 addkey(refIndex, Feature(file, funcname, True, apiCommand))
153 print('No parent page for', file, ', will not be indexed')
176 sep='\n', file=fp)
185 '</a>', file=fp)
188 print(' <center>\n<div id="container">', file=fp)
194 '</a></b> ', file=fp)
195 print(' </div>\n</center>', file=fp)
202 sep='\n', file=fp)
205 print(' </div> <!-- End containerurl -->', file=fp)
207 print(' <script type="text/javascript">initiate();</script>', file=fp)
210 sep='\n', file=fp)
214 file = feature.file
217 print(ind4 + '<li><a href="' + file + '" target="pagedisplay">'
219 sep='\n', file=fp)
226 sep='\n', file=fp)
234 sep='\n', file=fp)
254 # fp is the file to write to
258 sep='\n', file=fp)
288 sep='\n', file=fp)