Home
last modified time | relevance | path

Searched refs:authCmd (Results 1 – 25 of 64) sorted by relevance

123

/dports/science/jstrack/jstrack/extlib/tcllib1.19/pop3d/
H A Dpop3d.tcl131 variable authCmd {}
301 upvar ::pop3d::pop3d::${name}::authCmd authCmd
302 return $authCmd
344 upvar ::pop3d::pop3d::${name}::authCmd authCmd
353 -auth $authCmd \
364 -auth {set authCmd $value}
646 upvar ::pop3d::pop3d::${name}::authCmd authCmd
648 if {$authCmd == {}} {
700 upvar ::pop3d::pop3d::${name}::authCmd authCmd
704 if {$authCmd == {}} {
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/pop3d/
H A Dpop3d.tcl131 variable authCmd {}
301 upvar ::pop3d::pop3d::${name}::authCmd authCmd
302 return $authCmd
344 upvar ::pop3d::pop3d::${name}::authCmd authCmd
353 -auth $authCmd \
364 -auth {set authCmd $value}
646 upvar ::pop3d::pop3d::${name}::authCmd authCmd
648 if {$authCmd == {}} {
700 upvar ::pop3d::pop3d::${name}::authCmd authCmd
704 if {$authCmd == {}} {
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/pop3d/
H A Dpop3d.tcl131 variable authCmd {}
301 upvar ::pop3d::pop3d::${name}::authCmd authCmd
302 return $authCmd
344 upvar ::pop3d::pop3d::${name}::authCmd authCmd
353 -auth $authCmd \
364 -auth {set authCmd $value}
646 upvar ::pop3d::pop3d::${name}::authCmd authCmd
648 if {$authCmd == {}} {
700 upvar ::pop3d::pop3d::${name}::authCmd authCmd
704 if {$authCmd == {}} {
[all …]
/dports/net/storj/storj-1.45.3/cmd/certificates/
H A Dmain.go100 rootCmd.AddCommand(authCmd)
108 authCmd.AddCommand(authCreateCmd)
109 authCmd.AddCommand(authInfoCmd)
110 authCmd.AddCommand(authExportCmd)
/dports/security/lego/lego-4.5.3/vendor/github.com/liquidweb/liquidweb-cli/cmd/
H A Dauth.go24 var authCmd = &cobra.Command{ var
40 rootCmd.AddCommand(authCmd)
H A DauthGetContext.go36 authCmd.AddCommand(authGetContextCmd)
H A DauthPing.go44 authCmd.AddCommand(authPingCmd)
H A DauthRemoveContext.go42 authCmd.AddCommand(authRemoveContextCmd)
H A DauthGetContexts.go55 authCmd.AddCommand(authGetContextsCmd)
H A DauthUseContext.go65 authCmd.AddCommand(authUseContextCmd)
H A DauthAddContext.go84 authCmd.AddCommand(authAddContextCmd)
H A DauthUpdateContext.go109 authCmd.AddCommand(authUpdateContextCmd)
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/auth/
H A Dx509.go39 authCmd := operation.
43 err := authCmd.Execute(ctx)
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/auth/
H A Dx509.go39 authCmd := operation.
43 err := authCmd.Execute(ctx)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/auth/
H A Dx509.go41 authCmd := command.Read{DB: "$external", Command: authRequestDoc}
43 _, err := authCmd.RoundTrip(ctx, ssdesc, rw)
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/auth/
H A Dx509.go39 authCmd := operation.
43 err := authCmd.Execute(ctx)
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/auth/
H A Dx509.go73 authCmd := operation.
78 err := authCmd.Execute(ctx)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-mongodbatlas/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/auth/
H A Dx509.go73 authCmd := operation.
78 err := authCmd.Execute(ctx)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/auth/
H A Dx509.go73 authCmd := operation.
78 err := authCmd.Execute(ctx)
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/auth/
H A Dx509.go73 authCmd := operation.
78 err := authCmd.Execute(ctx)
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/cli-runtime/pkg/genericclioptions/
H A Dcommand_headers_test.go30 var authCmd = &cobra.Command{Use: "auth"} var
54 commands: []*cobra.Command{kubectlCmd, authCmd, reconcileCmd},
/dports/mail/libvmime/vmime-0.9.2/src/vmime/net/pop3/
H A DPOP3Connection.cpp456 shared_ptr <POP3Command> authCmd; in authenticateSASL() local
469 authCmd = POP3Command::AUTH(mech->getName(), "="); in authenticateSASL()
471 authCmd = POP3Command::AUTH(mech->getName(), encodedInitialResp); in authenticateSASL()
475 authCmd = POP3Command::AUTH(mech->getName()); in authenticateSASL()
478 authCmd->send(dynamicCast <POP3Connection>(shared_from_this())); in authenticateSASL()
/dports/mail/libvmime/vmime-0.9.2/src/vmime/net/imap/
H A DIMAPConnection.cpp370 shared_ptr <IMAPCommand> authCmd; in authenticateSASL() local
383 authCmd = IMAPCommand::AUTHENTICATE(mech->getName(), "="); in authenticateSASL()
385 authCmd = IMAPCommand::AUTHENTICATE(mech->getName(), encodedInitialResp); in authenticateSASL()
389 authCmd = IMAPCommand::AUTHENTICATE(mech->getName()); in authenticateSASL()
392 authCmd->send(dynamicCast <IMAPConnection>(shared_from_this())); in authenticateSASL()
/dports/devel/gh/cli-2.4.0/pkg/cmd/root/
H A Droot.go13 authCmd "github.com/cli/cli/v2/pkg/cmd/auth" packageName
78 cmd.AddCommand(authCmd.NewCmdAuth(f))
/dports/net-im/xmpp-client/xmpp-client-3030ad4/
H A Dinput.go416 if authCmd, ok := cmd.(authCommand); ok {
418 User: authCmd.User,
419 Secret: authCmd.Secret,

123