Home
last modified time | relevance | path

Searched defs:prototype (Results 1 – 25 of 2741) sorted by relevance

12345678910>>...110

/dports/www/firefox-esr/firefox-91.8.0/js/src/doc/Debugger/
H A DDebugger.Object.md60 ### `proto`
65 ### `class`
68 ### `callable`
72 ### `name`
146 ### `script`
157 ### `isError`
204 ### `isPromise`
213 ### `boundThis`
225 ### `isProxy`
408 ### `seal()`
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/doc/Debugger/
H A DDebugger.Object.md60 ### `proto`
65 ### `class`
68 ### `callable`
72 ### `name`
146 ### `script`
157 ### `isError`
204 ### `isPromise`
213 ### `boundThis`
225 ### `isProxy`
408 ### `seal()`
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/doc/Debugger/
H A DDebugger.Object.md60 ### `proto`
65 ### `class`
68 ### `callable`
72 ### `name`
146 ### `script`
201 ### `isPromise`
210 ### `boundThis`
222 ### `isProxy`
280 ### `promiseID`
405 ### `seal()`
[all …]
/dports/www/firefox/firefox-99.0/js/src/doc/Debugger/
H A DDebugger.Object.md60 ### `proto`
65 ### `class`
68 ### `callable`
72 ### `name`
146 ### `script`
157 ### `isError`
204 ### `isPromise`
213 ### `boundThis`
225 ### `isProxy`
411 ### `seal()`
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/acpi/
H A Dacpixf.h60 #define ACPI_EXTERNAL_RETURN_STATUS(prototype) \ argument
65 #define ACPI_EXTERNAL_RETURN_OK(prototype) \ argument
70 #define ACPI_EXTERNAL_RETURN_VOID(prototype) \ argument
75 #define ACPI_EXTERNAL_RETURN_UINT32(prototype) \ argument
80 #define ACPI_EXTERNAL_RETURN_PTR(prototype) \ argument
297 #define ACPI_HW_DEPENDENT_RETURN_OK(prototype) \ argument
303 #define ACPI_HW_DEPENDENT_RETURN_VOID(prototype) \ argument
310 #define ACPI_HW_DEPENDENT_RETURN_OK(prototype) \ argument
316 #define ACPI_HW_DEPENDENT_RETURN_VOID(prototype) \ argument
380 #define ACPI_DBR_DEPENDENT_RETURN_OK(prototype) \ argument
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/acpi/
H A Dacpixf.h60 #define ACPI_EXTERNAL_RETURN_STATUS(prototype) \ argument
65 #define ACPI_EXTERNAL_RETURN_OK(prototype) \ argument
70 #define ACPI_EXTERNAL_RETURN_VOID(prototype) \ argument
75 #define ACPI_EXTERNAL_RETURN_UINT32(prototype) \ argument
80 #define ACPI_EXTERNAL_RETURN_PTR(prototype) \ argument
297 #define ACPI_HW_DEPENDENT_RETURN_OK(prototype) \ argument
303 #define ACPI_HW_DEPENDENT_RETURN_VOID(prototype) \ argument
310 #define ACPI_HW_DEPENDENT_RETURN_OK(prototype) \ argument
316 #define ACPI_HW_DEPENDENT_RETURN_VOID(prototype) \ argument
380 #define ACPI_DBR_DEPENDENT_RETURN_OK(prototype) \ argument
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/acpi/
H A Dacpixf.h60 #define ACPI_EXTERNAL_RETURN_STATUS(prototype) \ argument
65 #define ACPI_EXTERNAL_RETURN_OK(prototype) \ argument
70 #define ACPI_EXTERNAL_RETURN_VOID(prototype) \ argument
75 #define ACPI_EXTERNAL_RETURN_UINT32(prototype) \ argument
80 #define ACPI_EXTERNAL_RETURN_PTR(prototype) \ argument
297 #define ACPI_HW_DEPENDENT_RETURN_OK(prototype) \ argument
303 #define ACPI_HW_DEPENDENT_RETURN_VOID(prototype) \ argument
310 #define ACPI_HW_DEPENDENT_RETURN_OK(prototype) \ argument
316 #define ACPI_HW_DEPENDENT_RETURN_VOID(prototype) \ argument
380 #define ACPI_DBR_DEPENDENT_RETURN_OK(prototype) \ argument
[all …]
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/base/
H A Dprimitivetype.hpp35 #define REGISTER_BUILTIN_TYPE(type, prototype) \ argument
42 #define REGISTER_PRIMITIVE_TYPE_FACTORY(type, base, prototype, factory) \ argument
51 #define REGISTER_PRIMITIVE_TYPE(type, base, prototype) \ argument
54 #define REGISTER_PRIMITIVE_TYPE_VA(type, base, prototype) \ argument
57 #define REGISTER_PRIMITIVE_TYPE_NOINST(type, base, prototype) \ argument
/dports/math/octave-forge-miscellaneous/miscellaneous-1.3.0/inst/
H A Dinfoskeleton.m50 prototype = strtrim( prototype ); variable
60 prototype = prototype ( idx(1) + 1: end ); variable
68 prototype = prototype(idx(1) + 1:end); variable
80 prototype = prototype(idx(end) + 1:end); variable
/dports/devel/libphonenumber/libphonenumber-8.12.39/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DColumnGroup.java37 Column<T> prototype, Function<String, K> parseFn) { in of()
43 Column<T> prototype) { in byRegion()
49 Column<T> prototype) { in byLanguage()
54 abstract Column<T> prototype(); in prototype() method in ColumnGroup
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DMono.Options.cs46 …public Mono.Options.CommandSet Add(string prototype, Mono.Options.OptionAction<string, string> act… in Add() argument
47 … public Mono.Options.CommandSet Add(string prototype, System.Action<string> action) { throw null; } in Add()
50 …public Mono.Options.CommandSet Add(string prototype, string description, System.Action<string> act… in Add()
52 … public Mono.Options.CommandSet Add<T>(string prototype, System.Action<T> action) { throw null; } in Add()
53 …public Mono.Options.CommandSet Add<T>(string prototype, string description, System.Action<T> actio… in Add()
66 protected Option(string prototype, string description) { } in Option()
67 protected Option(string prototype, string description, int maxValueCount) { } in Option()
68 protected Option(string prototype, string description, int maxValueCount, bool hidden) { } in Option()
112 … public Mono.Options.OptionSet Add(string prototype, System.Action<string> action) { throw null; } in Add()
117 … public Mono.Options.OptionSet Add<T>(string prototype, System.Action<T> action) { throw null; } in Add()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DMono.Options.cs47 …public Mono.Options.CommandSet Add(string prototype, Mono.Options.OptionAction<string, string> act… in Add() argument
48 … public Mono.Options.CommandSet Add(string prototype, System.Action<string> action) { throw null; } in Add()
51 …public Mono.Options.CommandSet Add(string prototype, string description, System.Action<string> act… in Add()
53 … public Mono.Options.CommandSet Add<T>(string prototype, System.Action<T> action) { throw null; } in Add()
54 …public Mono.Options.CommandSet Add<T>(string prototype, string description, System.Action<T> actio… in Add()
67 protected Option(string prototype, string description) { } in Option()
68 protected Option(string prototype, string description, int maxValueCount) { } in Option()
69 protected Option(string prototype, string description, int maxValueCount, bool hidden) { } in Option()
113 … public Mono.Options.OptionSet Add(string prototype, System.Action<string> action) { throw null; } in Add()
118 … public Mono.Options.OptionSet Add<T>(string prototype, System.Action<T> action) { throw null; } in Add()
[all …]
/dports/devel/protobuf/protobuf-3.17.3/conformance/
H A Dtext_format_conformance_suite.cc135 TestAllTypesProto3 prototype; in ExpectParseFailure() local
160 TestAllTypesProto3 prototype; in RunValidTextFormatTest() local
166 TestAllTypesProto2 prototype; in RunValidTextFormatTestProto2() local
172 const Message& prototype) { in RunValidTextFormatTestWithMessage()
187 TestAllTypesProto3 prototype; in RunValidUnknownTextFormatTest() local
396 TestAllTypesProto3 prototype; in RunSuiteImpl() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DJSDataView.h40 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
67 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
83 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
H A DJSMessageChannel.h42 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
66 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
82 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
H A DJSUint16Array.h44 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
74 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
90 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
H A DJSUint32Array.h44 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
74 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
90 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
H A DJSUint8Array.h44 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
74 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
90 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
H A DJSWebKitPoint.h43 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
65 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
81 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
H A DJSDOMFormData.h42 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
69 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
85 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
H A DJSFloat32Array.h44 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
74 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
90 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
H A DJSInt16Array.h44 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
74 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
90 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
H A DJSInt32Array.h44 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
74 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
90 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) in createStructure()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/conformance/
H A Dtext_format_conformance_suite.cc134 TestAllTypesProto3 prototype; in ExpectParseFailure() local
158 TestAllTypesProto3 prototype; in RunValidTextFormatTest() local
164 TestAllTypesProto2 prototype; in RunValidTextFormatTestProto2() local
170 const Message& prototype) { in RunValidTextFormatTestWithMessage()
185 TestAllTypesProto3 prototype; in RunValidUnknownTextFormatTest() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/conformance/
H A Dtext_format_conformance_suite.cc134 TestAllTypesProto3 prototype; in ExpectParseFailure() local
158 TestAllTypesProto3 prototype; in RunValidTextFormatTest() local
164 TestAllTypesProto2 prototype; in RunValidTextFormatTestProto2() local
170 const Message& prototype) { in RunValidTextFormatTestWithMessage()
185 TestAllTypesProto3 prototype; in RunValidUnknownTextFormatTest() local

12345678910>>...110