Home
last modified time | relevance | path

Searched defs:CreateCommand (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/games/warmux/warmux-11.04/src/ai/
H A Dai_strategy.cpp50 AICommand * DoNothingStrategy::CreateCommand() const in CreateCommand() function in DoNothingStrategy
61 AICommand * SkipTurnStrategy::CreateCommand() const in CreateCommand() function in SkipTurnStrategy
101 AICommand * ShootWithGunStrategy::CreateCommand() const in CreateCommand() function in ShootWithGunStrategy
128 AICommand * LoadAndFireStrategy::CreateCommand() const in CreateCommand() function in LoadAndFireStrategy
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/backup/
H A Dpipeline.go36 type CreateCommand struct { struct
37 strategy Strategy
38 server storage.ServerInfo
39 repository *gitalypb.Repository
52 func (cmd CreateCommand) Repository() *gitalypb.Repository {
57 func (cmd CreateCommand) Name() string {
62 func (cmd CreateCommand) Execute(ctx context.Context) error {
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/backup/
H A Dpipeline.go36 type CreateCommand struct { struct
37 strategy Strategy
38 server storage.ServerInfo
39 repository *gitalypb.Repository
52 func (cmd CreateCommand) Repository() *gitalypb.Repository {
57 func (cmd CreateCommand) Name() string {
62 func (cmd CreateCommand) Execute(ctx context.Context) error {
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/cli/
H A DCreateCommand.java38 public class CreateCommand extends CliCommand { class
51 public CreateCommand() { in CreateCommand() method in CreateCommand
/dports/sysutils/sensu-go/sensu-go-5.11.1/cli/commands/silenced/
H A Dcreate.go15 func CreateCommand(cli *cli.SensuCli) *cobra.Command { func
/dports/sysutils/sensu-go/sensu-go-5.11.1/cli/commands/check/
H A Dcreate.go15 func CreateCommand(cli *cli.SensuCli) *cobra.Command { func
/dports/sysutils/sensu-go/sensu-go-5.11.1/cli/commands/clusterrolebinding/
H A Dcreate.go15 func CreateCommand(cli *cli.SensuCli) *cobra.Command { func
/dports/sysutils/sensu-go/sensu-go-5.11.1/cli/commands/filter/
H A Dcreate.go16 func CreateCommand(cli *cli.SensuCli) *cobra.Command { func
/dports/sysutils/sensu-go/sensu-go-5.11.1/cli/commands/handler/
H A Dcreate.go15 func CreateCommand(cli *cli.SensuCli) *cobra.Command { func
/dports/sysutils/sensu-go/sensu-go-5.11.1/cli/commands/entity/
H A Dcreate.go15 func CreateCommand(cli *cli.SensuCli) *cobra.Command { func
/dports/sysutils/sensu-go/sensu-go-5.11.1/cli/commands/namespace/
H A Dcreate.go15 func CreateCommand(cli *cli.SensuCli) *cobra.Command { func
/dports/sysutils/sensu-go/sensu-go-5.11.1/cli/commands/hook/
H A Dcreate.go15 func CreateCommand(cli *cli.SensuCli) *cobra.Command { func
/dports/sysutils/sensu-go/sensu-go-5.11.1/cli/commands/mutator/
H A Dcreate.go15 func CreateCommand(cli *cli.SensuCli) *cobra.Command { func
/dports/sysutils/sensu-go/sensu-go-5.11.1/cli/commands/role/
H A Dcreate.go14 func CreateCommand(cli *cli.SensuCli) *cobra.Command { func
/dports/sysutils/sensu-go/sensu-go-5.11.1/cli/commands/clusterrole/
H A Dcreate.go15 func CreateCommand(cli *cli.SensuCli) *cobra.Command { func
/dports/sysutils/sensu-go/sensu-go-5.11.1/cli/commands/rolebinding/
H A Dcreate.go14 func CreateCommand(cli *cli.SensuCli) *cobra.Command { func
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/site_compare/commands/
H A Dtimeload.py26 def CreateCommand(cmdline): function
H A Dcompare2.py24 def CreateCommand(cmdline): function
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/site_compare/commands/
H A Dtimeload.py26 def CreateCommand(cmdline): function
H A Dcompare2.py24 def CreateCommand(cmdline): function
/dports/editors/lazarus/lazarus/test/ideintf/
H A Dtestmenuintf.pas33 function CreateCommand(aParent: TIDEMenuSection; aName: string): TIDEMenuCommand; in CreateCommand() function
77 function TTestMenuIntf.CreateCommand(aParent: TIDEMenuSection; aName: string): TIDEMenuCommand; in CreateCommand() function
/dports/editors/lazarus-qt5/lazarus/test/ideintf/
H A Dtestmenuintf.pas33 function CreateCommand(aParent: TIDEMenuSection; aName: string): TIDEMenuCommand; in CreateCommand() function
77 function TTestMenuIntf.CreateCommand(aParent: TIDEMenuSection; aName: string): TIDEMenuCommand; in CreateCommand() function
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/test/ideintf/
H A Dtestmenuintf.pas33 function CreateCommand(aParent: TIDEMenuSection; aName: string): TIDEMenuCommand; in CreateCommand() function
77 function TTestMenuIntf.CreateCommand(aParent: TIDEMenuSection; aName: string): TIDEMenuCommand; in CreateCommand() function
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/test/ideintf/
H A Dtestmenuintf.pas33 function CreateCommand(aParent: TIDEMenuSection; aName: string): TIDEMenuCommand; in CreateCommand() function
77 function TTestMenuIntf.CreateCommand(aParent: TIDEMenuSection; aName: string): TIDEMenuCommand; in CreateCommand() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbLinq.Firebird/Test/
H A DTestBase.cs37 public static IDbCommand CreateCommand (string sql, IDbConnection conn) in CreateCommand() method in Test_NUnit.TestBase

12345678