Home
last modified time | relevance | path

Searched refs:ppd_make_and_model (Results 1 – 12 of 12) sorted by relevance

/dports/print/system-config-printer/system-config-printer-1.5.12/cupshelpers/
H A Dppds.py131 ppd_make_and_model.strip ()
134 l = ppd_make_and_model.lower ()
138 model = ppd_make_and_model
147 ppd_make_and_model = ppd_make_and_model[t + 12:t2]
149 ppd_make_and_model = ppd_make_and_model[:t]
153 make = ppd_make_and_model
166 model = ppd_make_and_model[15:]
169 model = ppd_make_and_model[22:]
172 model = ppd_make_and_model[13:]
175 model = ppd_make_and_model[8:]
[all …]
/dports/print/cups/cups-2.3.3op2/templates/ru/
H A Dchoose-model.tmpl43 …me}" {op=modify-printer?:{?current_make_and_model={ppd_make_and_model}?SELECTED:}}>{ppd_make_and_m…
/dports/print/cups/cups-2.3.3op2/templates/ja/
H A Dchoose-model.tmpl43 …me}" {op=modify-printer?:{?current_make_and_model={ppd_make_and_model}?SELECTED:}}>{ppd_make_and_m…
/dports/print/cups/cups-2.3.3op2/templates/pt_BR/
H A Dchoose-model.tmpl43 …me}" {op=modify-printer?:{?current_make_and_model={ppd_make_and_model}?SELECTED:}}>{ppd_make_and_m…
/dports/print/cups/cups-2.3.3op2/templates/fr/
H A Dchoose-model.tmpl43 …me}" {op=modify-printer?:{?current_make_and_model={ppd_make_and_model}?SELECTED:}}>{ppd_make_and_m…
/dports/print/cups/cups-2.3.3op2/templates/de/
H A Dchoose-model.tmpl43 …me}" {op=modify-printer?:{?current_make_and_model={ppd_make_and_model}?SELECTED:}}>{ppd_make_and_m…
/dports/print/cups/cups-2.3.3op2/templates/da/
H A Dchoose-model.tmpl43 …me}" {op=modify-printer?:{?current_make_and_model={ppd_make_and_model}?SELECTED:}}>{ppd_make_and_m…
/dports/print/cups/cups-2.3.3op2/templates/es/
H A Dchoose-model.tmpl43 …me}" {op=modify-printer?:{?current_make_and_model={ppd_make_and_model}?SELECTED:}}>{ppd_make_and_m…
/dports/print/cups/cups-2.3.3op2/templates/
H A Dchoose-model.tmpl43 …me}" {op=modify-printer?:{?current_make_and_model={ppd_make_and_model}?SELECTED:}}>{ppd_make_and_m…
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/printers/
H A Dpp-utils.c2539 const gchar *ppd_make_and_model = NULL; in get_all_ppds_func() local
2560 ppd_make_and_model = ippGetString (attr, 0, NULL); in get_all_ppds_func()
2592 if (ppd_make_and_model && in get_all_ppds_func()
2593 ppd_make_and_model[0] != '\0') in get_all_ppds_func()
2595 mdl = g_strdup (ppd_make_and_model); in get_all_ppds_func()
/dports/print/py-pycups/pycups-2.0.1/
H A DNEWS168 include_schemes, ppd_device_id, ppd_make, ppd_make_and_model,
H A Dcupsconnection.c925 char *ppd_make_and_model; in do_getPPDs() local
1063 if (UTF8_from_PyObj (&ppd_make_and_model, ppd_make_and_model_obj) == NULL) in do_getPPDs()
1070 "ppd-make-and-model", NULL, ppd_make_and_model); in do_getPPDs()
1071 free (ppd_make_and_model); in do_getPPDs()