Home
last modified time | relevance | path

Searched defs:serviceOptions (Results 1 – 25 of 70) sorted by relevance

123

/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/go/cmd/zabbix_web_service/
H A Dconfig.go24 type serviceOptions struct { struct
26 AllowedIP string `conf:"optional"`
27 LogType string `conf:"optional,default=file"`
29 LogFileSize int `conf:"optional,range=0:1024,default=1"`
30 Timeout int `conf:"optional,range=1:30,default=3"`
31 DebugLevel int `conf:"range=0:5,default=3"`
32 TLSAccept string `conf:"optional"`
33 TLSCAFile string `conf:"optional"`
34 TLSCertFile string `conf:"optional"`
35 TLSKeyFile string `conf:"optional"`
[all …]
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/go/cmd/zabbix_web_service/
H A Dconfig.go24 type serviceOptions struct { struct
26 AllowedIP string `conf:"optional"`
27 LogType string `conf:"optional,default=file"`
29 LogFileSize int `conf:"optional,range=0:1024,default=1"`
30 Timeout int `conf:"optional,range=1:30,default=3"`
31 DebugLevel int `conf:"range=0:5,default=3"`
32 TLSAccept string `conf:"optional"`
33 TLSCAFile string `conf:"optional"`
34 TLSCertFile string `conf:"optional"`
35 TLSKeyFile string `conf:"optional"`
[all …]
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/go/cmd/zabbix_web_service/
H A Dconfig.go24 type serviceOptions struct { struct
26 AllowedIP string `conf:"optional"`
27 LogType string `conf:"optional,default=file"`
29 LogFileSize int `conf:"optional,range=0:1024,default=1"`
30 Timeout int `conf:"optional,range=1:30,default=3"`
31 DebugLevel int `conf:"range=0:5,default=3"`
32 TLSAccept string `conf:"optional"`
33 TLSCAFile string `conf:"optional"`
34 TLSCertFile string `conf:"optional"`
35 TLSKeyFile string `conf:"optional"`
[all …]
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/go/cmd/zabbix_web_service/
H A Dconfig.go24 type serviceOptions struct { struct
26 AllowedIP string `conf:"optional"`
27 LogType string `conf:"optional,default=file"`
29 LogFileSize int `conf:"optional,range=0:1024,default=1"`
30 Timeout int `conf:"optional,range=1:30,default=3"`
31 DebugLevel int `conf:"range=0:5,default=3"`
32 TLSAccept string `conf:"optional"`
33 TLSCAFile string `conf:"optional"`
34 TLSCertFile string `conf:"optional"`
35 TLSKeyFile string `conf:"optional"`
[all …]
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/go/cmd/zabbix_web_service/
H A Dconfig.go24 type serviceOptions struct { struct
26 AllowedIP string `conf:"optional"`
27 LogType string `conf:"optional,default=file"`
29 LogFileSize int `conf:"optional,range=0:1024,default=1"`
30 Timeout int `conf:"optional,range=1:30,default=3"`
31 DebugLevel int `conf:"range=0:5,default=3"`
32 TLSAccept string `conf:"optional"`
33 TLSCAFile string `conf:"optional"`
34 TLSCertFile string `conf:"optional"`
35 TLSKeyFile string `conf:"optional"`
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/command/service/
H A Dopts.go483 detach bool
484 quiet bool
486 name string
499 init bool
501 tty bool
502 readOnly bool
517 mode string
523 maxReplicas uint64
529 registryAuth bool
530 noResolveImage bool
[all …]
H A Dcreate.go77 func runCreate(dockerCli command.Cli, flags *pflag.FlagSet, opts *serviceOptions) error {
146 func setConfigs(apiClient client.ConfigAPIClient, service *swarm.ServiceSpec, opts *serviceOptions)…
H A Drollback.go34 func runRollback(dockerCli command.Cli, options *serviceOptions, serviceID string) error {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/command/service/
H A Dopts.go483 detach bool
484 quiet bool
486 name string
499 init bool
501 tty bool
502 readOnly bool
517 mode string
523 maxReplicas uint64
529 registryAuth bool
530 noResolveImage bool
[all …]
H A Dcreate.go77 func runCreate(dockerCli command.Cli, flags *pflag.FlagSet, opts *serviceOptions) error {
146 func setConfigs(apiClient client.ConfigAPIClient, service *swarm.ServiceSpec, opts *serviceOptions)…
H A Drollback.go34 func runRollback(dockerCli command.Cli, options *serviceOptions, serviceID string) error {
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/cli/command/service/
H A Dopts.go467 detach bool
468 quiet bool
470 name string
483 init bool
485 tty bool
486 readOnly bool
496 replicas Uint64Opt
497 mode string
507 registryAuth bool
508 noResolveImage bool
[all …]
H A Drollback.go34 func runRollback(dockerCli command.Cli, options *serviceOptions, serviceID string) error {
H A Dcreate.go71 func runCreate(dockerCli command.Cli, flags *pflag.FlagSet, opts *serviceOptions) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/cli/command/service/
H A Dopts.go389 name string
392 image string
393 args []string
394 hostname string
397 workdir string
398 user string
400 tty bool
408 stopGrace DurationOpt
410 replicas Uint64Opt
411 mode string
[all …]
H A Dcreate.go53 func runCreate(dockerCli *command.DockerCli, opts *serviceOptions) error {
/dports/www/nextcloud/nextcloud/3rdparty/php-opencloud/openstack/src/Common/Service/
H A DBuilder.php77 public function createService(string $namespace, array $serviceOptions = []): ServiceInterface
159 private function mergeOptions(array $serviceOptions): array
/dports/www/nextcloud/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Internal/
H A DServiceRestProxy.php153 protected function createMiddlewareStack(ServiceOptions $serviceOptions)
352 ServiceOptions $serviceOptions = null
434 ServiceOptions $serviceOptions,
/dports/www/limesurvey/limesurvey/framework/web/services/
H A DCWebServiceAction.php73 public $serviceOptions=array(); variable in CWebServiceAction
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/web/services/
H A DCWebServiceAction.php72 public $serviceOptions=array(); variable in CWebServiceAction
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/
H A DEnvironment.php31 public $serviceOptions; variable in Google_Service_Dataflow_Environment
119 public function setServiceOptions($serviceOptions)
/dports/x11-fm/dolphin/dolphin-21.12.3/src/
H A Dmain.cpp185 KDBusService::StartupOptions serviceOptions = KDBusService::Multiple; in main() local
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Captcha/
H A DReCaptcha.php51 protected $serviceOptions = array(); variable in Zend\\Captcha\\ReCaptcha
/dports/www/mediawiki137/mediawiki-1.37.1/includes/user/
H A DDefaultOptionsLookup.php47 private $serviceOptions; variable in MediaWiki\\User\\DefaultOptionsLookup
/dports/www/mediawiki135/mediawiki-1.35.5/includes/user/
H A DDefaultOptionsLookup.php44 private $serviceOptions; variable in MediaWiki\\User\\DefaultOptionsLookup

123