Home
last modified time | relevance | path

Searched refs:executeCommand (Results 1 – 25 of 2809) sorted by relevance

12345678910>>...113

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/uitest/calc_tests6/
H A Dtdf107869.py27 self.xUITest.executeCommand(".uno:Undo")
29 self.xUITest.executeCommand(".uno:Redo")
31 self.xUITest.executeCommand(".uno:Undo")
33 self.xUITest.executeCommand(".uno:Redo")
35 self.xUITest.executeCommand(".uno:Undo")
37 self.xUITest.executeCommand(".uno:Redo")
39 self.xUITest.executeCommand(".uno:Undo")
41 self.xUITest.executeCommand(".uno:Redo")
43 self.xUITest.executeCommand(".uno:Undo")
45 self.xUITest.executeCommand(".uno:Redo")
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/uitest/calc_tests6/
H A Dtdf107869.py35 self.xUITest.executeCommand(".uno:Undo")
37 self.xUITest.executeCommand(".uno:Redo")
39 self.xUITest.executeCommand(".uno:Undo")
41 self.xUITest.executeCommand(".uno:Redo")
43 self.xUITest.executeCommand(".uno:Undo")
45 self.xUITest.executeCommand(".uno:Redo")
47 self.xUITest.executeCommand(".uno:Undo")
49 self.xUITest.executeCommand(".uno:Redo")
51 self.xUITest.executeCommand(".uno:Undo")
53 self.xUITest.executeCommand(".uno:Redo")
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/uitest/writer_tests/
H A DtrackedChanges.py23 self.xUITest.executeCommand(".uno:TrackChanges")
26 self.xUITest.executeCommand(".uno:Cut") #cut text
42 self.xUITest.executeCommand(".uno:TrackChanges")
63 self.xUITest.executeCommand(".uno:TrackChanges")
86 self.xUITest.executeCommand(".uno:TrackChanges")
108 self.xUITest.executeCommand(".uno:TrackChanges")
130 self.xUITest.executeCommand(".uno:TrackChanges")
132 self.xUITest.executeCommand(".uno:TrackChanges")
134 self.xUITest.executeCommand(".uno:TrackChanges")
136 self.xUITest.executeCommand(".uno:TrackChanges")
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/uitest/writer_tests6/
H A Dtdf107975.py34 self.xUITest.executeCommand(".uno:Copy")
38 self.xUITest.executeCommand(".uno:Paste")
41 self.xUITest.executeCommand(".uno:Undo")
44 self.xUITest.executeCommand(".uno:Redo")
46 self.xUITest.executeCommand(".uno:Undo")
48 self.xUITest.executeCommand(".uno:Redo")
50 self.xUITest.executeCommand(".uno:Undo")
60 self.xUITest.executeCommand(".uno:Copy")
67 self.xUITest.executeCommand(".uno:Undo")
70 self.xUITest.executeCommand(".uno:Redo")
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/uitest/calc_tests/
H A DmergedRowsColumns.py23 self.xUITest.executeCommand(".uno:Undo")
24 self.xUITest.executeCommand(".uno:Redo")
38 self.xUITest.executeCommand(".uno:Undo")
39 self.xUITest.executeCommand(".uno:Redo")
52 self.xUITest.executeCommand(".uno:Undo")
55 self.xUITest.executeCommand(".uno:Undo")
59 self.xUITest.executeCommand(".uno:Undo")
62 self.xUITest.executeCommand(".uno:Undo")
82 self.xUITest.executeCommand(".uno:Undo")
98 self.xUITest.executeCommand(".uno:Undo")
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/uitest/calc_tests/
H A DmergedRowsColumns.py31 self.xUITest.executeCommand(".uno:Undo")
32 self.xUITest.executeCommand(".uno:Redo")
46 self.xUITest.executeCommand(".uno:Undo")
47 self.xUITest.executeCommand(".uno:Redo")
60 self.xUITest.executeCommand(".uno:Undo")
63 self.xUITest.executeCommand(".uno:Undo")
67 self.xUITest.executeCommand(".uno:Undo")
70 self.xUITest.executeCommand(".uno:Undo")
90 self.xUITest.executeCommand(".uno:Undo")
106 self.xUITest.executeCommand(".uno:Undo")
[all …]
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/spf13/cobra/
H A Dcustom_completions_test.go71 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
89 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "s")
105 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "test")
119 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "")
309 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
326 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "o")
370 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
454 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "t")
569 output, err := executeCommand(rootCmd, ShellCompRequestCmd, "")
585 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "-")
[all …]
/dports/textproc/textnote/textnote-1.3.0/vendor/github.com/spf13/cobra/
H A Dcustom_completions_test.go71 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
89 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "s")
105 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "test")
119 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "")
309 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
326 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "o")
370 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
454 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "t")
569 output, err := executeCommand(rootCmd, ShellCompRequestCmd, "")
585 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "-")
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/spf13/cobra/
H A Dcustom_completions_test.go71 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
89 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "s")
105 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "test")
119 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "")
309 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
326 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "o")
370 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
454 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "t")
569 output, err := executeCommand(rootCmd, ShellCompRequestCmd, "")
585 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "-")
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/spf13/cobra/
H A Dcustom_completions_test.go71 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
89 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "s")
105 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "test")
119 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "")
309 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
326 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "o")
370 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
454 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "t")
569 output, err := executeCommand(rootCmd, ShellCompRequestCmd, "")
585 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "-")
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/spf13/cobra/
H A Dcustom_completions_test.go71 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
89 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "s")
105 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "test")
119 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "")
309 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
326 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "o")
370 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
454 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "t")
569 output, err := executeCommand(rootCmd, ShellCompRequestCmd, "")
585 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "-")
[all …]
/dports/sysutils/hcloud/cli-1.21.0/vendor/github.com/spf13/cobra/
H A Dcustom_completions_test.go71 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
89 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "s")
105 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "test")
119 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "")
309 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
326 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "o")
370 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
454 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "t")
569 output, err := executeCommand(rootCmd, ShellCompRequestCmd, "")
585 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "-")
[all …]
/dports/games/weebsay/weebsay-8107cc5/vendor/github.com/spf13/cobra/
H A Dcustom_completions_test.go71 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
89 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "s")
105 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "test")
119 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "")
309 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
326 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "o")
370 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
454 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "t")
569 output, err := executeCommand(rootCmd, ShellCompRequestCmd, "")
585 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "-")
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/spf13/cobra/
H A Dcustom_completions_test.go71 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
89 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "s")
105 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "test")
119 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "")
309 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
326 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "o")
370 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
454 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "t")
569 output, err := executeCommand(rootCmd, ShellCompRequestCmd, "")
585 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "-")
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/spf13/cobra/
H A Dcustom_completions_test.go71 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
89 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "s")
105 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "test")
119 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "")
309 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
326 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "o")
370 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
454 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "t")
569 output, err := executeCommand(rootCmd, ShellCompRequestCmd, "")
585 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "-")
[all …]
/dports/textproc/go-yq/yq-4.7.0/vendor/github.com/spf13/cobra/
H A Dcustom_completions_test.go71 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
89 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "s")
105 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "test")
119 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "")
309 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
326 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "o")
370 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
454 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "t")
569 output, err := executeCommand(rootCmd, ShellCompRequestCmd, "")
585 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "-")
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/spf13/cobra/
H A Dcustom_completions_test.go71 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
89 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "s")
105 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "test")
119 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "")
309 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
326 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "o")
370 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
454 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "t")
569 output, err := executeCommand(rootCmd, ShellCompRequestCmd, "")
585 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "-")
[all …]
/dports/devel/bit/bit-1.1.2/vendor/github.com/spf13/cobra/
H A Dcustom_completions_test.go71 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
89 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "s")
105 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "test")
119 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "")
309 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
326 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "o")
370 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
454 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "t")
569 output, err := executeCommand(rootCmd, ShellCompRequestCmd, "")
585 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "-")
[all …]
/dports/sysutils/rush/rush-0.4.2-9-ga800565/vendor/github.com/spf13/cobra/
H A Dcustom_completions_test.go71 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
89 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "s")
105 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "test")
119 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "")
309 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
326 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "o")
370 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
454 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "t")
569 output, err := executeCommand(rootCmd, ShellCompRequestCmd, "")
585 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "-")
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/uitest/macro_tests/
H A Dtdf124413.py22 self.xUITest.executeCommand(".uno:SelectAll")
23 self.xUITest.executeCommand(".uno:Copy")
24 self.xUITest.executeCommand(".uno:SelectAll")
25 self.xUITest.executeCommand(".uno:Paste")
26 self.xUITest.executeCommand(".uno:Undo")
27 self.xUITest.executeCommand(".uno:Redo")
28 self.xUITest.executeCommand(".uno:Undo")
29 self.xUITest.executeCommand(".uno:Redo")
30 self.xUITest.executeCommand(".uno:Undo")
31 self.xUITest.executeCommand(".uno:Redo")
/dports/net/rclone/rclone-1.57.0/vendor/github.com/spf13/cobra/
H A Dcompletions_test.go72 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
91 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "s")
107 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "test")
121 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "")
313 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
460 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "t")
576 output, err := executeCommand(rootCmd, ShellCompRequestCmd, "")
593 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "-")
611 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "--f")
2333 output, err := executeCommand(rootCmd, compCmdName, "zsh")
[all …]
/dports/sysutils/brename/brename-2.11.1/vendor/github.com/spf13/cobra/
H A Dcompletions_test.go72 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
91 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "s")
107 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "test")
121 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "")
313 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
460 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "t")
576 output, err := executeCommand(rootCmd, ShellCompRequestCmd, "")
593 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "-")
611 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "--f")
2333 output, err := executeCommand(rootCmd, compCmdName, "zsh")
[all …]
/dports/misc/timetrace/timetrace-0.14.2/vendor/github.com/spf13/cobra/
H A Dcompletions_test.go72 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
91 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "s")
107 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "test")
121 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "")
313 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
460 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "t")
576 output, err := executeCommand(rootCmd, ShellCompRequestCmd, "")
593 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "-")
611 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "--f")
2333 output, err := executeCommand(rootCmd, compCmdName, "zsh")
[all …]
/dports/net/rospo/rospo-0.7.1/vendor/github.com/spf13/cobra/cobra-1.2.1/
H A Dcompletions_test.go72 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
91 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "s")
107 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "test")
121 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "")
313 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
460 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "t")
576 output, err := executeCommand(rootCmd, ShellCompRequestCmd, "")
593 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "-")
611 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "--f")
2333 output, err := executeCommand(rootCmd, compCmdName, "zsh")
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/spf13/cobra/
H A Dcompletions_test.go72 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
91 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "s")
107 output, err = executeCommand(rootCmd, ShellCompNoDescRequestCmd, "test")
121 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "")
313 output, err := executeCommand(rootCmd, ShellCompNoDescRequestCmd, "")
460 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "t")
576 output, err := executeCommand(rootCmd, ShellCompRequestCmd, "")
593 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "-")
611 output, err = executeCommand(rootCmd, ShellCompRequestCmd, "--f")
2333 output, err := executeCommand(rootCmd, compCmdName, "zsh")
[all …]

12345678910>>...113