Home
last modified time | relevance | path

Searched defs:instance (Results 201 – 225 of 23696) sorted by relevance

12345678910>>...948

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/proxy/
H A Dppp_pdf_proxy.cc30 PP_Instance instance, in GetPrintPresetOptionsFromDocument()
84 PP_Bool CanUndo(PP_Instance instance) { in CanUndo()
91 PP_Bool CanRedo(PP_Instance instance) { in CanRedo()
98 void Undo(PP_Instance instance) { in Undo()
103 void Redo(PP_Instance instance) { in Redo()
109 PP_Instance instance, in HandleAccessibilityAction()
116 int32_t PrintBegin(PP_Instance instance, in PrintBegin()
210 PP_Instance instance, in OnPluginMsgPrintPresetOptions()
231 PP_Instance instance, in OnPluginMsgMoveRangeSelectionExtent()
283 PP_Instance instance, in OnPluginMsgHandleAccessibilityAction()
[all …]
H A Dppb_instance_proxy.cc433 PP_Instance instance, in RequestFilteringInputEvents()
463 PP_Instance instance, in ResolveRelativeToDocument()
526 PP_Instance instance, in RegisterMessageHandler()
654 PP_Instance instance, in OnHostMsgGetWindowObject()
664 PP_Instance instance, in OnHostMsgGetOwnerElementObject()
708 PP_Instance instance, in OnHostMsgExecuteScript()
730 PP_Instance instance, in OnHostMsgGetDefaultCharSet()
749 PP_Instance instance, in OnHostMsgNumberOfFindResultsChanged()
762 PP_Instance instance, in OnHostMsgSelectFindResultChanged()
772 PP_Instance instance, in OnHostMsgSetTickmarks()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/proxy/
H A Dppp_pdf_proxy.cc30 PP_Instance instance, in GetPrintPresetOptionsFromDocument()
84 PP_Bool CanUndo(PP_Instance instance) { in CanUndo()
91 PP_Bool CanRedo(PP_Instance instance) { in CanRedo()
98 void Undo(PP_Instance instance) { in Undo()
103 void Redo(PP_Instance instance) { in Redo()
109 PP_Instance instance, in HandleAccessibilityAction()
116 int32_t PrintBegin(PP_Instance instance, in PrintBegin()
210 PP_Instance instance, in OnPluginMsgPrintPresetOptions()
231 PP_Instance instance, in OnPluginMsgMoveRangeSelectionExtent()
283 PP_Instance instance, in OnPluginMsgHandleAccessibilityAction()
[all …]
H A Dppb_instance_proxy.cc402 PP_Instance instance, in RequestFilteringInputEvents()
432 PP_Instance instance, in ResolveRelativeToDocument()
495 PP_Instance instance, in RegisterMessageHandler()
623 PP_Instance instance, in OnHostMsgGetWindowObject()
633 PP_Instance instance, in OnHostMsgGetOwnerElementObject()
677 PP_Instance instance, in OnHostMsgExecuteScript()
699 PP_Instance instance, in OnHostMsgGetDefaultCharSet()
718 PP_Instance instance, in OnHostMsgNumberOfFindResultsChanged()
731 PP_Instance instance, in OnHostMsgSelectFindResultChanged()
741 PP_Instance instance, in OnHostMsgSetTickmarks()
[all …]
H A Dresource_creation_proxy.cc80 PP_Instance instance, in CreateFileRef()
86 PP_Instance instance, in CreateFileSystem()
93 PP_Instance instance, in CreateIMEInputEvent()
108 PP_Instance instance, in CreateKeyboardInputEvent_1_0()
121 PP_Instance instance, in CreateKeyboardInputEvent_1_2()
134 PP_Instance instance, in CreateMouseInputEvent()
148 PP_Instance instance, in CreateTouchInputEvent()
167 PP_Instance instance, in CreateWheelInputEvent()
179 PP_Instance instance, in CreateAudio1_0()
188 PP_Instance instance, in CreateAudio()
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/pre-ghc86/
H A DKindEqualities2.hs26 type instance IK Star = * function
27 type instance IK (Arr k1 k2) = IK k1 -> IK k2 function
33 type instance I TInt = Int type
34 type instance I TBool = Bool type
35 type instance I TMaybe = Maybe type
36 type instance I (TApp a b) = (I a) (I b) type
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc86/
H A DKindEqualities2.hs26 type instance IK Star = Type type
27 type instance IK (Arr k1 k2) = IK k1 -> IK k2 type
33 type instance I TInt = Int type
34 type instance I TBool = Bool type
35 type instance I TMaybe = Maybe type
36 type instance I (TApp a b) = (I a) (I b) type
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Hs/
H A DImpExp.hs55 type instance Anno (ImportDecl (GhcPass p)) = SrcSpanAnnA function
117 type instance XCImportDecl GhcRn = NoExtField type
118 type instance XCImportDecl GhcTc = NoExtField type
120 type instance XXImportDecl (GhcPass _) = NoExtCon type
122 type instance Anno ModuleName = SrcSpanAnnA type
230 type instance Anno (IE (GhcPass p)) = SrcSpanAnnA function
285 type instance XIEVar GhcPs = NoExtField type
286 type instance XIEVar GhcRn = NoExtField type
287 type instance XIEVar GhcTc = NoExtField type
298 type instance XIEModuleContents GhcRn = NoExtField type
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/monad-memo-0.5.3/Control/Monad/Memo/
H A DArray.hs100 type instance Array (ST s) = STArray s function
101 type instance Array IO = IOArray type
103 type instance Array (ReaderCache c (ST s)) = STArray s function
104 type instance Array (ReaderCache c IO) = IOArray function
143 type instance UArray (ST s) = STUArray s type
144 type instance UArray IO = IOUArray type
146 type instance UArray (ReaderCache c (ST s)) = STUArray s type
147 type instance UArray (ReaderCache c IO) = IOUArray type
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/swagger2-2.6/src/Data/Swagger/Internal/
H A DTypeShape.hs59 type instance GenericShape (f :*: g) = ProdCombine (GenericShape f) (GenericShape g) type
60 type instance GenericShape (f :+: g) = SumCombine (GenericShape f) (GenericShape g) type
61 type instance GenericShape (D1 d f) = GenericShape f type
62 type instance GenericShape (C1 c U1) = Enumeration type
63 type instance GenericShape (C1 c (S1 s f)) = SumOfProducts type
64 type instance GenericShape (C1 c (f :*: g)) = SumOfProducts type
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/renderer/pepper/
H A Dresource_creation_impl.cc40 PP_Instance instance, in CreateAudio1_0()
55 PP_Instance instance, in CreateAudioConfig()
80 PP_Instance instance) { in CreateCameraDevicePrivate()
85 PP_Instance instance, in CreateFlashFontFile()
98 PP_Instance instance, in CreateGraphics3DRaw()
138 PP_Instance instance, in CreateImageDataSimple()
150 PP_Instance instance, in CreateIMEInputEvent()
172 PP_Instance instance, in CreateKeyboardInputEvent_1_0()
190 PP_Instance instance, in CreateKeyboardInputEvent_1_2()
213 PP_Instance instance, in CreateMouseInputEvent()
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/ghcide/src/Development/IDE/Core/
H A DRuleTypes.hs64 type instance RuleResult GetParsedModule = ParsedModule type
89 type instance RuleResult GenerateCore = ModGuts type
103 type instance RuleResult GetImportMap = ImportMap type
221 type instance RuleResult GetHieAst = HieAstResult type
224 type instance RuleResult GetBindings = Bindings type
233 type instance RuleResult GetDocMap = DocAndKindMap type
236 type instance RuleResult GhcSession = HscEnvEq function
239 type instance RuleResult GhcSessionDeps = HscEnvEq type
247 type instance RuleResult ReportImportCycles = () type
267 type instance RuleResult GetFileExists = Bool type
[all …]
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/ghcide/src/Development/IDE/Core/
H A DRuleTypes.hs64 type instance RuleResult GetParsedModule = ParsedModule function
89 type instance RuleResult GenerateCore = ModGuts type
103 type instance RuleResult GetImportMap = ImportMap function
221 type instance RuleResult GetHieAst = HieAstResult type
224 type instance RuleResult GetBindings = Bindings type
233 type instance RuleResult GetDocMap = DocAndKindMap type
236 type instance RuleResult GhcSession = HscEnvEq type
239 type instance RuleResult GhcSessionDeps = HscEnvEq function
247 type instance RuleResult ReportImportCycles = () function
267 type instance RuleResult GetFileExists = Bool type
[all …]
/dports/devel/py-jsonschema/jsonschema-4.2.1/jsonschema/
H A D_format.py195 def is_email(instance): argument
210 def is_ipv4(instance): argument
217 def is_ipv6(instance): argument
265 def is_uri(instance): argument
289 def is_iri(instance): argument
306 def is_uri(instance): argument
337 def is_time(instance): argument
344 def is_regex(instance): argument
357 def is_date(instance): argument
364 def is_draft3_time(instance): argument
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/contravariant-1.5.3/src/Data/Functor/Contravariant/
H A DGeneric.hs68 type instance Swizzle (M1 i c f) = M1 i c (Swizzle f) function
69 type instance Swizzle V1 = V1 type
70 type instance Swizzle U1 = U1 type
71 type instance Swizzle Par1 = Par1 function
72 type instance Swizzle (Rec1 f) = Rec1 f type
73 type instance Swizzle (K1 i c) = K1 i c type
74 type instance Swizzle (f :+: g) = Swizzle f ::+: Swizzle g type
75 type instance Swizzle (f :*: g) = Swizzle f ::*: Swizzle g function
76 type instance Swizzle (f :.: g) = f :.: Swizzle g type
85 instance GG V1 where swizzle v = v function
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/contravariant-1.5.2/src/Data/Functor/Contravariant/
H A DGeneric.hs66 type instance Swizzle (M1 i c f) = M1 i c (Swizzle f) type
67 type instance Swizzle V1 = V1 type
68 type instance Swizzle U1 = U1 type
69 type instance Swizzle Par1 = Par1 function
70 type instance Swizzle (Rec1 f) = Rec1 f function
71 type instance Swizzle (K1 i c) = K1 i c function
72 type instance Swizzle (f :+: g) = Swizzle f ::+: Swizzle g type
73 type instance Swizzle (f :*: g) = Swizzle f ::*: Swizzle g type
74 type instance Swizzle (f :.: g) = f :.: Swizzle g function
83 instance GG V1 where swizzle v = v function
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/contravariant-1.5.3/src/Data/Functor/Contravariant/
H A DGeneric.hs68 type instance Swizzle (M1 i c f) = M1 i c (Swizzle f) type
69 type instance Swizzle V1 = V1 type
70 type instance Swizzle U1 = U1 type
71 type instance Swizzle Par1 = Par1 type
72 type instance Swizzle (Rec1 f) = Rec1 f function
73 type instance Swizzle (K1 i c) = K1 i c type
74 type instance Swizzle (f :+: g) = Swizzle f ::+: Swizzle g type
75 type instance Swizzle (f :*: g) = Swizzle f ::*: Swizzle g type
76 type instance Swizzle (f :.: g) = f :.: Swizzle g function
85 instance GG V1 where swizzle v = v function
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/contravariant-1.5.3/src/Data/Functor/Contravariant/
H A DGeneric.hs68 type instance Swizzle (M1 i c f) = M1 i c (Swizzle f) function
69 type instance Swizzle V1 = V1 function
70 type instance Swizzle U1 = U1 function
71 type instance Swizzle Par1 = Par1 function
72 type instance Swizzle (Rec1 f) = Rec1 f type
73 type instance Swizzle (K1 i c) = K1 i c type
74 type instance Swizzle (f :+: g) = Swizzle f ::+: Swizzle g type
75 type instance Swizzle (f :*: g) = Swizzle f ::*: Swizzle g type
76 type instance Swizzle (f :.: g) = f :.: Swizzle g type
85 instance GG V1 where swizzle v = v function
[all …]
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/contravariant-1.5.3/src/Data/Functor/Contravariant/
H A DGeneric.hs68 type instance Swizzle (M1 i c f) = M1 i c (Swizzle f) type
69 type instance Swizzle V1 = V1 type
70 type instance Swizzle U1 = U1 type
71 type instance Swizzle Par1 = Par1 function
72 type instance Swizzle (Rec1 f) = Rec1 f function
73 type instance Swizzle (K1 i c) = K1 i c type
74 type instance Swizzle (f :+: g) = Swizzle f ::+: Swizzle g type
75 type instance Swizzle (f :*: g) = Swizzle f ::*: Swizzle g type
76 type instance Swizzle (f :.: g) = f :.: Swizzle g type
85 instance GG V1 where swizzle v = v function
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/contravariant-1.5.3/src/Data/Functor/Contravariant/
H A DGeneric.hs68 type instance Swizzle (M1 i c f) = M1 i c (Swizzle f) type
69 type instance Swizzle V1 = V1 function
70 type instance Swizzle U1 = U1 type
71 type instance Swizzle Par1 = Par1 function
72 type instance Swizzle (Rec1 f) = Rec1 f function
73 type instance Swizzle (K1 i c) = K1 i c type
74 type instance Swizzle (f :+: g) = Swizzle f ::+: Swizzle g type
75 type instance Swizzle (f :*: g) = Swizzle f ::*: Swizzle g type
76 type instance Swizzle (f :.: g) = f :.: Swizzle g type
85 instance GG V1 where swizzle v = v function
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/contravariant-1.5.3/src/Data/Functor/Contravariant/
H A DGeneric.hs68 type instance Swizzle (M1 i c f) = M1 i c (Swizzle f) type
69 type instance Swizzle V1 = V1 type
70 type instance Swizzle U1 = U1 type
71 type instance Swizzle Par1 = Par1 type
72 type instance Swizzle (Rec1 f) = Rec1 f type
73 type instance Swizzle (K1 i c) = K1 i c function
74 type instance Swizzle (f :+: g) = Swizzle f ::+: Swizzle g function
75 type instance Swizzle (f :*: g) = Swizzle f ::*: Swizzle g type
76 type instance Swizzle (f :.: g) = f :.: Swizzle g type
85 instance GG V1 where swizzle v = v function
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/contravariant-1.5.4/src/Data/Functor/Contravariant/
H A DGeneric.hs68 type instance Swizzle (M1 i c f) = M1 i c (Swizzle f) type
69 type instance Swizzle V1 = V1 type
70 type instance Swizzle U1 = U1 type
71 type instance Swizzle Par1 = Par1 type
72 type instance Swizzle (Rec1 f) = Rec1 f type
73 type instance Swizzle (K1 i c) = K1 i c type
74 type instance Swizzle (f :+: g) = Swizzle f ::+: Swizzle g type
75 type instance Swizzle (f :*: g) = Swizzle f ::*: Swizzle g type
76 type instance Swizzle (f :.: g) = f :.: Swizzle g type
85 instance GG V1 where swizzle v = v function
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/contravariant-1.5.2/src/Data/Functor/Contravariant/
H A DGeneric.hs66 type instance Swizzle (M1 i c f) = M1 i c (Swizzle f) function
67 type instance Swizzle V1 = V1 function
68 type instance Swizzle U1 = U1 type
69 type instance Swizzle Par1 = Par1 function
70 type instance Swizzle (Rec1 f) = Rec1 f type
71 type instance Swizzle (K1 i c) = K1 i c type
72 type instance Swizzle (f :+: g) = Swizzle f ::+: Swizzle g type
73 type instance Swizzle (f :*: g) = Swizzle f ::*: Swizzle g type
74 type instance Swizzle (f :.: g) = f :.: Swizzle g function
83 instance GG V1 where swizzle v = v function
[all …]
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/_cabal_deps/contravariant-1.5.5/src/Data/Functor/Contravariant/
H A DGeneric.hs68 type instance Swizzle (M1 i c f) = M1 i c (Swizzle f) type
69 type instance Swizzle V1 = V1 function
70 type instance Swizzle U1 = U1 type
71 type instance Swizzle Par1 = Par1 type
72 type instance Swizzle (Rec1 f) = Rec1 f type
73 type instance Swizzle (K1 i c) = K1 i c function
74 type instance Swizzle (f :+: g) = Swizzle f ::+: Swizzle g function
75 type instance Swizzle (f :*: g) = Swizzle f ::*: Swizzle g type
76 type instance Swizzle (f :.: g) = f :.: Swizzle g type
85 instance GG V1 where swizzle v = v function
[all …]
/dports/devel/elm-format/elm-format-0.8.3/_cabal_deps/contravariant-1.5.2/src/Data/Functor/Contravariant/
H A DGeneric.hs66 type instance Swizzle (M1 i c f) = M1 i c (Swizzle f) type
67 type instance Swizzle V1 = V1 type
68 type instance Swizzle U1 = U1 type
69 type instance Swizzle Par1 = Par1 type
70 type instance Swizzle (Rec1 f) = Rec1 f type
71 type instance Swizzle (K1 i c) = K1 i c function
72 type instance Swizzle (f :+: g) = Swizzle f ::+: Swizzle g type
73 type instance Swizzle (f :*: g) = Swizzle f ::*: Swizzle g function
74 type instance Swizzle (f :.: g) = f :.: Swizzle g type
83 instance GG V1 where swizzle v = v function
[all …]

12345678910>>...948