Home
last modified time | relevance | path

Searched refs:Commands (Results 1 – 25 of 9271) sorted by relevance

12345678910>>...371

/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/aws-0.22/Aws/Iam/
H A DCommands.hs1 module Aws.Iam.Commands
2 ( module Aws.Iam.Commands.AddUserToGroup
3 , module Aws.Iam.Commands.CreateAccessKey
4 , module Aws.Iam.Commands.CreateGroup
5 , module Aws.Iam.Commands.CreateUser
6 , module Aws.Iam.Commands.DeleteAccessKey
7 , module Aws.Iam.Commands.DeleteGroup
9 , module Aws.Iam.Commands.DeleteUser
12 , module Aws.Iam.Commands.GetUser
17 , module Aws.Iam.Commands.ListGroups
[all …]
/dports/sysutils/webmin/webmin-1.981/proftpd/
H A Duserpermissions_form.cgi57 $Commands{"CDUP"}="";
58 $Commands{"XCUP"}="";
59 $Commands{"PORT"}="";
61 $Commands{"EPRT"}="";
62 $Commands{"EPSV"}="";
70 $Commands{"MODE"}="";
71 $Commands{"PWD"}="";
72 $Commands{"XPWD"}="";
73 $Commands{"SIZE"}="";
77 $Commands{"HELP"}="";
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/aws-0.22/Aws/S3/
H A DCommands.hs1 module Aws.S3.Commands
3 module Aws.S3.Commands.CopyObject
4 , module Aws.S3.Commands.DeleteBucket
5 , module Aws.S3.Commands.DeleteObject
8 , module Aws.S3.Commands.GetBucket
11 , module Aws.S3.Commands.GetObject
14 , module Aws.S3.Commands.PutBucket
21 import Aws.S3.Commands.CopyObject
26 import Aws.S3.Commands.GetBucket
29 import Aws.S3.Commands.GetObject
[all …]
/dports/mail/trojita/trojita-0.7/src/Imap/Parser/
H A DParser.cpp159 cmd << Commands::PartOfCommand(Commands::ATOM, param); in select()
195 cmd << Commands::PartOfCommand(Commands::ATOM, param); in examine()
263 command << Commands::PartOfCommand(Commands::LITERAL, message); in append()
334 command << Commands::PartOfCommand(Commands::ATOM, sequence); in uidSearchUid()
341 command << Commands::PartOfCommand(Commands::ATOM, sequence); in uidESearchUid()
350 cmd << Commands::PartOfCommand(Commands::ATOM, command) << in sortHelper()
429 Commands::Command cmd = Commands::Command("FETCH") << in fetch()
520 cmd << Commands::PartOfCommand(Commands::IDLE_DONE, "DONE"); in idleDone()
555 …cmd << Commands::PartOfCommand(Commands::QUOTED_STRING, it.key()) << Commands::PartOfCommand(Comma… in idCommand()
565 cmd << Commands::PartOfCommand(Commands::ATOM, item); in enable()
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/aws-0.22/Aws/Ses/
H A DCommands.hs1 module Aws.Ses.Commands
2 ( module Aws.Ses.Commands.SendRawEmail
3 , module Aws.Ses.Commands.ListIdentities
4 , module Aws.Ses.Commands.VerifyEmailIdentity
6 , module Aws.Ses.Commands.VerifyDomainDkim
7 , module Aws.Ses.Commands.DeleteIdentity
16 import Aws.Ses.Commands.SendRawEmail
17 import Aws.Ses.Commands.ListIdentities
18 import Aws.Ses.Commands.VerifyEmailIdentity
20 import Aws.Ses.Commands.VerifyDomainDkim
[all …]
/dports/irc/p5-POE-Component-IRC/POE-Component-IRC-6.93/lib/POE/Component/IRC/Plugin/
H A DBotCommand.pm18 for my $cmd (keys %{ $args{Commands} }) {
19 if (ref $args{Commands}->{$cmd} eq 'HASH') {
22 $args{Commands}->{lc $cmd}->{handler} =
26 $args{Commands}->{lc $cmd} = delete $args{Commands}->{$cmd};
119 if (defined $self->{Commands}->{$cmd}) {
190 if (defined $self->{Commands}->{$cmd}) {
279 if (keys %{ $self->{Commands} }) {
311 $self->{Commands}->{$cmd} = $usage;
319 delete $self->{Commands}->{$cmd};
325 return %{ $self->{Commands} };
[all …]
/dports/finance/hs-hledger/hledger-1.19/Hledger/Cli/
H A DCommands.hs13 module Hledger.Cli.Commands (
22 ,module Hledger.Cli.Commands.Add
34 ,module Hledger.Cli.Commands.Diff
35 ,module Hledger.Cli.Commands.Help
69 import Hledger.Cli.Commands.Add
77 import Hledger.Cli.Commands.Close
78 import Hledger.Cli.Commands.Codes
81 import Hledger.Cli.Commands.Diff
83 import Hledger.Cli.Commands.Help
94 import Hledger.Cli.Commands.Roi
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/hledger-1.19.1/Hledger/Cli/
H A DCommands.hs13 module Hledger.Cli.Commands (
22 ,module Hledger.Cli.Commands.Add
34 ,module Hledger.Cli.Commands.Diff
35 ,module Hledger.Cli.Commands.Help
69 import Hledger.Cli.Commands.Add
77 import Hledger.Cli.Commands.Close
78 import Hledger.Cli.Commands.Codes
81 import Hledger.Cli.Commands.Diff
83 import Hledger.Cli.Commands.Help
94 import Hledger.Cli.Commands.Roi
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hledger-1.19/Hledger/Cli/
H A DCommands.hs13 module Hledger.Cli.Commands (
22 ,module Hledger.Cli.Commands.Add
34 ,module Hledger.Cli.Commands.Diff
35 ,module Hledger.Cli.Commands.Help
69 import Hledger.Cli.Commands.Add
77 import Hledger.Cli.Commands.Close
78 import Hledger.Cli.Commands.Codes
81 import Hledger.Cli.Commands.Diff
83 import Hledger.Cli.Commands.Help
94 import Hledger.Cli.Commands.Roi
[all …]
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/UI/
H A DTheCommands.hs21 import Darcs.UI.Commands.Add ( add )
24 import Darcs.UI.Commands.Apply ( apply )
28 import Darcs.UI.Commands.Dist ( dist )
29 import Darcs.UI.Commands.GZCRCs ( gzcrcs )
34 import Darcs.UI.Commands.Move ( move, mv )
37 import Darcs.UI.Commands.Push ( push )
38 import Darcs.UI.Commands.Rebase ( rebase )
43 import Darcs.UI.Commands.Revert ( revert )
45 import Darcs.UI.Commands.Send ( send )
47 import Darcs.UI.Commands.Tag ( tag )
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/aws-0.22/Aws/DynamoDb/
H A DCommands.hs1 module Aws.DynamoDb.Commands
2 ( module Aws.DynamoDb.Commands.BatchGetItem
3 , module Aws.DynamoDb.Commands.BatchWriteItem
4 , module Aws.DynamoDb.Commands.DeleteItem
5 , module Aws.DynamoDb.Commands.GetItem
6 , module Aws.DynamoDb.Commands.PutItem
7 , module Aws.DynamoDb.Commands.Query
8 , module Aws.DynamoDb.Commands.Scan
9 , module Aws.DynamoDb.Commands.Table
10 , module Aws.DynamoDb.Commands.UpdateItem
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/aws-0.22/
H A Daws.cabal42 Aws.DynamoDb.Commands
48 Aws.DynamoDb.Commands.Query
49 Aws.DynamoDb.Commands.Scan
55 Aws.Iam.Commands
66 Aws.Iam.Commands.GetUser
84 Aws.S3.Commands
102 Aws.Ses.Commands
117 Aws.SimpleDb.Commands
123 Aws.Sqs.Commands
124 Aws.Sqs.Commands.Message
[all …]
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/session/internal/
H A Dkeymap.h53 class KeyMap : public KeyMapInterface<typename T::Commands> {
55 typedef typename T::Commands CommandsType;
87 DirectInputState::Commands *command) const;
96 ConversionState::Commands *command) const;
100 PrecompositionState::Commands *command) const;
108 bool GetNameFromCommandDirect(DirectInputState::Commands command,
139 DirectInputState::Commands *command) const;
147 DirectInputState::Commands command);
153 ConversionState::Commands command);
158 std::map<string, DirectInputState::Commands> command_direct_map_;
[all …]
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/session/internal/
H A Dkeymap.h53 class KeyMap : public KeyMapInterface<typename T::Commands> {
55 typedef typename T::Commands CommandsType;
87 DirectInputState::Commands *command) const;
96 ConversionState::Commands *command) const;
100 PrecompositionState::Commands *command) const;
108 bool GetNameFromCommandDirect(DirectInputState::Commands command,
139 DirectInputState::Commands *command) const;
147 DirectInputState::Commands command);
153 ConversionState::Commands command);
158 std::map<string, DirectInputState::Commands> command_direct_map_;
[all …]
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/session/internal/
H A Dkeymap.h53 class KeyMap : public KeyMapInterface<typename T::Commands> {
55 typedef typename T::Commands CommandsType;
87 DirectInputState::Commands *command) const;
96 ConversionState::Commands *command) const;
100 PrecompositionState::Commands *command) const;
108 bool GetNameFromCommandDirect(DirectInputState::Commands command,
139 DirectInputState::Commands *command) const;
147 DirectInputState::Commands command);
153 ConversionState::Commands command);
158 std::map<string, DirectInputState::Commands> command_direct_map_;
[all …]
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/session/internal/
H A Dkeymap.h53 class KeyMap : public KeyMapInterface<typename T::Commands> {
55 typedef typename T::Commands CommandsType;
87 DirectInputState::Commands *command) const;
96 ConversionState::Commands *command) const;
100 PrecompositionState::Commands *command) const;
108 bool GetNameFromCommandDirect(DirectInputState::Commands command,
139 DirectInputState::Commands *command) const;
147 DirectInputState::Commands command);
153 ConversionState::Commands command);
158 std::map<string, DirectInputState::Commands> command_direct_map_;
[all …]
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/session/internal/
H A Dkeymap.h53 class KeyMap : public KeyMapInterface<typename T::Commands> {
55 typedef typename T::Commands CommandsType;
87 DirectInputState::Commands *command) const;
96 ConversionState::Commands *command) const;
100 PrecompositionState::Commands *command) const;
108 bool GetNameFromCommandDirect(DirectInputState::Commands command,
139 DirectInputState::Commands *command) const;
147 DirectInputState::Commands command);
153 ConversionState::Commands command);
158 std::map<string, DirectInputState::Commands> command_direct_map_;
[all …]
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/session/internal/
H A Dkeymap.h53 class KeyMap : public KeyMapInterface<typename T::Commands> {
55 typedef typename T::Commands CommandsType;
87 DirectInputState::Commands *command) const;
96 ConversionState::Commands *command) const;
100 PrecompositionState::Commands *command) const;
108 bool GetNameFromCommandDirect(DirectInputState::Commands command,
139 DirectInputState::Commands *command) const;
147 DirectInputState::Commands command);
153 ConversionState::Commands command);
158 std::map<string, DirectInputState::Commands> command_direct_map_;
[all …]
/dports/games/critterding/critterding-beta12/src/utils/
H A Dcommands.cpp3 Commands* Commands::Instance () in Instance()
5 static Commands t; in Instance()
9 Commands::Commands() in Commands() function in Commands
13 registerCmd("quit", &Commands::quit); in Commands()
70 void Commands::registerCmd(string name, void (Commands::*pt2Func)()) in registerCmd()
183 void Commands::quit() in quit()
189 void Commands::selectCritterAll() in selectCritterAll()
196 void Commands::decreaseenergy() in decreaseenergy()
209 void Commands::increaseenergy() in increaseenergy()
219 void Commands::decreasefoodmaxenergy() in decreasefoodmaxenergy()
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hledger-1.19/
H A Dhledger.cabal63 Hledger/Cli/Commands/Add.txt
88 Hledger/Cli/Commands/Roi.txt
116 Hledger.Cli.Commands
119 Hledger.Cli.Commands.Add
127 Hledger.Cli.Commands.Close
128 Hledger.Cli.Commands.Codes
131 Hledger.Cli.Commands.Diff
132 Hledger.Cli.Commands.Help
133 Hledger.Cli.Commands.Files
144 Hledger.Cli.Commands.Roi
[all …]
/dports/finance/hs-hledger/hledger-1.19/
H A Dhledger.cabal63 Hledger/Cli/Commands/Add.txt
88 Hledger/Cli/Commands/Roi.txt
116 Hledger.Cli.Commands
119 Hledger.Cli.Commands.Add
127 Hledger.Cli.Commands.Close
128 Hledger.Cli.Commands.Codes
131 Hledger.Cli.Commands.Diff
132 Hledger.Cli.Commands.Help
133 Hledger.Cli.Commands.Files
144 Hledger.Cli.Commands.Roi
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/hledger-1.19.1/
H A Dhledger.cabal63 Hledger/Cli/Commands/Add.txt
88 Hledger/Cli/Commands/Roi.txt
116 Hledger.Cli.Commands
119 Hledger.Cli.Commands.Add
127 Hledger.Cli.Commands.Close
128 Hledger.Cli.Commands.Codes
131 Hledger.Cli.Commands.Diff
132 Hledger.Cli.Commands.Help
133 Hledger.Cli.Commands.Files
144 Hledger.Cli.Commands.Roi
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/gtk3_kde5/
H A Dkde5_filepicker_ipc.cxx55 case Commands::SetTitle: in readCommandArgs()
62 case Commands::SetWinId: in readCommandArgs()
107 case Commands::SetValue: in readCommandArgs()
118 case Commands::GetValue: in readCommandArgs()
136 case Commands::SetLabel: in readCommandArgs()
145 case Commands::GetLabel: in readCommandArgs()
183 Commands command; in readCommands()
226 case Commands::SetTitle: in handleCommand()
232 case Commands::SetWinId: in handleCommand()
238 case Commands::Execute: in handleCommand()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/gtk3_kde5/
H A Dkde5_filepicker_ipc.cxx55 case Commands::SetTitle: in readCommandArgs()
62 case Commands::SetWinId: in readCommandArgs()
107 case Commands::SetValue: in readCommandArgs()
118 case Commands::GetValue: in readCommandArgs()
136 case Commands::SetLabel: in readCommandArgs()
145 case Commands::GetLabel: in readCommandArgs()
183 Commands command; in readCommands()
226 case Commands::SetTitle: in handleCommand()
232 case Commands::SetWinId: in handleCommand()
238 case Commands::Execute: in handleCommand()
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/onsi/ginkgo/ginkgo/
H A Dmain.go167 var Commands []*Command var
171 Commands = append(Commands, BuildWatchCommand())
172 Commands = append(Commands, BuildBuildCommand())
173 Commands = append(Commands, BuildBootstrapCommand())
174 Commands = append(Commands, BuildGenerateCommand())
175 Commands = append(Commands, BuildNodotCommand())
176 Commands = append(Commands, BuildConvertCommand())
177 Commands = append(Commands, BuildUnfocusCommand())
178 Commands = append(Commands, BuildVersionCommand())
179 Commands = append(Commands, BuildHelpCommand())
[all …]

12345678910>>...371