Home
last modified time | relevance | path

Searched refs:mandatory_options (Results 1 – 25 of 72) sorted by relevance

123

/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/plugins/filed/
H A DBareosFdPluginBaseclass.py37 def __init__(self, context, plugindef, mandatory_options=None): argument
68 self.mandatory_options = mandatory_options
108 return self.check_options(context, self.mandatory_options)
110 def check_options(self, context, mandatory_options=None): argument
117 if mandatory_options is None:
120 for option in mandatory_options:
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/plugins/filed/
H A DBareosFdPluginBaseclass.py37 def __init__(self, context, plugindef, mandatory_options=None): argument
68 self.mandatory_options = mandatory_options
108 return self.check_options(context, self.mandatory_options)
110 def check_options(self, context, mandatory_options=None): argument
117 if mandatory_options is None:
120 for option in mandatory_options:
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/plugins/filed/
H A DBareosFdPluginBaseclass.py37 def __init__(self, context, plugindef, mandatory_options=None): argument
68 self.mandatory_options = mandatory_options
108 return self.check_options(context, self.mandatory_options)
110 def check_options(self, context, mandatory_options=None): argument
117 if mandatory_options is None:
120 for option in mandatory_options:
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/plugins/filed/
H A DBareosFdPluginBaseclass.py37 def __init__(self, context, plugindef, mandatory_options=None): argument
68 self.mandatory_options = mandatory_options
102 return self.check_options(context, self.mandatory_options)
104 def check_options(self, context, mandatory_options=None): argument
111 if mandatory_options is None:
114 for option in mandatory_options:
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/plugins/filed/
H A DBareosFdPluginBaseclass.py37 def __init__(self, context, plugindef, mandatory_options=None): argument
68 self.mandatory_options = mandatory_options
102 return self.check_options(context, self.mandatory_options)
104 def check_options(self, context, mandatory_options=None): argument
111 if mandatory_options is None:
114 for option in mandatory_options:
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/plugins/filed/
H A DBareosFdPluginBaseclass.py37 def __init__(self, context, plugindef, mandatory_options=None): argument
68 self.mandatory_options = mandatory_options
102 return self.check_options(context, self.mandatory_options)
104 def check_options(self, context, mandatory_options=None): argument
111 if mandatory_options is None:
114 for option in mandatory_options:
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/plugins/filed/
H A DBareosFdPluginBaseclass.py37 def __init__(self, context, plugindef, mandatory_options=None): argument
68 self.mandatory_options = mandatory_options
108 return self.check_options(context, self.mandatory_options)
110 def check_options(self, context, mandatory_options=None): argument
117 if mandatory_options is None:
120 for option in mandatory_options:
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/plugins/filed/
H A DBareosFdPluginBaseclass.py37 def __init__(self, context, plugindef, mandatory_options=None): argument
68 self.mandatory_options = mandatory_options
102 return self.check_options(context, self.mandatory_options)
104 def check_options(self, context, mandatory_options=None): argument
111 if mandatory_options is None:
114 for option in mandatory_options:
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/plugins/filed/python/pyfiles/
H A DBareosFdPluginBaseclass.py38 def __init__(self, plugindef, mandatory_options=None): argument
73 self.mandatory_options = mandatory_options
108 return self.check_options(self.mandatory_options)
110 def check_options(self, mandatory_options=None): argument
116 if mandatory_options is None:
118 for option in mandatory_options:
H A DBareosFdPluginLocalFilesBaseclass.py40 def __init__(self, plugindef, mandatory_options=None): argument
46 if mandatory_options is None:
47 mandatory_options = ["filename"]
49 plugindef, mandatory_options
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/plugins/filed/python/pyfiles/
H A DBareosFdPluginBaseclass.py38 def __init__(self, plugindef, mandatory_options=None): argument
73 self.mandatory_options = mandatory_options
108 return self.check_options(self.mandatory_options)
110 def check_options(self, mandatory_options=None): argument
116 if mandatory_options is None:
118 for option in mandatory_options:
H A DBareosFdPluginLocalFilesBaseclass.py40 def __init__(self, plugindef, mandatory_options=None): argument
46 if mandatory_options is None:
47 mandatory_options = ["filename"]
49 plugindef, mandatory_options
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/plugins/filed/python/pyfiles/
H A DBareosFdPluginBaseclass.py38 def __init__(self, plugindef, mandatory_options=None): argument
73 self.mandatory_options = mandatory_options
108 return self.check_options(self.mandatory_options)
110 def check_options(self, mandatory_options=None): argument
116 if mandatory_options is None:
118 for option in mandatory_options:
H A DBareosFdPluginLocalFilesBaseclass.py40 def __init__(self, plugindef, mandatory_options=None): argument
46 if mandatory_options is None:
47 mandatory_options = ["filename"]
49 plugindef, mandatory_options
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/plugins/filed/python/pyfiles/
H A DBareosFdPluginBaseclass.py38 def __init__(self, plugindef, mandatory_options=None): argument
73 self.mandatory_options = mandatory_options
108 return self.check_options(self.mandatory_options)
110 def check_options(self, mandatory_options=None): argument
116 if mandatory_options is None:
118 for option in mandatory_options:
H A DBareosFdPluginLocalFilesBaseclass.py40 def __init__(self, plugindef, mandatory_options=None): argument
46 if mandatory_options is None:
47 mandatory_options = ["filename"]
49 plugindef, mandatory_options
/dports/science/py-ruffus/ruffus-2.8.3/doc/static_data/example_scripts/
H A Druffus_template.py102 mandatory_options = [ ]
111 def check_mandatory_options (options, mandatory_options, helpstr):
116 for o in mandatory_options:
127 check_mandatory_options (options, mandatory_options, helpstr)
/dports/science/py-ruffus/ruffus-2.8.3/doc/images/
H A Dweb_front_page.py161 mandatory_options = [] variable
162 def check_mandatory_options (options, mandatory_options, helpstr): argument
167 for o in mandatory_options:
178 check_mandatory_options (options, mandatory_options, helpstr)
H A Dsimple_tutorial_complex_flowchart.py159 mandatory_options = []
160 def check_mandatory_options (options, mandatory_options, helpstr):
165 for o in mandatory_options:
176 check_mandatory_options (options, mandatory_options, helpstr)
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/plugins/filed/python/libcloud/
H A DBareosFdPluginLibcloud.py172 mandatory_options = {}
173 mandatory_options["credentials"] = ["username", "password"]
174 mandatory_options["host"] = ["hostname", "port", "provider", "tls"]
175 mandatory_options["misc"] = [
205 for option in mandatory_options[section]:
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/plugins/filed/python/libcloud/
H A DBareosFdPluginLibcloud.py172 mandatory_options = {}
173 mandatory_options["credentials"] = ["username", "password"]
174 mandatory_options["host"] = ["hostname", "port", "provider", "tls"]
175 mandatory_options["misc"] = [
205 for option in mandatory_options[section]:
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/plugins/filed/python/libcloud/
H A DBareosFdPluginLibcloud.py172 mandatory_options = {}
173 mandatory_options["credentials"] = ["username", "password"]
174 mandatory_options["host"] = ["hostname", "port", "provider", "tls"]
175 mandatory_options["misc"] = [
205 for option in mandatory_options[section]:
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/plugins/filed/python/libcloud/
H A DBareosFdPluginLibcloud.py172 mandatory_options = {}
173 mandatory_options["credentials"] = ["username", "password"]
174 mandatory_options["host"] = ["hostname", "port", "provider", "tls"]
175 mandatory_options["misc"] = [
205 for option in mandatory_options[section]:
/dports/science/py-ruffus/ruffus-2.8.3/doc/images/gallery/
H A Dgallery_dless.py176 mandatory_options = ["targets", "starting_dir", "working_dir"] variable
177 def check_mandatory_options (options, mandatory_options, helpstr): argument
182 for o in mandatory_options:
193 check_mandatory_options (options, mandatory_options, helpstr)
/dports/sysutils/bareos-client/bareos-Release-20.0.3/systemtests/tests/py2plug-fd-local-fileset/python-modules/
H A DBareosFdPluginLocalFileset.py40 def __init__(self, plugindef, mandatory_options=None): argument
46 super(BareosFdPluginLocalFileset, self).__init__(plugindef, mandatory_options)

123