Home
last modified time | relevance | path

Searched defs:DeleteAction (Results 1 – 25 of 273) sorted by relevance

1234567891011

/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/yaegashi/msgraph.go/beta/
H A DModelDelete.go6 type DeleteAction struct { struct
8 Object
10 Name *string `json:"name,omitempty"`
12 ObjectType *string `json:"objectType,omitempty"`
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests/src/org/eclipse/jface/tests/viewers/interactive/
H A DDeleteAction.java19 public class DeleteAction extends TestSelectionAction { class
21 public DeleteAction(String label, TestBrowser browser) { in DeleteAction() method in DeleteAction
/dports/math/scilab/scilab-6.1.1/scilab/modules/scinotes/src/java/org/scilab/modules/scinotes/actions/
H A DDeleteAction.java31 public final class DeleteAction extends DefaultAction { class
43 public DeleteAction(String name, SciNotes editor) { in DeleteAction() method in DeleteAction
/dports/math/scilab/scilab-6.1.1/scilab/modules/graph/src/java/org/scilab/modules/graph/actions/
H A DDeleteAction.java34 public final class DeleteAction extends OneSelectionDependantAction { class
48 public DeleteAction(ScilabGraph scilabGraph) { in DeleteAction() method in DeleteAction
/dports/math/scilab/scilab-6.1.1/scilab/modules/ui_data/src/java/org/scilab/modules/ui_data/variablebrowser/actions/
H A DDeleteAction.java39 public final class DeleteAction extends CommonCallBack { class
55 public DeleteAction(SwingScilabVariableBrowser variableBrowser) { in DeleteAction() method in DeleteAction
/dports/math/scilab/scilab-6.1.1/scilab/modules/history_browser/src/java/org/scilab/modules/history_browser/actions/
H A DDeleteAction.java41 public final class DeleteAction extends CommonCallBack { class
55 public DeleteAction() { in DeleteAction() method in DeleteAction
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/
H A DDeleteAction.java59 public class DeleteAction extends SelectionDispatchAction { class
76 public DeleteAction(IWorkbenchSite site) { in DeleteAction() method in DeleteAction
/dports/net-im/chatterino2/chatterino2-2.3.4/src/providers/twitch/
H A DPubsubActions.hpp82 struct DeleteAction : PubSubAction { struct
85 ActionUser target;
87 QString messageId;
88 QString messageText;
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_extra/code_editor/
H A Djuce_CodeDocument.cpp970 struct CodeDocument::DeleteAction : public UndoableAction struct in juce::CodeDocument
972 DeleteAction (CodeDocument& doc, int start, int end) noexcept in DeleteAction() argument
979 bool perform() override in perform()
986 bool undo() override in undo()
993 int getSizeInUnits() override { return (endPos - startPos) + 32; } in getSizeInUnits()
995 CodeDocument& owner;
996 const int startPos, endPos;
997 const String removedText;
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_extra/code_editor/
H A Djuce_CodeDocument.cpp970 struct CodeDocument::DeleteAction : public UndoableAction struct in juce::CodeDocument
972 DeleteAction (CodeDocument& doc, int start, int end) noexcept in DeleteAction() function
979 bool perform() override in perform()
986 bool undo() override in undo()
993 int getSizeInUnits() override { return (endPos - startPos) + 32; } in getSizeInUnits()
995 CodeDocument& owner;
996 const int startPos, endPos;
997 const String removedText;
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/persist/model/
H A DDeleteAction.java19 public enum DeleteAction { enum
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/persist/model/
H A DDeleteAction.java19 public enum DeleteAction { enum
/dports/www/mediawiki135/mediawiki-1.35.5/includes/actions/
H A DDeleteAction.php28 class DeleteAction extends FormlessAction { class
/dports/www/mediawiki136/mediawiki-1.36.3/includes/actions/
H A DDeleteAction.php28 class DeleteAction extends FormlessAction { class
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/persist/model/
H A DDeleteAction.java19 public enum DeleteAction { enum
/dports/audio/ampache/ampache-php74-5.0.0/public/
H A Dbroadcast.php27 use Ampache\Module\Application\Broadcast\DeleteAction; alias
H A Dvideo.php28 use Ampache\Module\Application\Video\DeleteAction; alias
H A Dtvshow_seasons.php28 use Ampache\Module\Application\TvShowSeason\DeleteAction; alias
H A Dtvshows.php28 use Ampache\Module\Application\TvShow\DeleteAction; alias
H A Dpodcast_episode.php28 use Ampache\Module\Application\PodcastEpisode\DeleteAction; alias
H A Dchannel.php28 use Ampache\Module\Application\Channel\DeleteAction; alias
H A Dsong.php28 use Ampache\Module\Application\Song\DeleteAction; alias
H A Dlabels.php29 use Ampache\Module\Application\Label\DeleteAction; alias
H A Dpodcast.php29 use Ampache\Module\Application\Podcast\DeleteAction; alias
/dports/audio/ampache/ampache-php74-5.0.0/public/admin/
H A Dshout.php26 use Ampache\Module\Application\Admin\Shout\DeleteAction; alias

1234567891011