Home
last modified time | relevance | path

Searched refs:wrong_order (Results 1 – 25 of 59) sorted by relevance

123

/dports/games/ldmud/ldmud-3.3.720/doc/efun.de/
H A Dsort_array.de2 mixed * sort_array(mixed *arr, string wrong_order)
3 mixed * sort_array(mixed *arr, string wrong_order, object|string ob)
4 mixed * sort_array(mixed *arr, string wrong_order, object|string ob,
11 <ob->wrong_order(a, b)> oder nach der Closure cl.
20 <ob> ist das Objekt, in dem die Ordnungsfunktion <wrong_order()>
27 <wrong_order()> als Argumente uebergeben, gefolgt von den <extra>
28 Argumenten, falls vorhanden. Die Ordnungsfunktion <wrong_order> sollte
/dports/games/ldmud/ldmud-3.3.720/doc/efun/
H A Dsort_array2 mixed * sort_array(mixed *arr, string wrong_order)
3 mixed * sort_array(mixed *arr, string wrong_order, object|string ob)
4 mixed * sort_array(mixed *arr, string wrong_order, object|string ob
10 Sort the copy either by the ordering function ob->wrong_order(a, b),
24 the function <wrong_order> as arguments, followed by the <extra>
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/mitab/
H A Dmitab_geometry.cpp147 int wrong_order, n; in OGRPolygonLabelPoint() local
257 wrong_order = 0; in OGRPolygonLabelPoint()
262 wrong_order = 1; in OGRPolygonLabelPoint()
266 } while(wrong_order); in OGRPolygonLabelPoint()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_geometry.cpp251 bool wrong_order = false; in OGRPolygonLabelPoint() local
254 wrong_order = false; in OGRPolygonLabelPoint()
259 wrong_order = true; in OGRPolygonLabelPoint()
263 } while( wrong_order ); in OGRPolygonLabelPoint()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_geometry.cpp251 bool wrong_order = false; in OGRPolygonLabelPoint() local
254 wrong_order = false; in OGRPolygonLabelPoint()
259 wrong_order = true; in OGRPolygonLabelPoint()
263 } while( wrong_order ); in OGRPolygonLabelPoint()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_geometry.cpp251 bool wrong_order = false; in OGRPolygonLabelPoint() local
254 wrong_order = false; in OGRPolygonLabelPoint()
259 wrong_order = true; in OGRPolygonLabelPoint()
263 } while( wrong_order ); in OGRPolygonLabelPoint()
/dports/devel/py-oslo.messaging/oslo.messaging-12.11.0/oslo_messaging/tests/functional/
H A Dutils.py253 self.wrong_order = []
259 e3 = ["%r expected before %r" % (m[0], m[1]) for m in self.wrong_order]
263 return len(self.extra) + len(self.missing) + len(self.wrong_order)
298 errors.wrong_order.append([item, o])
/dports/math/py-autograd/autograd-1.3/autograd/scipy/
H A Dsignal.py16 wrong_order = any([B.shape[ax_B] < A.shape[ax_A] for ax_A, ax_B in zip(*axes)])
17 if wrong_order:
/dports/games/fs2open/fs2open.github.com-release_21_4_1/test/src/menuui/
H A Dtest_intel_parse.cpp284 TEST_F(IntelParseTest, wrong_order) { in TEST_F() argument
/dports/www/jwt-cli/jwt-cli-5.0.0/cargo-crates/parse_duration-2.1.1/src/
H A Dtests.rs171 test_invalid!(fn wrong_order("year15", parse::Error::NoUnitFound("15".to_string())));
/dports/sysutils/linrename/util-linux-2.25.2/disk-utils/
H A Dcfdisk.c183 unsigned int wrong_order :1, /* PT not in right order */ member
396 cf->wrong_order = fdisk_table_wrong_order(cf->table) ? 1 : 0; in lines_refresh()
1702 if (!cf->wrong_order)
1714 int ref = 0, rc, org_order = cf->wrong_order;
1822 if (cf->wrong_order) {
1873 else if (key == 'n' && cf->wrong_order && org_order == 0)
/dports/devel/util-linux/util-linux-2.36/disk-utils/
H A Dcfdisk.c248 unsigned int wrong_order :1, /* PT not in right order */ member
516 cf->wrong_order = fdisk_table_wrong_order(cf->table) ? 1 : 0; in lines_refresh()
2255 if (!cf->wrong_order)
2269 int ref = 0, rc, org_order = cf->wrong_order;
2426 if (cf->wrong_order) {
2485 else if (key == 'n' && cf->wrong_order && org_order == 0)
2556 else if (cf->wrong_order)
/dports/sysutils/vector/vector-0.10.0/cargo-crates/num_enum-0.5.0/tests/
H A Dlib.rs120 fn wrong_order() { in wrong_order() function
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/num_enum-0.4.3/tests/
H A Dlib.rs120 fn wrong_order() { in wrong_order() function
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/num_enum-0.4.3/tests/
H A Dlib.rs120 fn wrong_order() { in wrong_order() function
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/num_enum-0.4.3/tests/
H A Dlib.rs120 fn wrong_order() { in wrong_order() function
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapprimitive.c1324 int wrong_order, n; in msPolygonLabelPoint() local
1451 wrong_order = 0; in msPolygonLabelPoint()
1454 wrong_order = 1; in msPolygonLabelPoint()
1458 } while(wrong_order); in msPolygonLabelPoint()
1530 wrong_order = 0; in msPolygonLabelPoint()
1533 wrong_order = 1; in msPolygonLabelPoint()
1537 } while(wrong_order); in msPolygonLabelPoint()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/num_enum-0.5.1/tests/
H A Dtry_from_primitive.rs88 fn wrong_order() { in wrong_order() function
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/num_enum-0.5.4/tests/
H A Dtry_from_primitive.rs94 fn wrong_order() { in wrong_order() function
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/num_enum-0.5.4/tests/
H A Dtry_from_primitive.rs94 fn wrong_order() { in wrong_order() function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/test/
H A Dguard_SUITE.erl2296 wrong_order(),
2463 wrong_order() -> function
2464 ok = wrong_order(repeat_until_fail, true),
2465 ok = wrong_order(repeat_until_fail, whatever),
2466 error = wrong_order(repeat_until_fail, false),
2467 error = wrong_order(nope, true),
2470 wrong_order(RepeatType, Mode) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/test/
H A Dguard_SUITE.erl2353 wrong_order(),
2522 wrong_order() -> function
2523 ok = wrong_order(repeat_until_fail, true),
2524 ok = wrong_order(repeat_until_fail, whatever),
2525 error = wrong_order(repeat_until_fail, false),
2526 error = wrong_order(nope, true),
2529 wrong_order(RepeatType, Mode) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/test/
H A Dguard_SUITE.erl2353 wrong_order(),
2522 wrong_order() -> function
2523 ok = wrong_order(repeat_until_fail, true),
2524 ok = wrong_order(repeat_until_fail, whatever),
2525 error = wrong_order(repeat_until_fail, false),
2526 error = wrong_order(nope, true),
2529 wrong_order(RepeatType, Mode) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/test/
H A Dguard_SUITE.erl2353 wrong_order(),
2522 wrong_order() -> function
2523 ok = wrong_order(repeat_until_fail, true),
2524 ok = wrong_order(repeat_until_fail, whatever),
2525 error = wrong_order(repeat_until_fail, false),
2526 error = wrong_order(nope, true),
2529 wrong_order(RepeatType, Mode) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/test/
H A Dguard_SUITE.erl2353 wrong_order(),
2522 wrong_order() -> function
2523 ok = wrong_order(repeat_until_fail, true),
2524 ok = wrong_order(repeat_until_fail, whatever),
2525 error = wrong_order(repeat_until_fail, false),
2526 error = wrong_order(nope, true),
2529 wrong_order(RepeatType, Mode) -> function

123