Home
last modified time | relevance | path

Searched refs:checkConfig (Results 26 – 50 of 267) sorted by relevance

1234567891011

/dports/devel/kdevelop/kdevelop-21.12.3/plugins/cppcheck/
H A Dparameters.cpp74 checkConfig = defaults::checkConfig; in Parameters()
94 checkConfig = projectSettings.checkConfig(); in Parameters()
165 if (checkConfig) { in commandLine()
H A Dparameters.h36 static const bool checkConfig = false; variable
65 bool checkConfig; variable
/dports/emulators/qemu-utils/qemu-4.2.1/tests/qemu-iotests/
H A D09647 def checkConfig(self, active_layer):
61 self.checkConfig('base')
67 self.checkConfig('target')
/dports/emulators/qemu5/qemu-5.2.0/tests/qemu-iotests/
H A D09647 def checkConfig(self, active_layer):
61 self.checkConfig('base')
67 self.checkConfig('target')
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/qemu-iotests/
H A D09647 def checkConfig(self, active_layer):
61 self.checkConfig('base')
67 self.checkConfig('target')
/dports/emulators/qemu42/qemu-4.2.1/tests/qemu-iotests/
H A D09647 def checkConfig(self, active_layer):
61 self.checkConfig('base')
67 self.checkConfig('target')
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/qemu-iotests/
H A D09647 def checkConfig(self, active_layer):
61 self.checkConfig('base')
67 self.checkConfig('target')
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/qemu-iotests/
H A D09648 def checkConfig(self, active_layer):
62 self.checkConfig('base')
68 self.checkConfig('target')
/dports/emulators/qemu/qemu-6.2.0/tests/qemu-iotests/
H A D09648 def checkConfig(self, active_layer):
62 self.checkConfig('base')
68 self.checkConfig('target')
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/qemu-iotests/
H A D09647 def checkConfig(self, active_layer):
61 self.checkConfig('base')
67 self.checkConfig('target')
/dports/emulators/qemu60/qemu-6.0.0/tests/qemu-iotests/
H A D09648 def checkConfig(self, active_layer):
62 self.checkConfig('base')
68 self.checkConfig('target')
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/changes/
H A Dbase.py62 def checkConfig(self, name=None, pollInterval=60 * 10, pollAtLaunch=False, member in ReconfigurablePollingChangeSource
64 super().checkConfig(name=name)
122 def checkConfig(self, name=None, pollInterval=60 * 10, pollAtLaunch=False, member in PollingChangeSource
124 super().checkConfig(name=name, pollInterval=60 * 10, pollAtLaunch=False,
/dports/sysutils/sensu-go/sensu-go-5.11.1/backend/apid/actions/
H A Dchecks.go146 checkConfig, err := a.Find(ctx, name)
152 ctx = corev2.SetContextFromResource(ctx, checkConfig)
157 checkConfig.Subscriptions = adhocRequest.Subscriptions
161 marshaledCheck, err := json.Marshal(checkConfig)
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/kcms/kfontinst/dbus/
H A DFontInst.cpp158 …id FontInst::install(const QString &file, bool createAfm, bool toSystem, int pid, bool checkConfig) in install() argument
164 if (checkConfig) { in install()
241 if (checkConfig) { in uninstall()
321 void FontInst::uninstall(const QString &name, bool fromSystem, int pid, bool checkConfig) in uninstall() argument
328 uninstall((*fam).name(), (*st).value(), fromSystem, pid, checkConfig); in uninstall()
334 void FontInst::move(const QString &family, quint32 style, bool toSystem, int pid, bool checkConfig) in move() argument
339 if (checkConfig) { in move()
402 toggle(true, family, style, inSystem, pid, checkConfig); in enable()
408 toggle(false, family, style, inSystem, pid, checkConfig); in disable()
417 if (checkConfig) { in removeFile()
[all …]
/dports/net/astron/Astron-c8ba982/test/
H A Dtest_config_eventlogger.py18 self.assertEquals(self.checkConfig(config), 'Valid')
31 self.assertEquals(self.checkConfig(config, 10), 'Invalid')
/dports/www/ilias6/ILIAS-6.14/src/Setup/
H A DAgentCollection.php61 $this->checkConfig($config);
139 $this->checkConfig($config);
153 protected function checkConfig(Config $config) function in ILIAS\\Setup\\AgentCollection
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/machine/
H A Dbase.py26 def checkConfig(self, name, **kwargs): member in Machine
27 super().checkConfig(**kwargs)
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/tracker/server/impl/
H A DTRTrackerServerNATChecker.java82 checkConfig( enable_param, timeout_param ); in TRTrackerServerNATChecker()
87 checkConfig( enable_param, timeout_param ); in TRTrackerServerNATChecker()
97 checkConfig( in checkConfig() method in TRTrackerServerNATChecker
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/worker/
H A Dlocal.py27 def checkConfig(self, name, workdir=None, **kwargs): member in LocalWorker
29 super().checkConfig(name, **kwargs)
/dports/www/phalcon4/cphalcon-4.1.1/ext/phalcon/factory/
H A Dabstractfactory.zep.h6 PHP_METHOD(Phalcon_Factory_AbstractFactory, checkConfig);
50 …PHP_ME(Phalcon_Factory_AbstractFactory, checkConfig, arginfo_phalcon_factory_abstractfactory_check… in ZEND_END_ARG_INFO()
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/matterbridge/gozulipbot/
H A Dflag.go27 return b.checkConfig()
49 func (b *Bot) checkConfig() error { func
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/reporters/
H A Dbitbucketserver.py51 def checkConfig(self, base_url, user, password, key=None, statusName=None, verbose=False, member in BitbucketServerStatusPush
57 super().checkConfig(generators=generators, **kwargs)
162 def checkConfig(self, base_url, token=None, auth=None, member in BitbucketServerCoreAPIStatusPush
171 super().checkConfig(generators=generators, **kwargs)
398 def checkConfig(self, base_url, user, password, member in BitbucketServerPRCommentPush
404 super().checkConfig(generators=generators, **kwargs)
H A Dhttp.py29 def checkConfig(self, serverUrl, auth=None, headers=None, member in HttpStatusPush
35 super().checkConfig(generators=generators, **kwargs)
/dports/net-mgmt/librenms/librenms-21.5.1/includes/definitions/discovery/
H A Dpegasus.yaml29 - { descr: checkConfig, graph: 0, value: 8, generic: 0 }
59 - { descr: checkConfig, graph: 0, value: 8, generic: 0 }
89 - { descr: checkConfig, graph: 0, value: 8, generic: 0 }
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/alertmanager/cli/
H A Dcheck_config.go43 checkCmd.Action(c.checkConfig)
46 func (c *checkConfigCmd) checkConfig(ctx *kingpin.ParseContext) error { func

1234567891011