Searched refs:add_choice (Results 1 – 6 of 6) sorted by relevance
/external/libcups/ppdc/ |
D | ppdc-source.cxx | 815 o->add_choice(new ppdcChoice("None", "Off (1-Sided)", in get_duplex() 817 o->add_choice(new ppdcChoice("DuplexNoTumble", "Long-Edge (Portrait)", in get_duplex() 819 o->add_choice(new ppdcChoice("DuplexTumble", "Short-Edge (Landscape)", in get_duplex() 1211 o->add_choice(new ppdcChoice("False", "Not Installed", "")); in get_installable() 1212 o->add_choice(new ppdcChoice("True", "Installed", "")); in get_installable() 2678 o->add_choice(c); in scan_file() 2713 o->add_choice(c); in scan_file() 2803 o->add_choice(c); in scan_file() 2807 o->add_choice(c); in scan_file() 2843 o->add_choice(c); in scan_file() [all …]
|
D | ppdc-import.cxx | 205 coption->add_choice(cchoice); in import_ppd()
|
D | ppdc.h | 254 void add_choice(ppdcChoice *c) { choices->add(c); } in add_choice() function
|
/external/python/cpython2/Lib/plat-irix5/ |
D | flp.py | 409 elif cl == FL.CHOICE: return fm.add_choice
|
/external/python/cpython2/Lib/plat-irix6/ |
D | flp.py | 408 elif cl == FL.CHOICE: return fm.add_choice
|
/external/python/cpython2/Doc/library/ |
D | fl.rst | 323 .. method:: form.add_choice(type, x, y, w, h, name)
|