/dports/math/eclib/eclib-20210318/tests/out_no_ntl/ |
H A D | thilbert.out | 10 --agrees with single call to global_hilbert() 11 --agrees with solve_conic()
|
/dports/math/eclib/eclib-20210318/tests/out_ntl/ |
H A D | thilbert.out | 10 --agrees with single call to global_hilbert() 11 --agrees with solve_conic()
|
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/cookie-store/ |
H A D | change_eventhandler_for_document_cookie.tentative.https.window.js.ini | 2 [document.cookie agrees with CookieStore on encoding non-ASCII cookies] 5 [CookieStore agrees with document.cookie on encoding non-ASCII cookies]
|
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/cookie-store/ |
H A D | change_eventhandler_for_document_cookie.https.window.js.ini | 8 [CookieStore agrees with document.cookie on encoding non-ASCII cookies] 11 [document.cookie agrees with CookieStore on encoding non-ASCII cookies]
|
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/cookie-store/ |
H A D | change_eventhandler_for_document_cookie.tentative.https.window.js.ini | 2 [document.cookie agrees with CookieStore on encoding non-ASCII cookies] 5 [CookieStore agrees with document.cookie on encoding non-ASCII cookies]
|
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/cookie-store/ |
H A D | change_eventhandler_for_document_cookie.tentative.https.window.js.ini | 2 [document.cookie agrees with CookieStore on encoding non-ASCII cookies] 5 [CookieStore agrees with document.cookie on encoding non-ASCII cookies]
|
/dports/math/gap/gap-4.11.0/pkg/fining/lib/ |
H A D | morphisms.gd | 134 #first version: user wants a particular alpha, and basis, agrees with bool=true. 137 #second particular version: user wants a particular alpha, and bool, agrees with basis. 140 #third particular version: user wants a particular alpha, agrees with basis and bool. 143 # fourth particular version: user agrees but wants to control intertwiner 146 # fifth particular version: user agrees with everything
|
/dports/devel/p5-Moose/Moose-2.2201/t/cmop/ |
H A D | package_variables.t | 25 ok(!Foo->meta->has_package_symbol('%foo'), '... the meta agrees'); 38 ok(Foo->meta->has_package_symbol('%foo'), '... the meta agrees'); 73 ok(Foo->meta->has_package_symbol('@bar'), '... the meta agrees'); 99 ok(Foo->meta->has_package_symbol('$baz'), '... the meta agrees'); 112 is(${Foo->meta->get_package_symbol('$baz')}, 1, '... the meta agrees'); 125 ok(Foo->meta->has_package_symbol('&funk'), '... the meta agrees'); 155 ok(Foo->meta->has_package_symbol('&foo'), '... the meta agrees'); 162 ok(Foo->meta->has_package_symbol('$foo'), '... the meta agrees');
|
H A D | meta_package.t | 26 ok(!Foo->meta->has_package_symbol('%foo'), '... the meta agrees'); 40 ok(Foo->meta->has_package_symbol('%foo'), '... the meta agrees'); 75 ok(Foo->meta->has_package_symbol('@bar'), '... the meta agrees'); 101 ok(Foo->meta->has_package_symbol('$baz'), '... the meta agrees'); 114 is(${Foo->meta->get_package_symbol('$baz')}, 1, '... the meta agrees'); 127 ok(Foo->meta->has_package_symbol('&funk'), '... the meta agrees'); 157 ok(Foo->meta->has_package_symbol('&foo'), '... the meta agrees'); 164 ok(Foo->meta->has_package_symbol('$foo'), '... the meta agrees');
|
H A D | meta_package_extension.t | 63 ok(!$meta->has_package_symbol('%foo'), '... the meta agrees'); 70 ok($meta->has_package_symbol('%foo'), '... the meta agrees');
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/ |
H A D | PathOpsAngleIdeas.cpp | 757 if (1 && agrees) { in mDistance() 835 bool agrees = bruteForceCheck(reporter, quad1, quad2, ccw); in DEF_TEST() local 836 maxR = std::min(maxR, mDistance(reporter, agrees, quad1, quad2)); in DEF_TEST() 837 if (agrees) { in DEF_TEST() 851 agrees = bruteForceCheck(reporter, q1, q2, ccw); in DEF_TEST() 852 maxR = std::min(maxR, mDistance(reporter, agrees, q1, q2)); in DEF_TEST() 853 if (agrees) { in DEF_TEST() 868 agrees = bruteForceCheck(reporter, q1, q2, ccw); in DEF_TEST() 869 maxR = std::min(maxR, mDistance(reporter, agrees, q1, q2)); in DEF_TEST() 870 if (!agrees) { in DEF_TEST() [all …]
|
/dports/science/fastcap/fastcap-2.0wr/ |
H A D | LICENSE | 13 shall at all times remain with M.I.T. and LICENSEE agrees to preserve 14 same. LICENSEE agrees not to make any copies except for LICENSEE'S 16 software without prior written consent of M.I.T. LICENSEE agrees to
|
/dports/math/R-cran-survey/survey/tests/ |
H A D | README | 12 x agrees with ratio estimators 32 multistage.R: Check that a two-stage cluster sample analysis agrees with 45 rakecheck.R: check that raking by iterative post-stratification agrees with
|
/dports/devel/p5-Package-Stash/Package-Stash-0.39/t/ |
H A D | anon-basic.t | 26 ok(!$foo_stash->has_symbol('%foo'), '... the object agrees'); 40 ok($foo_stash->has_symbol('%foo'), '... the meta agrees'); 69 ok($foo_stash->has_symbol('@bar'), '... the meta agrees'); 92 ok($foo_stash->has_symbol('$baz'), '... the meta agrees'); 103 is(${$foo_stash->get_symbol('$baz')}, 1, '... the meta agrees'); 115 ok($foo_stash->has_symbol('&funk'), '... the meta agrees'); 142 ok($foo_stash->has_symbol('&foo'), '... the meta agrees'); 149 ok($foo_stash->has_symbol('$foo'), '... the meta agrees');
|
H A D | basic.t | 23 ok(!$foo_stash->has_symbol('%foo'), '... the object agrees'); 37 ok($foo_stash->has_symbol('%foo'), '... the meta agrees'); 72 ok($foo_stash->has_symbol('@bar'), '... the meta agrees'); 98 ok($foo_stash->has_symbol('$baz'), '... the meta agrees'); 111 is(${$foo_stash->get_symbol('$baz')}, 1, '... the meta agrees'); 124 ok($foo_stash->has_symbol('&funk'), '... the meta agrees'); 154 ok($foo_stash->has_symbol('&foo'), '... the meta agrees'); 161 ok($foo_stash->has_symbol('$foo'), '... the meta agrees');
|
H A D | bare-anon-basic.t | 27 ok(!$foo_stash->has_symbol('%foo'), '... the object agrees'); 41 ok($foo_stash->has_symbol('%foo'), '... the meta agrees'); 70 ok($foo_stash->has_symbol('@bar'), '... the meta agrees'); 93 ok($foo_stash->has_symbol('$baz'), '... the meta agrees'); 104 is(${$foo_stash->get_symbol('$baz')}, 1, '... the meta agrees'); 116 ok($foo_stash->has_symbol('&funk'), '... the meta agrees'); 144 ok($foo_stash->has_symbol('&foo'), '... the meta agrees'); 151 ok($foo_stash->has_symbol('$foo'), '... the meta agrees');
|
H A D | extension.t | 43 ok(!$foo_stash->has_symbol('%foo'), '... the foo_stash agrees'); 50 ok($foo_stash->has_symbol('%foo'), '... the foo_stash agrees');
|
/dports/science/octopus/octopus-10.5/external_libs/qshep/ |
H A D | COPYING | 21 the Software, User agrees to abide by the terms of this Agreement. 45 3. User agrees to fully indemnify and hold harmless ACM and/or the 54 charge is associated with such copies, (c) User agrees to notify ACM 58 5. User agrees that ACM, the authors of the original work and others
|
/dports/devel/p5-Package-Stash/Package-Stash-0.39/t/impl-selection/ |
H A D | basic-xs.t | 28 ok(!$foo_stash->has_symbol('%foo'), '... the object agrees'); 42 ok($foo_stash->has_symbol('%foo'), '... the meta agrees'); 77 ok($foo_stash->has_symbol('@bar'), '... the meta agrees'); 103 ok($foo_stash->has_symbol('$baz'), '... the meta agrees'); 116 is(${$foo_stash->get_symbol('$baz')}, 1, '... the meta agrees'); 129 ok($foo_stash->has_symbol('&funk'), '... the meta agrees'); 159 ok($foo_stash->has_symbol('&foo'), '... the meta agrees'); 166 ok($foo_stash->has_symbol('$foo'), '... the meta agrees');
|
H A D | basic-pp.t | 27 ok(!$foo_stash->has_symbol('%foo'), '... the object agrees'); 41 ok($foo_stash->has_symbol('%foo'), '... the meta agrees'); 76 ok($foo_stash->has_symbol('@bar'), '... the meta agrees'); 102 ok($foo_stash->has_symbol('$baz'), '... the meta agrees'); 115 is(${$foo_stash->get_symbol('$baz')}, 1, '... the meta agrees'); 128 ok($foo_stash->has_symbol('&funk'), '... the meta agrees'); 158 ok($foo_stash->has_symbol('&foo'), '... the meta agrees'); 165 ok($foo_stash->has_symbol('$foo'), '... the meta agrees');
|
/dports/math/py-matplotlib2/matplotlib-2.2.4/LICENSE/ |
H A D | LICENSE | 22 Licensee hereby agrees to include in any such work a brief summary of 48 Licensee agrees to be bound by the terms and conditions of this License 72 Licensee hereby agrees to include in any such work a brief summary of 98 Licensee agrees to be bound by the terms and conditions of this License
|
/dports/math/py-matplotlib/matplotlib-3.4.3/LICENSE/ |
H A D | LICENSE | 22 Licensee hereby agrees to include in any such work a brief summary of 48 Licensee agrees to be bound by the terms and conditions of this License 72 Licensee hereby agrees to include in any such work a brief summary of 98 Licensee agrees to be bound by the terms and conditions of this License
|
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/doc/cla/corporate/ |
H A D | akretion.md | 3 Akretion France agrees to the terms of the Odoo Corporate Contributor License 14 Akretion LTDA agrees to the terms of the Odoo Corporate Contributor License
|
H A D | ontruck.md | 3 OnTruck agrees to the terms of the Odoo Corporate Contributor License
|
H A D | dxfactory.md | 3 dXFactory ood agrees to the terms of the Odoo Corporate Contributor License
|