Home
last modified time | relevance | path

Searched refs:nouns (Results 1 – 25 of 1404) sorted by relevance

12345678910>>...57

/dports/databases/p5-Bucardo/Bucardo-5.6.0/
H A Dbucardo273 my @nouns = @ARGV;
282 my $nouns = join ' ' => @nouns;
656 help() if ! @nouns;
734 for (@nouns) {
986 for (@nouns) {
1213 if ($nouns[0] eq 'all' and ! defined $nouns[1]) {
1402 if (!@nouns or ($nouns[0] eq 'all' and ! defined $nouns[1])) {
1486 shift @nouns;
1564 $code->(@nouns);
1689 shift @nouns;
[all …]
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dlangen.cpp71 dictionary<noun> nouns[NUMLAN]; variable
337 compute_completeness(nouns); in main()
341 addutftoset(allchars, nouns[i]); in main()
369 for(auto&& elt : nouns[1].m) { in main()
372 nouns[0][elt.first] = n; in main()
383 for(auto&& elt : nouns[i].m) { in main()
400 for(auto&& elt : nouns[1].m) in main()
434 printf(" {%d", nouns[i][s].genus); in main()
435 printf(", %s", escape(nouns[i][s].nom, s)); in main()
436 printf(", %s", escape(nouns[i][s].nomp, s)); in main()
[all …]
/dports/x11-wm/awesome/awesome-4.3/tests/examples/text/awful/keygrabber/
H A Dvimode.lua13 nouns = { c = "client", t = "tag" , s = "screen", y = "layout", },
22 local parsed, count = { verbs = "", adjectives = "", nouns = "", }, ""
36 if parsed.nouns == "" then return end
39 actions[parsed.nouns](parsed.verbs, parsed.adjectives)
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Dnet_petname.c67 static const char * const nouns[] = { variable
115 n = nouns[rand() % arrlen(nouns)]; in NET_GetRandomPetName()
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/rdbms/randomname/
H A Dgenerate.py12 adjectives, nouns = [], []
18 nouns.append(line.strip())
20 noun = random.choice(nouns)
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/doc/man/includes/
H A Doptions-test.md4 Compile, but don't run {{nouns}}.
8 Run all {{nouns}} regardless of failure. Without this flag, Cargo will exit
9 after the first executable fails. The Rust test harness will run all {{nouns}}
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/doc/man/includes/
H A Doptions-test.md4 Compile, but don't run {{nouns}}.
8 Run all {{nouns}} regardless of failure. Without this flag, Cargo will exit
9 after the first executable fails. The Rust test harness will run all {{nouns}}
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/doc/man/includes/
H A Doptions-test.md4 Compile, but don't run {{nouns}}.
8 Run all {{nouns}} regardless of failure. Without this flag, Cargo will exit
9 after the first executable fails. The Rust test harness will run all {{nouns}}
/dports/devel/py-knack/knack-0.8.2/knack/
H A Dinvocation.py69 nouns = []
73 nouns.append(arg)
82 while nouns and not _find_args(nouns):
83 del nouns[-1]
86 for i in range(len(nouns)):
89 return ' '.join(nouns)
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/vendor/github.com/spf13/cobra/
H A Dbash_completions.md40 if [[ ${#nouns[@]} -eq 0 ]]; then
43 __kubectl_parse_get ${nouns[${#nouns[@]} -1]}
76 …r `__kubectl_get_resource()`. `__kubectl_get_resource` will look at the 'nouns' collected. In our…
78 ## Have the completions code complete your 'nouns'
80 … typed. But if you want `kubectl get [tab][tab]` to show a list of valid "nouns" you have to set t…
105 ## Plural form and shortcuts for nouns
107 If your nouns have a number of aliases, you can define them alongside `ValidArgs` using `ArgAliases…
119 The aliases are not shown to the user on tab completion, but they are accepted as valid nouns by
127 Note that without declaring `rc` as an alias, the completion algorithm would show the list of nouns
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/spf13/cobra/
H A Dbash_completions.md40 if [[ ${#nouns[@]} -eq 0 ]]; then
43 __kubectl_parse_get ${nouns[${#nouns[@]} -1]}
76 …r `__kubectl_get_resource()`. `__kubectl_get_resource` will look at the 'nouns' collected. In our…
78 ## Have the completions code complete your 'nouns'
80 … typed. But if you want `kubectl get [tab][tab]` to show a list of valid "nouns" you have to set t…
105 ## Plural form and shortcuts for nouns
107 If your nouns have a number of aliases, you can define them alongside `ValidArgs` using `ArgAliases…
119 The aliases are not shown to the user on tab completion, but they are accepted as valid nouns by
127 Note that without declaring `rc` as an alias, the completion algorithm would show the list of nouns
/dports/devel/awless/awless-0.1.11/vendor/github.com/spf13/cobra/
H A Dbash_completions.md40 if [[ ${#nouns[@]} -eq 0 ]]; then
43 __kubectl_parse_get ${nouns[${#nouns[@]} -1]}
76 …r `__kubectl_get_resource()`. `__kubectl_get_resource` will look at the 'nouns' collected. In our…
78 ## Have the completions code complete your 'nouns'
80 … typed. But if you want `kubectl get [tab][tab]` to show a list of valid "nouns" you have to set t…
105 ## Plural form and shortcuts for nouns
107 If your nouns have a number of aliases, you can define them alongside `ValidArgs` using `ArgAliases…
119 The aliases are not shown to the user on tab completion, but they are accepted as valid nouns by
127 Note that without declaring `rc` as an alias, the completion algorithm would show the list of nouns
/dports/net-mgmt/phpfpm_exporter/php-fpm-exporter-0.4.1/vendor/github.com/spf13/cobra/
H A Dbash_completions.md40 if [[ ${#nouns[@]} -eq 0 ]]; then
43 __kubectl_parse_get ${nouns[${#nouns[@]} -1]}
76 …r `__kubectl_get_resource()`. `__kubectl_get_resource` will look at the 'nouns' collected. In our…
78 ## Have the completions code complete your 'nouns'
80 … typed. But if you want `kubectl get [tab][tab]` to show a list of valid "nouns" you have to set t…
105 ## Plural form and shortcuts for nouns
107 If your nouns have a number of aliases, you can define them alongside `ValidArgs` using `ArgAliases…
119 The aliases are not shown to the user on tab completion, but they are accepted as valid nouns by
127 Note that without declaring `rc` as an alias, the completion algorithm would show the list of nouns
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/continuity/vendor/github.com/spf13/cobra/
H A Dbash_completions.md40 if [[ ${#nouns[@]} -eq 0 ]]; then
43 __kubectl_parse_get ${nouns[${#nouns[@]} -1]}
76 …r `__kubectl_get_resource()`. `__kubectl_get_resource` will look at the 'nouns' collected. In our…
78 ## Have the completions code complete your 'nouns'
80 … typed. But if you want `kubectl get [tab][tab]` to show a list of valid "nouns" you have to set t…
105 ## Plural form and shortcuts for nouns
107 If your nouns have a number of aliases, you can define them alongside `ValidArgs` using `ArgAliases…
119 The aliases are not shown to the user on tab completion, but they are accepted as valid nouns by
127 Note that without declaring `rc` as an alias, the completion algorithm would show the list of nouns
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/continuity/vendor/github.com/spf13/cobra/
H A Dbash_completions.md40 if [[ ${#nouns[@]} -eq 0 ]]; then
43 __kubectl_parse_get ${nouns[${#nouns[@]} -1]}
76 …r `__kubectl_get_resource()`. `__kubectl_get_resource` will look at the 'nouns' collected. In our…
78 ## Have the completions code complete your 'nouns'
80 … typed. But if you want `kubectl get [tab][tab]` to show a list of valid "nouns" you have to set t…
105 ## Plural form and shortcuts for nouns
107 If your nouns have a number of aliases, you can define them alongside `ValidArgs` using `ArgAliases…
119 The aliases are not shown to the user on tab completion, but they are accepted as valid nouns by
127 Note that without declaring `rc` as an alias, the completion algorithm would show the list of nouns
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/continuity/vendor/github.com/spf13/cobra/
H A Dbash_completions.md40 if [[ ${#nouns[@]} -eq 0 ]]; then
43 __kubectl_parse_get ${nouns[${#nouns[@]} -1]}
76 …r `__kubectl_get_resource()`. `__kubectl_get_resource` will look at the 'nouns' collected. In our…
78 ## Have the completions code complete your 'nouns'
80 … typed. But if you want `kubectl get [tab][tab]` to show a list of valid "nouns" you have to set t…
105 ## Plural form and shortcuts for nouns
107 If your nouns have a number of aliases, you can define them alongside `ValidArgs` using `ArgAliases…
119 The aliases are not shown to the user on tab completion, but they are accepted as valid nouns by
127 Note that without declaring `rc` as an alias, the completion algorithm would show the list of nouns
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/vendor/github.com/spf13/cobra/
H A Dbash_completions.md40 if [[ ${#nouns[@]} -eq 0 ]]; then
43 __kubectl_parse_get ${nouns[${#nouns[@]} -1]}
76 …r `__kubectl_get_resource()`. `__kubectl_get_resource` will look at the 'nouns' collected. In our…
78 ## Have the completions code complete your 'nouns'
80 … typed. But if you want `kubectl get [tab][tab]` to show a list of valid "nouns" you have to set t…
105 ## Plural form and shortcuts for nouns
107 If your nouns have a number of aliases, you can define them alongside `ValidArgs` using `ArgAliases…
119 The aliases are not shown to the user on tab completion, but they are accepted as valid nouns by
127 Note that without declaring `rc` as an alias, the completion algorithm would show the list of nouns
/dports/sysutils/rest-server/rest-server-0.10.0/vendor/github.com/spf13/cobra/
H A Dbash_completions.md40 if [[ ${#nouns[@]} -eq 0 ]]; then
43 __kubectl_parse_get ${nouns[${#nouns[@]} -1]}
76 …r `__kubectl_get_resource()`. `__kubectl_get_resource` will look at the 'nouns' collected. In our…
78 ## Have the completions code complete your 'nouns'
80 … typed. But if you want `kubectl get [tab][tab]` to show a list of valid "nouns" you have to set t…
105 ## Plural form and shortcuts for nouns
107 If your nouns have a number of aliases, you can define them alongside `ValidArgs` using `ArgAliases…
119 The aliases are not shown to the user on tab completion, but they are accepted as valid nouns by
127 Note that without declaring `rc` as an alias, the completion algorithm would show the list of nouns
/dports/misc/exercism/cli-3.0.13/vendor/github.com/spf13/cobra/
H A Dbash_completions.md40 if [[ ${#nouns[@]} -eq 0 ]]; then
43 __kubectl_parse_get ${nouns[${#nouns[@]} -1]}
76 …r `__kubectl_get_resource()`. `__kubectl_get_resource` will look at the 'nouns' collected. In our…
78 ## Have the completions code complete your 'nouns'
80 … typed. But if you want `kubectl get [tab][tab]` to show a list of valid "nouns" you have to set t…
105 ## Plural form and shortcuts for nouns
107 If your nouns have a number of aliases, you can define them alongside `ValidArgs` using `ArgAliases…
119 The aliases are not shown to the user on tab completion, but they are accepted as valid nouns by
127 Note that without declaring `rc` as an alias, the completion algorithm would show the list of nouns
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/vendor/github.com/spf13/cobra/
H A Dbash_completions.md40 if [[ ${#nouns[@]} -eq 0 ]]; then
43 __kubectl_parse_get ${nouns[${#nouns[@]} -1]}
76 …r `__kubectl_get_resource()`. `__kubectl_get_resource` will look at the 'nouns' collected. In our…
78 ## Have the completions code complete your 'nouns'
80 … typed. But if you want `kubectl get [tab][tab]` to show a list of valid "nouns" you have to set t…
105 ## Plural form and shortcuts for nouns
107 If your nouns have a number of aliases, you can define them alongside `ValidArgs` using `ArgAliases…
119 The aliases are not shown to the user on tab completion, but they are accepted as valid nouns by
127 Note that without declaring `rc` as an alias, the completion algorithm would show the list of nouns
/dports/devel/git-lfs/git-lfs-3.0.2/vendor/github.com/spf13/cobra/
H A Dbash_completions.md41 if [[ ${#nouns[@]} -eq 0 ]]; then
44 __kubectl_parse_get ${nouns[${#nouns[@]} -1]}
77 …r `__kubectl_get_resource()`. `__kubectl_get_resource` will look at the 'nouns' collected. In our…
79 ## Have the completions code complete your 'nouns'
81 … typed. But if you want `kubectl get [tab][tab]` to show a list of valid "nouns" you have to set t…
106 ## Plural form and shortcuts for nouns
108 If your nouns have a number of aliases, you can define them alongside `ValidArgs` using `ArgAliases…
120 The aliases are not shown to the user on tab completion, but they are accepted as valid nouns by
128 Note that without declaring `rc` as an alias, the completion algorithm would show the list of nouns
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/spf13/cobra/
H A Dbash_completions.md41 if [[ ${#nouns[@]} -eq 0 ]]; then
44 __kubectl_parse_get ${nouns[${#nouns[@]} -1]}
77 …r `__kubectl_get_resource()`. `__kubectl_get_resource` will look at the 'nouns' collected. In our…
79 ## Have the completions code complete your 'nouns'
81 … typed. But if you want `kubectl get [tab][tab]` to show a list of valid "nouns" you have to set t…
106 ## Plural form and shortcuts for nouns
108 If your nouns have a number of aliases, you can define them alongside `ValidArgs` using `ArgAliases…
120 The aliases are not shown to the user on tab completion, but they are accepted as valid nouns by
128 Note that without declaring `rc` as an alias, the completion algorithm would show the list of nouns
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/distribution/vendor/github.com/spf13/cobra/
H A Dbash_completions.md41 if [[ ${#nouns[@]} -eq 0 ]]; then
44 __kubectl_parse_get ${nouns[${#nouns[@]} -1]}
77 …r `__kubectl_get_resource()`. `__kubectl_get_resource` will look at the 'nouns' collected. In our…
79 ## Have the completions code complete your 'nouns'
81 … typed. But if you want `kubectl get [tab][tab]` to show a list of valid "nouns" you have to set t…
106 ## Plural form and shortcuts for nouns
108 If your nouns have a number of aliases, you can define them alongside `ValidArgs` using `ArgAliases…
120 The aliases are not shown to the user on tab completion, but they are accepted as valid nouns by
128 Note that without declaring `rc` as an alias, the completion algorithm would show the list of nouns
/dports/misc/chrono/chrono-1.1.0-4-g70cda7f/vendor/github.com/spf13/cobra/
H A Dbash_completions.md41 if [[ ${#nouns[@]} -eq 0 ]]; then
44 __kubectl_parse_get ${nouns[${#nouns[@]} -1]}
77 …r `__kubectl_get_resource()`. `__kubectl_get_resource` will look at the 'nouns' collected. In our…
79 ## Have the completions code complete your 'nouns'
81 … typed. But if you want `kubectl get [tab][tab]` to show a list of valid "nouns" you have to set t…
106 ## Plural form and shortcuts for nouns
108 If your nouns have a number of aliases, you can define them alongside `ValidArgs` using `ArgAliases…
120 The aliases are not shown to the user on tab completion, but they are accepted as valid nouns by
128 Note that without declaring `rc` as an alias, the completion algorithm would show the list of nouns
/dports/sysutils/py-azure-cli-core/azure-cli-core-2.29.2/azure/cli/core/
H A D_help.py163 def show_help(self, cli_name, nouns, parser, is_group): argument
164 self.update_loaders_with_help_file_contents(nouns)
166 delimiters = ' '.join(nouns)
170 if not nouns:
182 if not nouns:
190 nouns = command.split(' ')[1:]
191 self.update_loaders_with_help_file_contents(nouns)
193 delimiters = ' '.join(nouns)
231 def update_loaders_with_help_file_contents(self, nouns): argument
235 new_file_names = loader.get_noun_help_file_names(nouns) or []

12345678910>>...57