Home
last modified time | relevance | path

Searched refs:search_ext (Results 1 – 25 of 2573) sorted by relevance

12345678910>>...103

/dports/devel/sccache/sccache-0.2.15/cargo-crates/mime_guess-1.8.8/src/
H A Dlib.rs81 pub fn get_mime_type(search_ext: &str) -> Mime { in get_mime_type()
82 get_mime_type_opt(search_ext) in get_mime_type()
90 pub fn get_mime_type_opt(search_ext: &str) -> Option<Mime> { in get_mime_type_opt()
91 get_mime_type_str(search_ext) in get_mime_type_opt()
101 pub fn get_mime_type_str(search_ext: &str) -> Option<&'static str> { in get_mime_type_str()
102 if search_ext.is_empty() { return None; } in get_mime_type_str()
104 map_lookup(&MIME_TYPES, search_ext).cloned() in get_mime_type_str()
/dports/net/nsscache/nsscache-version-0.44/nss_cache/sources/
H A Dldapsource_test.py258 mock_rlo.search_ext(base='TEST_BASE',
310 mock_rlo.search_ext(base='TEST_BASE',
361 mock_rlo.search_ext(base='TEST_BASE',
412 mock_rlo.search_ext(base='TEST_BASE',
463 mock_rlo.search_ext(base='TEST_BASE',
515 mock_rlo.search_ext(base='TEST_BASE',
558 mock_rlo.search_ext(base='TEST_BASE',
604 mock_rlo.search_ext(base='TEST_BASE',
654 mock_rlo.search_ext(base='TEST_BASE',
1029 mock_rlo.search_ext(base=dn_user,
[all …]
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/mime_guess-2.0.3/src/
H A Dlib.rs340 pub fn get_mime_type(search_ext: &str) -> Mime { in get_mime_type()
341 from_ext(search_ext).first_or_octet_stream() in get_mime_type()
349 pub fn get_mime_type_opt(search_ext: &str) -> Option<Mime> { in get_mime_type_opt()
350 from_ext(search_ext).first() in get_mime_type_opt()
363 pub fn get_mime_type_str(search_ext: &str) -> Option<&'static str> { in get_mime_type_str()
364 from_ext(search_ext).first_raw() in get_mime_type_str()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/mime_guess-2.0.3/src/
H A Dlib.rs340 pub fn get_mime_type(search_ext: &str) -> Mime { in get_mime_type()
341 from_ext(search_ext).first_or_octet_stream() in get_mime_type()
349 pub fn get_mime_type_opt(search_ext: &str) -> Option<Mime> { in get_mime_type_opt()
350 from_ext(search_ext).first() in get_mime_type_opt()
363 pub fn get_mime_type_str(search_ext: &str) -> Option<&'static str> { in get_mime_type_str()
364 from_ext(search_ext).first_raw() in get_mime_type_str()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/mime_guess-2.0.3/src/
H A Dlib.rs340 pub fn get_mime_type(search_ext: &str) -> Mime { in get_mime_type()
341 from_ext(search_ext).first_or_octet_stream() in get_mime_type()
349 pub fn get_mime_type_opt(search_ext: &str) -> Option<Mime> { in get_mime_type_opt()
350 from_ext(search_ext).first() in get_mime_type_opt()
363 pub fn get_mime_type_str(search_ext: &str) -> Option<&'static str> { in get_mime_type_str()
364 from_ext(search_ext).first_raw() in get_mime_type_str()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/mime_guess-2.0.3/src/
H A Dlib.rs340 pub fn get_mime_type(search_ext: &str) -> Mime { in get_mime_type()
341 from_ext(search_ext).first_or_octet_stream() in get_mime_type()
349 pub fn get_mime_type_opt(search_ext: &str) -> Option<Mime> { in get_mime_type_opt()
350 from_ext(search_ext).first() in get_mime_type_opt()
363 pub fn get_mime_type_str(search_ext: &str) -> Option<&'static str> { in get_mime_type_str()
364 from_ext(search_ext).first_raw() in get_mime_type_str()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/mime_guess-2.0.1/src/
H A Dlib.rs340 pub fn get_mime_type(search_ext: &str) -> Mime { in get_mime_type()
341 from_ext(search_ext).first_or_octet_stream() in get_mime_type()
349 pub fn get_mime_type_opt(search_ext: &str) -> Option<Mime> { in get_mime_type_opt()
350 from_ext(search_ext).first() in get_mime_type_opt()
363 pub fn get_mime_type_str(search_ext: &str) -> Option<&'static str> { in get_mime_type_str()
364 from_ext(search_ext).first_raw() in get_mime_type_str()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/mime_guess-2.0.3/src/
H A Dlib.rs340 pub fn get_mime_type(search_ext: &str) -> Mime { in get_mime_type()
341 from_ext(search_ext).first_or_octet_stream() in get_mime_type()
349 pub fn get_mime_type_opt(search_ext: &str) -> Option<Mime> { in get_mime_type_opt()
350 from_ext(search_ext).first() in get_mime_type_opt()
363 pub fn get_mime_type_str(search_ext: &str) -> Option<&'static str> { in get_mime_type_str()
364 from_ext(search_ext).first_raw() in get_mime_type_str()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/mime_guess-2.0.1/src/
H A Dlib.rs340 pub fn get_mime_type(search_ext: &str) -> Mime { in get_mime_type()
341 from_ext(search_ext).first_or_octet_stream() in get_mime_type()
349 pub fn get_mime_type_opt(search_ext: &str) -> Option<Mime> { in get_mime_type_opt()
350 from_ext(search_ext).first() in get_mime_type_opt()
363 pub fn get_mime_type_str(search_ext: &str) -> Option<&'static str> { in get_mime_type_str()
364 from_ext(search_ext).first_raw() in get_mime_type_str()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/mime_guess-2.0.3/src/
H A Dlib.rs340 pub fn get_mime_type(search_ext: &str) -> Mime { in get_mime_type()
341 from_ext(search_ext).first_or_octet_stream() in get_mime_type()
349 pub fn get_mime_type_opt(search_ext: &str) -> Option<Mime> { in get_mime_type_opt()
350 from_ext(search_ext).first() in get_mime_type_opt()
363 pub fn get_mime_type_str(search_ext: &str) -> Option<&'static str> { in get_mime_type_str()
364 from_ext(search_ext).first_raw() in get_mime_type_str()
/dports/www/firefox/firefox-99.0/third_party/rust/mime_guess/src/
H A Dlib.rs340 pub fn get_mime_type(search_ext: &str) -> Mime { in get_mime_type()
341 from_ext(search_ext).first_or_octet_stream() in get_mime_type()
349 pub fn get_mime_type_opt(search_ext: &str) -> Option<Mime> { in get_mime_type_opt()
350 from_ext(search_ext).first() in get_mime_type_opt()
363 pub fn get_mime_type_str(search_ext: &str) -> Option<&'static str> { in get_mime_type_str()
364 from_ext(search_ext).first_raw() in get_mime_type_str()
/dports/net/proby/proby-1.0.2/cargo-crates/mime_guess-2.0.3/src/
H A Dlib.rs340 pub fn get_mime_type(search_ext: &str) -> Mime { in get_mime_type()
341 from_ext(search_ext).first_or_octet_stream() in get_mime_type()
349 pub fn get_mime_type_opt(search_ext: &str) -> Option<Mime> { in get_mime_type_opt()
350 from_ext(search_ext).first() in get_mime_type_opt()
363 pub fn get_mime_type_str(search_ext: &str) -> Option<&'static str> { in get_mime_type_str()
364 from_ext(search_ext).first_raw() in get_mime_type_str()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/mime_guess-2.0.3/src/
H A Dlib.rs340 pub fn get_mime_type(search_ext: &str) -> Mime { in get_mime_type()
341 from_ext(search_ext).first_or_octet_stream() in get_mime_type()
349 pub fn get_mime_type_opt(search_ext: &str) -> Option<Mime> { in get_mime_type_opt()
350 from_ext(search_ext).first() in get_mime_type_opt()
363 pub fn get_mime_type_str(search_ext: &str) -> Option<&'static str> { in get_mime_type_str()
364 from_ext(search_ext).first_raw() in get_mime_type_str()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/mime_guess/src/
H A Dlib.rs340 pub fn get_mime_type(search_ext: &str) -> Mime { in get_mime_type()
341 from_ext(search_ext).first_or_octet_stream() in get_mime_type()
349 pub fn get_mime_type_opt(search_ext: &str) -> Option<Mime> { in get_mime_type_opt()
350 from_ext(search_ext).first() in get_mime_type_opt()
363 pub fn get_mime_type_str(search_ext: &str) -> Option<&'static str> { in get_mime_type_str()
364 from_ext(search_ext).first_raw() in get_mime_type_str()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/mime_guess-2.0.3/src/
H A Dlib.rs340 pub fn get_mime_type(search_ext: &str) -> Mime { in get_mime_type()
341 from_ext(search_ext).first_or_octet_stream() in get_mime_type()
349 pub fn get_mime_type_opt(search_ext: &str) -> Option<Mime> { in get_mime_type_opt()
350 from_ext(search_ext).first() in get_mime_type_opt()
363 pub fn get_mime_type_str(search_ext: &str) -> Option<&'static str> { in get_mime_type_str()
364 from_ext(search_ext).first_raw() in get_mime_type_str()
/dports/net-im/fractal/fractal-4.4.0/vendor/mime_guess/src/
H A Dlib.rs340 pub fn get_mime_type(search_ext: &str) -> Mime { in get_mime_type()
341 from_ext(search_ext).first_or_octet_stream() in get_mime_type()
349 pub fn get_mime_type_opt(search_ext: &str) -> Option<Mime> { in get_mime_type_opt()
350 from_ext(search_ext).first() in get_mime_type_opt()
363 pub fn get_mime_type_str(search_ext: &str) -> Option<&'static str> { in get_mime_type_str()
364 from_ext(search_ext).first_raw() in get_mime_type_str()
/dports/net/oha/oha-0.4.7/cargo-crates/mime_guess-2.0.3/src/
H A Dlib.rs340 pub fn get_mime_type(search_ext: &str) -> Mime { in get_mime_type()
341 from_ext(search_ext).first_or_octet_stream() in get_mime_type()
349 pub fn get_mime_type_opt(search_ext: &str) -> Option<Mime> { in get_mime_type_opt()
350 from_ext(search_ext).first() in get_mime_type_opt()
363 pub fn get_mime_type_str(search_ext: &str) -> Option<&'static str> { in get_mime_type_str()
364 from_ext(search_ext).first_raw() in get_mime_type_str()
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/mime_guess-2.0.3/src/
H A Dlib.rs340 pub fn get_mime_type(search_ext: &str) -> Mime { in get_mime_type()
341 from_ext(search_ext).first_or_octet_stream() in get_mime_type()
349 pub fn get_mime_type_opt(search_ext: &str) -> Option<Mime> { in get_mime_type_opt()
350 from_ext(search_ext).first() in get_mime_type_opt()
363 pub fn get_mime_type_str(search_ext: &str) -> Option<&'static str> { in get_mime_type_str()
364 from_ext(search_ext).first_raw() in get_mime_type_str()
/dports/www/zola/zola-0.15.2/cargo-crates/mime_guess-2.0.3/src/
H A Dlib.rs340 pub fn get_mime_type(search_ext: &str) -> Mime {
341 from_ext(search_ext).first_or_octet_stream()
349 pub fn get_mime_type_opt(search_ext: &str) -> Option<Mime> {
350 from_ext(search_ext).first()
363 pub fn get_mime_type_str(search_ext: &str) -> Option<&'static str> {
364 from_ext(search_ext).first_raw()
/dports/www/xh/xh-0.14.1/cargo-crates/mime_guess-2.0.3/src/
H A Dlib.rs340 pub fn get_mime_type(search_ext: &str) -> Mime { in get_mime_type()
341 from_ext(search_ext).first_or_octet_stream() in get_mime_type()
349 pub fn get_mime_type_opt(search_ext: &str) -> Option<Mime> { in get_mime_type_opt()
350 from_ext(search_ext).first() in get_mime_type_opt()
363 pub fn get_mime_type_str(search_ext: &str) -> Option<&'static str> { in get_mime_type_str()
364 from_ext(search_ext).first_raw() in get_mime_type_str()
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/mime_guess-2.0.3/src/
H A Dlib.rs340 pub fn get_mime_type(search_ext: &str) -> Mime { in get_mime_type()
341 from_ext(search_ext).first_or_octet_stream() in get_mime_type()
349 pub fn get_mime_type_opt(search_ext: &str) -> Option<Mime> { in get_mime_type_opt()
350 from_ext(search_ext).first() in get_mime_type_opt()
363 pub fn get_mime_type_str(search_ext: &str) -> Option<&'static str> { in get_mime_type_str()
364 from_ext(search_ext).first_raw() in get_mime_type_str()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/mime_guess/src/
H A Dlib.rs340 pub fn get_mime_type(search_ext: &str) -> Mime { in get_mime_type()
341 from_ext(search_ext).first_or_octet_stream() in get_mime_type()
349 pub fn get_mime_type_opt(search_ext: &str) -> Option<Mime> { in get_mime_type_opt()
350 from_ext(search_ext).first() in get_mime_type_opt()
363 pub fn get_mime_type_str(search_ext: &str) -> Option<&'static str> { in get_mime_type_str()
364 from_ext(search_ext).first_raw() in get_mime_type_str()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/mime_guess-2.0.3/src/
H A Dlib.rs340 pub fn get_mime_type(search_ext: &str) -> Mime { in get_mime_type()
341 from_ext(search_ext).first_or_octet_stream() in get_mime_type()
349 pub fn get_mime_type_opt(search_ext: &str) -> Option<Mime> { in get_mime_type_opt()
350 from_ext(search_ext).first() in get_mime_type_opt()
363 pub fn get_mime_type_str(search_ext: &str) -> Option<&'static str> { in get_mime_type_str()
364 from_ext(search_ext).first_raw() in get_mime_type_str()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/mime_guess/src/
H A Dlib.rs340 pub fn get_mime_type(search_ext: &str) -> Mime { in get_mime_type()
341 from_ext(search_ext).first_or_octet_stream() in get_mime_type()
349 pub fn get_mime_type_opt(search_ext: &str) -> Option<Mime> { in get_mime_type_opt()
350 from_ext(search_ext).first() in get_mime_type_opt()
363 pub fn get_mime_type_str(search_ext: &str) -> Option<&'static str> { in get_mime_type_str()
364 from_ext(search_ext).first_raw() in get_mime_type_str()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/mime_guess-2.0.3/src/
H A Dlib.rs340 pub fn get_mime_type(search_ext: &str) -> Mime { in get_mime_type()
341 from_ext(search_ext).first_or_octet_stream() in get_mime_type()
349 pub fn get_mime_type_opt(search_ext: &str) -> Option<Mime> { in get_mime_type_opt()
350 from_ext(search_ext).first() in get_mime_type_opt()
363 pub fn get_mime_type_str(search_ext: &str) -> Option<&'static str> { in get_mime_type_str()
364 from_ext(search_ext).first_raw() in get_mime_type_str()

12345678910>>...103