Home
last modified time | relevance | path

Searched defs:ActionContext (Results 1 – 25 of 140) sorted by relevance

123456

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/helper/
H A Daction-context.cpp21 ActionContext::ActionContext() in ActionContext() function in Inkscape::ActionContext
27 ActionContext::ActionContext(Selection *selection) in ActionContext() function in Inkscape::ActionContext
33 ActionContext::ActionContext(UI::View::View *view) in ActionContext() function in Inkscape::ActionContext
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-codepipeline/source/model/
H A DActionContext.cpp21 ActionContext::ActionContext() : in ActionContext() function in Aws::CodePipeline::Model::ActionContext
27 ActionContext::ActionContext(JsonView jsonValue) : in ActionContext() function in Aws::CodePipeline::Model::ActionContext
/dports/games/jin/jin-2.14.1/src/free/jin/action/
H A DActionContext.java31 public class ActionContext{ class
65 public ActionContext(Connection conn, User user, Preferences prefs){ in ActionContext() method in ActionContext
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/
H A DActionContext.java27 public class ActionContext { class
44 public ActionContext(ISelection selection) { in ActionContext() method in ActionContext
/dports/x11/alacritty/alacritty-0.9.0/alacritty/src/
H A Dinput.rs159 }, in focused_match()
160 Action::Vi(ViAction::ToggleSemanticSelection) => { in focused_match()
163 Action::Vi(ViAction::Open) => { in focused_match()
165 if let Some(hint) = &hint { in focused_match()
167 ctx.trigger_hint(hint); in focused_match()
169 ctx.display().vi_highlighted_hint = hint; in focused_match()
171 Action::Vi(ViAction::SearchNext) => { in focused_match()
172 let terminal = ctx.terminal(); in focused_match()
173 let direction = ctx.search_direction(); in focused_match()
174 let vi_point = terminal.vi_mode_cursor.point; in focused_match()
[all …]
/dports/devel/stack/stack-2.7.3/src/Control/Concurrent/
H A DExecute.hs46 data ActionContext = ActionContext type
/dports/polish/kadu/kadu-4.3/kadu-core/gui/actions/
H A Daction-context-provider.h24 class ActionContext; variable
H A Dactions.h34 class ActionContext; variable
H A Daction.h34 class ActionContext; variable
H A Daction-description.h39 class ActionContext; variable
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/testing/
H A Dmatch.go60 matchMutex.Lock()
63 // We check the full array of paths each time to allow for the case that
66 for i, s := range elem {
/dports/polish/kadu/kadu-4.3/kadu-core/gui/widgets/
H A Dcustom-input-menu-manager.h32 class ActionContext; variable
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Http/Validation/
H A DModelValidatedEventArgs.cs20 public HttpActionContext ActionContext { get; private set; } property in System.Web.Http.Validation.ModelValidatedEventArgs
H A DModelValidatingEventArgs.cs21 public HttpActionContext ActionContext { get; private set; } property in System.Web.Http.Validation.ModelValidatingEventArgs
/dports/polish/kadu/kadu-4.3/kadu-core/gui/menu/
H A Dmenu-inventory.h32 class ActionContext; variable
H A Dkadu-menu.h32 class ActionContext; variable
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Http/Filters/
H A DHttpActionExecutedContext.cs31 public HttpActionContext ActionContext property in System.Web.Http.Filters.HttpActionExecutedContext
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DActionContext.h38 } ActionContext; typedef
/dports/databases/hbase/hbase-1.2.1/hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/actions/
H A DAction.java243 public static class ActionContext { class in Action
246 public ActionContext(IntegrationTestingUtility util) { in ActionContext() method in Action.ActionContext
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/com/leanplum/
H A DActionContext.java52 public class ActionContext extends BaseActionContext implements Comparable<ActionContext> { class
82 public ActionContext(String name, Map<String, Object> args, String messageId) { in ActionContext() method in ActionContext
86 public ActionContext(String name, Map<String, Object> args, final String messageId, in ActionContext() method in ActionContext
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/Microsoft.Web.Http.Data/
H A DDataController.cs44 protected internal HttpActionContext ActionContext { get; internal set; } property in Microsoft.Web.Http.Data.DataController
/dports/polish/kadu/kadu-4.3/plugins/history/gui/widgets/
H A Dhistory-messages-tab.h36 class ActionContext; variable
/dports/lang/rust/rustc-1.58.1-src/src/tools/rls/rls/src/server/
H A Dmod.rs64 ctx: &mut ActionContext, in handle()
145 ctx: &mut ActionContext, in handle()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rls/rls/src/actions/
H A Dmod.rs62 pub enum ActionContext { enum
69 impl ActionContext { implementation
75 ) -> ActionContext { in new()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dinkscape.h41 class ActionContext; variable

123456