Home
last modified time | relevance | path

Searched defs:isHandled (Results 1 – 25 of 75) sorted by relevance

123

/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DExtractDocs.hs325 isHandled (ForD _ (ForeignImport {})) = True function
326 isHandled (TyClD {}) = True function
327 isHandled (InstD {}) = True function
328 isHandled (DerivD {}) = True function
329 isHandled (SigD _ d) = isUserSig d function
330 isHandled (ValD {}) = True function
332 isHandled (DocD {}) = True function
333 isHandled _ = False function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.urischeme/src/org/eclipse/urischeme/
H A DISchemeInformation.java23 boolean isHandled(); in isHandled() method
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/
H A DIHandler.java80 public boolean isHandled(); in isHandled() method
H A DAbstractHandler.java136 public boolean isHandled() { in isHandled() method in AbstractHandler
/dports/games/ufoai/ufoai-2.5-source/eclipse/net.sourceforge.ufoai.dsl.ui/src/net/sourceforge/ufoai/ui/folding/
H A DFoldingRegionProvider.java18 protected boolean isHandled(EObject eObject) { in isHandled() method in FoldingRegionProvider
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/macosx/classes/com/apple/eawt/
H A DApplicationEvent.java60 public boolean isHandled() { in isHandled() method in ApplicationEvent
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/macosx/classes/com/apple/eawt/
H A DApplicationEvent.java60 public boolean isHandled() { in isHandled() method in ApplicationEvent
/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth.ui/src/org/wesnoth/ui/folding/
H A DWMLFoldingRegionProvider.java33 protected boolean isHandled( EObject eObject ) in isHandled() method in WMLFoldingRegionProvider
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/commands/
H A DICommand.java202 boolean isHandled(); in isHandled() method
H A DAbstractHandler.java216 public boolean isHandled() { in isHandled() method in AbstractHandler
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/dynamic/
H A DFilterResolverExtension.java32 public boolean isHandled(String name) { in isHandled() method in FilterResolverExtension
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.urischeme/src/org/eclipse/urischeme/internal/registration/
H A DSchemeInformation.java41 public boolean isHandled() { in isHandled() method in SchemeInformation
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/commands/
H A DActionHandler.java148 public final boolean isHandled() { in isHandled() method in ActionHandler
/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/src/backend/kopano/mapi/
H A Dclass.baseexception.php42 public $isHandled = false; variable in BaseException
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/z-push/vendor/z-push/backend/kopano/mapi/
H A Dclass.baseexception.php42 public $isHandled = false; variable in BaseException
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/
H A DLegacyHandlerWrapper.java118 public boolean isHandled() { in isHandled() method in LegacyHandlerWrapper
H A DWidgetMethodHandler.java197 public final boolean isHandled() { in isHandled() method in WidgetMethodHandler
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/Interface/
H A DCreate.hs610 isHandled (ForD _ (ForeignImport {})) = True function
611 isHandled (TyClD {}) = True function
612 isHandled (InstD {}) = True function
613 isHandled (DerivD {}) = True function
614 isHandled (SigD _ d) = isUserLSig (noLoc d) function
615 isHandled (ValD {}) = True function
617 isHandled (DocD {}) = True function
618 isHandled _ = False function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/
H A DDebugActionHandler.java93 public boolean isHandled() { in isHandled() method in DebugActionHandler
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/commands/
H A DCommandLegacyWrapper.java171 public boolean isHandled() { in isHandled() method in CommandLegacyWrapper
/dports/www/grafana8/grafana-8.3.6/packages/grafana-runtime/src/services/
H A DbackendSrv.ts122 isHandled?: boolean; property
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/unix/
H A DHardwareExceptions.cpp574 bool isHandled = HardwareExceptionHandler(code, siginfo, context, siginfo->si_addr); in SIGSEGVHandler() local
594 bool isHandled = HardwareExceptionHandler(code, siginfo, context, NULL); in SIGFPEHandler() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/Annotation/
H A DAnnotationCollection.cs407 internal void OnMouseDown(MouseEventArgs e, ref bool isHandled) in OnMouseDown()
/dports/devel/hadoop/jetty-6.1.14/modules/jetty/src/test/java/org/mortbay/jetty/handler/
H A DContextHandlerCollectionTest.java146 public boolean isHandled() in isHandled() method in ContextHandlerCollectionTest.IsHandledHandler
/dports/devel/hadoop2/jetty-6.1.14/modules/jetty/src/test/java/org/mortbay/jetty/handler/
H A DContextHandlerCollectionTest.java146 public boolean isHandled() in isHandled() method in ContextHandlerCollectionTest.IsHandledHandler

123