Home
last modified time | relevance | path

Searched refs:natord (Results 1 – 25 of 43) sorted by relevance

12

/dports/misc/xplr/xplr-0.17.0/cargo-crates/natord-1.0.9/
H A DCargo.toml2 name = "natord"
7 homepage = "https://github.com/lifthrasiir/rust-natord"
8 documentation = "https://lifthrasiir.github.io/rust-natord/"
9 repository = "https://github.com/lifthrasiir/rust-natord"
15 name = "natord"
H A DREADME.md6 [travis-image]: https://travis-ci.org/lifthrasiir/rust-natord.png
7 [travis]: https://travis-ci.org/lifthrasiir/rust-natord
9 Natural ordering for Rust. (also known as `rust-natord`)
14 files.sort_by(|&a, &b| natord::compare(a, b));
28 [doc]: https://lifthrasiir.github.io/rust-natord/
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/natord-1.0.9/
H A DCargo.toml2 name = "natord"
7 homepage = "https://github.com/lifthrasiir/rust-natord"
8 documentation = "https://lifthrasiir.github.io/rust-natord/"
9 repository = "https://github.com/lifthrasiir/rust-natord"
15 name = "natord"
H A DREADME.md6 [travis-image]: https://travis-ci.org/lifthrasiir/rust-natord.png
7 [travis]: https://travis-ci.org/lifthrasiir/rust-natord
9 Natural ordering for Rust. (also known as `rust-natord`)
14 files.sort_by(|&a, &b| natord::compare(a, b));
28 [doc]: https://lifthrasiir.github.io/rust-natord/
/dports/sysutils/exa/exa-0.10.1/cargo-crates/natord-1.0.9/
H A DCargo.toml2 name = "natord"
7 homepage = "https://github.com/lifthrasiir/rust-natord"
8 documentation = "https://lifthrasiir.github.io/rust-natord/"
9 repository = "https://github.com/lifthrasiir/rust-natord"
15 name = "natord"
H A DREADME.md6 [travis-image]: https://travis-ci.org/lifthrasiir/rust-natord.png
7 [travis]: https://travis-ci.org/lifthrasiir/rust-natord
9 Natural ordering for Rust. (also known as `rust-natord`)
14 files.sort_by(|&a, &b| natord::compare(a, b));
28 [doc]: https://lifthrasiir.github.io/rust-natord/
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/natord-1.0.9/
H A DCargo.toml2 name = "natord"
7 homepage = "https://github.com/lifthrasiir/rust-natord"
8 documentation = "https://lifthrasiir.github.io/rust-natord/"
9 repository = "https://github.com/lifthrasiir/rust-natord"
15 name = "natord"
H A DREADME.md6 [travis-image]: https://travis-ci.org/lifthrasiir/rust-natord.png
7 [travis]: https://travis-ci.org/lifthrasiir/rust-natord
9 Natural ordering for Rust. (also known as `rust-natord`)
14 files.sort_by(|&a, &b| natord::compare(a, b));
28 [doc]: https://lifthrasiir.github.io/rust-natord/
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/natord-1.0.9/
H A DCargo.toml2 name = "natord"
7 homepage = "https://github.com/lifthrasiir/rust-natord"
8 documentation = "https://lifthrasiir.github.io/rust-natord/"
9 repository = "https://github.com/lifthrasiir/rust-natord"
15 name = "natord"
H A DREADME.md6 [travis-image]: https://travis-ci.org/lifthrasiir/rust-natord.png
7 [travis]: https://travis-ci.org/lifthrasiir/rust-natord
9 Natural ordering for Rust. (also known as `rust-natord`)
14 files.sort_by(|&a, &b| natord::compare(a, b));
28 [doc]: https://lifthrasiir.github.io/rust-natord/
/dports/sysutils/exa/exa-0.10.1/src/fs/
H A Dfilter.rs249 Self::Name(ABCabc) => natord::compare(&a.name, &b.name), in compare_files()
250 Self::Name(AaBbCc) => natord::compare_ignore_case(&a.name, &b.name), in compare_files()
261 Ordering::Equal => natord::compare(&*a.name, &*b.name), in compare_files()
266 Ordering::Equal => natord::compare(&*a.name, &*b.name), in compare_files()
271 Ordering::Equal => natord::compare_ignore_case(&*a.name, &*b.name), in compare_files()
275 Self::NameMixHidden(ABCabc) => natord::compare( in compare_files()
279 Self::NameMixHidden(AaBbCc) => natord::compare_ignore_case( in compare_files()
/dports/graphics/argyllcms/Argyll_V1.9.2/imdi/
H A Dimdi_arch.h58 int natord; /* Index of natural machine ordinal */ member
H A Dimdi_make.c415 ar->natord = 2; /* Most natural type (assume unsigned int) */ in set_architecture()
471 ar->natord = 2; /* Most natural type (assume unsigned int) */ in set_architecture()
H A Dctest.c132 ar.natord = 2; /* Most natural type */ in main()
/dports/print/ghostscript8-base/ghostscript-8.71/imdi/
H A Darch.h45 int natord; /* Index of natural machine ordinal */ member
H A Dimdi_gen.c568 ar->natord = 2; /* Most natural type (assume unsigned int) */ in set_architecture()
619 ar->natord = 2; /* Most natural type (assume unsigned int) */ in set_architecture()
/dports/print/ghostscript8-x11/ghostscript-8.71/imdi/
H A Darch.h45 int natord; /* Index of natural machine ordinal */ member
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/gifski-0.10.4/src/bin/
H A Dgifski.rs13 use natord;
109 frames.sort_by(|a, b| natord::compare(a, b)); in bin_main()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/gifski-0.10.4/
H A DCargo.toml.orig-cargo33 natord = "1.0.9"
H A DCargo.toml64 [dependencies.natord]
/dports/misc/xplr/xplr-0.17.0/
H A DCargo.toml32 natord = "1.0.9"
/dports/sysutils/exa/exa-0.10.1/
H A DCargo.toml26 natord = "1.0"
/dports/www/newsboat/newsboat-2.22.1/rust/libnewsboat/
H A DCargo.toml23 natord = "1.0.9"
/dports/graphics/gifski/gifski-1.5.0/
H A DCargo.toml33 natord = "1.0.9"
/dports/sysutils/exa/
H A D.license-catalog.mk5 …st/crates/log-0.4.14.tar.gz rust/crates/matches-0.1.8.tar.gz rust/crates/natord-1.0.9.tar.gz rust/…

12