Home
last modified time | relevance | path

Searched refs:pages_dict (Results 1 – 6 of 6) sorted by relevance

/dports/print/lilypond-devel/lilypond-2.23.5/python/auxiliar/
H A Dpostprocess_html.py82 pages_dict = {}
97 if not g[0] in pages_dict:
98 pages_dict[g[0]] = [e]
100 pages_dict[g[0]].append(e)
101 return pages_dict
127 def find_translations(pages_dict, prefix, lang_ext): argument
133 if e in pages_dict[prefix]:
153 if not (destination_path in pages_dict and
213 def process_html_files(pages_dict, argument
264 for prefix, ext_list in list(pages_dict.items()):
[all …]
/dports/print/lilypond/lilypond-2.22.1/python/auxiliar/
H A Dpostprocess_html.py86 pages_dict = {}
101 if not g[0] in pages_dict:
102 pages_dict[g[0]] = [e]
104 pages_dict[g[0]].append(e)
105 return pages_dict
166 def find_translations(pages_dict, prefix, lang_ext): argument
172 if e in pages_dict[prefix]:
192 if not (destination_path in pages_dict and
266 def process_html_files(pages_dict, argument
317 for prefix, ext_list in list(pages_dict.items()):
[all …]
/dports/graphics/tumble/tumble-0.36/
H A Dpdf.c65 pages->pages_dict = pdf_new_ind_ref (pdf_file, pdf_new_obj (PT_DICTIONARY)); in pdf_new_pages()
66 pdf_set_dict_entry (pages->pages_dict, "Type", pdf_new_name ("Pages")); in pdf_new_pages()
67 pdf_set_dict_entry (pages->pages_dict, "Kids", pages->kids); in pdf_new_pages()
68 pdf_set_dict_entry (pages->pages_dict, "Count", pages->count); in pdf_new_pages()
94 pdf_set_dict_entry (pdf_file->catalog, "Pages", pdf_file->root->pages_dict); in pdf_create()
250 pdf_set_dict_entry (page->page_dict, "Parent", pdf_file->root->pages_dict); in pdf_new_page()
H A Dpdf_private.h39 struct pdf_obj *pages_dict; member
/dports/print/lilypond-devel/lilypond-2.23.5/scripts/build/
H A Dwww_post.py64 pages_dict = postprocess_html.build_pages_dict(html_files) variable
67 pages_dict,
/dports/print/lilypond/lilypond-2.22.1/scripts/build/
H A Dwww_post.py65 pages_dict = postprocess_html.build_pages_dict(html_files) variable
68 pages_dict,