Home
last modified time | relevance | path

Searched refs:mixin (Results 1 – 25 of 111) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/
DdeclarationEmitLocalClassDeclarationMixin.types5 function mixin<B extends Constructor<{}>>(Base: B) {
6 >mixin : <B extends Constructor<{}>>(Base: B) => { new (...args: any[]): PrivateMixed; prototype: m…
18 >PrivateMixed : { new (...args: any[]): PrivateMixed; prototype: mixin<any>.PrivateMixed; } & B
29 export const Mixed = mixin(Unmixed);
30 >Mixed : { new (...args: any[]): mixin<typeof Unmixed>.PrivateMixed; prototype: mixin<any>.PrivateM…
31 >mixin(Unmixed) : { new (...args: any[]): mixin<typeof Unmixed>.PrivateMixed; prototype: mixin<any>…
32 >mixin : <B extends Constructor<{}>>(Base: B) => { new (...args: any[]): PrivateMixed; prototype: m…
DdeclarationEmitMixinPrivateProtected.types2 declare function mix<TMix>(mixin: TMix): TMix;
3 >mix : <TMix>(mixin: TMix) => TMix
4 >mixin : TMix
27 >mix : <TMix>(mixin: TMix) => TMix
33 >mix : <TMix>(mixin: TMix) => TMix
42 declare function mix<TMix>(mixin: TMix): TMix;
43 >mix : <TMix>(mixin: TMix) => TMix
44 >mixin : TMix
66 >mix : <TMix>(mixin: TMix) => TMix
DdeclarationsForFileShadowingGlobalNoError.js13 export const mixin = (Base: Constructor) => { function
43 exports.mixin = void 0;
44 var mixin = function (Base) {
54 exports.mixin = mixin;
64 export declare const mixin: (Base: Constructor) => {
DdeclarationEmitMixinPrivateProtected.symbols2 declare function mix<TMix>(mixin: TMix): TMix;
5 >mixin : Symbol(mixin, Decl(first.ts, 0, 27))
41 declare function mix<TMix>(mixin: TMix): TMix;
44 >mixin : Symbol(mixin, Decl(another.ts, 0, 27))
DdeclarationEmitLocalClassDeclarationMixin.symbols8 function mixin<B extends Constructor<{}>>(Base: B) {
9 >mixin : Symbol(mixin, Decl(declarationEmitLocalClassDeclarationMixin.ts, 0, 53))
33 export const Mixed = mixin(Unmixed);
35 >mixin : Symbol(mixin, Decl(declarationEmitLocalClassDeclarationMixin.ts, 0, 53))
DdeclarationEmitLocalClassDeclarationMixin.js4 function mixin<B extends Constructor<{}>>(Base: B) {
15 export const Mixed = mixin(Unmixed);
52 function mixin(Base) { function
71 exports.Mixed = mixin(Unmixed);
DdeclarationsForFileShadowingGlobalNoError.symbols21 export const mixin = (Base: Constructor) => {
22 >mixin : Symbol(mixin, Decl(index.ts, 5, 12))
DmixinAbstractClasses.2.errors.txt1 tests/cases/conformance/classes/mixinAbstractClasses.2.ts(7,11): error TS2797: A mixin class that e…
12 …// error expected: A mixin class that extends from a type variable containing an abstract construc…
15 !!! error TS2797: A mixin class that extends from a type variable containing an abstract construct …
DdeclarationsForFileShadowingGlobalNoError.types20 export const mixin = (Base: Constructor) => {
21 >mixin : (Base: Constructor) => typeof (Anonymous class)
DdeclarationEmitMixinPrivateProtected.js4 declare function mix<TMix>(mixin: TMix): TMix;
22 declare function mix<TMix>(mixin: TMix): TMix;
DbaseConstraintOfDecorator.errors.txt4 tests/cases/compiler/baseConstraintOfDecorator.ts(12,18): error TS2545: A mixin class must have a c…
32 !!! error TS2545: A mixin class must have a constructor with a single rest parameter of type 'any[]…
/third_party/jsframework/runtime/main/reactivity/
Dstate.js46 options['mixins'].forEach(mixin => {
47 if(typeof mixin == 'object') {
48 Object.keys(mixin).forEach(key => {
49 vm[key] = mixin[key]
52 else if (typeof mixin == 'function') {
53 vm[mixin.name] = mixin.bind(vm)
/third_party/flutter/flutter/packages/flutter/lib/src/animation/
Dlistener_helpers.dart9 /// A mixin that helps listen to another object only when this object has registered listeners.
11 /// This mixin provides implementations of [didRegisterListener] and [didUnregisterListener],
14 mixin AnimationLazyListenerMixin {
57 /// A mixin that replaces the [didRegisterListener]/[didUnregisterListener] contract
60 /// This mixin provides implementations of [didRegisterListener] and [didUnregisterListener],
63 mixin AnimationEagerListenerMixin {
76 /// A mixin that implements the [addListener]/[removeListener] protocol and notifies
79 /// This mixin requires that the mixing class provide methods [didRegisterListener]
81 /// by mixing in another mixin from this library, such as [AnimationLazyListenerMixin].
82 mixin AnimationLocalListenersMixin {
[all …]
/third_party/skia/third_party/externals/angle2/infra/specs/
Dgenerate_test_spec_json.py129 for mixin in seen_mixins:
130 if mixin in found_mixins:
132 assert (mixin in chromium_generator.mixins)
133 found_mixins[mixin] = chromium_generator.mixins[mixin]
/third_party/parse5/packages/parse5/lib/utils/
Dmixin.js32 const mixin = new Ctor(host, opts);
34 host.__mixins.push(mixin);
36 return mixin;
/third_party/boost/boost/outcome/experimental/status-code/
Dstd_error_code.hpp52 template <class Base> struct mixin<Base, _std_error_code_domain> : public Base struct
57 inline mixin(std::error_code ec);
198 inline mixin<Base, _std_error_code_domain>::mixin(std::error_code ec) in mixin() function in mixins::mixin
203 …template <class Base> inline const std::error_category &mixin<Base, _std_error_code_domain>::categ… in category()
/third_party/node/test/fixtures/wpt/interfaces/
Dencoding.idl6 interface mixin TextDecoderCommon {
29 interface mixin TextEncoderCommon {
47 interface mixin GenericTransformStream {
Dhtml.idl99 partial interface mixin DocumentOrShadowRoot {
137 interface mixin HTMLOrSVGElement {
329 interface mixin HTMLHyperlinkElementUtils {
1233 interface mixin CanvasState {
1239 interface mixin CanvasTransform {
1253 interface mixin CanvasCompositing {
1259 interface mixin CanvasImageSmoothing {
1266 interface mixin CanvasFillStrokeStyles {
1276 interface mixin CanvasShadowStyles {
1284 interface mixin CanvasFilters {
[all …]
/third_party/typescript/tests/cases/compiler/
DdeclarationEmitMixinPrivateProtected.ts3 declare function mix<TMix>(mixin: TMix): TMix;
21 declare function mix<TMix>(mixin: TMix): TMix;
DdeclarationEmitLocalClassDeclarationMixin.ts4 function mixin<B extends Constructor<{}>>(Base: B) { function
15 export const Mixed = mixin(Unmixed);
/third_party/boost/boost/convert/detail/
Dhas_member.hpp48 struct mixin : public base, public check_type {}; \
57 BOOST_STATIC_CONSTANT(bool, value = (sizeof(yes_type) == sizeof(test<mixin>(0)))); \
Dis_callable.hpp62 struct mixin : public class_type \
68 typedef typename boost::cnv::detail::match_const<class_type, mixin>::type* mixin_ptr; \
/third_party/typescript/src/testRunner/parallel/
Dworker.ts30 … function mixin<T extends new (...args: any[]) => any>(base: T, ...mixins: ((klass: T) => T)[]) {
31 for (const mixin of mixins) { constant
32 base = mixin(base);
74 class Suite extends mixin(Mocha.Suite, Clone) {
85 class Hook extends mixin(Mocha.Hook, Timeout) {
91 class Test extends mixin(Mocha.Test, Timeout, Clone) {
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dticker_provider.dart73 /// This mixin only supports vending a single ticker. If you might have multiple
77 mixin SingleTickerProviderStateMixin<T extends StatefulWidget> on State<T> implements TickerProvide…
109 'dispose() was called on the mixin, that Ticker was still active. The Ticker must '
147 /// To create an [AnimationController] in a class that uses this mixin, pass
155 mixin TickerProviderStateMixin<T extends StatefulWidget> on State<T> implements TickerProvider {
181 'dispose() was called on the mixin, that Ticker was still active. All Tickers must '
/third_party/python/Doc/library/
Dcollections.abc.rst32 methods. The remaining mixin methods come from inheritance and can be
41 def count(self, value): ... # Optionally override a mixin method
52 including all of the abstract methods and all of the mixin methods.
262 Implementation note: Some of the mixin methods, such as
266 access speed, the mixin methods will have linear performance;
388 Notes on using :class:`Set` and :class:`MutableSet` as a mixin:
391 Since some set operations create new sets, the default mixin methods need
396 If the :class:`Set` mixin is being used in a class with a different
407 The :class:`Set` mixin provides a :meth:`_hash` method to compute a hash value

12345