Home
last modified time | relevance | path

Searched refs:AlphaNumeric (Results 1 – 25 of 712) sorted by relevance

12345678910>>...29

/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/blevesearch/bleve/analysis/tokenizer/web/
H A Dweb_test.go39 Type: analysis.AlphaNumeric,
46 Type: analysis.AlphaNumeric,
58 Type: analysis.AlphaNumeric,
65 Type: analysis.AlphaNumeric,
77 Type: analysis.AlphaNumeric,
84 Type: analysis.AlphaNumeric,
96 Type: analysis.AlphaNumeric,
103 Type: analysis.AlphaNumeric,
115 Type: analysis.AlphaNumeric,
122 Type: analysis.AlphaNumeric,
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/semver-parser-0.10.2/src/
H A Dversion.rs108 AlphaNumeric(String), enumerator
115 Identifier::AlphaNumeric(s) => Identifier::AlphaNumeric(format!("{}{}", s, add_str)), in concat()
174 Identifier::AlphaNumeric(ref id) => id.fmt(f), in fmt()
368 let expected_pre = vec![Identifier::AlphaNumeric(String::from("pre"))]; in parse_basic_prerelease()
389 Identifier::AlphaNumeric(String::from("pre")), in parse_prerelease_zero()
436 Identifier::AlphaNumeric(String::from("alpha1")), in parse_complex_metadata_01()
442 Identifier::AlphaNumeric(String::from("build5")), in parse_complex_metadata_01()
444 Identifier::AlphaNumeric(String::from("3aedf")), in parse_complex_metadata_01()
456 Identifier::AlphaNumeric(String::from("beta")), in parse_complex_metadata_02()
472 Identifier::AlphaNumeric(String::from("beta")), in parse_metadata_overflow()
[all …]
H A Dlexer.rs101 AlphaNumeric(&'input str), enumerator
116 Star | AlphaNumeric("X") | AlphaNumeric("x") => true, in is_wildcard()
198 Ok(AlphaNumeric(input)) in component()
284 AlphaNumeric("foo"), in whitespace()
286 AlphaNumeric("bar"), in whitespace()
295 assert_eq!(lex("01"), vec![AlphaNumeric("01")]); in components()
296 assert_eq!(lex("01"), vec![AlphaNumeric("01")]); in components()
298 assert_eq!(lex("beta2"), vec![AlphaNumeric("beta2")]); in components()
305 assert_eq!(AlphaNumeric("x").is_wildcard(), true); in is_wildcard()
306 assert_eq!(AlphaNumeric("X").is_wildcard(), true); in is_wildcard()
[all …]
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/semver-parser-0.10.2/src/
H A Dversion.rs108 AlphaNumeric(String), enumerator
115 Identifier::AlphaNumeric(s) => Identifier::AlphaNumeric(format!("{}{}", s, add_str)), in concat()
174 Identifier::AlphaNumeric(ref id) => id.fmt(f), in fmt()
368 let expected_pre = vec![Identifier::AlphaNumeric(String::from("pre"))]; in parse_basic_prerelease()
389 Identifier::AlphaNumeric(String::from("pre")), in parse_prerelease_zero()
436 Identifier::AlphaNumeric(String::from("alpha1")), in parse_complex_metadata_01()
442 Identifier::AlphaNumeric(String::from("build5")), in parse_complex_metadata_01()
444 Identifier::AlphaNumeric(String::from("3aedf")), in parse_complex_metadata_01()
456 Identifier::AlphaNumeric(String::from("beta")), in parse_complex_metadata_02()
472 Identifier::AlphaNumeric(String::from("beta")), in parse_metadata_overflow()
[all …]
H A Dlexer.rs101 AlphaNumeric(&'input str), enumerator
116 Star | AlphaNumeric("X") | AlphaNumeric("x") => true, in is_wildcard()
198 Ok(AlphaNumeric(input)) in component()
284 AlphaNumeric("foo"), in whitespace()
286 AlphaNumeric("bar"), in whitespace()
295 assert_eq!(lex("01"), vec![AlphaNumeric("01")]); in components()
296 assert_eq!(lex("01"), vec![AlphaNumeric("01")]); in components()
298 assert_eq!(lex("beta2"), vec![AlphaNumeric("beta2")]); in components()
305 assert_eq!(AlphaNumeric("x").is_wildcard(), true); in is_wildcard()
306 assert_eq!(AlphaNumeric("X").is_wildcard(), true); in is_wildcard()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/semver-parser-0.10.2/src/
H A Dversion.rs108 AlphaNumeric(String), enumerator
115 Identifier::AlphaNumeric(s) => Identifier::AlphaNumeric(format!("{}{}", s, add_str)), in concat()
174 Identifier::AlphaNumeric(ref id) => id.fmt(f), in fmt()
368 let expected_pre = vec![Identifier::AlphaNumeric(String::from("pre"))]; in parse_basic_prerelease()
389 Identifier::AlphaNumeric(String::from("pre")), in parse_prerelease_zero()
436 Identifier::AlphaNumeric(String::from("alpha1")), in parse_complex_metadata_01()
442 Identifier::AlphaNumeric(String::from("build5")), in parse_complex_metadata_01()
444 Identifier::AlphaNumeric(String::from("3aedf")), in parse_complex_metadata_01()
456 Identifier::AlphaNumeric(String::from("beta")), in parse_complex_metadata_02()
472 Identifier::AlphaNumeric(String::from("beta")), in parse_metadata_overflow()
[all …]
H A Dlexer.rs101 AlphaNumeric(&'input str), enumerator
116 Star | AlphaNumeric("X") | AlphaNumeric("x") => true, in is_wildcard()
198 Ok(AlphaNumeric(input)) in component()
284 AlphaNumeric("foo"), in whitespace()
286 AlphaNumeric("bar"), in whitespace()
295 assert_eq!(lex("01"), vec![AlphaNumeric("01")]); in components()
296 assert_eq!(lex("01"), vec![AlphaNumeric("01")]); in components()
298 assert_eq!(lex("beta2"), vec![AlphaNumeric("beta2")]); in components()
305 assert_eq!(AlphaNumeric("x").is_wildcard(), true); in is_wildcard()
306 assert_eq!(AlphaNumeric("X").is_wildcard(), true); in is_wildcard()
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/semver-parser-0.10.2/src/
H A Dversion.rs108 AlphaNumeric(String), enumerator
115 Identifier::AlphaNumeric(s) => Identifier::AlphaNumeric(format!("{}{}", s, add_str)), in concat()
174 Identifier::AlphaNumeric(ref id) => id.fmt(f), in fmt()
368 let expected_pre = vec![Identifier::AlphaNumeric(String::from("pre"))]; in parse_basic_prerelease()
389 Identifier::AlphaNumeric(String::from("pre")), in parse_prerelease_zero()
436 Identifier::AlphaNumeric(String::from("alpha1")), in parse_complex_metadata_01()
442 Identifier::AlphaNumeric(String::from("build5")), in parse_complex_metadata_01()
444 Identifier::AlphaNumeric(String::from("3aedf")), in parse_complex_metadata_01()
456 Identifier::AlphaNumeric(String::from("beta")), in parse_complex_metadata_02()
472 Identifier::AlphaNumeric(String::from("beta")), in parse_metadata_overflow()
[all …]
H A Dlexer.rs101 AlphaNumeric(&'input str), enumerator
116 Star | AlphaNumeric("X") | AlphaNumeric("x") => true, in is_wildcard()
198 Ok(AlphaNumeric(input)) in component()
284 AlphaNumeric("foo"), in whitespace()
286 AlphaNumeric("bar"), in whitespace()
295 assert_eq!(lex("01"), vec![AlphaNumeric("01")]); in components()
296 assert_eq!(lex("01"), vec![AlphaNumeric("01")]); in components()
298 assert_eq!(lex("beta2"), vec![AlphaNumeric("beta2")]); in components()
305 assert_eq!(AlphaNumeric("x").is_wildcard(), true); in is_wildcard()
306 assert_eq!(AlphaNumeric("X").is_wildcard(), true); in is_wildcard()
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/semver-parser-0.10.2/src/
H A Dversion.rs108 AlphaNumeric(String), enumerator
115 Identifier::AlphaNumeric(s) => Identifier::AlphaNumeric(format!("{}{}", s, add_str)), in concat()
174 Identifier::AlphaNumeric(ref id) => id.fmt(f), in fmt()
368 let expected_pre = vec![Identifier::AlphaNumeric(String::from("pre"))]; in parse_basic_prerelease()
389 Identifier::AlphaNumeric(String::from("pre")), in parse_prerelease_zero()
436 Identifier::AlphaNumeric(String::from("alpha1")), in parse_complex_metadata_01()
442 Identifier::AlphaNumeric(String::from("build5")), in parse_complex_metadata_01()
444 Identifier::AlphaNumeric(String::from("3aedf")), in parse_complex_metadata_01()
456 Identifier::AlphaNumeric(String::from("beta")), in parse_complex_metadata_02()
472 Identifier::AlphaNumeric(String::from("beta")), in parse_metadata_overflow()
[all …]
H A Dlexer.rs101 AlphaNumeric(&'input str), enumerator
116 Star | AlphaNumeric("X") | AlphaNumeric("x") => true, in is_wildcard()
198 Ok(AlphaNumeric(input)) in component()
284 AlphaNumeric("foo"), in whitespace()
286 AlphaNumeric("bar"), in whitespace()
295 assert_eq!(lex("01"), vec![AlphaNumeric("01")]); in components()
296 assert_eq!(lex("01"), vec![AlphaNumeric("01")]); in components()
298 assert_eq!(lex("beta2"), vec![AlphaNumeric("beta2")]); in components()
305 assert_eq!(AlphaNumeric("x").is_wildcard(), true); in is_wildcard()
306 assert_eq!(AlphaNumeric("X").is_wildcard(), true); in is_wildcard()
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/semver-parser-0.10.2/src/
H A Dversion.rs108 AlphaNumeric(String), enumerator
115 Identifier::AlphaNumeric(s) => Identifier::AlphaNumeric(format!("{}{}", s, add_str)), in concat()
174 Identifier::AlphaNumeric(ref id) => id.fmt(f), in fmt()
368 let expected_pre = vec![Identifier::AlphaNumeric(String::from("pre"))]; in parse_basic_prerelease()
389 Identifier::AlphaNumeric(String::from("pre")), in parse_prerelease_zero()
436 Identifier::AlphaNumeric(String::from("alpha1")), in parse_complex_metadata_01()
442 Identifier::AlphaNumeric(String::from("build5")), in parse_complex_metadata_01()
444 Identifier::AlphaNumeric(String::from("3aedf")), in parse_complex_metadata_01()
456 Identifier::AlphaNumeric(String::from("beta")), in parse_complex_metadata_02()
472 Identifier::AlphaNumeric(String::from("beta")), in parse_metadata_overflow()
[all …]
H A Dlexer.rs101 AlphaNumeric(&'input str), enumerator
116 Star | AlphaNumeric("X") | AlphaNumeric("x") => true, in is_wildcard()
198 Ok(AlphaNumeric(input)) in component()
284 AlphaNumeric("foo"), in whitespace()
286 AlphaNumeric("bar"), in whitespace()
295 assert_eq!(lex("01"), vec![AlphaNumeric("01")]); in components()
296 assert_eq!(lex("01"), vec![AlphaNumeric("01")]); in components()
298 assert_eq!(lex("beta2"), vec![AlphaNumeric("beta2")]); in components()
305 assert_eq!(AlphaNumeric("x").is_wildcard(), true); in is_wildcard()
306 assert_eq!(AlphaNumeric("X").is_wildcard(), true); in is_wildcard()
[all …]
/dports/x11/sirula/sirula-1.0.0/cargo-crates/semver-parser-0.10.2/src/
H A Dversion.rs108 AlphaNumeric(String), enumerator
115 Identifier::AlphaNumeric(s) => Identifier::AlphaNumeric(format!("{}{}", s, add_str)), in concat()
174 Identifier::AlphaNumeric(ref id) => id.fmt(f), in fmt()
368 let expected_pre = vec![Identifier::AlphaNumeric(String::from("pre"))]; in parse_basic_prerelease()
389 Identifier::AlphaNumeric(String::from("pre")), in parse_prerelease_zero()
436 Identifier::AlphaNumeric(String::from("alpha1")), in parse_complex_metadata_01()
442 Identifier::AlphaNumeric(String::from("build5")), in parse_complex_metadata_01()
444 Identifier::AlphaNumeric(String::from("3aedf")), in parse_complex_metadata_01()
456 Identifier::AlphaNumeric(String::from("beta")), in parse_complex_metadata_02()
472 Identifier::AlphaNumeric(String::from("beta")), in parse_metadata_overflow()
[all …]
H A Dlexer.rs101 AlphaNumeric(&'input str), enumerator
116 Star | AlphaNumeric("X") | AlphaNumeric("x") => true, in is_wildcard()
198 Ok(AlphaNumeric(input)) in component()
284 AlphaNumeric("foo"), in whitespace()
286 AlphaNumeric("bar"), in whitespace()
295 assert_eq!(lex("01"), vec![AlphaNumeric("01")]); in components()
296 assert_eq!(lex("01"), vec![AlphaNumeric("01")]); in components()
298 assert_eq!(lex("beta2"), vec![AlphaNumeric("beta2")]); in components()
305 assert_eq!(AlphaNumeric("x").is_wildcard(), true); in is_wildcard()
306 assert_eq!(AlphaNumeric("X").is_wildcard(), true); in is_wildcard()
[all …]
/dports/devel/texlab/texlab-3.3.0/cargo-crates/semver-parser-0.10.2/src/
H A Dversion.rs108 AlphaNumeric(String), enumerator
115 Identifier::AlphaNumeric(s) => Identifier::AlphaNumeric(format!("{}{}", s, add_str)), in concat()
174 Identifier::AlphaNumeric(ref id) => id.fmt(f), in fmt()
368 let expected_pre = vec![Identifier::AlphaNumeric(String::from("pre"))]; in parse_basic_prerelease()
389 Identifier::AlphaNumeric(String::from("pre")), in parse_prerelease_zero()
436 Identifier::AlphaNumeric(String::from("alpha1")), in parse_complex_metadata_01()
442 Identifier::AlphaNumeric(String::from("build5")), in parse_complex_metadata_01()
444 Identifier::AlphaNumeric(String::from("3aedf")), in parse_complex_metadata_01()
456 Identifier::AlphaNumeric(String::from("beta")), in parse_complex_metadata_02()
472 Identifier::AlphaNumeric(String::from("beta")), in parse_metadata_overflow()
[all …]
H A Dlexer.rs101 AlphaNumeric(&'input str), enumerator
116 Star | AlphaNumeric("X") | AlphaNumeric("x") => true, in is_wildcard()
198 Ok(AlphaNumeric(input)) in component()
284 AlphaNumeric("foo"), in whitespace()
286 AlphaNumeric("bar"), in whitespace()
295 assert_eq!(lex("01"), vec![AlphaNumeric("01")]); in components()
296 assert_eq!(lex("01"), vec![AlphaNumeric("01")]); in components()
298 assert_eq!(lex("beta2"), vec![AlphaNumeric("beta2")]); in components()
305 assert_eq!(AlphaNumeric("x").is_wildcard(), true); in is_wildcard()
306 assert_eq!(AlphaNumeric("X").is_wildcard(), true); in is_wildcard()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/semver-parser-0.10.2/src/
H A Dversion.rs108 AlphaNumeric(String), enumerator
115 Identifier::AlphaNumeric(s) => Identifier::AlphaNumeric(format!("{}{}", s, add_str)), in concat()
174 Identifier::AlphaNumeric(ref id) => id.fmt(f), in fmt()
368 let expected_pre = vec![Identifier::AlphaNumeric(String::from("pre"))]; in parse_basic_prerelease()
389 Identifier::AlphaNumeric(String::from("pre")), in parse_prerelease_zero()
436 Identifier::AlphaNumeric(String::from("alpha1")), in parse_complex_metadata_01()
442 Identifier::AlphaNumeric(String::from("build5")), in parse_complex_metadata_01()
444 Identifier::AlphaNumeric(String::from("3aedf")), in parse_complex_metadata_01()
456 Identifier::AlphaNumeric(String::from("beta")), in parse_complex_metadata_02()
472 Identifier::AlphaNumeric(String::from("beta")), in parse_metadata_overflow()
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/semver-parser-0.10.2/src/
H A Dversion.rs108 AlphaNumeric(String), enumerator
115 Identifier::AlphaNumeric(s) => Identifier::AlphaNumeric(format!("{}{}", s, add_str)), in concat()
174 Identifier::AlphaNumeric(ref id) => id.fmt(f), in fmt()
368 let expected_pre = vec![Identifier::AlphaNumeric(String::from("pre"))]; in parse_basic_prerelease()
389 Identifier::AlphaNumeric(String::from("pre")), in parse_prerelease_zero()
436 Identifier::AlphaNumeric(String::from("alpha1")), in parse_complex_metadata_01()
442 Identifier::AlphaNumeric(String::from("build5")), in parse_complex_metadata_01()
444 Identifier::AlphaNumeric(String::from("3aedf")), in parse_complex_metadata_01()
456 Identifier::AlphaNumeric(String::from("beta")), in parse_complex_metadata_02()
472 Identifier::AlphaNumeric(String::from("beta")), in parse_metadata_overflow()
[all …]
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/semver-parser-0.10.2/src/
H A Dversion.rs108 AlphaNumeric(String), enumerator
115 Identifier::AlphaNumeric(s) => Identifier::AlphaNumeric(format!("{}{}", s, add_str)), in concat()
174 Identifier::AlphaNumeric(ref id) => id.fmt(f), in fmt()
368 let expected_pre = vec![Identifier::AlphaNumeric(String::from("pre"))]; in parse_basic_prerelease()
389 Identifier::AlphaNumeric(String::from("pre")), in parse_prerelease_zero()
436 Identifier::AlphaNumeric(String::from("alpha1")), in parse_complex_metadata_01()
442 Identifier::AlphaNumeric(String::from("build5")), in parse_complex_metadata_01()
444 Identifier::AlphaNumeric(String::from("3aedf")), in parse_complex_metadata_01()
456 Identifier::AlphaNumeric(String::from("beta")), in parse_complex_metadata_02()
472 Identifier::AlphaNumeric(String::from("beta")), in parse_metadata_overflow()
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/semver-parser-0.10.2/src/
H A Dversion.rs108 AlphaNumeric(String), enumerator
115 Identifier::AlphaNumeric(s) => Identifier::AlphaNumeric(format!("{}{}", s, add_str)), in concat()
174 Identifier::AlphaNumeric(ref id) => id.fmt(f), in fmt()
368 let expected_pre = vec![Identifier::AlphaNumeric(String::from("pre"))]; in parse_basic_prerelease()
389 Identifier::AlphaNumeric(String::from("pre")), in parse_prerelease_zero()
436 Identifier::AlphaNumeric(String::from("alpha1")), in parse_complex_metadata_01()
442 Identifier::AlphaNumeric(String::from("build5")), in parse_complex_metadata_01()
444 Identifier::AlphaNumeric(String::from("3aedf")), in parse_complex_metadata_01()
456 Identifier::AlphaNumeric(String::from("beta")), in parse_complex_metadata_02()
472 Identifier::AlphaNumeric(String::from("beta")), in parse_metadata_overflow()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/semver-parser/src/
H A Dversion.rs108 AlphaNumeric(String), enumerator
115 Identifier::AlphaNumeric(s) => Identifier::AlphaNumeric(format!("{}{}", s, add_str)), in concat()
174 Identifier::AlphaNumeric(ref id) => id.fmt(f), in fmt()
368 let expected_pre = vec![Identifier::AlphaNumeric(String::from("pre"))]; in parse_basic_prerelease()
389 Identifier::AlphaNumeric(String::from("pre")), in parse_prerelease_zero()
436 Identifier::AlphaNumeric(String::from("alpha1")), in parse_complex_metadata_01()
442 Identifier::AlphaNumeric(String::from("build5")), in parse_complex_metadata_01()
444 Identifier::AlphaNumeric(String::from("3aedf")), in parse_complex_metadata_01()
456 Identifier::AlphaNumeric(String::from("beta")), in parse_complex_metadata_02()
472 Identifier::AlphaNumeric(String::from("beta")), in parse_metadata_overflow()
[all …]
/dports/textproc/htmlq/htmlq-0.3.0/cargo-crates/semver-parser-0.10.2/src/
H A Dversion.rs108 AlphaNumeric(String), enumerator
115 Identifier::AlphaNumeric(s) => Identifier::AlphaNumeric(format!("{}{}", s, add_str)), in concat()
174 Identifier::AlphaNumeric(ref id) => id.fmt(f), in fmt()
368 let expected_pre = vec![Identifier::AlphaNumeric(String::from("pre"))]; in parse_basic_prerelease()
389 Identifier::AlphaNumeric(String::from("pre")), in parse_prerelease_zero()
436 Identifier::AlphaNumeric(String::from("alpha1")), in parse_complex_metadata_01()
442 Identifier::AlphaNumeric(String::from("build5")), in parse_complex_metadata_01()
444 Identifier::AlphaNumeric(String::from("3aedf")), in parse_complex_metadata_01()
456 Identifier::AlphaNumeric(String::from("beta")), in parse_complex_metadata_02()
472 Identifier::AlphaNumeric(String::from("beta")), in parse_metadata_overflow()
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/semver-parser-0.10.2/src/
H A Dversion.rs108 AlphaNumeric(String), enumerator
115 Identifier::AlphaNumeric(s) => Identifier::AlphaNumeric(format!("{}{}", s, add_str)), in concat()
174 Identifier::AlphaNumeric(ref id) => id.fmt(f), in fmt()
368 let expected_pre = vec![Identifier::AlphaNumeric(String::from("pre"))]; in parse_basic_prerelease()
389 Identifier::AlphaNumeric(String::from("pre")), in parse_prerelease_zero()
436 Identifier::AlphaNumeric(String::from("alpha1")), in parse_complex_metadata_01()
442 Identifier::AlphaNumeric(String::from("build5")), in parse_complex_metadata_01()
444 Identifier::AlphaNumeric(String::from("3aedf")), in parse_complex_metadata_01()
456 Identifier::AlphaNumeric(String::from("beta")), in parse_complex_metadata_02()
472 Identifier::AlphaNumeric(String::from("beta")), in parse_metadata_overflow()
[all …]
/dports/textproc/bat/bat-0.18.3/cargo-crates/semver-parser-0.10.2/src/
H A Dversion.rs108 AlphaNumeric(String), enumerator
115 Identifier::AlphaNumeric(s) => Identifier::AlphaNumeric(format!("{}{}", s, add_str)), in concat()
174 Identifier::AlphaNumeric(ref id) => id.fmt(f), in fmt()
368 let expected_pre = vec![Identifier::AlphaNumeric(String::from("pre"))]; in parse_basic_prerelease()
389 Identifier::AlphaNumeric(String::from("pre")), in parse_prerelease_zero()
436 Identifier::AlphaNumeric(String::from("alpha1")), in parse_complex_metadata_01()
442 Identifier::AlphaNumeric(String::from("build5")), in parse_complex_metadata_01()
444 Identifier::AlphaNumeric(String::from("3aedf")), in parse_complex_metadata_01()
456 Identifier::AlphaNumeric(String::from("beta")), in parse_complex_metadata_02()
472 Identifier::AlphaNumeric(String::from("beta")), in parse_metadata_overflow()
[all …]

12345678910>>...29