Home
last modified time | relevance | path

Searched defs:passwordObj (Results 1 – 9 of 9) sorted by relevance

/dports/print/hplip/hplip-3.20.6/base/
H A Dservices.py73 def restart(passwordObj): argument
85 def run_open_mdns_port(core, passwordObj, callback=None): argument
119 def run_hp_tools_with_auth(cmd, passwordObj): argument
143 def start_service( service_name, passwordObj): argument
H A Dsmart_install.py169 def download(mode, passwordObj): argument
198 def disable(mode, ui_toolkit='qt4', dialog=None, app=None, passwordObj = None): argument
H A Dqueues.py321 def main_function(passwordObj = None, mode = GUI_MODE, ui_toolkit= UI_TOOLKIT_QT4, quiet_mode = Fal… argument
H A Dutils.py1279 def run(cmd, passwordObj = None, pswd_msg='', log_output=True, spinner=True, timeout=1): argument
2366 def remove(path, passwordObj = None, cksudo = False): argument
/dports/print/hplip/hplip-3.20.6/
H A Ddiagnose_queues.py119 passwordObj = password.Password(mode) variable
/dports/print/hplip/hplip-3.20.6/ui5/
H A Dqueuesconf.py134 def __init__(self, parent, printerName, device_uri, Error_msg,passwordObj=None): argument
/dports/print/hplip/hplip-3.20.6/ui4/
H A Dqueuesconf.py136 def __init__(self, parent, printerName, device_uri, Error_msg,passwordObj=None): argument
/dports/print/hplip/hplip-3.20.6/prnt/cupsext/
H A Dcupsext.c1522 PyObject *passwordObj = NULL; in password_callback() local
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclZipfs.c2984 Tcl_Obj *passwordObj) /* The password for encoding things. NULL if in ZipFSMkZipOrImg()