Home
last modified time | relevance | path

Searched refs:prototype (Results 1 – 25 of 6983) sorted by relevance

12345678910>>...280

/dports/textproc/p5-Perl-Critic/Perl-Critic-1.140/lib/Perl/Critic/
H A DProfilePrototype.pm82 $prototype .= "\n";
87 $prototype .= "\n";
92 $prototype .= "\n";
97 $prototype .= "\n";
102 $prototype .= "\n";
107 $prototype .= "\n";
112 $prototype .= "\n";
117 $prototype .= "\n";
122 $prototype .= "\n";
127 $prototype .= "\n";
[all …]
/dports/devel/py-PeachPy/PeachPy-01d1515/peachpy/x86_64/
H A Dlower.py18 return MOV(dst_reg, src_reg, prototype=prototype)
21 return MOVSXD(dst_reg, src_reg, prototype=prototype)
23 return MOV(dst_reg.as_dword, src_reg, prototype=prototype)
26 return MOVSX(dst_reg, src_reg, prototype=prototype)
29 return MOVZX(dst_reg.as_dword, src_reg, prototype=prototype)
31 return MOVZX(dst_reg, src_reg, prototype=prototype)
34 return MOVQ(dst_reg, src_reg, prototype=prototype)
45 return xmm_fp_mov(dst_reg, src_reg, prototype=prototype)
56 return xmm_mov(dst_reg, src_reg, prototype=prototype)
64 return ymm_mov(dst_reg, src_reg, prototype=prototype)
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Unicode-Normalize/t/
H A Dproto.t36 ok(prototype \&NFD, '$');
37 ok(prototype \&NFC, '$');
38 ok(prototype \&NFKD, '$');
39 ok(prototype \&NFKC, '$');
40 ok(prototype \&FCD, '$');
41 ok(prototype \&FCC, '$');
44 ok(prototype \&checkNFD, '$');
45 ok(prototype \&checkNFC, '$');
46 ok(prototype \&checkNFKD,'$');
47 ok(prototype \&checkNFKC,'$');
[all …]
/dports/devel/thrift/thrift-0.14.0/lib/nodejs/lib/thrift/
H A Dheader_protocol.js65 THeaderProtocol.prototype.flush = function() {
105 THeaderProtocol.prototype.writeMapEnd = function() {
125 THeaderProtocol.prototype.writeBool = function(b) {
129 THeaderProtocol.prototype.writeByte = function(b) {
191 THeaderProtocol.prototype.readMapEnd = function() {
211 THeaderProtocol.prototype.readBool = function() {
215 THeaderProtocol.prototype.readByte = function() {
219 THeaderProtocol.prototype.readI16 = function() {
223 THeaderProtocol.prototype.readI32 = function() {
227 THeaderProtocol.prototype.readI64 = function() {
[all …]
H A Dbinary_protocol.js47 TBinaryProtocol.prototype.flush = function() {
102 TBinaryProtocol.prototype.writeMapEnd = function() {
118 TBinaryProtocol.prototype.writeSetEnd = function() {
129 TBinaryProtocol.prototype.writeByte = function(b) {
133 TBinaryProtocol.prototype.writeI16 = function(i16) {
250 TBinaryProtocol.prototype.readBool = function() {
258 TBinaryProtocol.prototype.readByte = function() {
262 TBinaryProtocol.prototype.readI16 = function() {
266 TBinaryProtocol.prototype.readI32 = function() {
270 TBinaryProtocol.prototype.readI64 = function() {
[all …]
/dports/lang/perl5.34/perl-5.34.0/dist/Unicode-Normalize/t/
H A Dproto.t54 ok(prototype \&NFD, '$');
55 ok(prototype \&NFC, '$');
56 ok(prototype \&NFKD, '$');
57 ok(prototype \&NFKC, '$');
58 ok(prototype \&FCD, '$');
59 ok(prototype \&FCC, '$');
62 ok(prototype \&checkNFD, '$');
63 ok(prototype \&checkNFC, '$');
64 ok(prototype \&checkNFKD,'$');
65 ok(prototype \&checkNFKC,'$');
[all …]
/dports/lang/perl5.30/perl-5.30.3/dist/Unicode-Normalize/t/
H A Dproto.t54 ok(prototype \&NFD, '$');
55 ok(prototype \&NFC, '$');
56 ok(prototype \&NFKD, '$');
57 ok(prototype \&NFKC, '$');
58 ok(prototype \&FCD, '$');
59 ok(prototype \&FCC, '$');
62 ok(prototype \&checkNFD, '$');
63 ok(prototype \&checkNFC, '$');
64 ok(prototype \&checkNFKD,'$');
65 ok(prototype \&checkNFKC,'$');
[all …]
/dports/lang/perl5.32/perl-5.32.1/dist/Unicode-Normalize/t/
H A Dproto.t54 ok(prototype \&NFD, '$');
55 ok(prototype \&NFC, '$');
56 ok(prototype \&NFKD, '$');
57 ok(prototype \&NFKC, '$');
58 ok(prototype \&FCD, '$');
59 ok(prototype \&FCC, '$');
62 ok(prototype \&checkNFD, '$');
63 ok(prototype \&checkNFC, '$');
64 ok(prototype \&checkNFKD,'$');
65 ok(prototype \&checkNFKC,'$');
[all …]
/dports/textproc/p5-Unicode-Normalize/Unicode-Normalize-1.26/t/
H A Dproto.t54 ok(prototype \&NFD, '$');
55 ok(prototype \&NFC, '$');
56 ok(prototype \&NFKD, '$');
57 ok(prototype \&NFKC, '$');
58 ok(prototype \&FCD, '$');
59 ok(prototype \&FCC, '$');
62 ok(prototype \&checkNFD, '$');
63 ok(prototype \&checkNFC, '$');
64 ok(prototype \&checkNFKD,'$');
65 ok(prototype \&checkNFKC,'$');
[all …]
/dports/net/serveez/serveez-0.2.2/src/libserveez/
H A Dcfg.c101 if (prototype == NULL || cfg == NULL) in svz_config_free()
114 switch (prototype->items[n].type) in svz_config_free()
156 if (prototype == NULL || cfg == NULL) in clobber()
203 if (prototype->size == 0) in svz_config_instantiate()
205 cfg = svz_malloc (prototype->size); in svz_config_instantiate()
206 memcpy (cfg, prototype->start, prototype->size); in svz_config_instantiate()
210 clobber (prototype, cfg); in svz_config_instantiate()
217 (char *) prototype->start; in svz_config_instantiate()
219 def = prototype->items[n].address; in svz_config_instantiate()
238 switch (prototype->items[n].type) in svz_config_instantiate()
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/actionscript.all/
H A DVideo.as36 check(Video.prototype.hasOwnProperty("clear"));
39 check(!Video.prototype.hasOwnProperty("_alpha"));
41 check(!Video.prototype.hasOwnProperty("height"));
42 check(!Video.prototype.hasOwnProperty("_name"));
47 check(!Video.prototype.hasOwnProperty("width"));
48 check(!Video.prototype.hasOwnProperty("_x"));
51 check(!Video.prototype.hasOwnProperty("_y"));
58 check_equals(typeof(Video.prototype), 'object');
60 check_equals(Video.prototype.__proto__, Object.prototype);
120 check(!Video.prototype.hasOwnProperty("_x"));
[all …]
H A DInheritance.as226 check_equals(DerivedClass.prototype.getThis(), DerivedClass.prototype);
237 B.prototype = new A;
249 C.prototype = new B;
272 A.prototype.__constructor__ = F; A.prototype.__proto__ = F.prototype;
426 check_equals(DerivedClass1.prototype.__proto__, BaseClass1.prototype);
536 A.prototype = {}; // need a prototype to set as interface of B.prototype
538 B.prototype = {}; // need a prototype to register interfaces on
546 implements // will register A.prototype as an interface of B.prototype
554 // Set A.prototype as a prototype of another object
559 C.prototype = A.prototype;
[all …]
H A DtoString_valueOf.as44 check_equals(Function.prototype.__proto__, Object.prototype);
119 check(Number.prototype.toString != Object.prototype.toString);
120 check(Number.prototype.valueOf != Object.prototype.valueOf);
159 check(String.prototype.toString != Object.prototype.toString);
160 check(String.prototype.valueOf != Object.prototype.valueOf);
298 check(TextField.prototype.valueOf == Object.prototype.valueOf);
354 check(Button.prototype.toString == Object.prototype.toString);
355 check(Button.prototype.valueOf == Object.prototype.valueOf);
409 check(Date.prototype.toString != Object.prototype.toString);
410 check(Date.prototype.valueOf != Object.prototype.valueOf);
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tera-1.12.0/docs/node_modules/regexp.prototype.flags/
H A DCHANGELOG.md8 ## [v1.3.1](https://github.com/es-shims/RegExp.prototype.flags/compare/v1.3.0...v1.3.1) - 2021-01-15
25 ## [v1.3.0](https://github.com/es-shims/RegExp.prototype.flags/compare/v1.2.0...v1.3.0) - 2019-12-14
40 ## [v1.2.0](https://github.com/es-shims/RegExp.prototype.flags/compare/v1.1.1...v1.2.0) - 2017-10-24
73 ## [v1.1.1](https://github.com/es-shims/RegExp.prototype.flags/compare/v1.1.0...v1.1.1) - 2015-08-16
77 …e case where there is no descriptor on the prototype [`67014c3`](https://github.com/es-shims/RegEx…
79 ## [v1.1.0](https://github.com/es-shims/RegExp.prototype.flags/compare/v1.0.1...v1.1.0) - 2015-08-16
106 - Update `jscs` [`9e5e220`](https://github.com/es-shims/RegExp.prototype.flags/commit/9e5e220be6ec5…
110 - Update `tape` [`2a675ec`](https://github.com/es-shims/RegExp.prototype.flags/commit/2a675ec707a9d…
119 ## [v1.0.1](https://github.com/es-shims/RegExp.prototype.flags/compare/v1.0.0...v1.0.1) - 2014-12-13
127 - Match the spec properly [`#1`](https://github.com/es-shims/RegExp.prototype.flags/issues/1)
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/regexp.prototype.flags/
H A DCHANGELOG.md8 ## [v1.3.1](https://github.com/es-shims/RegExp.prototype.flags/compare/v1.3.0...v1.3.1) - 2021-01-15
25 ## [v1.3.0](https://github.com/es-shims/RegExp.prototype.flags/compare/v1.2.0...v1.3.0) - 2019-12-14
40 ## [v1.2.0](https://github.com/es-shims/RegExp.prototype.flags/compare/v1.1.1...v1.2.0) - 2017-10-24
73 ## [v1.1.1](https://github.com/es-shims/RegExp.prototype.flags/compare/v1.1.0...v1.1.1) - 2015-08-16
77 …e case where there is no descriptor on the prototype [`67014c3`](https://github.com/es-shims/RegEx…
79 ## [v1.1.0](https://github.com/es-shims/RegExp.prototype.flags/compare/v1.0.1...v1.1.0) - 2015-08-16
106 - Update `jscs` [`9e5e220`](https://github.com/es-shims/RegExp.prototype.flags/commit/9e5e220be6ec5…
110 - Update `tape` [`2a675ec`](https://github.com/es-shims/RegExp.prototype.flags/commit/2a675ec707a9d…
119 ## [v1.0.1](https://github.com/es-shims/RegExp.prototype.flags/compare/v1.0.0...v1.0.1) - 2014-12-13
127 - Match the spec properly [`#1`](https://github.com/es-shims/RegExp.prototype.flags/issues/1)
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/alertingDashboards/node_modules/regexp.prototype.flags/
H A DCHANGELOG.md8 ## [v1.3.1](https://github.com/es-shims/RegExp.prototype.flags/compare/v1.3.0...v1.3.1) - 2021-01-15
25 ## [v1.3.0](https://github.com/es-shims/RegExp.prototype.flags/compare/v1.2.0...v1.3.0) - 2019-12-14
40 ## [v1.2.0](https://github.com/es-shims/RegExp.prototype.flags/compare/v1.1.1...v1.2.0) - 2017-10-24
73 ## [v1.1.1](https://github.com/es-shims/RegExp.prototype.flags/compare/v1.1.0...v1.1.1) - 2015-08-16
77 …e case where there is no descriptor on the prototype [`67014c3`](https://github.com/es-shims/RegEx…
79 ## [v1.1.0](https://github.com/es-shims/RegExp.prototype.flags/compare/v1.0.1...v1.1.0) - 2015-08-16
106 - Update `jscs` [`9e5e220`](https://github.com/es-shims/RegExp.prototype.flags/commit/9e5e220be6ec5…
110 - Update `tape` [`2a675ec`](https://github.com/es-shims/RegExp.prototype.flags/commit/2a675ec707a9d…
119 ## [v1.0.1](https://github.com/es-shims/RegExp.prototype.flags/compare/v1.0.0...v1.0.1) - 2014-12-13
127 - Match the spec properly [`#1`](https://github.com/es-shims/RegExp.prototype.flags/issues/1)
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/tera/docs/node_modules/regexp.prototype.flags/
H A DCHANGELOG.md8 ## [v1.3.1](https://github.com/es-shims/RegExp.prototype.flags/compare/v1.3.0...v1.3.1) - 2021-01-15
25 ## [v1.3.0](https://github.com/es-shims/RegExp.prototype.flags/compare/v1.2.0...v1.3.0) - 2019-12-14
40 ## [v1.2.0](https://github.com/es-shims/RegExp.prototype.flags/compare/v1.1.1...v1.2.0) - 2017-10-24
73 ## [v1.1.1](https://github.com/es-shims/RegExp.prototype.flags/compare/v1.1.0...v1.1.1) - 2015-08-16
77 …e case where there is no descriptor on the prototype [`67014c3`](https://github.com/es-shims/RegEx…
79 ## [v1.1.0](https://github.com/es-shims/RegExp.prototype.flags/compare/v1.0.1...v1.1.0) - 2015-08-16
106 - Update `jscs` [`9e5e220`](https://github.com/es-shims/RegExp.prototype.flags/commit/9e5e220be6ec5…
110 - Update `tape` [`2a675ec`](https://github.com/es-shims/RegExp.prototype.flags/commit/2a675ec707a9d…
119 ## [v1.0.1](https://github.com/es-shims/RegExp.prototype.flags/compare/v1.0.0...v1.0.1) - 2014-12-13
127 - Match the spec properly [`#1`](https://github.com/es-shims/RegExp.prototype.flags/issues/1)
[all …]
/dports/lang/perl5.34/perl-5.34.0/t/op/
H A Dattrproto.t35 $ret = eval 'package Q; sub B(bar) : prototype(bad) dummy2 {4} prototype \&B;';
44 $ret = eval 'package Q; sub B(ignored) : prototype(baz) : dummy3; prototype \&B;';
48 "Shifting off warning for the 'ignored' prototype";
54 "Attempting to redeclare triggers prototype mismatch warning against first prototype";
59 is $ret, "baz", "Redefining with prototype(..) changes the prototype";
76 is $ret, "\$\$\$", "Last prototype declared wins";
78 "Multiple prototype declarations warns";
84 is $ret, "new", "use attributes also sets the prototype";
91 is $ret, "new", "A malformed prototype doesn't reset it";
97 is $ret, "new", "A malformed prototype doesn't reset it";
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/t/op/
H A Dattrproto.t35 $ret = eval 'package Q; sub B(bar) : prototype(bad) dummy2 {4} prototype \&B;';
44 $ret = eval 'package Q; sub B(ignored) : prototype(baz) : dummy3; prototype \&B;';
48 "Shifting off warning for the 'ignored' prototype";
54 "Attempting to redeclare triggers prototype mismatch warning against first prototype";
59 is $ret, "baz", "Redefining with prototype(..) changes the prototype";
76 is $ret, "\$\$\$", "Last prototype declared wins";
78 "Multiple prototype declarations warns";
84 is $ret, "new", "use attributes also sets the prototype";
91 is $ret, "new", "A malformed prototype doesn't reset it";
97 is $ret, "new", "A malformed prototype doesn't reset it";
[all …]
/dports/lang/perl5.30/perl-5.30.3/t/op/
H A Dattrproto.t35 $ret = eval 'package Q; sub B(bar) : prototype(bad) dummy2 {4} prototype \&B;';
44 $ret = eval 'package Q; sub B(ignored) : prototype(baz) : dummy3; prototype \&B;';
48 "Shifting off warning for the 'ignored' prototype";
54 "Attempting to redeclare triggers prototype mismatch warning against first prototype";
59 is $ret, "baz", "Redefining with prototype(..) changes the prototype";
76 is $ret, "\$\$\$", "Last prototype declared wins";
78 "Multiple prototype declarations warns";
84 is $ret, "new", "use attributes also sets the prototype";
91 is $ret, "new", "A malformed prototype doesn't reset it";
97 is $ret, "new", "A malformed prototype doesn't reset it";
[all …]
/dports/lang/perl5.32/perl-5.32.1/t/op/
H A Dattrproto.t35 $ret = eval 'package Q; sub B(bar) : prototype(bad) dummy2 {4} prototype \&B;';
44 $ret = eval 'package Q; sub B(ignored) : prototype(baz) : dummy3; prototype \&B;';
48 "Shifting off warning for the 'ignored' prototype";
54 "Attempting to redeclare triggers prototype mismatch warning against first prototype";
59 is $ret, "baz", "Redefining with prototype(..) changes the prototype";
76 is $ret, "\$\$\$", "Last prototype declared wins";
78 "Multiple prototype declarations warns";
84 is $ret, "new", "use attributes also sets the prototype";
91 is $ret, "new", "A malformed prototype doesn't reset it";
97 is $ret, "new", "A malformed prototype doesn't reset it";
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/camera_app_ui/resources/js/externs/
H A Dconformance_config.textproto14 value: "Element.prototype.outerHTML:string"
15 value: "HTMLAnchorElement.prototype.href:string"
16 value: "HTMLAreaElement.prototype.href:string"
17 value: "HTMLBaseElement.prototype.href:string"
19 value: "HTMLEmbedElement.prototype.src:string"
21 value: "HTMLFrameElement.prototype.src:string"
22 value: "HTMLIFrameElement.prototype.src:string"
25 value: "HTMLInputElement.prototype.src:string"
26 value: "HTMLLinkElement.prototype.href:string"
27 value: "HTMLMediaElement.prototype.src:string"
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/meta/streams/readable-streams/
H A Dbrand-checks.https.html.ini10 [ReadableStream.prototype.cancel enforces a brand check]
13 [ReadableStream.prototype.getReader enforces a brand check]
16 [ReadableStream.prototype.tee enforces a brand check]
19 [ReadableStreamReader.prototype.closed enforces a brand check]
22 [ReadableStreamReader.prototype.cancel enforces a brand check]
25 [ReadableStreamReader.prototype.read enforces a brand check]
49 [ReadableStream.prototype.cancel enforces a brand check]
52 [ReadableStream.prototype.getReader enforces a brand check]
55 [ReadableStream.prototype.tee enforces a brand check]
88 [ReadableStream.prototype.cancel enforces a brand check]
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/js/src/visitor/
H A Dtoarray.ts106 ToArrayVisitor.prototype.visitNull = arrayOfVector;
107 ToArrayVisitor.prototype.visitBool = arrayOfVector;
108 ToArrayVisitor.prototype.visitInt = arrayOfVector;
109 ToArrayVisitor.prototype.visitInt8 = arrayOfVector;
110 ToArrayVisitor.prototype.visitInt16 = arrayOfVector;
111 ToArrayVisitor.prototype.visitInt32 = arrayOfVector;
112 ToArrayVisitor.prototype.visitInt64 = arrayOfVector;
113 ToArrayVisitor.prototype.visitUint8 = arrayOfVector;
114 ToArrayVisitor.prototype.visitUint16 = arrayOfVector;
115 ToArrayVisitor.prototype.visitUint32 = arrayOfVector;
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/js/src/visitor/
H A Dtoarray.ts106 ToArrayVisitor.prototype.visitNull = arrayOfVector;
107 ToArrayVisitor.prototype.visitBool = arrayOfVector;
108 ToArrayVisitor.prototype.visitInt = arrayOfVector;
109 ToArrayVisitor.prototype.visitInt8 = arrayOfVector;
110 ToArrayVisitor.prototype.visitInt16 = arrayOfVector;
111 ToArrayVisitor.prototype.visitInt32 = arrayOfVector;
112 ToArrayVisitor.prototype.visitInt64 = arrayOfVector;
113 ToArrayVisitor.prototype.visitUint8 = arrayOfVector;
114 ToArrayVisitor.prototype.visitUint16 = arrayOfVector;
115 ToArrayVisitor.prototype.visitUint32 = arrayOfVector;
[all …]

12345678910>>...280