Home
last modified time | relevance | path

Searched refs:commandNames (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/completion/
H A DCommandNamesCompleter.java48 Set<String> commandNames = null; in getCandidates() local
50 commandNames = commandsTracker.getCommands(); in getCandidates()
54 if (commandNames == null || commandNames.isEmpty()) { in getCandidates()
55 commandNames = (Set<String>) session.get(COMMANDS); in getCandidates()
66 commandNames = clearScopes(commandNames); in getCandidates()
68 StringsCompleter completer = new StringsCompleter(commandNames, true); in getCandidates()
72 private Set<String> clearScopes(Set<String> commandNames) { in clearScopes() argument
75 for(String commandName : commandNames) { in clearScopes()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/
H A DCommandsTracker.java29 private Set<String> commandNames; field in CommandsTracker
34 commandNames = Collections.synchronizedSet(new HashSet<String>()); in CommandsTracker()
46 return new HashSet<>(commandNames); in getCommands()
60 commandNames.add(scope + ":" + func); in addingService()
63 commandNames.add(scope + ":" + function); in addingService()
65 return commandNames; in addingService()
72 public void modifiedService(ServiceReference<Object> reference, Set<String> commandNames) { in modifiedService() argument
77 public void removedService(ServiceReference<Object> reference, Set<String> commandNames) { in removedService() argument
83 commandNames.remove(scope + ":" + function); in removedService()
86 commandNames.remove(scope + ":" + func); in removedService()
H A DHelpCommand.java157 Set<String> commandNames = null; in printAllGogoCommandsHelp() local
159 commandNames = commandsTracker.getCommands(); in printAllGogoCommandsHelp()
162 if (commandNames == null || commandNames.isEmpty()) { in printAllGogoCommandsHelp()
163 commandNames = (Set<String>) session.get(COMMANDS); in printAllGogoCommandsHelp()
167 for (String commandName : commandNames) { in printAllGogoCommandsHelp()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Console/Scheduling/
H A DScheduleTestCommand.php33 $commandNames = [];
36 $commandNames[] = $command->command;
39 … array_search($this->choice('Which command would you like to run?', $commandNames), $commandNames);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.console.tests/src/org/eclipse/equinox/console/command/adapter/
H A DActivatorTests.java36 Set<String> commandNames = new HashSet<>(); in testGetCommandMethods() local
37 commandNames.add("_testMethod1"); in testGetCommandMethods()
38 commandNames.add("_testMethod2"); in testGetCommandMethods()
39 commandNames.add("_testMethod3"); in testGetCommandMethods()
47 …assertTrue("Command methods should not include " + method.getName(), commandNames.contains(method.… in testGetCommandMethods()
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/cli/commands/shell/
H A DHelpCommand.php38 $commandNames=array_keys($commands);
39 sort($commandNames);
40 echo ' - '.implode("\n - ",$commandNames);
/dports/www/limesurvey/limesurvey/framework/cli/commands/shell/
H A DHelpCommand.php39 $commandNames=array_keys($commands);
40 sort($commandNames);
41 echo ' - '.implode("\n - ",$commandNames);
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/console/
H A DCHelpCommand.php48 $commandNames=array_keys($commands);
49 sort($commandNames);
50 echo ' - '.implode("\n - ",$commandNames);
/dports/www/limesurvey/limesurvey/framework/console/
H A DCHelpCommand.php50 $commandNames=array_keys($commands);
51 sort($commandNames);
52 echo ' - '.implode("\n - ",$commandNames);
/dports/sysutils/k3b/k3b-21.12.3/plugins/encoder/external/
H A Dk3bexternalencodercommand.cpp103 QSet<QString> commandNames; in readCommands() local
120 commandNames.insert( cmd.name ); in readCommands()
127 if ( !commandNames.contains( command.name ) ) { in readCommands()
129 commandNames.insert( command.name ); in readCommands()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/
H A DJDWP.java347 public static HashMap<Integer, String> commandNames = new HashMap<Integer, String>(); field in JDWP
351commandNames.put(Command.ObjectReference.ReferringObjects, "ObjectReference.ReferringObjects"); in commandNames.put()
352 commandNames.put(Command.ReferenceType.Instances, "ReferenceType.Instances"); in commandNames.put()
353 commandNames.put(Command.ReferenceType.ClassFileVersion, "ReferenceType.ClassFileVersion"); in commandNames.put()
354 commandNames.put(Command.ReferenceType.ConstantPool, "ReferenceType.ConstantPool"); in commandNames.put()
355commandNames.put(Command.ThreadReference.OwnedMonitorsStackDepthInfo, "ThreadReference.OwnedMonito… in commandNames.put()
356commandNames.put(Command.ThreadReference.ForceEarlyReturn, "ThreadReference.ForceEarlyReturn"); in commandNames.put()
357 commandNames.put(Command.VirtualMachine.InstanceCounts, "VirtualMachine.InstanceCounts"); in commandNames.put()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/
H A DJDWP.java347 public static HashMap<Integer, String> commandNames = new HashMap<Integer, String>(); field in JDWP
351commandNames.put(Command.ObjectReference.ReferringObjects, "ObjectReference.ReferringObjects"); in commandNames.put()
352 commandNames.put(Command.ReferenceType.Instances, "ReferenceType.Instances"); in commandNames.put()
353 commandNames.put(Command.ReferenceType.ClassFileVersion, "ReferenceType.ClassFileVersion"); in commandNames.put()
354 commandNames.put(Command.ReferenceType.ConstantPool, "ReferenceType.ConstantPool"); in commandNames.put()
355commandNames.put(Command.ThreadReference.OwnedMonitorsStackDepthInfo, "ThreadReference.OwnedMonito… in commandNames.put()
356commandNames.put(Command.ThreadReference.ForceEarlyReturn, "ThreadReference.ForceEarlyReturn"); in commandNames.put()
357 commandNames.put(Command.VirtualMachine.InstanceCounts, "VirtualMachine.InstanceCounts"); in commandNames.put()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/
H A DJDWP.java347 public static HashMap<Integer, String> commandNames = new HashMap<Integer, String>(); field in JDWP
351commandNames.put(Command.ObjectReference.ReferringObjects, "ObjectReference.ReferringObjects"); in commandNames.put()
352 commandNames.put(Command.ReferenceType.Instances, "ReferenceType.Instances"); in commandNames.put()
353 commandNames.put(Command.ReferenceType.ClassFileVersion, "ReferenceType.ClassFileVersion"); in commandNames.put()
354 commandNames.put(Command.ReferenceType.ConstantPool, "ReferenceType.ConstantPool"); in commandNames.put()
355commandNames.put(Command.ThreadReference.OwnedMonitorsStackDepthInfo, "ThreadReference.OwnedMonito… in commandNames.put()
356commandNames.put(Command.ThreadReference.ForceEarlyReturn, "ThreadReference.ForceEarlyReturn"); in commandNames.put()
357 commandNames.put(Command.VirtualMachine.InstanceCounts, "VirtualMachine.InstanceCounts"); in commandNames.put()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/
H A DJDWP.java347 public static HashMap<Integer, String> commandNames = new HashMap<Integer, String>(); field in JDWP
351commandNames.put(Command.ObjectReference.ReferringObjects, "ObjectReference.ReferringObjects"); in commandNames.put()
352 commandNames.put(Command.ReferenceType.Instances, "ReferenceType.Instances"); in commandNames.put()
353 commandNames.put(Command.ReferenceType.ClassFileVersion, "ReferenceType.ClassFileVersion"); in commandNames.put()
354 commandNames.put(Command.ReferenceType.ConstantPool, "ReferenceType.ConstantPool"); in commandNames.put()
355commandNames.put(Command.ThreadReference.OwnedMonitorsStackDepthInfo, "ThreadReference.OwnedMonito… in commandNames.put()
356commandNames.put(Command.ThreadReference.ForceEarlyReturn, "ThreadReference.ForceEarlyReturn"); in commandNames.put()
357 commandNames.put(Command.VirtualMachine.InstanceCounts, "VirtualMachine.InstanceCounts"); in commandNames.put()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/
H A DJDWP.java347 public static HashMap<Integer, String> commandNames = new HashMap<Integer, String>(); field in JDWP
351commandNames.put(Command.ObjectReference.ReferringObjects, "ObjectReference.ReferringObjects"); in commandNames.put()
352 commandNames.put(Command.ReferenceType.Instances, "ReferenceType.Instances"); in commandNames.put()
353 commandNames.put(Command.ReferenceType.ClassFileVersion, "ReferenceType.ClassFileVersion"); in commandNames.put()
354 commandNames.put(Command.ReferenceType.ConstantPool, "ReferenceType.ConstantPool"); in commandNames.put()
355commandNames.put(Command.ThreadReference.OwnedMonitorsStackDepthInfo, "ThreadReference.OwnedMonito… in commandNames.put()
356commandNames.put(Command.ThreadReference.ForceEarlyReturn, "ThreadReference.ForceEarlyReturn"); in commandNames.put()
357 commandNames.put(Command.VirtualMachine.InstanceCounts, "VirtualMachine.InstanceCounts"); in commandNames.put()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/
H A DJDWP.java347 public static HashMap<Integer, String> commandNames = new HashMap<Integer, String>(); field in JDWP
351commandNames.put(Command.ObjectReference.ReferringObjects, "ObjectReference.ReferringObjects"); in commandNames.put()
352 commandNames.put(Command.ReferenceType.Instances, "ReferenceType.Instances"); in commandNames.put()
353 commandNames.put(Command.ReferenceType.ClassFileVersion, "ReferenceType.ClassFileVersion"); in commandNames.put()
354 commandNames.put(Command.ReferenceType.ConstantPool, "ReferenceType.ConstantPool"); in commandNames.put()
355commandNames.put(Command.ThreadReference.OwnedMonitorsStackDepthInfo, "ThreadReference.OwnedMonito… in commandNames.put()
356commandNames.put(Command.ThreadReference.ForceEarlyReturn, "ThreadReference.ForceEarlyReturn"); in commandNames.put()
357 commandNames.put(Command.VirtualMachine.InstanceCounts, "VirtualMachine.InstanceCounts"); in commandNames.put()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/
H A DJDWP.java347 public static HashMap<Integer, String> commandNames = new HashMap<Integer, String>(); field in JDWP
351commandNames.put(Command.ObjectReference.ReferringObjects, "ObjectReference.ReferringObjects"); in commandNames.put()
352 commandNames.put(Command.ReferenceType.Instances, "ReferenceType.Instances"); in commandNames.put()
353 commandNames.put(Command.ReferenceType.ClassFileVersion, "ReferenceType.ClassFileVersion"); in commandNames.put()
354 commandNames.put(Command.ReferenceType.ConstantPool, "ReferenceType.ConstantPool"); in commandNames.put()
355commandNames.put(Command.ThreadReference.OwnedMonitorsStackDepthInfo, "ThreadReference.OwnedMonito… in commandNames.put()
356commandNames.put(Command.ThreadReference.ForceEarlyReturn, "ThreadReference.ForceEarlyReturn"); in commandNames.put()
357 commandNames.put(Command.VirtualMachine.InstanceCounts, "VirtualMachine.InstanceCounts"); in commandNames.put()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/
H A DJDWP.java347 public static HashMap<Integer, String> commandNames = new HashMap<Integer, String>(); field in JDWP
351commandNames.put(Command.ObjectReference.ReferringObjects, "ObjectReference.ReferringObjects"); in commandNames.put()
352 commandNames.put(Command.ReferenceType.Instances, "ReferenceType.Instances"); in commandNames.put()
353 commandNames.put(Command.ReferenceType.ClassFileVersion, "ReferenceType.ClassFileVersion"); in commandNames.put()
354 commandNames.put(Command.ReferenceType.ConstantPool, "ReferenceType.ConstantPool"); in commandNames.put()
355commandNames.put(Command.ThreadReference.OwnedMonitorsStackDepthInfo, "ThreadReference.OwnedMonito… in commandNames.put()
356commandNames.put(Command.ThreadReference.ForceEarlyReturn, "ThreadReference.ForceEarlyReturn"); in commandNames.put()
357 commandNames.put(Command.VirtualMachine.InstanceCounts, "VirtualMachine.InstanceCounts"); in commandNames.put()
/dports/games/gnugo/gnugo-3.8/interface/
H A Dgmp.c125 static const char *commandNames[] = { variable
337 commandNames[command], val); in parsePacket()
341 commandNames[command], queryNames[val]); in parsePacket()
346 commandNames[command]); in parsePacket()
501 commandNames[cmd], queryNames[val]); in putCommand()
503 fprintf(stderr, "GMP: Sending command: %s\n", commandNames[cmd]); in putCommand()
729 commandNames[cmd], in heartbeat()
735 commandNames[cmd]); in heartbeat()
/dports/net/s5cmd/s5cmd-1.4.0/vendor/github.com/johannesboyne/gofakes3/
H A Dmakefile.go32 var commandNames = []string{
36 return fmt.Errorf("command missing: expected %s", commandNames)
50 return fmt.Errorf("unknown command %v: expected %s", command, commandNames)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/johannesboyne/gofakes3/
H A Dmakefile.go32 var commandNames = []string{
36 return fmt.Errorf("command missing: expected %s", commandNames)
50 return fmt.Errorf("unknown command %v: expected %s", command, commandNames)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/johannesboyne/gofakes3/
H A Dmakefile.go32 var commandNames = []string{
36 return fmt.Errorf("command missing: expected %s", commandNames)
50 return fmt.Errorf("unknown command %v: expected %s", command, commandNames)
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/console/multiuser/
H A DMultiUserConsoleInput.java108 Set commandNames = command.getCommandNames(); in registerCommand() local
109 for (Iterator iter = commandNames.iterator(); iter.hasNext();) { in registerCommand()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/commands/
H A Dgeneric.cpp285 std::vector<std::string> commandNames; in run() local
289 commandNames.push_back(command.first); in run()
291 std::sort(commandNames.begin(), commandNames.end()); in run()
294 for (const auto& c : commandNames) { in run()
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmState.cxx537 std::vector<std::string> commandNames; in GetCommandNames() local
538 commandNames.reserve(this->BuiltinCommands.size() + in GetCommandNames()
541 commandNames.push_back(bc.first); in GetCommandNames()
544 commandNames.push_back(sc.first); in GetCommandNames()
546 std::sort(commandNames.begin(), commandNames.end()); in GetCommandNames()
547 commandNames.erase(std::unique(commandNames.begin(), commandNames.end()), in GetCommandNames()
548 commandNames.end()); in GetCommandNames()
549 return commandNames; in GetCommandNames()

1234567