Home
last modified time | relevance | path

Searched refs:overloading (Results 1 – 25 of 3516) sorted by relevance

12345678910>>...141

/dports/math/scilab/scilab-6.1.1/scilab/modules/overloading/locales/
H A Doverloading.pot1 # Localization of the module overloading
20 # File: modules/overloading/macros/%3d_i_h.sci, line: 34
21 # File: modules/overloading/macros/%3d_i_h.sci, line: 44
22 # File: modules/overloading/macros/%c_i_lss.sci, line: 22
23 # File: modules/overloading/macros/%c_i_r.sci, line: 22
38 # File: modules/overloading/macros/%b_e.sci, line: 26
39 # File: modules/overloading/macros/%c_e.sci, line: 26
41 # File: modules/overloading/macros/%c_i_r.sci, line: 18
42 # File: modules/overloading/macros/%lss_e.sci, line: 19
45 # File: modules/overloading/macros/%p_e.sci, line: 27
[all …]
/dports/lang/perl5.32/perl-5.32.1/lib/
H A Doverloading.t30 no overloading;
37 no overloading '""';
46 no overloading '""';
57 no overloading 'qr';
64 no overloading;
78 no overloading '0+';
85 no overloading '""';
92 use overloading;
111 BEGIN { ok(exists($^H{overloading}), "overloading hint present") }
113 use overloading;
[all …]
/dports/lang/perl5.34/perl-5.34.0/lib/
H A Doverloading.t30 no overloading;
37 no overloading '""';
46 no overloading '""';
57 no overloading 'qr';
64 no overloading;
78 no overloading '0+';
85 no overloading '""';
92 use overloading;
111 BEGIN { ok(exists($^H{overloading}), "overloading hint present") }
113 use overloading;
[all …]
/dports/lang/perl5.30/perl-5.30.3/lib/
H A Doverloading.t30 no overloading;
37 no overloading '""';
46 no overloading '""';
57 no overloading 'qr';
64 no overloading;
78 no overloading '0+';
85 no overloading '""';
92 use overloading;
111 BEGIN { ok(exists($^H{overloading}), "overloading hint present") }
113 use overloading;
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/lib/
H A Doverloading.t30 no overloading;
37 no overloading '""';
46 no overloading '""';
57 no overloading 'qr';
64 no overloading;
78 no overloading '0+';
85 no overloading '""';
92 use overloading;
111 BEGIN { ok(exists($^H{overloading}), "overloading hint present") }
113 use overloading;
[all …]
/dports/net-mgmt/observium/observium/mibs/juniper/
H A DJUNIPER-LSYSSP-NATPOIPNUM-MIB34 "This module defines the NAT-port-overloading-IP-number-specific
40 Security NAT-port-overloading-IP-number resource is the focus in
54 -- The NAT-port-overloading-IP-number resource table per LSYS
61 "LSYSPROFILE NAT-port-overloading-IP-number objects for
70 "An entry in NAT-port-overloading-IP-number resource table."
83 -- Entry definitions for the NAT-port-overloading-IP-number resource table
128 -- The NAT-port-overloading-IP-number resource information summary:
154 "The NAT-port-overloading-IP-number resource available in the
163 "The most amount of NAT-port-overloading-IP-number resource
181 "The least amount of NAT-port-overloading-IP-number resource
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/special_functions/tests/nonreg_tests/
H A Dbug_10450.tst16 // Allows overloading for gamma, dlgamma and gammaln functions for list, tlist,
22 …[msgerr; msprintf(gettext(" check arguments or define function %s for overloading.\n"), "%l_dlgam…
23 …[msgerr; msprintf(gettext(" check arguments or define function %s for overloading.\n"), "%l_gamma…
24 …[msgerr; msprintf(gettext(" check arguments or define function %s for overloading.\n"), "%l_gamma…
27 …[msgerr; msprintf(gettext(" check arguments or define function %s for overloading.\n"), "%mytlist…
28 …[msgerr; msprintf(gettext(" check arguments or define function %s for overloading.\n"), "%mytlist…
29 …[msgerr; msprintf(gettext(" check arguments or define function %s for overloading.\n"), "%mytlist…
32 …[msgerr; msprintf(gettext(" check arguments or define function %s for overloading.\n"), "%mymlist…
34 …[msgerr; msprintf(gettext(" check arguments or define function %s for overloading.\n"), "%mymlist…
37 …[msgerr; msprintf(gettext(" check arguments or define function %s for overloading.\n"), "%hm_dlga…
[all …]
/dports/math/p5-Math-MatrixReal/Math-MatrixReal-2.13/t/
H A Dinequality.t25 ok( $matrix->row(2) < $matrix->row(1), '< overloading to norm works for row vector');
26 ok( $matrix->row(3) > $matrix->row(4), '> overloading to norm works for row vector');
28 ok( $matrix->row(2) lt $matrix->row(1), 'lt overloading to norm works for row vector');
29 ok( $matrix->row(3) gt $matrix->row(4), 'gt overloading to norm works for row vector');
31 ok( $matrix->col(2) > $matrix->col(1), '< overloading to norm works for col vector');
32 ok( $matrix->col(3) < $matrix->col(4), '> overloading to norm works for col vector');
/dports/devel/p5-Moose/Moose-2.2201/t/roles/
H A Doverloading_composition_errors.t37 …qr/\QWe have encountered an overloading conflict for the fallback during composition. This is a fa…
54 …qr/\QWe have encountered an overloading conflict for the fallback during composition. This is a fa…
55 'exception from fallback conflict during role summation including role without overloading'
79 'exception when two roles with different subref overloading conflict during role summation'
89 … when two roles with different subref overloading conflict during role summation including role wi…
115 'exception when two roles with different method overloading conflict during role summation'
125 … when two roles with different method overloading conflict during role summation including role wi…
151 'no conflict when class consumes multiple roles with the same overloading'
/dports/devel/p5-DateTime/DateTime-1.54/t/
H A D29overload.t13 is( "$dt", '1900-12-01T00:00:00', 'stringification overloading' );
26 is( "$dt", $same_string, 'stringification overloading' );
27 ok( $dt eq $same_string, 'eq overloading true' );
28 ok( !( $dt eq $after_string ), 'eq overloading false' );
29 ok( $dt ne $after_string, 'ne overloading true' );
30 ok( !( $dt ne $same_string ), 'ne overloading false' );
32 is( $dt cmp $same_string, 0, 'cmp overloading' );
34 ok( $dt lt $after_string, 'lt overloading' );
59 is( $dt cmp $same_od, 0, 'cmp overloading' );
60 is( $dt cmp $after_od, -1, ' lt overloading' );
[all …]
/dports/devel/p5-DateTime/DateTime-1.54/xt/author/
H A Dpp-29overload.t17 is( "$dt", '1900-12-01T00:00:00', 'stringification overloading' );
30 is( "$dt", $same_string, 'stringification overloading' );
31 ok( $dt eq $same_string, 'eq overloading true' );
32 ok( !( $dt eq $after_string ), 'eq overloading false' );
33 ok( $dt ne $after_string, 'ne overloading true' );
34 ok( !( $dt ne $same_string ), 'ne overloading false' );
36 is( $dt cmp $same_string, 0, 'cmp overloading' );
38 ok( $dt lt $after_string, 'lt overloading' );
63 is( $dt cmp $same_od, 0, 'cmp overloading' );
64 is( $dt cmp $after_od, -1, ' lt overloading' );
[all …]
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/gi-atk-2.0.22/
H A DChangeLog.md31overloading flags, and use instead explicit CPP checks for 'haskell-gi-overloading-1.0', see [how …
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/gi-gdk-3.0.23/
H A DChangeLog.md35overloading flags, and use instead explicit CPP checks for 'haskell-gi-overloading-1.0', see [how …
/dports/devel/p5-SOAP-WSDL/SOAP-WSDL-3.004/t/SOAP/WSDL/XSD/Typelib/Builtin/
H A DanySimpleType.t41 is "$obj", q{test}, 'stringification overloading';
42 is $obj->serialize, q{test}, 'stringification overloading';
45 ? pass 'boolean overloading'
46 : fail 'boolean overloading';
53 is "$obj", q{}, 'stringification overloading';
55 is $obj->serialize, q{}, 'stringification overloading';
/dports/lang/fpc-source/fpc-3.2.2/tests/tbs/
H A Dtb0222.pp2 { problems for assignment overloading OK 0.99.12a (PM) }
6 { test for operator overloading }
25 Writeln('Error in assignment overloading');
30 Writeln('Error in equal overloading');
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/gi-gobject-2.0.25/
H A DChangeLog.md35overloading flags, and use instead explicit CPP checks for 'haskell-gi-overloading-1.0', see [how …
/dports/devel/p5-Moose/Moose-2.2201/t/metaclasses/
H A Doverloading.t26 'has no + overloading'
30 'has no - overloading'
77 'has + overloading'
81 'has no - overloading'
138 '+ overloading returns 42'
140 is( $plus, 1, '+ overloading was called once' );
189 'object for - overloading'
219 '- overloading returns -42'
221 is( $minus, 1, '+- overloading was called once' );
330 q{* overloading returns 'times'}
[all …]
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/gi-pango-1.0.23/
H A DChangeLog.md31overloading flags, and use instead explicit CPP checks for 'haskell-gi-overloading-1.0', see [how …
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/haskell-gi-overloading-1.0/
H A DChangeLog.md1 # Variants of `haskell-gi-overloading`
5 * Enable support for overloading.
9 * Disable support for overloading.
/dports/devel/p5-Data-Dump-Streamer/Data-Dump-Streamer-2.40/t/
H A Doverload.t26 '${} overloading' );
30 '@{} overloading' );
33 '%{} overloading' );
35 '&{} overloading' );
37 '*{} overloading' );
58 test_dump( {name=>'overloading madness',no_dumper=>1}, $o, $a2, <<'EXPECT');
/dports/math/scilab/scilab-6.1.1/scilab/modules/overloading/
H A DMakefile.am8 modulename=overloading
19 libscioverloading_la_etc_DATA = etc/overloading.quit etc/overloading.start
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/gi-glib-2.0.24/
H A DChangeLog.md35overloading flags, and use instead explicit CPP checks for 'haskell-gi-overloading-1.0', see [how …
/dports/devel/p5-Moose/Moose-2.2201/t/cmop/
H A Drebless_overload.t16 like("$without", qr/^Without::Overloading/, "no overloading");
19 is("$with", "overloaded", "initial overloading works");
25 is("$without", "overloaded", "overloading after reblessing works");
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/tests/nonreg_tests/
H A Dbug_15008.dia.ref15 …iven operands.\n") + "%s", msprintf(_("check or define function %s for overloading.\n"), "%b_h_c")…
16 …iven operands.\n") + "%s", msprintf(_("check or define function %s for overloading.\n"), "%c_h_b")…
17 …iven operands.\n") + "%s", msprintf(_("check or define function %s for overloading.\n"), "%b_g_c")…
18 …iven operands.\n") + "%s", msprintf(_("check or define function %s for overloading.\n"), "%c_g_b")…
H A Dbug_15008.tst18 …iven operands.\n") + "%s", msprintf(_("check or define function %s for overloading.\n"), "%b_h_c")…
19 …iven operands.\n") + "%s", msprintf(_("check or define function %s for overloading.\n"), "%c_h_b")…
20 …iven operands.\n") + "%s", msprintf(_("check or define function %s for overloading.\n"), "%b_g_c")…
21 …iven operands.\n") + "%s", msprintf(_("check or define function %s for overloading.\n"), "%c_g_b")…

12345678910>>...141