Home
last modified time | relevance | path

Searched refs:s_match (Results 1 – 25 of 106) sorted by relevance

12345

/dports/security/py-angr/angr-9.0.5405/tests/
H A Dtest_string.py111 s_match = s_cmp.copy()
128 nose.tools.assert_true(s_match.solver.unique(s_match.memory.load(b_addr, 2)))
143 s_match = s_cmp.copy()
162 s_match = s_cmp.copy()
194 s_match = s.copy()
249 s_match = s.copy()
269 s_match = s.copy()
449 s_match = s.copy()
557 s_match = s.copy()
718 s_match = s.copy()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/regex-automata-0.1.8/src/
H A Dnfa.rs854 s_match(), in compile_unanchored_prefix()
861 s_match(), in compile_empty()
869 s_match(), in compile_literal()
874 s_match(), in compile_literal()
880 s_match(), in compile_literal()
896 s_match(), in compile_literal()
904 s_match(), in compile_class()
910 s_match(), in compile_class()
915 s_match(), in compile_class()
927 s_match(), in compile_class()
[all …]
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/regex-automata-0.1.8/src/
H A Dnfa.rs854 s_match(), in compile_unanchored_prefix()
861 s_match(), in compile_empty()
869 s_match(), in compile_literal()
874 s_match(), in compile_literal()
880 s_match(), in compile_literal()
896 s_match(), in compile_literal()
904 s_match(), in compile_class()
910 s_match(), in compile_class()
915 s_match(), in compile_class()
927 s_match(), in compile_class()
[all …]
/dports/devel/dtool/dtool-0.11.0/cargo-crates/regex-automata-0.1.8/src/
H A Dnfa.rs854 s_match(), in compile_unanchored_prefix()
861 s_match(), in compile_empty()
869 s_match(), in compile_literal()
874 s_match(), in compile_literal()
880 s_match(), in compile_literal()
896 s_match(), in compile_literal()
904 s_match(), in compile_class()
910 s_match(), in compile_class()
915 s_match(), in compile_class()
927 s_match(), in compile_class()
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dcompiler.rs1037 fn s_match() -> State { in s_match() function
1063 assert_eq!(nfa.states[10], s_match()); in compile_unanchored_prefix()
1078 s_match(), in compile_unanchored_prefix()
1085 assert_eq!(build("").states, &[s_match(),]); in compile_empty()
1093 &[s_byte(b'a', 1), s_byte(b'b', 2), s_match(),] in compile_literal()
1118 &[s_range(b'a', b'z', 1), s_match(),] in compile_class()
1136 s_match(), in compile_class()
1145 s_match(), in compile_class()
1154 &[s_union(&[1, 2]), s_byte(b'a', 2), s_match(),] in compile_repetition()
1158 &[s_union(&[2, 1]), s_byte(b'a', 2), s_match(),] in compile_repetition()
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dcompiler.rs1037 fn s_match() -> State { in s_match() function
1063 assert_eq!(nfa.states[10], s_match()); in compile_unanchored_prefix()
1078 s_match(), in compile_unanchored_prefix()
1085 assert_eq!(build("").states, &[s_match(),]); in compile_empty()
1093 &[s_byte(b'a', 1), s_byte(b'b', 2), s_match(),] in compile_literal()
1118 &[s_range(b'a', b'z', 1), s_match(),] in compile_class()
1136 s_match(), in compile_class()
1145 s_match(), in compile_class()
1154 &[s_union(&[1, 2]), s_byte(b'a', 2), s_match(),] in compile_repetition()
1158 &[s_union(&[2, 1]), s_byte(b'a', 2), s_match(),] in compile_repetition()
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dcompiler.rs1037 fn s_match() -> State { in s_match() function
1063 assert_eq!(nfa.states[10], s_match()); in compile_unanchored_prefix()
1078 s_match(), in compile_unanchored_prefix()
1085 assert_eq!(build("").states, &[s_match(),]); in compile_empty()
1093 &[s_byte(b'a', 1), s_byte(b'b', 2), s_match(),] in compile_literal()
1118 &[s_range(b'a', b'z', 1), s_match(),] in compile_class()
1136 s_match(), in compile_class()
1145 s_match(), in compile_class()
1154 &[s_union(&[1, 2]), s_byte(b'a', 2), s_match(),] in compile_repetition()
1158 &[s_union(&[2, 1]), s_byte(b'a', 2), s_match(),] in compile_repetition()
[all …]
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dcompiler.rs1037 fn s_match() -> State { in s_match() function
1063 assert_eq!(nfa.states[10], s_match()); in compile_unanchored_prefix()
1078 s_match(), in compile_unanchored_prefix()
1085 assert_eq!(build("").states, &[s_match(),]); in compile_empty()
1093 &[s_byte(b'a', 1), s_byte(b'b', 2), s_match(),] in compile_literal()
1118 &[s_range(b'a', b'z', 1), s_match(),] in compile_class()
1136 s_match(), in compile_class()
1145 s_match(), in compile_class()
1154 &[s_union(&[1, 2]), s_byte(b'a', 2), s_match(),] in compile_repetition()
1158 &[s_union(&[2, 1]), s_byte(b'a', 2), s_match(),] in compile_repetition()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dcompiler.rs1037 fn s_match() -> State { in s_match() function
1063 assert_eq!(nfa.states[10], s_match()); in compile_unanchored_prefix()
1078 s_match(), in compile_unanchored_prefix()
1085 assert_eq!(build("").states, &[s_match(),]); in compile_empty()
1093 &[s_byte(b'a', 1), s_byte(b'b', 2), s_match(),] in compile_literal()
1118 &[s_range(b'a', b'z', 1), s_match(),] in compile_class()
1136 s_match(), in compile_class()
1145 s_match(), in compile_class()
1154 &[s_union(&[1, 2]), s_byte(b'a', 2), s_match(),] in compile_repetition()
1158 &[s_union(&[2, 1]), s_byte(b'a', 2), s_match(),] in compile_repetition()
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dcompiler.rs1037 fn s_match() -> State { in s_match() function
1063 assert_eq!(nfa.states[10], s_match()); in compile_unanchored_prefix()
1078 s_match(), in compile_unanchored_prefix()
1085 assert_eq!(build("").states, &[s_match(),]); in compile_empty()
1093 &[s_byte(b'a', 1), s_byte(b'b', 2), s_match(),] in compile_literal()
1118 &[s_range(b'a', b'z', 1), s_match(),] in compile_class()
1136 s_match(), in compile_class()
1145 s_match(), in compile_class()
1154 &[s_union(&[1, 2]), s_byte(b'a', 2), s_match(),] in compile_repetition()
1158 &[s_union(&[2, 1]), s_byte(b'a', 2), s_match(),] in compile_repetition()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dcompiler.rs1037 fn s_match() -> State { in s_match() function
1063 assert_eq!(nfa.states[10], s_match()); in compile_unanchored_prefix()
1078 s_match(), in compile_unanchored_prefix()
1085 assert_eq!(build("").states, &[s_match(),]); in compile_empty()
1093 &[s_byte(b'a', 1), s_byte(b'b', 2), s_match(),] in compile_literal()
1118 &[s_range(b'a', b'z', 1), s_match(),] in compile_class()
1136 s_match(), in compile_class()
1145 s_match(), in compile_class()
1154 &[s_union(&[1, 2]), s_byte(b'a', 2), s_match(),] in compile_repetition()
1158 &[s_union(&[2, 1]), s_byte(b'a', 2), s_match(),] in compile_repetition()
[all …]
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/regex-automata-0.1.9/src/nfa/
H A Dcompiler.rs1037 fn s_match() -> State { in s_match() function
1063 assert_eq!(nfa.states[10], s_match()); in compile_unanchored_prefix()
1078 s_match(), in compile_unanchored_prefix()
1085 assert_eq!(build("").states, &[s_match(),]); in compile_empty()
1093 &[s_byte(b'a', 1), s_byte(b'b', 2), s_match(),] in compile_literal()
1118 &[s_range(b'a', b'z', 1), s_match(),] in compile_class()
1136 s_match(), in compile_class()
1145 s_match(), in compile_class()
1154 &[s_union(&[1, 2]), s_byte(b'a', 2), s_match(),] in compile_repetition()
1158 &[s_union(&[2, 1]), s_byte(b'a', 2), s_match(),] in compile_repetition()
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dcompiler.rs1037 fn s_match() -> State { in s_match() function
1063 assert_eq!(nfa.states[10], s_match()); in compile_unanchored_prefix()
1078 s_match(), in compile_unanchored_prefix()
1085 assert_eq!(build("").states, &[s_match(),]); in compile_empty()
1093 &[s_byte(b'a', 1), s_byte(b'b', 2), s_match(),] in compile_literal()
1118 &[s_range(b'a', b'z', 1), s_match(),] in compile_class()
1136 s_match(), in compile_class()
1145 s_match(), in compile_class()
1154 &[s_union(&[1, 2]), s_byte(b'a', 2), s_match(),] in compile_repetition()
1158 &[s_union(&[2, 1]), s_byte(b'a', 2), s_match(),] in compile_repetition()
[all …]
/dports/devel/grex/grex-1.3.0/cargo-crates/regex-automata-0.1.9/src/nfa/
H A Dcompiler.rs1037 fn s_match() -> State { in s_match() function
1063 assert_eq!(nfa.states[10], s_match()); in compile_unanchored_prefix()
1078 s_match(), in compile_unanchored_prefix()
1085 assert_eq!(build("").states, &[s_match(),]); in compile_empty()
1093 &[s_byte(b'a', 1), s_byte(b'b', 2), s_match(),] in compile_literal()
1118 &[s_range(b'a', b'z', 1), s_match(),] in compile_class()
1136 s_match(), in compile_class()
1145 s_match(), in compile_class()
1154 &[s_union(&[1, 2]), s_byte(b'a', 2), s_match(),] in compile_repetition()
1158 &[s_union(&[2, 1]), s_byte(b'a', 2), s_match(),] in compile_repetition()
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/regex-automata-0.1.9/src/nfa/
H A Dcompiler.rs1037 fn s_match() -> State { in s_match() function
1063 assert_eq!(nfa.states[10], s_match()); in compile_unanchored_prefix()
1078 s_match(), in compile_unanchored_prefix()
1085 assert_eq!(build("").states, &[s_match(),]); in compile_empty()
1093 &[s_byte(b'a', 1), s_byte(b'b', 2), s_match(),] in compile_literal()
1118 &[s_range(b'a', b'z', 1), s_match(),] in compile_class()
1136 s_match(), in compile_class()
1145 s_match(), in compile_class()
1154 &[s_union(&[1, 2]), s_byte(b'a', 2), s_match(),] in compile_repetition()
1158 &[s_union(&[2, 1]), s_byte(b'a', 2), s_match(),] in compile_repetition()
[all …]
/dports/devel/git-delta/delta-0.9.2/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dcompiler.rs1037 fn s_match() -> State { in s_match() function
1063 assert_eq!(nfa.states[10], s_match()); in compile_unanchored_prefix()
1078 s_match(), in compile_unanchored_prefix()
1085 assert_eq!(build("").states, &[s_match(),]); in compile_empty()
1093 &[s_byte(b'a', 1), s_byte(b'b', 2), s_match(),] in compile_literal()
1118 &[s_range(b'a', b'z', 1), s_match(),] in compile_class()
1136 s_match(), in compile_class()
1145 s_match(), in compile_class()
1154 &[s_union(&[1, 2]), s_byte(b'a', 2), s_match(),] in compile_repetition()
1158 &[s_union(&[2, 1]), s_byte(b'a', 2), s_match(),] in compile_repetition()
[all …]
/dports/editors/helix/helix-0.5.0/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dcompiler.rs1037 fn s_match() -> State { in s_match() function
1063 assert_eq!(nfa.states[10], s_match()); in compile_unanchored_prefix()
1078 s_match(), in compile_unanchored_prefix()
1085 assert_eq!(build("").states, &[s_match(),]); in compile_empty()
1093 &[s_byte(b'a', 1), s_byte(b'b', 2), s_match(),] in compile_literal()
1118 &[s_range(b'a', b'z', 1), s_match(),] in compile_class()
1136 s_match(), in compile_class()
1145 s_match(), in compile_class()
1154 &[s_union(&[1, 2]), s_byte(b'a', 2), s_match(),] in compile_repetition()
1158 &[s_union(&[2, 1]), s_byte(b'a', 2), s_match(),] in compile_repetition()
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dcompiler.rs1037 fn s_match() -> State { in s_match() function
1063 assert_eq!(nfa.states[10], s_match()); in compile_unanchored_prefix()
1078 s_match(), in compile_unanchored_prefix()
1085 assert_eq!(build("").states, &[s_match(),]); in compile_empty()
1093 &[s_byte(b'a', 1), s_byte(b'b', 2), s_match(),] in compile_literal()
1118 &[s_range(b'a', b'z', 1), s_match(),] in compile_class()
1136 s_match(), in compile_class()
1145 s_match(), in compile_class()
1154 &[s_union(&[1, 2]), s_byte(b'a', 2), s_match(),] in compile_repetition()
1158 &[s_union(&[2, 1]), s_byte(b'a', 2), s_match(),] in compile_repetition()
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/regex-automata/src/nfa/
H A Dcompiler.rs1037 fn s_match() -> State { in s_match() function
1063 assert_eq!(nfa.states[10], s_match()); in compile_unanchored_prefix()
1078 s_match(), in compile_unanchored_prefix()
1085 assert_eq!(build("").states, &[s_match(),]); in compile_empty()
1093 &[s_byte(b'a', 1), s_byte(b'b', 2), s_match(),] in compile_literal()
1118 &[s_range(b'a', b'z', 1), s_match(),] in compile_class()
1136 s_match(), in compile_class()
1145 s_match(), in compile_class()
1154 &[s_union(&[1, 2]), s_byte(b'a', 2), s_match(),] in compile_repetition()
1158 &[s_union(&[2, 1]), s_byte(b'a', 2), s_match(),] in compile_repetition()
[all …]
/dports/sysutils/hexyl/hexyl-0.9.0/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dcompiler.rs1037 fn s_match() -> State { in s_match() function
1063 assert_eq!(nfa.states[10], s_match()); in compile_unanchored_prefix()
1078 s_match(), in compile_unanchored_prefix()
1085 assert_eq!(build("").states, &[s_match(),]); in compile_empty()
1093 &[s_byte(b'a', 1), s_byte(b'b', 2), s_match(),] in compile_literal()
1118 &[s_range(b'a', b'z', 1), s_match(),] in compile_class()
1136 s_match(), in compile_class()
1145 s_match(), in compile_class()
1154 &[s_union(&[1, 2]), s_byte(b'a', 2), s_match(),] in compile_repetition()
1158 &[s_union(&[2, 1]), s_byte(b'a', 2), s_match(),] in compile_repetition()
[all …]
/dports/www/rearx/rearx-0.1.4/cargo-crates/regex-automata-0.1.9/src/nfa/
H A Dcompiler.rs1037 fn s_match() -> State { in s_match() function
1063 assert_eq!(nfa.states[10], s_match()); in compile_unanchored_prefix()
1078 s_match(), in compile_unanchored_prefix()
1085 assert_eq!(build("").states, &[s_match(),]); in compile_empty()
1093 &[s_byte(b'a', 1), s_byte(b'b', 2), s_match(),] in compile_literal()
1118 &[s_range(b'a', b'z', 1), s_match(),] in compile_class()
1136 s_match(), in compile_class()
1145 s_match(), in compile_class()
1154 &[s_union(&[1, 2]), s_byte(b'a', 2), s_match(),] in compile_repetition()
1158 &[s_union(&[2, 1]), s_byte(b'a', 2), s_match(),] in compile_repetition()
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/regex-automata-0.1.9/src/nfa/
H A Dcompiler.rs1037 fn s_match() -> State { in s_match() function
1063 assert_eq!(nfa.states[10], s_match()); in compile_unanchored_prefix()
1078 s_match(), in compile_unanchored_prefix()
1085 assert_eq!(build("").states, &[s_match(),]); in compile_empty()
1093 &[s_byte(b'a', 1), s_byte(b'b', 2), s_match(),] in compile_literal()
1118 &[s_range(b'a', b'z', 1), s_match(),] in compile_class()
1136 s_match(), in compile_class()
1145 s_match(), in compile_class()
1154 &[s_union(&[1, 2]), s_byte(b'a', 2), s_match(),] in compile_repetition()
1158 &[s_union(&[2, 1]), s_byte(b'a', 2), s_match(),] in compile_repetition()
[all …]
/dports/deskutils/just/just-0.10.5/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dcompiler.rs1037 fn s_match() -> State { in s_match() function
1063 assert_eq!(nfa.states[10], s_match()); in compile_unanchored_prefix()
1078 s_match(), in compile_unanchored_prefix()
1085 assert_eq!(build("").states, &[s_match(),]); in compile_empty()
1093 &[s_byte(b'a', 1), s_byte(b'b', 2), s_match(),] in compile_literal()
1118 &[s_range(b'a', b'z', 1), s_match(),] in compile_class()
1136 s_match(), in compile_class()
1145 s_match(), in compile_class()
1154 &[s_union(&[1, 2]), s_byte(b'a', 2), s_match(),] in compile_repetition()
1158 &[s_union(&[2, 1]), s_byte(b'a', 2), s_match(),] in compile_repetition()
[all …]
/dports/databases/xls2txt/xls2txt-1222f8069428f6bcedfcccf9e80523db34c0d343/cargo-crates/regex-automata-0.1.9/src/nfa/
H A Dcompiler.rs1037 fn s_match() -> State { in s_match() function
1063 assert_eq!(nfa.states[10], s_match()); in compile_unanchored_prefix()
1078 s_match(), in compile_unanchored_prefix()
1085 assert_eq!(build("").states, &[s_match(),]); in compile_empty()
1093 &[s_byte(b'a', 1), s_byte(b'b', 2), s_match(),] in compile_literal()
1118 &[s_range(b'a', b'z', 1), s_match(),] in compile_class()
1136 s_match(), in compile_class()
1145 s_match(), in compile_class()
1154 &[s_union(&[1, 2]), s_byte(b'a', 2), s_match(),] in compile_repetition()
1158 &[s_union(&[2, 1]), s_byte(b'a', 2), s_match(),] in compile_repetition()
[all …]
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/regex-automata-0.1.10/src/nfa/
H A Dcompiler.rs1037 fn s_match() -> State { in s_match() function
1063 assert_eq!(nfa.states[10], s_match()); in compile_unanchored_prefix()
1078 s_match(), in compile_unanchored_prefix()
1085 assert_eq!(build("").states, &[s_match(),]); in compile_empty()
1093 &[s_byte(b'a', 1), s_byte(b'b', 2), s_match(),] in compile_literal()
1118 &[s_range(b'a', b'z', 1), s_match(),] in compile_class()
1136 s_match(), in compile_class()
1145 s_match(), in compile_class()
1154 &[s_union(&[1, 2]), s_byte(b'a', 2), s_match(),] in compile_repetition()
1158 &[s_union(&[2, 1]), s_byte(b'a', 2), s_match(),] in compile_repetition()
[all …]

12345