Home
last modified time | relevance | path

Searched refs:updateCmd (Results 1 – 25 of 74) sorted by relevance

123

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/
H A Dnesting_depth_test.cpp253 BSONObjBuilder updateCmd; in TEST_F() local
264 BSONObjBuilder updateCmd; in TEST_F() local
276 BSONObjBuilder updateCmd; in TEST_F() local
287 BSONObjBuilder updateCmd; in TEST_F() local
298 BSONObjBuilder updateCmd; in TEST_F() local
310 BSONObjBuilder updateCmd; in TEST_F() local
414 BSONObjBuilder updateCmd; in TEST_F() local
425 BSONObjBuilder updateCmd; in TEST_F() local
437 BSONObjBuilder updateCmd; in TEST_F() local
448 BSONObjBuilder updateCmd; in TEST_F() local
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/swarmkit/cmd/swarmctl/cluster/
H A Dupdate.go19 updateCmd = &cobra.Command{ var
124updateCmd.Flags().Int64("taskhistory", 0, "Number of historic task entries to retain per slot or n…
125updateCmd.Flags().Duration("certexpiry", 24*30*3*time.Hour, "Duration node certificates will be va…
126updateCmd.Flags().Var(&externalCAOpt, "external-ca", "Specifications of one or more certificate si…
127updateCmd.Flags().Duration("heartbeatperiod", 0, "Period when heartbeat is expected to receive fro…
129 updateCmd.Flags().String("log-driver", "", "Set default log driver for cluster")
130 updateCmd.Flags().StringSlice("log-opt", nil, "Set options for default log driver")
131 updateCmd.Flags().String("rotate-join-token", "", "Rotate join token for worker or manager")
132 updateCmd.Flags().Bool("rotate-unlock-key", false, "Rotate manager unlock key")
133updateCmd.Flags().Bool("autolock", false, "Enable or disable manager autolocking (requiring an unl…
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/DLL430_v3/src/TI/DLL430/
H A DUpdateManagerMSP_FET430.cpp67 updateCmd.setTimeout(20000); in UpdateManagerMSP_FET430()
380 updateCmd.elements.clear(); in upErase()
381 updateCmd.elements.emplace_back(el); in upErase()
420 updateCmd.elements.clear(); in upWrite()
421 updateCmd.elements.emplace_back(el); in upWrite()
441 updateCmd.elements.clear(); in upCoreErase()
448 updateCmd.elements.emplace_back(el); in upCoreErase()
456 updateCmd.elements.clear(); in upCoreWrite()
480 updateCmd.elements.emplace_back(el); in upCoreWrite()
490 updateCmd.elements.clear(); in upCoreRead()
[all …]
H A DUpdateManagerFet.cpp1143 HalExecCommand updateCmd; in upInit() local
1144 updateCmd.setTimeout(10000); in upInit()
1149 updateCmd.elements.emplace_back(el); in upInit()
1150 this->fetHandle->send(updateCmd); in upInit()
1165 HalExecCommand updateCmd; in upErase() local
1166 updateCmd.setTimeout(40000); in upErase()
1167 updateCmd.elements.emplace_back(el); in upErase()
1168 if (this->fetHandle->send(updateCmd)==false) in upErase()
1208 HalExecCommand updateCmd; in upWrite() local
1209 updateCmd.setTimeout(45000); in upWrite()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/alertmanager/cli/
H A Dsilence_update.go43 updateCmd = cc.Command("update", "Update silences")
45 updateCmd.Flag("quiet", "Only show silence ids").Short('q').BoolVar(&c.quiet)
46 updateCmd.Flag("duration", "Duration of silence").Short('d').StringVar(&c.duration)
47updateCmd.Flag("start", "Set when the silence should start. RFC3339 format 2006-01-02T15:04:05-07:…
48updateCmd.Flag("end", "Set when the silence should end (overwrites duration). RFC3339 format 2006-…
49updateCmd.Flag("comment", "A comment to help describe the silence").Short('c').StringVar(&c.commen…
50 updateCmd.Arg("update-ids", "Silence IDs to update").StringsVar(&c.ids)
52 updateCmd.Action(execWithTimeout(c.update))
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/cli/
H A Dsilence_update.go43 updateCmd = cc.Command("update", "Update silences")
45 updateCmd.Flag("quiet", "Only show silence ids").Short('q').BoolVar(&c.quiet)
46 updateCmd.Flag("duration", "Duration of silence").Short('d').StringVar(&c.duration)
47updateCmd.Flag("start", "Set when the silence should start. RFC3339 format 2006-01-02T15:04:05-07:…
48updateCmd.Flag("end", "Set when the silence should end (overwrites duration). RFC3339 format 2006-…
49updateCmd.Flag("comment", "A comment to help describe the silence").Short('c').StringVar(&c.commen…
50 updateCmd.Arg("update-ids", "Silence IDs to update").StringsVar(&c.ids)
52 updateCmd.Action(execWithTimeout(c.update))
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/prometheus/alertmanager/cli/
H A Dsilence_update.go43 updateCmd = cc.Command("update", "Update silences")
45 updateCmd.Flag("quiet", "Only show silence ids").Short('q').BoolVar(&c.quiet)
46 updateCmd.Flag("duration", "Duration of silence").Short('d').StringVar(&c.duration)
47updateCmd.Flag("start", "Set when the silence should start. RFC3339 format 2006-01-02T15:04:05-07:…
48updateCmd.Flag("end", "Set when the silence should end (overwrites duration). RFC3339 format 2006-…
49updateCmd.Flag("comment", "A comment to help describe the silence").Short('c').StringVar(&c.commen…
50 updateCmd.Arg("update-ids", "Silence IDs to update").StringsVar(&c.ids)
52 updateCmd.Action(execWithTimeout(c.update))
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/swarmkit/cmd/swarmctl/service/
H A Dupdate.go15 updateCmd = &cobra.Command{ var
69 updateCmd.Flags().StringSlice("add-secret", nil, "add a new secret from swarm")
70 updateCmd.Flags().StringSlice("rm-secret", nil, "removes a secret from the service")
71 updateCmd.Flags().Bool("force", false, "force tasks to restart even if nothing has changed")
72 flagparser.AddServiceFlags(updateCmd.Flags())
/dports/www/grafana8/grafana-8.3.6/pkg/services/login/loginservice/
H A Dloginservice.go151 updateCmd := &models.UpdateUserCommand{
157 updateCmd.Login = extUser.Login
163 updateCmd.Email = extUser.Email
169 updateCmd.Name = extUser.Name
178 logger.Debug("Syncing user info", "id", user.Id, "update", updateCmd)
179 return bus.Dispatch(updateCmd)
183 updateCmd := &models.UpdateAuthInfoCommand{
191 return bus.Dispatch(updateCmd)
/dports/www/grafana8/grafana-8.3.6/pkg/services/provisioning/datasources/
H A Ddatasources.go60 updateCmd := createUpdateCommand(ds, cmd.Result.Id)
61 …dc.log.Debug("updating datasource from configuration", "name", updateCmd.Name, "uid", updateCmd.Ui…
62 if err := bus.DispatchCtx(ctx, updateCmd); err != nil {
/dports/www/grafana8/grafana-8.3.6/pkg/services/alerting/
H A Dservice_test.go75updateCmd := models.UpdateAlertNotificationCommand{Id: createCmd.Result.Id, Settings: simplejson.N…
76 err = s.UpdateAlertNotification(ctx, &updateCmd)
99updateCmd := models.UpdateAlertNotificationCommand{Id: createCmd.Result.Id, Settings: simplejson.N…
100 err = s.UpdateAlertNotification(ctx, &updateCmd)
103 …decrypted, err := s.EncryptionService.DecryptJsonData(ctx, updateCmd.Result.SecureSettings, settin…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gocloud.dev/samples/gocdk-docstore/
H A Dmain.go54 subcommands.Register(&updateCmd{}, "")
183 type updateCmd struct{} struct
185 func (*updateCmd) Name() string { return "update" } argument
186 func (*updateCmd) Synopsis() string { return "Update an item in a collection" } argument
187 func (*updateCmd) Usage() string { argument
196 func (*updateCmd) SetFlags(_ *flag.FlagSet) {} argument
198 func (cmd *updateCmd) Execute(ctx context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.E… argument
/dports/www/gohugo/hugo-0.91.2/vendor/gocloud.dev/samples/gocdk-docstore/
H A Dmain.go54 subcommands.Register(&updateCmd{}, "")
183 type updateCmd struct{} struct
185 func (*updateCmd) Name() string { return "update" } argument
186 func (*updateCmd) Synopsis() string { return "Update an item in a collection" } argument
187 func (*updateCmd) Usage() string { argument
196 func (*updateCmd) SetFlags(_ *flag.FlagSet) {} argument
198 func (cmd *updateCmd) Execute(ctx context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.E… argument
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/gocloud.dev/samples/gocdk-docstore/
H A Dmain.go54 subcommands.Register(&updateCmd{}, "")
183 type updateCmd struct{} struct
185 func (*updateCmd) Name() string { return "update" } argument
186 func (*updateCmd) Synopsis() string { return "Update an item in a collection" } argument
187 func (*updateCmd) Usage() string { argument
196 func (*updateCmd) SetFlags(_ *flag.FlagSet) {} argument
198 func (cmd *updateCmd) Execute(ctx context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.E… argument
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/gocloud.dev/go-cloud-5094f54ed8bb/samples/gocdk-docstore/
H A Dmain.go54 subcommands.Register(&updateCmd{}, "")
183 type updateCmd struct{} struct
185 func (*updateCmd) Name() string { return "update" } argument
186 func (*updateCmd) Synopsis() string { return "Update an item in a collection" } argument
187 func (*updateCmd) Usage() string { argument
196 func (*updateCmd) SetFlags(_ *flag.FlagSet) {} argument
198 func (cmd *updateCmd) Execute(ctx context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.E… argument
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/swarmkit/cmd/swarmctl/node/
H A Dupdate.go10 updateCmd = &cobra.Command{ var
26 flags := updateCmd.Flags()
/dports/sysutils/chezmoi/chezmoi-2.9.3/internal/cmd/
H A Dupdatecmd.go21 updateCmd := &cobra.Command{
37 flags := updateCmd.Flags()
44 return updateCmd
/dports/www/grafana8/grafana-8.3.6/pkg/api/
H A Dannotations_test.go24 updateCmd := dtos.UpdateAnnotationsCmd{
46 role, updateCmd, func(sc *scenarioContext) {
77 … PUT on", "/api/annotations/1", "/api/annotations/:annotationId", role, updateCmd, func(sc *scenar…
108 updateCmd := dtos.UpdateAnnotationsCmd{
156 … PUT on", "/api/annotations/1", "/api/annotations/:annotationId", role, updateCmd, func(sc *scenar…
189 … PUT on", "/api/annotations/1", "/api/annotations/:annotationId", role, updateCmd, func(sc *scenar…
222 … PUT on", "/api/annotations/1", "/api/annotations/:annotationId", role, updateCmd, func(sc *scenar…
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/commands/
H A Dfeature_compatibility_version.cpp446 BSONObjBuilder updateCmd; in _runUpdateCommand() local
447 updateCmd.append("update", nss.coll()); in _runUpdateCommand()
449 BSONArrayBuilder updates(updateCmd.subarrayStart("updates")); in _runUpdateCommand()
463 updateCmd.append(WriteConcernOptions::kWriteConcernField, WriteConcernOptions::Majority); in _runUpdateCommand()
468 client.runCommand(nss.db().toString(), updateCmd.obj(), updateResult); in _runUpdateCommand()
/dports/devel/bit/bit-1.1.2/cmd/
H A Dupdate.go19 var updateCmd = &cobra.Command{ var
108 BitCmd.AddCommand(updateCmd)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.sql.rowset/share/classes/com/sun/rowset/internal/
H A DCachedRowSetWriter.java96 private String updateCmd; field in CachedRowSetWriter
539 String updateExec = updateCmd; in updateOriginalRow()
1122 updateCmd = "UPDATE " + buildTableName(dbmd, catalog, schema, table); in initSQLStatements()
1135 String tempupdCmd = updateCmd.toLowerCase(); in initSQLStatements()
1141 updateCmd = updateCmd.substring(0,idxupWhere); in initSQLStatements()
1143 updateCmd += "SET "; in initSQLStatements()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.sql.rowset/share/classes/com/sun/rowset/internal/
H A DCachedRowSetWriter.java96 private String updateCmd; field in CachedRowSetWriter
539 String updateExec = updateCmd; in updateOriginalRow()
1122 updateCmd = "UPDATE " + buildTableName(dbmd, catalog, schema, table); in initSQLStatements()
1135 String tempupdCmd = updateCmd.toLowerCase(); in initSQLStatements()
1141 updateCmd = updateCmd.substring(0,idxupWhere); in initSQLStatements()
1143 updateCmd += "SET "; in initSQLStatements()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.sql.rowset/share/classes/com/sun/rowset/internal/
H A DCachedRowSetWriter.java96 private String updateCmd; field in CachedRowSetWriter
539 String updateExec = updateCmd; in updateOriginalRow()
1122 updateCmd = "UPDATE " + buildTableName(dbmd, catalog, schema, table); in initSQLStatements()
1135 String tempupdCmd = updateCmd.toLowerCase(); in initSQLStatements()
1141 updateCmd = updateCmd.substring(0,idxupWhere); in initSQLStatements()
1143 updateCmd += "SET "; in initSQLStatements()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/rowset/internal/
H A DCachedRowSetWriter.java96 private String updateCmd; field in CachedRowSetWriter
539 String updateExec = updateCmd; in updateOriginalRow()
1119 updateCmd = "UPDATE " + buildTableName(dbmd, catalog, schema, table); in initSQLStatements()
1132 String tempupdCmd = updateCmd.toLowerCase(); in initSQLStatements()
1138 updateCmd = updateCmd.substring(0,idxupWhere); in initSQLStatements()
1140 updateCmd += "SET "; in initSQLStatements()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.sql.rowset/share/classes/com/sun/rowset/internal/
H A DCachedRowSetWriter.java96 private String updateCmd; field in CachedRowSetWriter
539 String updateExec = updateCmd; in updateOriginalRow()
1122 updateCmd = "UPDATE " + buildTableName(dbmd, catalog, schema, table); in initSQLStatements()
1135 String tempupdCmd = updateCmd.toLowerCase(); in initSQLStatements()
1141 updateCmd = updateCmd.substring(0,idxupWhere); in initSQLStatements()
1143 updateCmd += "SET "; in initSQLStatements()

123