Home
last modified time | relevance | path

Searched refs:cloneCommand (Results 1 – 6 of 6) sorted by relevance

/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/view/world/
H A Dinfocreator.cpp37 CSMWorld::CloneCommand* cloneCommand = dynamic_cast<CSMWorld::CloneCommand*> (&command); in configureCreateCommand() local
40 if (!cloneCommand) in configureCreateCommand()
49cloneCommand->setOverrideValue(table.findColumnIndex(CSMWorld::Columns::ColumnId_Topic), mTopic->t… in configureCreateCommand()
54 if (!cloneCommand) in configureCreateCommand()
59cloneCommand->setOverrideValue(table.findColumnIndex(CSMWorld::Columns::ColumnId_Journal), mTopic-… in configureCreateCommand()
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ssh/
H A Dupload_pack_test.go29 type cloneCommand struct { struct
39 func (cmd cloneCommand) execute(t *testing.T) error { argument
76 func (cmd cloneCommand) test(t *testing.T, cfg config.Cfg, repoPath string, localRepoPath string) (… argument
233 cmd := cloneCommand{
279 err := cloneCommand{
375 cmd := cloneCommand{
419 cmd := cloneCommand{
449 cloneCmd := cloneCommand{
473 cmd := cloneCommand{
/dports/editors/ted/Ted-2.23/appFrame/
H A DappApplicationMotif.c183 char * cloneCommand[2]; in appGuiInitApplication() local
213 cloneCommand[0]= argv[0]; in appGuiInitApplication()
214 cloneCommand[1]= (char *)0; in appGuiInitApplication()
215 XtSetArg( al[ac], XtNcloneCommand, cloneCommand ); ac++; in appGuiInitApplication()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ssh/
H A Dupload_pack_test.go29 type cloneCommand struct { struct
49 func (cmd cloneCommand) execute(t *testing.T) error { argument
84 func (cmd cloneCommand) test(t *testing.T, cfg config.Cfg, repoPath string, localRepoPath string) (… argument
248 cmd := cloneCommand{
293 err := cloneCommand{
396 cmd := cloneCommand{
444 cmd := cloneCommand{
474 cloneCmd := cloneCommand{
498 cmd := cloneCommand{
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ssh/
H A Dupload_pack_test.go29 type cloneCommand struct { struct
49 func (cmd cloneCommand) execute(t *testing.T) error { argument
84 func (cmd cloneCommand) test(t *testing.T, cfg config.Cfg, repoPath string, localRepoPath string) (… argument
248 cmd := cloneCommand{
293 err := cloneCommand{
396 cmd := cloneCommand{
444 cmd := cloneCommand{
474 cloneCmd := cloneCommand{
498 cmd := cloneCommand{
/dports/devel/git-lfs/git-lfs-3.0.2/commands/
H A Dcommand_clone.go23 func cloneCommand(cmd *cobra.Command, args []string) { func
129 RegisterCommand("clone", cloneCommand, func(cmd *cobra.Command) {