Home
last modified time | relevance | path

Searched refs:__title__ (Results 1 – 25 of 520) sorted by relevance

12345678910>>...21

/dports/print/hplip/hplip-3.20.6/
H A Ddiagnose_queues.py24 __title__ = 'AutoConfig Utility to check queues configuration' variable
40 utils.log_title(__title__, __version__)
41 utils.format_text(USAGE, typ, __title__, __mod__, __version__)
60 mod = module.Module(__mod__, __title__, __version__, __doc__, USAGE,
106 utils.log_title(__title__, __version__)
H A Duninstall.py24 __title__ = 'HPLIP Uninstaller' variable
49 utils.log_title(__title__, __version__)
51 utils.format_text(USAGE, typ, __title__, __mod__, __version__)
123 utils.log_title(__title__, __version__, True)
H A Ddiagnose_plugin.py25 __title__ = 'Diagnose Plugin Utility' variable
50 utils.log_title(__title__, __version__)
51 utils.format_text(USAGE, typ, __title__, __mod__, __version__)
68 mod = module.Module(__mod__, __title__, __version__, __doc__, USAGE,
H A Dinstall.py24 __title__ = 'HPLIP Installer' variable
68 utils.log_title(__title__, __version__)
70 utils.format_text(USAGE, typ, __title__, __mod__, __version__)
232 utils.log_title(__title__, __version__, True)
H A Duiscan.py4 __title__ = 'Scan Utility' variable
26 mod = module.Module(__mod__, __title__, __version__, __doc__, None, (GUI_MODE,), (UI_TOOLKIT_QT4, U…
H A Dlinefeedcal.py24 __title__ = 'Printer Line Feed Calibration Utility' variable
42 mod = module.Module(__mod__, __title__, __version__, __doc__, None,
H A Dpqdiag.py25 __title__ = 'Print Quality Diagnostic Utility' variable
43 mod = module.Module(__mod__, __title__, __version__, __doc__, None,
H A Dwificonfig.py24 __title__ = 'Wifi Configuration Utility' variable
49 mod = module.Module(__mod__, __title__, __version__, __doc__, None,
H A Dcheck-plugin.py25 __title__ = 'AutoConfig Utility for Plug-in Installation' variable
149 utils.log_title(__title__, __version__)
151 utils.format_text(USAGE, typ, __title__, __mod__, __version__)
164 mod = module.Module(__mod__, __title__, __version__, __doc__, USAGE,
H A Dfaxsetup.py24 __title__ = 'Fax Device Setup Utility' variable
50 mod = module.Module(__mod__, __title__, __version__, __doc__, None,
H A Ddevicesettings.py24 __title__ = 'Device Setup Utility' variable
50 mod = module.Module(__mod__, __title__, __version__, __doc__, None,
H A Dconfig_usb_printer.py24 __title__ = 'HP device config using USB' variable
58 utils.format_text(USAGE, typ, __title__, __mod__, __version__)
105 mod = module.Module(__mod__, __title__, __version__, __doc__, USAGE, (INTERACTIVE_MODE,), None, run…
H A Dprintsettings.py24 __title__ = 'Printer Settings Utility' variable
50 mod = module.Module(__mod__, __title__, __version__, __doc__, None,
/dports/audio/py-fmoo-audiotools/audiotools-3.0/audiotools/cue/
H A D__init__.py43 self.__title__ = title
120 self.__title__,
126 album_name=self.__title__,
139 if self.__title__ is not None:
141 u"TITLE %s" % (format_string(self.__title__)))
233 self.__title__ = title
297 self.__title__,
303 track_name=self.__title__,
343 if self.__title__ is not None:
345 (format_string(self.__title__)))
/dports/biology/py-resdk/resdk-13.8.0/src/resdk/
H A D__about__.py6 __title__ = "resdk" variable
11 __version__ = get_distribution(__title__).version
/dports/devel/py-grizzled/grizzled-0.9.4/grizzled/
H A D__init__.py18 __title__ = 'The Grizzled Python Utility Library' variable
27 title = __title__
/dports/multimedia/gpodder/gpodder-3.10.17/share/gpodder/extensions/
H A Dnormalize_audio.py21 __title__ = _('Normalize audio with re-encoding') variable
53 logger.info('Extension "%s" is being loaded.' % __title__)
56 logger.info('Extension "%s" is being unloaded.' % __title__)
H A Drockbox_convert2mp4.py26 __title__ = _('Convert video files to MP4 for Rockbox') variable
52 logger.info('Extension "%s" is being loaded.' % __title__)
55 logger.info('Extension "%s" is being unloaded.' % __title__)
H A Dcommand_on_download.py18 __title__ = _('Run a Command on Download') variable
48 logger.warn("%s: missing episode filename", __title__)
/dports/devel/py-rauth/rauth-0.7.2/rauth/
H A D__init__.py24 from .__about__ import (__title__, __version_info__, __version__, __author__,
27 (__title__, __version_info__, __version__, __author__, __license__,
/dports/devel/py-yarg/yarg-0.1.9/
H A Dsetup.py13 setup(name=__title__,
27 provides=[__title__, ],
/dports/devel/py-python-gitlab/python-gitlab-2.10.1/gitlab/
H A Dconst.py18 from gitlab.__version__ import __title__, __version__
57 USER_AGENT: str = "{}/{}".format(__title__, __version__)
/dports/www/py-crossplane/crossplane-0.5.7/
H A Dsetup.py13 __title__, __summary__, __url__, __version__, __author__, __email__,
60 name=__title__,
/dports/finance/electrum/Electrum-4.1.5/packages/python_socks/
H A D_proto_http.py5 from ._version import __title__, __version__
8 sys.version_info, __title__, __version__)
/dports/net/py-python-socks/python-socks-2.0.1/python_socks/_proto/
H A Dhttp.py5 from .._version import __title__, __version__
8 sys.version_info, __title__, __version__)

12345678910>>...21