Home
last modified time | relevance | path

Searched refs:select_printer (Results 1 – 16 of 16) sorted by relevance

/dports/mail/alpine/alpine-465e23b/alpine/
H A Dprint.h27 void select_printer(struct pine *, int);
H A Dprint.c54 select_printer(struct pine *ps, int edit_exceptions) in select_printer() function
H A Dalpine.c2913 select_printer(ps_global, edit_exceptions); in do_setup_task()
/dports/editors/pico-alpine/alpine-465e23b/alpine/
H A Dprint.h27 void select_printer(struct pine *, int);
H A Dprint.c54 select_printer(struct pine *ps, int edit_exceptions) in select_printer() function
H A Dalpine.c2913 select_printer(ps_global, edit_exceptions); in do_setup_task()
/dports/cad/astk-client/astk-2020.0/ASTK_CLIENT/lib/
H A Dfile_funct.tcl150 global select_printer bid_pr iret_print
171 set select_printer 0
203 global select_printer bid_pr
/dports/cad/astk-serveur/astk-2020.0/ASTK_CLIENT/lib/
H A Dfile_funct.tcl150 global select_printer bid_pr iret_print
171 set select_printer 0
203 global select_printer bid_pr
/dports/devel/py-avro/avro-1.11.0/avro/
H A D__main__.py73 def select_printer(format_: str) -> Callable[[Mapping[str, object]], None]: function
113 printer = select_printer(format_)
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DPreset.hpp725 void select_printer(const std::string& full_name);
726 void select_printer(const PhysicalPrinter& printer);
727 void select_printer(const std::string& printer_name, const std::string& preset_name);
H A DPreset.cpp1618 this->select_printer(*it); in load_printer()
1844 void PhysicalPrinterCollection::select_printer(const std::string& full_name) in select_printer() function in Slic3r::PhysicalPrinterCollection
1864 void PhysicalPrinterCollection::select_printer(const std::string& printer_name, const std::string& … in select_printer() function in Slic3r::PhysicalPrinterCollection
1867 return select_printer(printer_name); in select_printer()
1868 return select_printer(printer_name + PhysicalPrinter::separator() + preset_name); in select_printer()
1871 void PhysicalPrinterCollection::select_printer(const PhysicalPrinter& printer) in select_printer() function in Slic3r::PhysicalPrinterCollection
1873 return select_printer(printer.name); in select_printer()
H A DPresetBundle.cpp479 physical_printers.select_printer(initial_physical_printer_name); in load_selections()
899 … this->physical_printers.select_printer(pp->name, this->printers.get_edited_preset().name); in load_config_file_config()
1451 physical_printers.select_printer(active_physical_printer, active_printer); in load_configbundle()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DSavePresetDialog.cpp364 physical_printers.select_printer(printer.get_full_name(preset_name)); in update_physical_printers()
H A DPhysicalPrinterDialog.cpp664 printers.select_printer(m_printer); in OnOK()
H A DPresetComboBoxes.cpp475 physical_printers.select_printer(selected_string); in selection_is_changed_according_to_physical_printers()
H A DTab.cpp3121 m_preset_bundle->physical_printers.select_printer(last_selected_ph_printer_name); in select_preset()
3505 physical_printers.select_printer(printer); in delete_preset()