Home
last modified time | relevance | path

Searched refs:Interface (Results 1 – 25 of 11157) sorted by relevance

12345678910>>...447

/dports/www/p5-HTML-DOM/HTML-DOM-0.058/t/
H A Dhtml-dom-interface.t12 use HTML::DOM::Interface;
17 ok(%HTML::DOM::Interface);
23 for (values %HTML::DOM::Interface) {
29 for (values %HTML::DOM::Interface) {
103 HTML::DOM::Interface::UTF16, 'length16';
107 HTML::DOM::Interface::UTF16, 'insertData16';
109 HTML::DOM::Interface::UTF16, 'deleteData16';
112 ok $HTML::DOM::Interface{Text}{splitText} & &
113 HTML::DOM::Interface::UTF16, 'splitText16';
115 &HTML::DOM::Interface::READONLY),
[all …]
/dports/devel/heimdall/Heimdall-1.4.2/heimdall/source/
H A DInterface.cpp73 const map<string, Interface::ActionInfo>& Interface::GetActionMap(void) in GetActionMap()
231 Interface::Print("AP"); in PrintPit()
235 Interface::Print("CP"); in PrintPit()
243 Interface::Print(")\n"); in PrintPit()
258 Interface::Print("MMC"); in PrintPit()
270 Interface::Print(")\n"); in PrintPit()
287 Interface::Print(")\n"); in PrintPit()
293 Interface::Print(" ("); in PrintPit()
308 Interface::Print(")\n"); in PrintPit()
312 Interface::Print("\n"); in PrintPit()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.WebBrowser/Mono.Mozilla/interfaces/
H A DnsIAccessibilityService.cs43 [MarshalAs (UnmanagedType.Interface) ] out nsIAccessible ret); in getAccessibleFor()
48 [MarshalAs (UnmanagedType.Interface) ] out nsIAccessible ret); in getAttachedAccessibleFor()
53 [MarshalAs (UnmanagedType.Interface) ] out nsIDOMNode ret); in getRelevantContentNodeFor()
58 [MarshalAs (UnmanagedType.Interface) ] nsIDOMWindow aDOMWin, in getAccessibleInWindow()
59 [MarshalAs (UnmanagedType.Interface) ] out nsIAccessible ret); in getAccessibleInWindow()
65 [MarshalAs (UnmanagedType.Interface) ] out nsIAccessible ret); in getAccessibleInWeakShell()
71 [MarshalAs (UnmanagedType.Interface) ] out nsIAccessible ret); in getAccessibleInShell()
77 [MarshalAs (UnmanagedType.Interface) ] out nsIAccessNode ret); in getCachedAccessNode()
83 [MarshalAs (UnmanagedType.Interface) ] out nsIAccessible ret); in getCachedAccessible()
144 [MarshalAs (UnmanagedType.Interface) ] nsIDOMNode aDOMNode, in createHTMLAccessibleByMarkup()
[all …]
/dports/devel/ignition-common/ignitionrobotics-ign-common-a5c4d5a35bb8/include/ignition/common/detail/
H A DPlugin.hh31 template <class Interface>
39 template <class Interface>
47 template <class Interface>
55 template <class Interface>
64 template <class Interface>
72 template <class Interface>
80 template <class Interface>
84 Interface *ptr = this->QueryInterface<Interface>(_interfaceName); in QueryInterfaceSharedPtr()
92 template <class Interface>
96 const Interface *ptr = this->QueryInterface<Interface>(_interfaceName); in QueryInterfaceSharedPtr()
[all …]
/dports/devel/ignition-plugin/ignitionrobotics-ign-plugin-6bf2bf09570f/core/include/ignition/plugin/detail/
H A DPlugin.hh31 template <class Interface>
39 template <class Interface>
47 template <class Interface>
54 template <class Interface>
62 template <class Interface>
65 Interface *ptr = this->QueryInterface<Interface>(); in QueryInterfaceSharedPtr()
73 template <class Interface>
76 const Interface *ptr = this->QueryInterface<Interface>(); in QueryInterfaceSharedPtr()
87 template <class Interface>
95 template <class Interface>
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/tests/snmpsim/
H A Dciscosb_sge.snmprec7 1.3.6.1.2.1.2.2.1.2.1|4|Ethernet Interface
8 1.3.6.1.2.1.2.2.1.2.2|4|Ethernet Interface
9 1.3.6.1.2.1.2.2.1.2.3|4|Ethernet Interface
10 1.3.6.1.2.1.2.2.1.2.4|4|Ethernet Interface
11 1.3.6.1.2.1.2.2.1.2.5|4|Ethernet Interface
12 1.3.6.1.2.1.2.2.1.2.6|4|Ethernet Interface
13 1.3.6.1.2.1.2.2.1.2.7|4|Ethernet Interface
14 1.3.6.1.2.1.2.2.1.2.8|4|Ethernet Interface
15 1.3.6.1.2.1.2.2.1.2.9|4|Ethernet Interface
16 1.3.6.1.2.1.2.2.1.2.10|4|Ethernet Interface
[all …]
H A Dpacketlight_pl-1000e.snmprec7 1.3.6.1.2.1.2.2.1.2.67072|4|Line Interface 1
8 1.3.6.1.2.1.2.2.1.2.115456|4|Line Interface 1
9 1.3.6.1.2.1.2.2.1.2.115457|4|Path Interface 1-1
10 1.3.6.1.2.1.2.2.1.2.115712|4|SFP Interface 1
11 1.3.6.1.2.1.2.2.1.2.180992|4|Line Interface 2
13 1.3.6.1.2.1.2.2.1.2.181248|4|SFP Interface 2
14 1.3.6.1.2.1.2.2.1.2.246528|4|Line Interface 3
16 1.3.6.1.2.1.2.2.1.2.246784|4|SFP Interface 3
17 1.3.6.1.2.1.2.2.1.2.312064|4|Line Interface 4
19 1.3.6.1.2.1.2.2.1.2.312320|4|SFP Interface 4
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/mobile/
H A Dinterface.go35 type Interface struct { struct
41 func NewInterface() *Interface {
42 return new(Interface)
45 func (i *Interface) SetBool(b bool) { i.object = &b } argument
66 func (i *Interface) SetDefaultBool() { i.object = new(bool) } argument
101 func (i *Interface) GetUint8() *BigInt { argument
104 func (i *Interface) GetUint16() *BigInt { argument
107 func (i *Interface) GetUint32() *BigInt { argument
110 func (i *Interface) GetUint64() *BigInt { argument
138 return &Interface{i.objects[index]}, nil
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/lambdaShapes/org/openjdk/tests/vm/
H A DDefaultMethodsTest.java107 Interface J = new Interface("J", I); in testFarDefault()
108 Interface K = new Interface("K", J); in testFarDefault()
127 Interface K = new Interface("K", J); in testOverrideAbstract()
298 Interface J = new Interface("J", I); in testDiamond()
299 Interface K = new Interface("K", I); in testDiamond()
325 Interface J = new Interface("J", I); in testExpandedDiamond()
326 Interface K = new Interface("K", I); in testExpandedDiamond()
513 Interface J = new Interface("J", in testBridges()
763 Interface I = new Interface("I", in testNonConcreteFill()
772 Interface J = new Interface("J", in testNonConcreteFill()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/lambdaShapes/org/openjdk/tests/vm/
H A DDefaultMethodsTest.java107 Interface J = new Interface("J", I); in testFarDefault()
108 Interface K = new Interface("K", J); in testFarDefault()
127 Interface K = new Interface("K", J); in testOverrideAbstract()
298 Interface J = new Interface("J", I); in testDiamond()
299 Interface K = new Interface("K", I); in testDiamond()
325 Interface J = new Interface("J", I); in testExpandedDiamond()
326 Interface K = new Interface("K", I); in testExpandedDiamond()
513 Interface J = new Interface("J", in testBridges()
763 Interface I = new Interface("I", in testNonConcreteFill()
772 Interface J = new Interface("J", in testNonConcreteFill()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/lambdaShapes/org/openjdk/tests/vm/
H A DDefaultMethodsTest.java107 Interface J = new Interface("J", I); in testFarDefault()
108 Interface K = new Interface("K", J); in testFarDefault()
127 Interface K = new Interface("K", J); in testOverrideAbstract()
298 Interface J = new Interface("J", I); in testDiamond()
299 Interface K = new Interface("K", I); in testDiamond()
325 Interface J = new Interface("J", I); in testExpandedDiamond()
326 Interface K = new Interface("K", I); in testExpandedDiamond()
513 Interface J = new Interface("J", in testBridges()
763 Interface I = new Interface("I", in testNonConcreteFill()
772 Interface J = new Interface("J", in testNonConcreteFill()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/lambdaShapes/org/openjdk/tests/vm/
H A DDefaultMethodsTest.java107 Interface J = new Interface("J", I); in testFarDefault()
108 Interface K = new Interface("K", J); in testFarDefault()
127 Interface K = new Interface("K", J); in testOverrideAbstract()
298 Interface J = new Interface("J", I); in testDiamond()
299 Interface K = new Interface("K", I); in testDiamond()
325 Interface J = new Interface("J", I); in testExpandedDiamond()
326 Interface K = new Interface("K", I); in testExpandedDiamond()
513 Interface J = new Interface("J", in testBridges()
763 Interface I = new Interface("I", in testNonConcreteFill()
772 Interface J = new Interface("J", in testNonConcreteFill()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/lambdaShapes/org/openjdk/tests/vm/
H A DDefaultMethodsTest.java107 Interface J = new Interface("J", I); in testFarDefault()
108 Interface K = new Interface("K", J); in testFarDefault()
127 Interface K = new Interface("K", J); in testOverrideAbstract()
298 Interface J = new Interface("J", I); in testDiamond()
299 Interface K = new Interface("K", I); in testDiamond()
325 Interface J = new Interface("J", I); in testExpandedDiamond()
326 Interface K = new Interface("K", I); in testExpandedDiamond()
513 Interface J = new Interface("J", in testBridges()
763 Interface I = new Interface("I", in testNonConcreteFill()
772 Interface J = new Interface("J", in testNonConcreteFill()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/lambdaShapes/org/openjdk/tests/vm/
H A DDefaultMethodsTest.java107 Interface J = new Interface("J", I); in testFarDefault()
108 Interface K = new Interface("K", J); in testFarDefault()
127 Interface K = new Interface("K", J); in testOverrideAbstract()
298 Interface J = new Interface("J", I); in testDiamond()
299 Interface K = new Interface("K", I); in testDiamond()
325 Interface J = new Interface("J", I); in testExpandedDiamond()
326 Interface K = new Interface("K", I); in testExpandedDiamond()
513 Interface J = new Interface("J", in testBridges()
763 Interface I = new Interface("I", in testNonConcreteFill()
772 Interface J = new Interface("J", in testNonConcreteFill()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/lambdaShapes/org/openjdk/tests/vm/
H A DDefaultMethodsTest.java107 Interface J = new Interface("J", I); in testFarDefault()
108 Interface K = new Interface("K", J); in testFarDefault()
127 Interface K = new Interface("K", J); in testOverrideAbstract()
298 Interface J = new Interface("J", I); in testDiamond()
299 Interface K = new Interface("K", I); in testDiamond()
325 Interface J = new Interface("J", I); in testExpandedDiamond()
326 Interface K = new Interface("K", I); in testExpandedDiamond()
513 Interface J = new Interface("J", in testBridges()
763 Interface I = new Interface("I", in testNonConcreteFill()
772 Interface J = new Interface("J", in testNonConcreteFill()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/lambdaShapes/org/openjdk/tests/vm/
H A DDefaultMethodsTest.java107 Interface J = new Interface("J", I); in testFarDefault()
108 Interface K = new Interface("K", J); in testFarDefault()
127 Interface K = new Interface("K", J); in testOverrideAbstract()
298 Interface J = new Interface("J", I); in testDiamond()
299 Interface K = new Interface("K", I); in testDiamond()
325 Interface J = new Interface("J", I); in testExpandedDiamond()
326 Interface K = new Interface("K", I); in testExpandedDiamond()
513 Interface J = new Interface("J", in testBridges()
763 Interface I = new Interface("I", in testNonConcreteFill()
772 Interface J = new Interface("J", in testNonConcreteFill()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/lambdaShapes/org/openjdk/tests/vm/
H A DDefaultMethodsTest.java109 Interface J = new Interface("J", I); in testFarDefault()
110 Interface K = new Interface("K", J); in testFarDefault()
129 Interface K = new Interface("K", J); in testOverrideAbstract()
300 Interface J = new Interface("J", I); in testDiamond()
301 Interface K = new Interface("K", I); in testDiamond()
327 Interface J = new Interface("J", I); in testExpandedDiamond()
328 Interface K = new Interface("K", I); in testExpandedDiamond()
515 Interface J = new Interface("J", in testBridges()
765 Interface I = new Interface("I", in testNonConcreteFill()
774 Interface J = new Interface("J", in testNonConcreteFill()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/lambdaShapes/org/openjdk/tests/vm/
H A DDefaultMethodsTest.java109 Interface J = new Interface("J", I); in testFarDefault()
110 Interface K = new Interface("K", J); in testFarDefault()
129 Interface K = new Interface("K", J); in testOverrideAbstract()
300 Interface J = new Interface("J", I); in testDiamond()
301 Interface K = new Interface("K", I); in testDiamond()
327 Interface J = new Interface("J", I); in testExpandedDiamond()
328 Interface K = new Interface("K", I); in testExpandedDiamond()
515 Interface J = new Interface("J", in testBridges()
765 Interface I = new Interface("I", in testNonConcreteFill()
774 Interface J = new Interface("J", in testNonConcreteFill()
[all …]
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/reference/
H A Dwayland.txt.ref1Interface>wl_display@1</Interface><Normal>.</Normal><Function>get_registry</Function><Normal>(</No…
15Interface>wl_display@1</Interface><Normal>.</Normal><Function>sync</Function><Normal>(</Normal><Ke…
41Interface>wl_display@1</Interface><Normal>.</Normal><Function>sync</Function><Normal>(</Normal><Ke…
46Interface>wl_data_device_manager@7</Interface><Normal>.</Normal><Function>get_data_device</Functio…
47Interface>zwp_text_input_manager_v2@4</Interface><Normal>.</Normal><Function>get_text_input</Funct…
53Interface>wl_display@1</Interface><Normal>.</Normal><Function>sync</Function><Normal>(</Normal><Ke…
59Interface>wl_seat@11</Interface><Normal>.</Normal><Function>get_pointer</Function><Normal>(</Norma…
61Interface>wl_seat@11</Interface><Normal>.</Normal><Function>get_touch</Function><Normal>(</Normal>…
76Interface>wl_display@1</Interface><Normal>.</Normal><Function>sync</Function><Normal>(</Normal><Ke…
182Interface>xdg_wm_base@21</Interface><Normal>.</Normal><Function>get_xdg_surface</Function><Normal>…
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/mobile/
H A Dinterface.go35 type Interface struct { struct
41 func NewInterface() *Interface {
42 return new(Interface)
165 func (i *Interface) GetInt8s() *BigInts { argument
173 func (i *Interface) GetInt16s() *BigInts { argument
181 func (i *Interface) GetInt32s() *BigInts { argument
189 func (i *Interface) GetInt64s() *BigInts { argument
197 func (i *Interface) GetUint8() *BigInt { argument
200 func (i *Interface) GetUint16() *BigInt { argument
203 func (i *Interface) GetUint32() *BigInt { argument
[all …]
/dports/math/eigen3/eigen-3.3.9/bench/btl/actions/
H A Daction_matrix_matrix_product_bis.hh32 template<class Interface>
50 typename Interface::stl_matrix A_stl; in calculate()
64 typename Interface::gene_matrix A; in calculate()
65 typename Interface::gene_matrix B; in calculate()
66 typename Interface::gene_matrix X; in calculate()
73 Interface::matrix_from_stl(A,A_stl); in calculate()
74 Interface::matrix_from_stl(B,B_stl); in calculate()
75 Interface::matrix_from_stl(X,X_stl); in calculate()
135 Interface::free_matrix(A,size); in calculate()
136 Interface::free_matrix(B,size); in calculate()
[all …]
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/bench/btl/actions/
H A Daction_matrix_matrix_product_bis.hh32 template<class Interface>
50 typename Interface::stl_matrix A_stl; in calculate()
64 typename Interface::gene_matrix A; in calculate()
65 typename Interface::gene_matrix B; in calculate()
66 typename Interface::gene_matrix X; in calculate()
73 Interface::matrix_from_stl(A,A_stl); in calculate()
74 Interface::matrix_from_stl(B,B_stl); in calculate()
75 Interface::matrix_from_stl(X,X_stl); in calculate()
135 Interface::free_matrix(A,size); in calculate()
136 Interface::free_matrix(B,size); in calculate()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/bench/btl/actions/
H A Daction_matrix_matrix_product_bis.hh32 template<class Interface>
50 typename Interface::stl_matrix A_stl; in calculate()
64 typename Interface::gene_matrix A; in calculate()
65 typename Interface::gene_matrix B; in calculate()
66 typename Interface::gene_matrix X; in calculate()
73 Interface::matrix_from_stl(A,A_stl); in calculate()
74 Interface::matrix_from_stl(B,B_stl); in calculate()
75 Interface::matrix_from_stl(X,X_stl); in calculate()
135 Interface::free_matrix(A,size); in calculate()
136 Interface::free_matrix(B,size); in calculate()
[all …]
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/bench/btl/actions/
H A Daction_matrix_matrix_product_bis.hh32 template<class Interface>
50 typename Interface::stl_matrix A_stl; in calculate()
64 typename Interface::gene_matrix A; in calculate()
65 typename Interface::gene_matrix B; in calculate()
66 typename Interface::gene_matrix X; in calculate()
73 Interface::matrix_from_stl(A,A_stl); in calculate()
74 Interface::matrix_from_stl(B,B_stl); in calculate()
75 Interface::matrix_from_stl(X,X_stl); in calculate()
135 Interface::free_matrix(A,size); in calculate()
136 Interface::free_matrix(B,size); in calculate()
[all …]
/dports/misc/opennn/opennn-5.0.5/eigen/bench/btl/actions/
H A Daction_matrix_matrix_product_bis.hh32 template<class Interface>
50 typename Interface::stl_matrix A_stl; in calculate()
64 typename Interface::gene_matrix A; in calculate()
65 typename Interface::gene_matrix B; in calculate()
66 typename Interface::gene_matrix X; in calculate()
73 Interface::matrix_from_stl(A,A_stl); in calculate()
74 Interface::matrix_from_stl(B,B_stl); in calculate()
75 Interface::matrix_from_stl(X,X_stl); in calculate()
135 Interface::free_matrix(A,size); in calculate()
136 Interface::free_matrix(B,size); in calculate()
[all …]

12345678910>>...447