Home
last modified time | relevance | path

Searched refs:SUPPORT_TYPE_NONE (Results 1 – 6 of 6) sorted by relevance

/dports/print/hplip/hplip-3.20.6/
H A Dconfig_usb_printer.py148 if not mq or mq.get('support-type', SUPPORT_TYPE_NONE) == SUPPORT_TYPE_NONE:
H A Dcheck-plugin.py261 if not mq or mq.get('support-type', SUPPORT_TYPE_NONE) == SUPPORT_TYPE_NONE:
H A Dsetup.py394 if not mq or mq.get('support-type', SUPPORT_TYPE_NONE) == SUPPORT_TYPE_NONE:
H A Ddat2drv.py317 if models_dict[m]['support-type'] == SUPPORT_TYPE_NONE:
668 if models_dict[m]['support-type'] == SUPPORT_TYPE_NONE:
/dports/print/hplip/hplip-3.20.6/base/
H A Ddevice.py422 if mq.get('support-type', SUPPORT_TYPE_NONE) > SUPPORT_TYPE_NONE:
539 … elif int(mq.get('support-type', SUPPORT_TYPE_NONE)) == SUPPORT_TYPE_NONE:
584 elif int(mq.get('support-type', SUPPORT_TYPE_NONE)) == SUPPORT_TYPE_NONE:
620 elif int(mq.get('support-type', SUPPORT_TYPE_NONE)) == SUPPORT_TYPE_NONE:
677 elif int(mq.get('support-type', SUPPORT_TYPE_NONE)) == SUPPORT_TYPE_NONE:
720 elif int(mq.get('support-type', SUPPORT_TYPE_NONE)) == SUPPORT_TYPE_NONE:
H A Dcodes.py746 SUPPORT_TYPE_NONE = 0 variable