Home
last modified time | relevance | path

Searched refs:VersionMatcher (Results 1 – 7 of 7) sorted by relevance

/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/src/cmd/matcher/
H A Dversion.rs9 pub struct VersionMatcher<'a> { struct
13 impl<'a: 'b, 'b> VersionMatcher<'a> { implementation
24 impl<'a> Matcher<'a> for VersionMatcher<'a> { implementation
28 .map(|matches| VersionMatcher { matches }) in with()
H A Dmod.rs28 pub use self::version::VersionMatcher;
/dports/security/vxquery/vxquery-0.2.1/include/vuxml/
H A Dprocessors.hh43 class VersionMatcher : public EntryProcessor { class
45 VersionMatcher(std::vector<std::string> &args, EntryProcessor &proc);
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/src/action/
H A Dversion.rs6 use crate::cmd::matcher::{version::VersionMatcher, Matcher};
24 let matcher_version = VersionMatcher::with(self.cmd_matches).unwrap(); in invoke()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/src/cmd/
H A Dhandler.rs11 Matcher, ParamsMatcher, PasswordMatcher, UploadMatcher, VersionMatcher,
297 pub fn version(&'a self) -> Option<VersionMatcher> { in version() argument
298 VersionMatcher::with(&self.matches) in version()
/dports/security/vxquery/vxquery-0.2.1/
H A Dprocessors.cc65 VersionMatcher::VersionMatcher(std::vector<std::string> &args, EntryProcessor &proc) : in VersionMatcher() function in VersionMatcher
72 VersionMatcher::operator()(const Entry &entry) in operator ()()
111 void VersionMatcher::start() { proc_.start(); } in start()
112 void VersionMatcher::end() { proc_.end(); } in end()
H A Dvxquery.cc163 matcher.reset(new VersionMatcher(args, *writer)); in realmain()