Home
last modified time | relevance | path

Searched refs:PLUGIN_INSTALLED (Results 1 – 17 of 17) sorted by relevance

/dports/print/hplip/hplip-3.20.6/
H A Dconfig_usb_printer.py168 if plugin_sts == pluginhandler.PLUGIN_INSTALLED:
175 if plugin_sts != pluginhandler.PLUGIN_INSTALLED:
H A Dcheck-plugin.py106 if pluginObj.getStatus() == PLUGIN_INSTALLED:
290 if plugin_sts == pluginhandler.PLUGIN_INSTALLED:
H A Ddiagnose_plugin.py103 if plugin_sts == PLUGIN_INSTALLED:
H A Ddoctor.py133 elif plugin_sts == PLUGIN_INSTALLED:
H A Dcheck.py554 if plugin_sts == pluginhandler.PLUGIN_INSTALLED:
555 self.plugin_status = PLUGIN_INSTALLED
H A Dplugin.py188 if pluginObj.getStatus() == pluginhandler.PLUGIN_INSTALLED and plugin_path is None:
H A Dhpssd.py369 if pluginObj.getStatus() != PLUGIN_INSTALLED:
H A Dsetup.py411 if plugin_sts != pluginhandler.PLUGIN_INSTALLED:
/dports/print/hplip/hplip-3.20.6/ui4/
H A Dplugindiagnose.py96 if not ok or self.pluginObj.getStatus() != pluginhandler.PLUGIN_INSTALLED:
H A Dsetupdialog.py694 if pluginObj.getStatus() != pluginhandler.PLUGIN_INSTALLED:
699 if not ok or pluginObj.getStatus() != pluginhandler.PLUGIN_INSTALLED:
/dports/print/hplip/hplip-3.20.6/ui5/
H A Dplugindiagnose.py96 if not ok or self.pluginObj.getStatus() != pluginhandler.PLUGIN_INSTALLED:
H A Dsetupdialog.py692 if pluginObj.getStatus() != pluginhandler.PLUGIN_INSTALLED:
697 if not ok or pluginObj.getStatus() != pluginhandler.PLUGIN_INSTALLED:
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/
H A DActionExpression.java596 if (value.equals(PLUGIN_INSTALLED)) { in isEnabledFor()
820 private static final String PLUGIN_INSTALLED = "installed"; //$NON-NLS-1$ field in ActionExpression
/dports/print/hplip/hplip-3.20.6/base/
H A Dcodes.py871 PLUGIN_INSTALLED = '1' variable
/dports/print/hplip/hplip-3.20.6/installer/
H A Dpluginhandler.py430 self.__plugin_state = PLUGIN_INSTALLED
/dports/print/hplip/hplip-3.20.6/ui/
H A Dsetupform.py232 if plugin > PLUGIN_NONE and pluginObj.getStatus() != pluginhandler.PLUGIN_INSTALLED:
237 if not ok or pluginObj.getStatus() != pluginhandler.PLUGIN_INSTALLED:
/dports/print/hplip/hplip-3.20.6/fax/
H A Dmarvellfax.py105 if pluginObj.getStatus() != pluginhandler.PLUGIN_INSTALLED: