Home
last modified time | relevance | path

Searched refs:RegexSplits (Results 1 – 25 of 129) sorted by relevance

123456

/dports/misc/broot/broot-1.7.0/cargo-crates/onig-6.2.0/src/
H A Dfind.rs108 pub fn split<'r, 't>(&'r self, text: &'t str) -> RegexSplits<'r, 't> { in split()
109 RegexSplits { in split()
460 pub struct RegexSplits<'r, 't> { struct
465 impl<'r, 't> Iterator for RegexSplits<'r, 't> { argument
489 impl<'r, 't> FusedIterator for RegexSplits<'r, 't> {} implementation
498 splits: RegexSplits<'r, 't>,
H A Dlib.rs116 Captures, FindCaptures, FindMatches, RegexSplits, RegexSplitsN, SubCaptures, SubCapturesPos,
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/onig-6.2.0/src/
H A Dfind.rs108 pub fn split<'r, 't>(&'r self, text: &'t str) -> RegexSplits<'r, 't> { in split()
109 RegexSplits { in split()
460 pub struct RegexSplits<'r, 't> { struct
465 impl<'r, 't> Iterator for RegexSplits<'r, 't> { argument
489 impl<'r, 't> FusedIterator for RegexSplits<'r, 't> {} implementation
498 splits: RegexSplits<'r, 't>,
H A Dlib.rs116 Captures, FindCaptures, FindMatches, RegexSplits, RegexSplitsN, SubCaptures, SubCapturesPos,
/dports/www/xh/xh-0.14.1/cargo-crates/onig-6.2.0/src/
H A Dfind.rs108 pub fn split<'r, 't>(&'r self, text: &'t str) -> RegexSplits<'r, 't> { in split()
109 RegexSplits { in split()
460 pub struct RegexSplits<'r, 't> { struct
465 impl<'r, 't> Iterator for RegexSplits<'r, 't> { argument
489 impl<'r, 't> FusedIterator for RegexSplits<'r, 't> {} implementation
498 splits: RegexSplits<'r, 't>,
H A Dlib.rs116 Captures, FindCaptures, FindMatches, RegexSplits, RegexSplitsN, SubCaptures, SubCapturesPos,
/dports/www/zola/zola-0.15.2/cargo-crates/onig-6.3.1/src/
H A Dfind.rs108 pub fn split<'r, 't>(&'r self, text: &'t str) -> RegexSplits<'r, 't> { in split()
109 RegexSplits { in split()
460 pub struct RegexSplits<'r, 't> { struct
465 impl<'r, 't> Iterator for RegexSplits<'r, 't> { argument
489 impl<'r, 't> FusedIterator for RegexSplits<'r, 't> {} implementation
498 splits: RegexSplits<'r, 't>,
H A Dlib.rs116 Captures, FindCaptures, FindMatches, RegexSplits, RegexSplitsN, SubCaptures, SubCapturesPos,
/dports/devel/git-delta/delta-0.9.2/cargo-crates/onig-6.1.1/src/
H A Dfind.rs108 pub fn split<'r, 't>(&'r self, text: &'t str) -> RegexSplits<'r, 't> { in split()
109 RegexSplits { in split()
440 pub struct RegexSplits<'r, 't> { struct
445 impl<'r, 't> Iterator for RegexSplits<'r, 't> { implementation
476 splits: RegexSplits<'r, 't>,
H A Dlib.rs116 Captures, FindCaptures, FindMatches, RegexSplits, RegexSplitsN, SubCaptures, SubCapturesPos,
/dports/sysutils/vector/vector-0.10.0/cargo-crates/onig-4.3.3/src/
H A Dfind.rs107 pub fn split<'r, 't>(&'r self, text: &'t str) -> RegexSplits<'r, 't> { in split()
108 RegexSplits { in split()
440 pub struct RegexSplits<'r, 't> { struct
445 impl<'r, 't> Iterator for RegexSplits<'r, 't> { argument
476 splits: RegexSplits<'r, 't>,
H A Dlib.rs117 pub use find::{Captures, FindCaptures, FindMatches, RegexSplits, RegexSplitsN, SubCaptures,
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/onig-4.3.2/src/
H A Dfind.rs107 pub fn split<'r, 't>(&'r self, text: &'t str) -> RegexSplits<'r, 't> { in split()
108 RegexSplits { in split()
440 pub struct RegexSplits<'r, 't> { struct
445 impl<'r, 't> Iterator for RegexSplits<'r, 't> { implementation
476 splits: RegexSplits<'r, 't>,
H A Dlib.rs118 pub use find::{Captures, FindCaptures, FindMatches, RegexSplits, RegexSplitsN, SubCaptures,
/dports/textproc/bat/bat-0.18.3/cargo-crates/onig-6.1.1/src/
H A Dfind.rs108 pub fn split<'r, 't>(&'r self, text: &'t str) -> RegexSplits<'r, 't> { in split()
109 RegexSplits { in split()
440 pub struct RegexSplits<'r, 't> { struct
445 impl<'r, 't> Iterator for RegexSplits<'r, 't> { argument
476 splits: RegexSplits<'r, 't>,
H A Dlib.rs116 Captures, FindCaptures, FindMatches, RegexSplits, RegexSplitsN, SubCaptures, SubCapturesPos,
/dports/net/rabbiteer/rabbiteer-rs-c881238/cargo-crates/regex-0.1.80/src/
H A Dre_unicode.rs439 pub fn split<'r, 't>(&'r self, text: &'t str) -> RegexSplits<'r, 't> { in split()
440 RegexSplits { in split()
773 pub struct RegexSplits<'r, 't> { struct
778 impl<'r, 't> Iterator for RegexSplits<'r, 't> { argument
809 splits: RegexSplits<'r, 't>,
H A Dlib.rs471 Replacer, NoExpand, RegexSplits, RegexSplitsN,
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/regex-0.2.2/
H A DCHANGELOG.md122 for its new name. For example, `RegexSplits` has been renamed to `Split`.
/dports/textproc/xsv-rs/xsv-0.13.0/cargo-crates/regex-1.0.0/
H A DCHANGELOG.md323 for its new name. For example, `RegexSplits` has been renamed to `Split`.
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/regex/
H A DCHANGELOG.md370 for its new name. For example, `RegexSplits` has been renamed to `Split`.
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/regex-1.1.7/
H A DCHANGELOG.md514 for its new name. For example, `RegexSplits` has been renamed to `Split`.
/dports/editors/parinfer-rust/parinfer-rust-0.4.3/cargo-crates/regex-1.1.7/
H A DCHANGELOG.md514 for its new name. For example, `RegexSplits` has been renamed to `Split`.
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/regex-1.1.9/
H A DCHANGELOG.md543 for its new name. For example, `RegexSplits` has been renamed to `Split`.
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/regex-1.2.0/
H A DCHANGELOG.md550 for its new name. For example, `RegexSplits` has been renamed to `Split`.

123456