Home
last modified time | relevance | path

Searched defs:AppView (Results 1 – 10 of 10) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/
H A DAppView.java26 public class AppView extends TwoColumnLayout { class
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/Abstract/
H A DViews.hs28 data AppView' arg = Application Expr [NamedArg arg] type
31 type AppView = AppView' Expr type
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/examples/example_apple_opengl2/
H A Dmain.mm17 @interface AppView : NSOpenGLView interface
23 @implementation AppView implementation
/dports/deskutils/toolboxkit/Toolbox/Commander/
H A DAppView.m33 @implementation AppView implementation
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/
H A DIdiomBrackets.hs47 e@App{} -> let AppView e' es = appView e in (e' :|) <$> mapM onlyVisible es function
H A DConcrete.hs610 data AppView = AppView Expr [NamedArg Expr] type
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/application/
H A DAppView.cpp50 AppView::AppView(const char * /*iName*/) in AppView() function in Freestyle::AppView
H A DController.h40 class AppView; variable
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Media/Capture/
H A Dmod.rs62 pub const AppView: Self = Self(0i32); const
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/Translation/
H A DConcreteToAbstract.hs1039 let AppView e' args = appView e function