Home
last modified time | relevance | path

Searched refs:servicePath (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/dports/net/traefik/traefik-2.6.1/vendor/github.com/compose-spec/compose-go/loader/
H A Dinterpolate.go29 servicePath("configs", interp.PathMatchList, "mode"): toInt,
30 servicePath("cpu_count"): toInt64,
31 servicePath("cpu_percent"): toFloat,
32 servicePath("cpu_period"): toInt64,
39 servicePath("deploy", "replicas"): toInt,
40 servicePath("deploy", "update_config", "parallelism"): toInt,
42 servicePath("deploy", "rollback_config", "parallelism"): toInt,
44 servicePath("deploy", "restart_policy", "max_attempts"): toInt,
45 servicePath("deploy", "placement", "max_replicas_per_node"): toInt,
46 servicePath("healthcheck", "retries"): toInt,
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/compose/loader/
H A Dinterpolate.go12 servicePath("configs", interp.PathMatchList, "mode"): toInt,
13 servicePath("secrets", interp.PathMatchList, "mode"): toInt,
14 servicePath("healthcheck", "retries"): toInt,
16 servicePath("deploy", "replicas"): toInt,
17 servicePath("deploy", "update_config", "parallelism"): toInt,
19 servicePath("deploy", "rollback_config", "parallelism"): toInt,
21 servicePath("deploy", "restart_policy", "max_attempts"): toInt,
22 servicePath("deploy", "placement", "max_replicas_per_node"): toInt,
23 servicePath("ports", interp.PathMatchList, "target"): toInt,
24 servicePath("ports", interp.PathMatchList, "published"): toInt,
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/compose/loader/
H A Dinterpolate.go12 servicePath("configs", interp.PathMatchList, "mode"): toInt,
13 servicePath("secrets", interp.PathMatchList, "mode"): toInt,
14 servicePath("healthcheck", "retries"): toInt,
16 servicePath("deploy", "replicas"): toInt,
17 servicePath("deploy", "update_config", "parallelism"): toInt,
19 servicePath("deploy", "rollback_config", "parallelism"): toInt,
21 servicePath("deploy", "restart_policy", "max_attempts"): toInt,
22 servicePath("deploy", "placement", "max_replicas_per_node"): toInt,
23 servicePath("ports", interp.PathMatchList, "target"): toInt,
24 servicePath("ports", interp.PathMatchList, "published"): toInt,
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/cli/compose/loader/
H A Dinterpolate.go12 servicePath("configs", interp.PathMatchList, "mode"): toInt,
13 servicePath("secrets", interp.PathMatchList, "mode"): toInt,
14 servicePath("healthcheck", "retries"): toInt,
16 servicePath("deploy", "replicas"): toInt,
17 servicePath("deploy", "update_config", "parallelism"): toInt,
19 servicePath("deploy", "restart_policy", "max_attempts"): toInt,
20 servicePath("ports", interp.PathMatchList, "target"): toInt,
21 servicePath("ports", interp.PathMatchList, "published"): toInt,
22 servicePath("ulimits", interp.PathMatchAll): toInt,
23 servicePath("ulimits", interp.PathMatchAll, "hard"): toInt,
[all …]
/dports/security/keybase/client-v5.7.1/osx/KBKit/KBKit/Component/
H A DKBService.m22 @property NSString *servicePath; property
31 …)initWithConfig:(KBEnvConfig *)config label:(NSString *)label servicePath:(NSString *)servicePath {
34 _servicePath = servicePath;
77 …seLaunchd status:[self.config serviceBinPathWithPathOptions:0 servicePath:self.servicePath] name:@…
97 NSString *binPath = [self.config serviceBinPathWithPathOptions:0 servicePath:self.servicePath];
105 NSString *binPath = [self.config serviceBinPathWithPathOptions:0 servicePath:self.servicePath];
112 …[KBKeybaseLaunchd run:[self.config serviceBinPathWithPathOptions:0 servicePath:self.servicePath] a…
116 …[KBKeybaseLaunchd run:[self.config serviceBinPathWithPathOptions:0 servicePath:self.servicePath] a…
H A DKBCommandLine.m13 @property NSString *servicePath; property
18 …g:(KBEnvConfig *)config helperTool:(KBHelperTool *)helperTool servicePath:(NSString *)servicePath {
21 _servicePath = servicePath;
27 if (!self.servicePath) {
32 if ([KBFSUtils checkIfPathIsFishy:self.servicePath]) {
33 completion(KBMakeWarning(@"Rejecting fishy service path: %@", self.servicePath));
37 if (![self.config isInApplications:self.servicePath]) {
38 …(KBMakeWarning(@"Command line install is not supported from this location: %@", self.servicePath));
42 …if (![KBFSUtils checkAbsolutePath:self.servicePath hasAbsolutePrefix:@"/Applications/Keybase.app"]…
47 …NSDictionary *params = @{@"directory": self.servicePath, @"name": self.config.serviceBinName, @"ap…
[all …]
H A DKBUpdaterService.m16 @property NSString *servicePath; property
22 …)initWithConfig:(KBEnvConfig *)config label:(NSString *)label servicePath:(NSString *)servicePath {
25 _servicePath = servicePath;
40 NSString *binPath = [self.config serviceBinPathWithPathOptions:0 servicePath:_servicePath];
48 NSString *binPath = [self.config serviceBinPathWithPathOptions:0 servicePath:_servicePath];
55 …[KBKeybaseLaunchd run:[self.config serviceBinPathWithPathOptions:0 servicePath:_servicePath] args:…
59 …[KBKeybaseLaunchd run:[self.config serviceBinPathWithPathOptions:0 servicePath:_servicePath] args:…
63 …[KBKeybaseLaunchd status:[self.config serviceBinPathWithPathOptions:0 servicePath:_servicePath] na…
H A DKBFSService.m18 @property NSString *servicePath; property
25 …)initWithConfig:(KBEnvConfig *)config label:(NSString *)label servicePath:(NSString *)servicePath {
28 _servicePath = servicePath;
66 NSString *binPath = [self.config serviceBinPathWithPathOptions:0 servicePath:_servicePath];
74 NSString *binPath = [self.config serviceBinPathWithPathOptions:0 servicePath:_servicePath];
81 …[KBKeybaseLaunchd run:[self.config serviceBinPathWithPathOptions:0 servicePath:_servicePath] args:…
85 …[KBKeybaseLaunchd run:[self.config serviceBinPathWithPathOptions:0 servicePath:_servicePath] args:…
89 …[KBKeybaseLaunchd status:[self.config serviceBinPathWithPathOptions:0 servicePath:_servicePath] na…
H A DKBNM.m15 @property NSString *servicePath;
20 - (instancetype)initWithConfig:(KBEnvConfig *)config servicePath:(NSString *)servicePath {
22 _servicePath = servicePath;
32 NSString *binPath = [self.config serviceBinPathWithPathOptions:0 servicePath:_servicePath];
40 NSString *binPath = [self.config serviceBinPathWithPathOptions:0 servicePath:_servicePath];
/dports/security/keybase/client-v5.7.1/osx/KBKit/KBKit/System/
H A DKBEnvironment.m38 - (instancetype)initWithConfig:(KBEnvConfig *)config servicePath:(NSString *)servicePath {
58 …erService alloc] initWithConfig:config label:[config launchdUpdaterLabel] servicePath:servicePath];
63 …KBService alloc] initWithConfig:config label:[config launchdServiceLabel] servicePath:servicePath];
68 …e = [[KBFuseComponent alloc] initWithConfig:config helperTool:_helperTool servicePath:servicePath];
82 …ctor = [[KBRedirector alloc] initWithConfig:config helperTool:_helperTool servicePath:servicePath];
86 …[KBFSService alloc] initWithConfig:config label:[config launchdKBFSLabel] servicePath:servicePath];
91 …cli = [[KBCommandLine alloc] initWithConfig:config helperTool:_helperTool servicePath:servicePath];
98 KBNM *kbnm = [[KBNM alloc] initWithConfig:config servicePath:servicePath];
H A DKBEnvConfig.h70 …ing *)serviceBinPathWithPathOptions:(KBPathOptions)pathOptions servicePath:(NSString *)servicePath;
71 …String *)kbfsBinPathWithPathOptions:(KBPathOptions)pathOptions servicePath:(NSString *)servicePath;
72 … *)redirectorBinPathWithPathOptions:(KBPathOptions)pathOptions servicePath:(NSString *)servicePath;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Dataflow/
H A DWorkerSettings.php22 public $servicePath; variable in Google_Service_Dataflow_WorkerSettings
43 public function setServicePath($servicePath) argument
45 $this->servicePath = $servicePath;
49 return $this->servicePath;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/
H A DWorkerSettings.php22 public $servicePath; variable in Google_Service_Dataflow_WorkerSettings
43 public function setServicePath($servicePath) argument
45 $this->servicePath = $servicePath;
49 return $this->servicePath;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/
H A DPeerNodeAddress.cs25 string servicePath; field in System.ServiceModel.PeerNodeAddress
49 servicePath = this.endpointAddress.Uri.PathAndQuery.ToUpperInvariant(); in Initialize()
62 if (this.servicePath == null)
64 this.servicePath = this.endpointAddress.Uri.PathAndQuery.ToUpperInvariant();
66 return this.servicePath;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/plugins/bearer/connman/
H A Dqconnmanengine.cpp148 QString servicePath = serviceFromId(id); in connectToId() local
149 QConnmanServiceInterface serv(servicePath); in connectToId()
173 QString servicePath = serviceFromId(id); in disconnectFromId() local
174 QConnmanServiceInterface serv(servicePath); in disconnectFromId()
380 QString servicePath = serviceFromId(id); in configurationChange() local
382 serv = new QConnmanServiceInterface(servicePath); in configurationChange()
528 serv = new QConnmanServiceInterface(servicePath); in addServiceConfiguration()
530 const QString id = QString::number(qHash(servicePath)); in addServiceConfiguration()
533 serviceNetworks.append(servicePath); in addServiceConfiguration()
548 if(servicePath.isEmpty()) { in addServiceConfiguration()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/bearer/connman/
H A Dqconnmanengine.cpp492 void QConnmanEngine::addServiceConfiguration(const QString &servicePath) in addServiceConfiguration() argument
495 if (!connmanServiceInterfaces.contains(servicePath)) { in addServiceConfiguration()
496 QConnmanServiceInterface *serv = new QConnmanServiceInterface(servicePath, this); in addServiceConfiguration()
500 if (!accessPointConfigurations.contains(servicePath)) { in addServiceConfiguration()
502 serviceNetworks.append(servicePath); in addServiceConfiguration()
508 QConnmanServiceInterface *service = connmanServiceInterfaces.value(servicePath); in addServiceConfiguration()
528 cpPriv->id = servicePath; in addServiceConfiguration()
537 cpPriv->state = getStateForService(servicePath); in addServiceConfiguration()
561 for (const QString &servicePath : servicePaths) { in reEvaluateCellular() local
562 if (servicePath.contains("cellular") && accessPointConfigurations.contains(servicePath)) { in reEvaluateCellular()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/plugins/bearer/connman/
H A Dqconnmanengine.cpp492 void QConnmanEngine::addServiceConfiguration(const QString &servicePath) in addServiceConfiguration() argument
495 if (!connmanServiceInterfaces.contains(servicePath)) { in addServiceConfiguration()
496 QConnmanServiceInterface *serv = new QConnmanServiceInterface(servicePath, this); in addServiceConfiguration()
500 if (!accessPointConfigurations.contains(servicePath)) { in addServiceConfiguration()
502 serviceNetworks.append(servicePath); in addServiceConfiguration()
508 QConnmanServiceInterface *service = connmanServiceInterfaces.value(servicePath); in addServiceConfiguration()
528 cpPriv->id = servicePath; in addServiceConfiguration()
537 cpPriv->state = getStateForService(servicePath); in addServiceConfiguration()
561 for (const QString &servicePath : servicePaths) { in reEvaluateCellular() local
562 if (servicePath.contains("cellular") && accessPointConfigurations.contains(servicePath)) { in reEvaluateCellular()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/plugins/bearer/connman/
H A Dqconnmanengine.cpp492 void QConnmanEngine::addServiceConfiguration(const QString &servicePath) in addServiceConfiguration() argument
495 if (!connmanServiceInterfaces.contains(servicePath)) { in addServiceConfiguration()
496 QConnmanServiceInterface *serv = new QConnmanServiceInterface(servicePath, this); in addServiceConfiguration()
500 if (!accessPointConfigurations.contains(servicePath)) { in addServiceConfiguration()
502 serviceNetworks.append(servicePath); in addServiceConfiguration()
508 QConnmanServiceInterface *service = connmanServiceInterfaces.value(servicePath); in addServiceConfiguration()
528 cpPriv->id = servicePath; in addServiceConfiguration()
537 cpPriv->state = getStateForService(servicePath); in addServiceConfiguration()
561 for (const QString &servicePath : servicePaths) { in reEvaluateCellular() local
562 if (servicePath.contains("cellular") && accessPointConfigurations.contains(servicePath)) { in reEvaluateCellular()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/plugins/bearer/connman/
H A Dqconnmanengine.cpp492 void QConnmanEngine::addServiceConfiguration(const QString &servicePath) in addServiceConfiguration() argument
495 if (!connmanServiceInterfaces.contains(servicePath)) { in addServiceConfiguration()
496 QConnmanServiceInterface *serv = new QConnmanServiceInterface(servicePath, this); in addServiceConfiguration()
500 if (!accessPointConfigurations.contains(servicePath)) { in addServiceConfiguration()
502 serviceNetworks.append(servicePath); in addServiceConfiguration()
508 QConnmanServiceInterface *service = connmanServiceInterfaces.value(servicePath); in addServiceConfiguration()
528 cpPriv->id = servicePath; in addServiceConfiguration()
537 cpPriv->state = getStateForService(servicePath); in addServiceConfiguration()
561 for (const QString &servicePath : servicePaths) { in reEvaluateCellular() local
562 if (servicePath.contains("cellular") && accessPointConfigurations.contains(servicePath)) { in reEvaluateCellular()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/plugins/bearer/connman/
H A Dqconnmanengine.cpp492 void QConnmanEngine::addServiceConfiguration(const QString &servicePath) in addServiceConfiguration() argument
495 if (!connmanServiceInterfaces.contains(servicePath)) { in addServiceConfiguration()
496 QConnmanServiceInterface *serv = new QConnmanServiceInterface(servicePath, this); in addServiceConfiguration()
500 if (!accessPointConfigurations.contains(servicePath)) { in addServiceConfiguration()
502 serviceNetworks.append(servicePath); in addServiceConfiguration()
508 QConnmanServiceInterface *service = connmanServiceInterfaces.value(servicePath); in addServiceConfiguration()
528 cpPriv->id = servicePath; in addServiceConfiguration()
537 cpPriv->state = getStateForService(servicePath); in addServiceConfiguration()
561 for (const QString &servicePath : servicePaths) { in reEvaluateCellular() local
562 if (servicePath.contains("cellular") && accessPointConfigurations.contains(servicePath)) { in reEvaluateCellular()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/plugins/bearer/connman/
H A Dqconnmanengine.cpp492 void QConnmanEngine::addServiceConfiguration(const QString &servicePath) in addServiceConfiguration() argument
495 if (!connmanServiceInterfaces.contains(servicePath)) { in addServiceConfiguration()
496 QConnmanServiceInterface *serv = new QConnmanServiceInterface(servicePath, this); in addServiceConfiguration()
500 if (!accessPointConfigurations.contains(servicePath)) { in addServiceConfiguration()
502 serviceNetworks.append(servicePath); in addServiceConfiguration()
508 QConnmanServiceInterface *service = connmanServiceInterfaces.value(servicePath); in addServiceConfiguration()
528 cpPriv->id = servicePath; in addServiceConfiguration()
537 cpPriv->state = getStateForService(servicePath); in addServiceConfiguration()
561 for (const QString &servicePath : servicePaths) { in reEvaluateCellular() local
562 if (servicePath.contains("cellular") && accessPointConfigurations.contains(servicePath)) { in reEvaluateCellular()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/plugins/bearer/connman/
H A Dqconnmanengine.cpp492 void QConnmanEngine::addServiceConfiguration(const QString &servicePath) in addServiceConfiguration() argument
495 if (!connmanServiceInterfaces.contains(servicePath)) { in addServiceConfiguration()
496 QConnmanServiceInterface *serv = new QConnmanServiceInterface(servicePath, this); in addServiceConfiguration()
500 if (!accessPointConfigurations.contains(servicePath)) { in addServiceConfiguration()
502 serviceNetworks.append(servicePath); in addServiceConfiguration()
508 QConnmanServiceInterface *service = connmanServiceInterfaces.value(servicePath); in addServiceConfiguration()
528 cpPriv->id = servicePath; in addServiceConfiguration()
537 cpPriv->state = getStateForService(servicePath); in addServiceConfiguration()
561 for (const QString &servicePath : servicePaths) { in reEvaluateCellular() local
562 if (servicePath.contains("cellular") && accessPointConfigurations.contains(servicePath)) { in reEvaluateCellular()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/plugins/bearer/connman/
H A Dqconnmanengine.cpp492 void QConnmanEngine::addServiceConfiguration(const QString &servicePath) in addServiceConfiguration() argument
495 if (!connmanServiceInterfaces.contains(servicePath)) { in addServiceConfiguration()
496 QConnmanServiceInterface *serv = new QConnmanServiceInterface(servicePath, this); in addServiceConfiguration()
500 if (!accessPointConfigurations.contains(servicePath)) { in addServiceConfiguration()
502 serviceNetworks.append(servicePath); in addServiceConfiguration()
508 QConnmanServiceInterface *service = connmanServiceInterfaces.value(servicePath); in addServiceConfiguration()
528 cpPriv->id = servicePath; in addServiceConfiguration()
537 cpPriv->state = getStateForService(servicePath); in addServiceConfiguration()
561 for (const QString &servicePath : servicePaths) { in reEvaluateCellular() local
562 if (servicePath.contains("cellular") && accessPointConfigurations.contains(servicePath)) { in reEvaluateCellular()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/plugins/bearer/connman/
H A Dqconnmanengine.cpp492 void QConnmanEngine::addServiceConfiguration(const QString &servicePath) in addServiceConfiguration() argument
495 if (!connmanServiceInterfaces.contains(servicePath)) { in addServiceConfiguration()
496 QConnmanServiceInterface *serv = new QConnmanServiceInterface(servicePath, this); in addServiceConfiguration()
500 if (!accessPointConfigurations.contains(servicePath)) { in addServiceConfiguration()
502 serviceNetworks.append(servicePath); in addServiceConfiguration()
508 QConnmanServiceInterface *service = connmanServiceInterfaces.value(servicePath); in addServiceConfiguration()
528 cpPriv->id = servicePath; in addServiceConfiguration()
537 cpPriv->state = getStateForService(servicePath); in addServiceConfiguration()
561 for (const QString &servicePath : servicePaths) { in reEvaluateCellular() local
562 if (servicePath.contains("cellular") && accessPointConfigurations.contains(servicePath)) { in reEvaluateCellular()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/plugins/bearer/connman/
H A Dqconnmanengine.cpp492 void QConnmanEngine::addServiceConfiguration(const QString &servicePath) in addServiceConfiguration() argument
495 if (!connmanServiceInterfaces.contains(servicePath)) { in addServiceConfiguration()
496 QConnmanServiceInterface *serv = new QConnmanServiceInterface(servicePath, this); in addServiceConfiguration()
500 if (!accessPointConfigurations.contains(servicePath)) { in addServiceConfiguration()
502 serviceNetworks.append(servicePath); in addServiceConfiguration()
508 QConnmanServiceInterface *service = connmanServiceInterfaces.value(servicePath); in addServiceConfiguration()
528 cpPriv->id = servicePath; in addServiceConfiguration()
537 cpPriv->state = getStateForService(servicePath); in addServiceConfiguration()
561 for (const QString &servicePath : servicePaths) { in reEvaluateCellular() local
562 if (servicePath.contains("cellular") && accessPointConfigurations.contains(servicePath)) { in reEvaluateCellular()
[all …]

12345678910>>...13