Searched refs:Collate (Results 1 – 13 of 13) sorted by relevance
/third_party/cups-filters/filter/ |
D | imagetopdf.c | 55 Collate = 0, /* Collate copies? */ variable 786 Collate = h.Collate ? 1 : 0; in main() 858 Collate = strcasecmp(val, "separate-documents-uncollated-copies") != 0; in main() 863 Collate = 1; in main() 870 Collate = 1; in main() 1450 Collate = 0; in main() 1459 if (Collate) { in main() 1479 !ppd->manual_copies && Collate && !deviceCollate) { in main() 1487 Collate = 1; in main() 1493 if (Duplex && Collate && !deviceCollate) { in main() [all …]
|
D | mupdftoraster.c | 112 h->Collate = CUPS_TRUE; in parse_pdf_header_options() 114 h->Collate = CUPS_FALSE; in parse_pdf_header_options()
|
D | gstoraster.c | 114 h->Collate = CUPS_TRUE; in parse_pdf_header_options() 116 h->Collate = CUPS_FALSE; in parse_pdf_header_options() 157 if (h->Collate) { in add_pdf_header_options()
|
D | imagetoraster.c | 50 Collate = 0, /* Collate copies? */ variable 280 Collate = strcasecmp(val, "separate-documents-collated-copies") != 0; in main() 285 Collate = 1; in main() 1337 Collate = 0; in main() 1339 slowcollate = Collate && ppdFindOption(ppd, "Collate") == NULL; in main() 1347 header.Collate = (cups_bool_t)Collate; in main()
|
D | rastertopclx.c | 149 fprintf(stderr, "DEBUG: Collate = %d\n", header->Collate); in StartPage()
|
D | rastertoescpx.c | 161 fprintf(stderr, "DEBUG: Collate = %d\n", header->Collate); in StartPage()
|
D | pdftoraster.cxx | 2026 header.Collate = deviceCollate ? CUPS_TRUE : CUPS_FALSE; in main()
|
/third_party/icu/docs/userguide/collation/ |
D | examples.md | 181 "Collate with locale in C++ failed.\n"); 184 fprintf(stdout, "Collate with Locale C++ example worked!!\n"); 191 "%s: Collate with locale in C failed.\n"); 194 fprintf(stdout, "Collate with Locale C example worked!!\n"); 216 System.err.println("Collate with locale example failed."); 219 System.out.println("Collate with Locale example worked!!");
|
/third_party/cups-filters/ |
D | README | 539 Collate 565 Collate, Copies, Duplex, OutputOrder 568 Collate, Copies, Duplex, OutputOrder, cupsEvenDuplex, cupsManualCopies 573 Collate: 574 If Collate is defined, "imagetopdf" judges the printer supports Collate. 595 Collate : specified Collate 603 device_collate : Collate passed to the printer 615 /* Collate is not needed. */ 616 Collate = False; 631 if (Collate && the printer can handle Collate) device_collate = True; [all …]
|
D | README.md | 539 Collate 565 Collate, Copies, Duplex, OutputOrder 568 Collate, Copies, Duplex, OutputOrder, cupsEvenDuplex, cupsManualCopies 573 Collate: 574 If Collate is defined, "imagetopdf" judges the printer supports Collate. 595 Collate : specified Collate 603 device_collate : Collate passed to the printer 615 /* Collate is not needed. */ 616 Collate = False; 631 if (Collate && the printer can handle Collate) device_collate = True; [all …]
|
D | ohos_pdftoraster.patch | 226 /* fix NumCopies, Collate ccording to PDFTOPDFComments */ 236 header.Collate = deviceCollate ? CUPS_TRUE : CUPS_FALSE;
|
D | NEWS | 3479 "Collate" to the fifth command line argument for the "pstops" CUPS
|
/third_party/cups-filters/cupsfilters/ |
D | raster.c | 257 h->Collate = CUPS_FALSE; in cupsRasterParseIPPOptions() 270 h->Collate = CUPS_TRUE; in cupsRasterParseIPPOptions() 274 h->Collate = CUPS_FALSE; in cupsRasterParseIPPOptions() 276 h->Collate = CUPS_FALSE; in cupsRasterParseIPPOptions()
|