Home
last modified time | relevance | path

Searched refs:checkConfig (Results 151 – 175 of 267) sorted by relevance

1234567891011

/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/changes/
H A Dp4poller.py123 def checkConfig(self, p4port=None, p4user=None, p4passwd=None, p4base="//", p4bin="p4", member in P4Source
149 super().checkConfig(name=name, pollInterval=pollInterval,
H A Dsvnpoller.py90 def checkConfig(self, repourl, split_file=None, svnuser=None, svnpasswd=None, member in SVNPoller
103 super().checkConfig(name=name, pollInterval=pollInterval, pollAtLaunch=pollAtLaunch,
H A Dgitpoller.py58 def checkConfig(self, repourl, branches=None, branch=None, workdir=None, member in GitPoller
86 super().checkConfig(name=name,
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/task/project/
H A DsfProjectOptimizeTask.class.php76 …$this->configuration->getConfigCache()->checkConfig('modules/'.$module.'/config/generator.yml', t…
/dports/sysutils/qtpass/QtPass-1.3.2/src/
H A Dutil.cpp131 bool Util::checkConfig() { in checkConfig() function in Util
/dports/devel/spark/spark-2.1.1/examples/src/main/scala/org/apache/spark/examples/ml/
H A DLogisticRegressionExample.scala97 checkConfig { params =>
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/rep/utilint/
H A DRepTestUtils.java1127 DatabaseConfig checkConfig = new DatabaseConfig(); in checkNodeEquality() local
1128 checkConfig.setReadOnly(true); in checkNodeEquality()
1129 checkConfig.setTransactional(true); in checkNodeEquality()
1130 DbInternal.setUseExistingConfig(checkConfig, true); in checkNodeEquality()
1136 dbA = envA.openDatabase(null, dbName, checkConfig); in checkNodeEquality()
1137 dbB = envB.openDatabase(null, dbName, checkConfig); in checkNodeEquality()
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/
H A Dqueueset.go122 dealer, err := checkConfig(qCfg)
136 func checkConfig(qCfg fq.QueuingConfig) (*shufflesharding.Dealer, error) { func
174 dealer, err := checkConfig(qCfg)
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/util/
H A Dservice.py189 self.checkConfig(*args, **kwargs)
249 def checkConfig(self, *args, **kwargs): member in BuildbotService
/dports/net/kea/kea-2.0.1/src/bin/dhcp4/
H A Dctrl_dhcp4_srv.h122 checkConfig(isc::data::ConstElementPtr new_config);
/dports/net/kea/kea-2.0.1/src/bin/dhcp6/
H A Dctrl_dhcp6_srv.h122 checkConfig(isc::data::ConstElementPtr new_config);
/dports/devel/spark/spark-2.1.1/examples/src/main/scala/org/apache/spark/examples/mllib/
H A DGradientBoostedTreesRunner.scala79 checkConfig { params =>
/dports/net/olsrd/olsrd-0.9.8/lib/pud/src/
H A Dconfiguration.h433 unsigned int checkConfig(void);
H A Dpud.c330 if (!checkConfig()) { in initPud()
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/schedulers/
H A Dcanceller_buildset.py55 def checkConfig(self, name, filters): member in FailingBuildsetCanceller
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/secrets/providers/
H A Dvault_hvac.py68 def checkConfig(self, vault_server=None, authenticator=None, secrets_mount=None, member in HashiCorpVaultKvSecretProvider
/dports/java/javamail/javamail-JAVAMAIL-1_6_2/logging/src/main/java/
H A DMailHandlerDemo.java146 private static void checkConfig(String prefix, PrintStream err) { in checkConfig() method in MailHandlerDemo
584 checkConfig(CLASS_NAME, session.getDebugOut()); in init()
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/app/
H A DJBidWatch.java139 private static InputStream checkConfig(String inConfig) { in checkConfig() method in JBidWatch
386 InputStream configStream = checkConfig(cfgLoad); in main()
399 configStream = checkConfig(cfgLoad); in main()
/dports/www/wt/wt-4.6.1/src/fcgi/
H A DServer.C344 void Server::checkConfig() in checkConfig() function
367 checkConfig(); in run()
/dports/www/wt/wt-4.6.1/src/Wt/Auth/Saml/
H A DService.h790 void checkConfig() const; // Throws if configuration is not ok
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/
H A Dqueueset.go125 dealer, err := checkConfig(qCfg)
139 func checkConfig(qCfg fq.QueuingConfig) (*shufflesharding.Dealer, error) { func
177 dealer, err := checkConfig(qCfg)
/dports/mail/phplist/phplist-3.6.6/public_html/lists/updater/
H A Dindex.php674 function checkConfig() function in updater
778 $update->checkConfig();
/dports/net/kea/kea-2.0.1/src/lib/process/
H A Dd_controller.h181 virtual isc::data::ConstElementPtr checkConfig(isc::data::ConstElementPtr
/dports/net/astron/Astron-c8ba982/test/common/
H A Dunittests.py35 def checkConfig(cls, config, timeout = 2): member in ConfigTest
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/cmd/promtool/
H A Dmain.go156 ruleFiles, err := checkConfig(f)
190 func checkConfig(filename string) ([]string, error) { func

1234567891011