Home
last modified time | relevance | path

Searched refs:CommandName (Results 1 – 25 of 748) sorted by relevance

12345678910>>...30

/dports/sysutils/dar/dar-2.5.14-bis/doc/samples/
H A Dautomatic_backup7 CommandName=`basename $0`
145 echoE "Usage: $CommandName -auto. ($CommandName selects backup level automatically)."
282 echoE "$CommandName: Please edit '$CommandName' and try again."
292 echoE "$CommandName: Please edit '$CommandName' and try again."
300 echoE "$CommandName: Does not exist. Please edit '$CommandName' and try again."
316 echoE "$CommandName: Please edit '$CommandName' and try again."
326 echoE "$CommandName: Please edit '$CommandName' and try again."
334 echoE "$CommandName: Does not exist. Please edit '$CommandName' and try again."
345 echoE "$CommandName: Please edit '$CommandName' and try again."
373 echoE "$CommandName: Please edit '$CommandName' and try again."
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/mongo/integration/unified/
H A Dcommand_monitoring_test.go20 CommandName *string `bson:"commandName"`
25 CommandName *string `bson:"commandName"`
30 CommandName *string `bson:"commandName"`
69 if expected.CommandName != nil && *expected.CommandName != actual.CommandName {
70 …n newEventVerificationError(idx, client, "expected command name %q, got %q", *expected.CommandName,
71 actual.CommandName)
93 if expected.CommandName != nil && *expected.CommandName != actual.CommandName {
94 …n newEventVerificationError(idx, client, "expected command name %q, got %q", *expected.CommandName,
95 actual.CommandName)
113 if expected.CommandName != nil && *expected.CommandName != actual.CommandName {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/mongo/integration/unified/
H A Dcommand_monitoring_test.go20 CommandName *string `bson:"commandName"`
25 CommandName *string `bson:"commandName"`
30 CommandName *string `bson:"commandName"`
69 if expected.CommandName != nil && *expected.CommandName != actual.CommandName {
70 …n newEventVerificationError(idx, client, "expected command name %q, got %q", *expected.CommandName,
71 actual.CommandName)
93 if expected.CommandName != nil && *expected.CommandName != actual.CommandName {
94 …n newEventVerificationError(idx, client, "expected command name %q, got %q", *expected.CommandName,
95 actual.CommandName)
113 if expected.CommandName != nil && *expected.CommandName != actual.CommandName {
[all …]
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/standalone/include/
H A Dicommand.h72 namespace CommandName {
105 static const Command Quit {CommandGroup::Application, CommandName::Quit};
106 static const Command Help {CommandGroup::Application, CommandName::Help};
108 static const Command NewDocument {CommandGroup::File, CommandName::New};
109 static const Command OpenDocument {CommandGroup::File, CommandName::Open};
115 static const Command Undo {CommandGroup::Edit, CommandName::Undo};
116 static const Command Redo {CommandGroup::Edit, CommandName::Redo};
117 static const Command Cut {CommandGroup::Edit, CommandName::Cut};
118 static const Command Copy {CommandGroup::Edit, CommandName::Copy};
119 static const Command Paste {CommandGroup::Edit, CommandName::Paste};
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/standalone/include/
H A Dicommand.h72 namespace CommandName { in testDumpInt128()
104 static const Command Quit {CommandGroup::Application, CommandName::Quit}; in testDumpInt128()
105 static const Command Help {CommandGroup::Application, CommandName::Help}; in testDumpInt128()
107 static const Command NewDocument {CommandGroup::File, CommandName::New}; in testDumpInt128()
108 static const Command OpenDocument {CommandGroup::File, CommandName::Open}; in testDumpInt128()
113 static const Command Undo {CommandGroup::Edit, CommandName::Undo}; in testDumpInt128()
114 static const Command Redo {CommandGroup::Edit, CommandName::Redo}; in testDumpInt128()
115 static const Command Cut {CommandGroup::Edit, CommandName::Cut}; in testDumpInt128()
116 static const Command Copy {CommandGroup::Edit, CommandName::Copy}; in testDumpInt128()
117 static const Command Paste {CommandGroup::Edit, CommandName::Paste}; in testDumpInt128()
[all …]
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/Console/
H A DInterfaceConsole.pm57 my $CommandName;
61 $CommandName = 'Kernel::System::Console::Command::Internal::BashCompletion';
62 return $Kernel::OM->Get($CommandName)->Execute(@CommandlineArguments);
68 $CommandName = 'Kernel::System::Console::Command::List';
69 return $Kernel::OM->Get($CommandName)->Execute(@CommandlineArguments);
73 $CommandName = 'Kernel::System::Console::Command::' . $CommandlineArguments[0];
75 if ( $Kernel::OM->Get('Kernel::System::Main')->Require( $CommandName, Silent => 1 ) ) {
80 return $Kernel::OM->Get($CommandName)->Execute(@CommandlineArguments);
85 $CommandObject->PrintError("Could not find $CommandName.\n\n");
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EmbeddedPkg/Ebl/
H A DCmdTemplate.c35 Ebl%CommandName%Cmd (
44 GLOBAL_REMOVE_IF_UNREFERENCED const EBL_COMMAND_TABLE mCmd%CommandName%Template[] =
50 Ebl%CommandName%Cmd
59 EblInitialize%CommandName%Cmd (
63 …EblAddCommands (mCmd%CommandName%Template, sizeof (mCmd%CommandName%Template)/sizeof (EBL_COMMAND_…
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/mongo/integration/
H A Dcmd_monitoring_helpers_test.go200 _, ok := ignoredEvents[evt.CommandName]
205 _, ok := ignoredEvents[evt.CommandName]
210 _, ok := ignoredEvents[evt.CommandName]
240 if expected.CommandName != "" && expected.CommandName != evt.CommandName {
241 …urn fmt.Errorf("command name mismatch; expected %s, got %s", expected.CommandName, evt.CommandName)
352 if expected.CommandName != "" && expected.CommandName != evt.CommandName {
353 …urn fmt.Errorf("command name mismatch; expected %s, got %s", expected.CommandName, evt.CommandName)
389 if expected.CommandName != "" && expected.CommandName != evt.CommandName {
390 …urn fmt.Errorf("command name mismatch; expected %s, got %s", expected.CommandName, evt.CommandName)
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/mongo/integration/
H A Dcmd_monitoring_helpers_test.go206 _, ok := ignoredEvents[evt.CommandName]
211 _, ok := ignoredEvents[evt.CommandName]
216 _, ok := ignoredEvents[evt.CommandName]
264 if expected.CommandName != "" && expected.CommandName != evt.CommandName {
265 …urn fmt.Errorf("command name mismatch; expected %s, got %s", expected.CommandName, evt.CommandName)
371 if expected.CommandName != "" && expected.CommandName != evt.CommandName {
372 …urn fmt.Errorf("command name mismatch; expected %s, got %s", expected.CommandName, evt.CommandName)
408 if expected.CommandName != "" && expected.CommandName != evt.CommandName {
409 …urn fmt.Errorf("command name mismatch; expected %s, got %s", expected.CommandName, evt.CommandName)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/mongo/integration/
H A Dcmd_monitoring_helpers_test.go206 _, ok := ignoredEvents[evt.CommandName]
211 _, ok := ignoredEvents[evt.CommandName]
216 _, ok := ignoredEvents[evt.CommandName]
264 if expected.CommandName != "" && expected.CommandName != evt.CommandName {
265 …urn fmt.Errorf("command name mismatch; expected %s, got %s", expected.CommandName, evt.CommandName)
371 if expected.CommandName != "" && expected.CommandName != evt.CommandName {
372 …urn fmt.Errorf("command name mismatch; expected %s, got %s", expected.CommandName, evt.CommandName)
408 if expected.CommandName != "" && expected.CommandName != evt.CommandName {
409 …urn fmt.Errorf("command name mismatch; expected %s, got %s", expected.CommandName, evt.CommandName)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/
H A DCommentCommandTraits.cpp84 CommandInfo *CommandTraits::createCommandInfoWithName(StringRef CommandName) { in createCommandInfoWithName() argument
85 char *Name = Allocator.Allocate<char>(CommandName.size() + 1); in createCommandInfoWithName()
86 memcpy(Name, CommandName.data(), CommandName.size()); in createCommandInfoWithName()
87 Name[CommandName.size()] = '\0'; in createCommandInfoWithName()
104 StringRef CommandName) { in registerUnknownCommand() argument
105 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerUnknownCommand()
110 const CommandInfo *CommandTraits::registerBlockCommand(StringRef CommandName) { in registerBlockCommand() argument
111 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerBlockCommand()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/
H A DCommentCommandTraits.cpp84 CommandInfo *CommandTraits::createCommandInfoWithName(StringRef CommandName) { in createCommandInfoWithName() argument
85 char *Name = Allocator.Allocate<char>(CommandName.size() + 1); in createCommandInfoWithName()
86 memcpy(Name, CommandName.data(), CommandName.size()); in createCommandInfoWithName()
87 Name[CommandName.size()] = '\0'; in createCommandInfoWithName()
104 StringRef CommandName) { in registerUnknownCommand() argument
105 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerUnknownCommand()
110 const CommandInfo *CommandTraits::registerBlockCommand(StringRef CommandName) { in registerBlockCommand() argument
111 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerBlockCommand()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DCommentCommandTraits.cpp84 CommandInfo *CommandTraits::createCommandInfoWithName(StringRef CommandName) { in createCommandInfoWithName() argument
85 char *Name = Allocator.Allocate<char>(CommandName.size() + 1); in createCommandInfoWithName()
86 memcpy(Name, CommandName.data(), CommandName.size()); in createCommandInfoWithName()
87 Name[CommandName.size()] = '\0'; in createCommandInfoWithName()
104 StringRef CommandName) { in registerUnknownCommand() argument
105 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerUnknownCommand()
110 const CommandInfo *CommandTraits::registerBlockCommand(StringRef CommandName) { in registerBlockCommand() argument
111 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerBlockCommand()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/
H A DCommentCommandTraits.cpp84 CommandInfo *CommandTraits::createCommandInfoWithName(StringRef CommandName) { in createCommandInfoWithName() argument
85 char *Name = Allocator.Allocate<char>(CommandName.size() + 1); in createCommandInfoWithName()
86 memcpy(Name, CommandName.data(), CommandName.size()); in createCommandInfoWithName()
87 Name[CommandName.size()] = '\0'; in createCommandInfoWithName()
104 StringRef CommandName) { in registerUnknownCommand() argument
105 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerUnknownCommand()
110 const CommandInfo *CommandTraits::registerBlockCommand(StringRef CommandName) { in registerBlockCommand() argument
111 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerBlockCommand()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DCommentCommandTraits.cpp83 CommandInfo *CommandTraits::createCommandInfoWithName(StringRef CommandName) { in createCommandInfoWithName() argument
84 char *Name = Allocator.Allocate<char>(CommandName.size() + 1); in createCommandInfoWithName()
85 memcpy(Name, CommandName.data(), CommandName.size()); in createCommandInfoWithName()
86 Name[CommandName.size()] = '\0'; in createCommandInfoWithName()
103 StringRef CommandName) { in registerUnknownCommand() argument
104 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerUnknownCommand()
109 const CommandInfo *CommandTraits::registerBlockCommand(StringRef CommandName) { in registerBlockCommand() argument
110 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerBlockCommand()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DCommentCommandTraits.cpp84 CommandInfo *CommandTraits::createCommandInfoWithName(StringRef CommandName) { in createCommandInfoWithName() argument
85 char *Name = Allocator.Allocate<char>(CommandName.size() + 1); in createCommandInfoWithName()
86 memcpy(Name, CommandName.data(), CommandName.size()); in createCommandInfoWithName()
87 Name[CommandName.size()] = '\0'; in createCommandInfoWithName()
104 StringRef CommandName) { in registerUnknownCommand() argument
105 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerUnknownCommand()
110 const CommandInfo *CommandTraits::registerBlockCommand(StringRef CommandName) { in registerBlockCommand() argument
111 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerBlockCommand()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DCommentCommandTraits.cpp83 CommandInfo *CommandTraits::createCommandInfoWithName(StringRef CommandName) { in createCommandInfoWithName() argument
84 char *Name = Allocator.Allocate<char>(CommandName.size() + 1); in createCommandInfoWithName()
85 memcpy(Name, CommandName.data(), CommandName.size()); in createCommandInfoWithName()
86 Name[CommandName.size()] = '\0'; in createCommandInfoWithName()
103 StringRef CommandName) { in registerUnknownCommand() argument
104 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerUnknownCommand()
109 const CommandInfo *CommandTraits::registerBlockCommand(StringRef CommandName) { in registerBlockCommand() argument
110 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerBlockCommand()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/
H A DCommentCommandTraits.cpp84 CommandInfo *CommandTraits::createCommandInfoWithName(StringRef CommandName) { in createCommandInfoWithName() argument
85 char *Name = Allocator.Allocate<char>(CommandName.size() + 1); in createCommandInfoWithName()
86 memcpy(Name, CommandName.data(), CommandName.size()); in createCommandInfoWithName()
87 Name[CommandName.size()] = '\0'; in createCommandInfoWithName()
104 StringRef CommandName) { in registerUnknownCommand() argument
105 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerUnknownCommand()
110 const CommandInfo *CommandTraits::registerBlockCommand(StringRef CommandName) { in registerBlockCommand() argument
111 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerBlockCommand()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/
H A DCommentCommandTraits.cpp84 CommandInfo *CommandTraits::createCommandInfoWithName(StringRef CommandName) { in createCommandInfoWithName() argument
85 char *Name = Allocator.Allocate<char>(CommandName.size() + 1); in createCommandInfoWithName()
86 memcpy(Name, CommandName.data(), CommandName.size()); in createCommandInfoWithName()
87 Name[CommandName.size()] = '\0'; in createCommandInfoWithName()
104 StringRef CommandName) { in registerUnknownCommand() argument
105 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerUnknownCommand()
110 const CommandInfo *CommandTraits::registerBlockCommand(StringRef CommandName) { in registerBlockCommand() argument
111 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerBlockCommand()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/AST/
H A DCommentCommandTraits.cpp84 CommandInfo *CommandTraits::createCommandInfoWithName(StringRef CommandName) { in createCommandInfoWithName() argument
85 char *Name = Allocator.Allocate<char>(CommandName.size() + 1); in createCommandInfoWithName()
86 memcpy(Name, CommandName.data(), CommandName.size()); in createCommandInfoWithName()
87 Name[CommandName.size()] = '\0'; in createCommandInfoWithName()
104 StringRef CommandName) { in registerUnknownCommand() argument
105 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerUnknownCommand()
110 const CommandInfo *CommandTraits::registerBlockCommand(StringRef CommandName) { in registerBlockCommand() argument
111 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerBlockCommand()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/
H A DCommentCommandTraits.cpp83 CommandInfo *CommandTraits::createCommandInfoWithName(StringRef CommandName) { in createCommandInfoWithName() argument
84 char *Name = Allocator.Allocate<char>(CommandName.size() + 1); in createCommandInfoWithName()
85 memcpy(Name, CommandName.data(), CommandName.size()); in createCommandInfoWithName()
86 Name[CommandName.size()] = '\0'; in createCommandInfoWithName()
103 StringRef CommandName) { in registerUnknownCommand() argument
104 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerUnknownCommand()
109 const CommandInfo *CommandTraits::registerBlockCommand(StringRef CommandName) { in registerBlockCommand() argument
110 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerBlockCommand()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/AST/
H A DCommentCommandTraits.cpp84 CommandInfo *CommandTraits::createCommandInfoWithName(StringRef CommandName) { in createCommandInfoWithName() argument
85 char *Name = Allocator.Allocate<char>(CommandName.size() + 1); in createCommandInfoWithName()
86 memcpy(Name, CommandName.data(), CommandName.size()); in createCommandInfoWithName()
87 Name[CommandName.size()] = '\0'; in createCommandInfoWithName()
104 StringRef CommandName) { in registerUnknownCommand() argument
105 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerUnknownCommand()
110 const CommandInfo *CommandTraits::registerBlockCommand(StringRef CommandName) { in registerBlockCommand() argument
111 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerBlockCommand()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/AST/
H A DCommentCommandTraits.cpp84 CommandInfo *CommandTraits::createCommandInfoWithName(StringRef CommandName) { in createCommandInfoWithName() argument
85 char *Name = Allocator.Allocate<char>(CommandName.size() + 1); in createCommandInfoWithName()
86 memcpy(Name, CommandName.data(), CommandName.size()); in createCommandInfoWithName()
87 Name[CommandName.size()] = '\0'; in createCommandInfoWithName()
104 StringRef CommandName) { in registerUnknownCommand() argument
105 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerUnknownCommand()
110 const CommandInfo *CommandTraits::registerBlockCommand(StringRef CommandName) { in registerBlockCommand() argument
111 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerBlockCommand()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/AST/
H A DCommentCommandTraits.cpp84 CommandInfo *CommandTraits::createCommandInfoWithName(StringRef CommandName) { in createCommandInfoWithName() argument
85 char *Name = Allocator.Allocate<char>(CommandName.size() + 1); in createCommandInfoWithName()
86 memcpy(Name, CommandName.data(), CommandName.size()); in createCommandInfoWithName()
87 Name[CommandName.size()] = '\0'; in createCommandInfoWithName()
104 StringRef CommandName) { in registerUnknownCommand() argument
105 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerUnknownCommand()
110 const CommandInfo *CommandTraits::registerBlockCommand(StringRef CommandName) { in registerBlockCommand() argument
111 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerBlockCommand()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/AST/
H A DCommentCommandTraits.cpp84 CommandInfo *CommandTraits::createCommandInfoWithName(StringRef CommandName) { in createCommandInfoWithName() argument
85 char *Name = Allocator.Allocate<char>(CommandName.size() + 1); in createCommandInfoWithName()
86 memcpy(Name, CommandName.data(), CommandName.size()); in createCommandInfoWithName()
87 Name[CommandName.size()] = '\0'; in createCommandInfoWithName()
104 StringRef CommandName) { in registerUnknownCommand() argument
105 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerUnknownCommand()
110 const CommandInfo *CommandTraits::registerBlockCommand(StringRef CommandName) { in registerBlockCommand() argument
111 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerBlockCommand()

12345678910>>...30