Lines Matching defs:conventions

54             conventions.generated_include_path,
56 conventions.file_suffix)
65 conventions.generated_include_path,
66 type, name, conventions.file_suffix)
105 'include::{config}/copyright-ccby' + conventions.file_suffix + '[]',
238 conventions.extra_refpage_headers,
245 conventions.extra_refpage_body,
326 specName = conventions.api_name(specType)
327 specURL = conventions.specURL(specType)
428 pageName = f'{baseDir}/{pi.name}{conventions.file_suffix}'
485 specURL = conventions.specURL(pi.spec)
515 pageName = f'{baseDir}/{pi.name}{conventions.file_suffix}'
568 pageName = f'{baseDir}/{flagName}{conventions.file_suffix}'
623 pageName = f'{baseDir}/{handleName}{conventions.file_suffix}'
752 print('include::{config}/copyright-ccby' + conventions.file_suffix + '[]', file=head)
794 if 'FlagBits' in refPage and conventions.unified_flag_refpages:
804 print(f'include::{refPage}{conventions.file_suffix}[]', file=body)
815 pageName = f'{baseDir}/apispec{conventions.file_suffix}'
872 appPath = extpath + '/' + conventions.extension_file_path(name)
878 specURL = conventions.specURL()
893 pageName = f'{baseDir}/{name}{conventions.file_suffix}'
908 if conventions.include_extension_appendix_in_refpage:
929 global genDict, extensions, conventions, apiName
932 conventions = APIConventions()
933 apiName = conventions.api_name('api')
964 default=conventions.registry_path,
1001 genOpts = GeneratorOptions(apiname = conventions.xml_api_name)
1005 if conventions.write_refpage_include:
1009 if conventions.xml_api_name in v.supported.split(','))
1012 for prefix in conventions.extension_index_prefixes: