Home
last modified time | relevance | path

Searched refs:ICommand (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/natures/
H A DBaseProject.java16 import org.eclipse.core.resources.ICommand;
37 ICommand builderCommand = getBuilderCommand(description, builderID); in addToBuildSpec()
41 ICommand command = description.newCommand(); in addToBuildSpec()
47 private ICommand getBuilderCommand(IProjectDescription description, String builderId) { in getBuilderCommand()
48 ICommand[] commands = description.getBuildSpec(); in getBuilderCommand()
49 for (ICommand command : commands) { in getBuilderCommand()
68 ICommand[] commands = description.getBuildSpec(); in removeFromBuildSpec()
71 ICommand[] newCommands = new ICommand[commands.length - 1]; in removeFromBuildSpec()
83 ICommand[] oldCommands = description.getBuildSpec(); in setBuilderCommand()
86 ICommand[] newCommands; in setBuilderCommand()
[all …]
/dports/games/ufoai/ufoai-2.5-source/eclipse/net.sourceforge.ufoai.glsltools/src/cgTools/builder/
H A DcgCompiler.java3 import org.eclipse.core.resources.ICommand;
25 ICommand[] commands = desc.getBuildSpec(); in configure()
33 ICommand[] newCommands = new ICommand[commands.length + 1]; in configure()
35 ICommand command = desc.newCommand(); in configure()
49 ICommand[] commands = description.getBuildSpec(); in deconfigure()
52 ICommand[] newCommands = new ICommand[commands.length - 1]; in deconfigure()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates/templates_3.1/builder/java/
H A D$natureClassName$.java3 import org.eclipse.core.resources.ICommand;
21 ICommand[] commands = desc.getBuildSpec(); in configure()
29 ICommand[] newCommands = new ICommand[commands.length + 1]; in configure()
31 ICommand command = desc.newCommand(); in configure()
41 ICommand[] commands = description.getBuildSpec(); in deconfigure()
44 ICommand[] newCommands = new ICommand[commands.length - 1]; in deconfigure()
/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth/src/org/wesnoth/builder/
H A DWesnothProjectNature.java11 import org.eclipse.core.resources.ICommand;
42 ICommand[] commands = desc.getBuildSpec( ); in configure()
63 ICommand[] newCommands = new ICommand[commands.length in configure()
67 ICommand command = desc.newCommand( ); in configure()
72 ICommand command = desc.newCommand( ); in configure()
84 ICommand[] commands = description.getBuildSpec( ); in deconfigure()
90 ICommand[] newCommands = new ICommand[commands.length - 1]; in deconfigure()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/natures/
H A DApiToolProjectNature.java16 import org.eclipse.core.resources.ICommand;
66 ICommand[] oldBuildSpec = description.getBuildSpec(); in addToBuildSpec()
75 ICommand[] newCommands; in addToBuildSpec()
77 ICommand newCommand = description.newCommand(); in addToBuildSpec()
82 newCommands = new ICommand[length + 1]; in addToBuildSpec()
100 ICommand[] commands = description.getBuildSpec(); in removeFromBuildSpec()
103 ICommand[] newCommands = new ICommand[commands.length - 1]; in removeFromBuildSpec()
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Samples/TextEditorSWF/TextEditorSWF/ExtensionModel/
H A DCommandExtensionNode.cs44 ICommand cmd = (ICommand) CreateInstance (typeof (ICommand)); in CreateMenuItem()
55 ICommand cmd = (ICommand) CreateInstance (typeof (ICommand)); in CreateButton()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/
H A DSnowNature.java41 ICommand[] oldSpec = desc.getBuildSpec(); in configure()
42 ICommand[] newSpec = new ICommand[oldSpec.length + 1]; in configure()
44 ICommand newCommand = desc.newCommand(); in configure()
61 ICommand[] commands = description.getBuildSpec(); in deconfigure()
64 ICommand[] newCommands = new ICommand[commands.length - 1]; in deconfigure()
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/JobsEngine/
H A DSetOfCommandsJob.h36 class ICommand : public boost::noncopyable
39 virtual ~ICommand() in ~ICommand()
55 virtual ICommand* Unserialize(const Json::Value& source) const = 0;
60 std::vector<ICommand*> commands_;
83 void AddCommand(ICommand* command); // Takes ownership
97 const ICommand& GetCommand(size_t index) const;
/dports/science/orthanc/Orthanc-1.9.7/OrthancFramework/Sources/JobsEngine/
H A DSetOfCommandsJob.h36 class ICommand : public boost::noncopyable
39 virtual ~ICommand() in ~ICommand()
55 virtual ICommand* Unserialize(const Json::Value& source) const = 0;
60 std::vector<ICommand*> commands_;
83 void AddCommand(ICommand* command); // Takes ownership
97 const ICommand& GetCommand(size_t index) const;
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/JobsEngine/
H A DSetOfCommandsJob.h36 class ICommand : public boost::noncopyable
39 virtual ~ICommand() in ~ICommand()
55 virtual ICommand* Unserialize(const Json::Value& source) const = 0;
60 std::vector<ICommand*> commands_;
83 void AddCommand(ICommand* command); // Takes ownership
97 const ICommand& GetCommand(size_t index) const;
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/JobsEngine/
H A DSetOfCommandsJob.h36 class ICommand : public boost::noncopyable
39 virtual ~ICommand() in ~ICommand()
55 virtual ICommand* Unserialize(const Json::Value& source) const = 0;
60 std::vector<ICommand*> commands_;
83 void AddCommand(ICommand* command); // Takes ownership
97 const ICommand& GetCommand(size_t index) const;
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancFramework/Sources/JobsEngine/
H A DSetOfCommandsJob.h36 class ICommand : public boost::noncopyable
39 virtual ~ICommand() in ~ICommand()
55 virtual ICommand* Unserialize(const Json::Value& source) const = 0;
60 std::vector<ICommand*> commands_;
83 void AddCommand(ICommand* command); // Takes ownership
97 const ICommand& GetCommand(size_t index) const;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/builders/
H A DBuilderTest.java96 ICommand command = desc.newCommand(); in testAutoBuildPR()
133 ICommand command1 = desc.newCommand(); in testBrokenBuilder()
135 ICommand command2 = desc.newCommand(); in testBrokenBuilder()
279 desc.setBuildSpec(new ICommand[] {}); in testBuildCommands()
296 ICommand command = desc.newCommand(); in testBuildCommands()
856 ICommand command = desc.newCommand(); in testEnableAutobuild()
938 ICommand command = desc.newCommand(); in testForgetLastBuiltState()
1009 ICommand command = desc.newCommand(); in testIncrementalBuildBeforeAutobuild()
1052 ICommand command = desc.newCommand(); in testInterruptAutobuild()
1126 ICommand command = desc.newCommand(); in testLifecycleEvents()
[all …]
H A DCustomBuildTriggerTest.java47 ICommand command = null; in testBuildAfterClean_builderRespondingToFull()
60 desc.setBuildSpec(new ICommand[] {command}); in testBuildAfterClean_builderRespondingToFull()
100 ICommand command = null; in testBuildAfterClean_builderRespondingToIncremental()
113 desc.setBuildSpec(new ICommand[] {command}); in testBuildAfterClean_builderRespondingToIncremental()
160 ICommand command = null; in testBuildAfterClean_builderRespondingToAuto()
173 desc.setBuildSpec(new ICommand[] {command}); in testBuildAfterClean_builderRespondingToAuto()
215 ICommand command = null; in testConfigurable()
338 ICommand command = null; in testNonConfigurable()
401 ICommand command = null; in testSkipAutobuildDelta()
467 ICommand command = null; in testCleanBuild_AfterCleanBuilder()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.ui.externaltools/External Tools Base/org/eclipse/ui/externaltools/internal/ui/
H A DBuilderPropertyPage.java120 private ICommand command;
124 public ICommand getCommand() { in getCommand()
209 ICommand[] commands= null; in addBuildersToTable()
724 ICommand command= (ICommand) data; in handleEditButtonPressed()
831 ICommand command= (ICommand) data; in handleTableSelectionChanged()
854 ICommand command = (ICommand) element;
962 if (data instanceof ICommand) {
968 ICommand command= (ICommand)data;
1012 if (data instanceof ICommand) {
1017 ICommand[] commands= new ICommand[possibleCommands.size()];
[all …]
/dports/www/owncloud/owncloud/lib/private/Command/
H A DAsyncBus.php25 use OCP\Command\ICommand; alias
77 if ($command instanceof ICommand) {
93 } elseif ($command instanceof ICommand) {
107 } elseif (\is_callable($command) or $command instanceof ICommand) {
133 if ($command instanceof ICommand) {
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/modules/command/
H A DCommandHandler.java35 import net.sourceforge.atunes.model.ICommand;
54 private Map<String, ICommand> commands;
83 public void registerCommand(ICommand cmd) { in registerCommand()
85 commands = new HashMap<String, ICommand>(); in registerCommand()
91 public void unregisterCommand(ICommand cmd) { in unregisterCommand()
123 ICommand cmd = commands.get(commandName.replaceFirst( in processAndRun()
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Resources/Graveyard/Multithreading/
H A DBagOfTasks.h35 typedef std::list<ICommand*> Tasks;
48 ICommand* Pop() in Pop()
50 ICommand* task = tasks_.front(); in Pop()
55 void Push(ICommand* task) // Takes ownership in Push()
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Resources/Graveyard/Multithreading/
H A DBagOfTasks.h35 typedef std::list<ICommand*> Tasks;
48 ICommand* Pop() in Pop()
50 ICommand* task = tasks_.front(); in Pop()
55 void Push(ICommand* task) // Takes ownership in Push()
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Resources/Graveyard/Multithreading/
H A DBagOfTasks.h35 typedef std::list<ICommand*> Tasks;
48 ICommand* Pop() in Pop()
50 ICommand* task = tasks_.front(); in Pop()
55 void Push(ICommand* task) // Takes ownership in Push()
/dports/science/orthanc/Orthanc-1.9.7/OrthancFramework/Resources/Graveyard/Multithreading/
H A DBagOfTasks.h35 typedef std::list<ICommand*> Tasks;
48 ICommand* Pop() in Pop()
50 ICommand* task = tasks_.front(); in Pop()
55 void Push(ICommand* task) // Takes ownership in Push()
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancFramework/Resources/Graveyard/Multithreading/
H A DBagOfTasks.h35 typedef std::list<ICommand*> Tasks;
48 ICommand* Pop() in Pop()
50 ICommand* task = tasks_.front(); in Pop()
55 void Push(ICommand* task) // Takes ownership in Push()
/dports/security/beid/eid-mw-5.0.8/plugins_tools/eid-viewer/Windows/eIDDataSignCheck/Sources/
H A DCertViewModel.cs114 private ICommand _DetailInfoCommand;
115 public ICommand DetailInfoCommand
130 private ICommand _SaveCommand;
131 public ICommand SaveCommand
170 public class RelayCommand : ICommand
191 #region ICommand Members
/dports/security/beid/eid-mw-5.0.8/plugins_tools/eid-viewer/Windows/eIDViewer/Sources/
H A DCertViewModel.cs114 private ICommand _DetailInfoCommand;
115 public ICommand DetailInfoCommand
137 private ICommand _SaveCommand;
138 public ICommand SaveCommand
177 public class RelayCommand : ICommand
198 #region ICommand Members
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/
H A DProjectInfo.java20 import org.eclipse.core.resources.ICommand;
62 ICommand[] buildSpec = description.getBuildSpec(false); in fixupAfterMove()
63 for (ICommand element : buildSpec) in fixupAfterMove()
106 ICommand[] oldSpec = description.buildSpec; in setDescription()
107 ICommand[] newSpec = value.buildSpec; in setDescription()

12345678910>>...12