Home
last modified time | relevance | path

Searched refs:Grep (Results 1 – 25 of 4343) sorted by relevance

12345678910>>...174

/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/include/kernel/signaldata/
H A DSumaImpl.hpp28 friend struct Grep;
61 friend struct Grep;
76 friend struct Grep;
149 friend struct Grep;
216 friend struct Grep;
235 friend struct Grep;
255 friend struct Grep;
274 friend struct Grep;
288 friend struct Grep;
342 friend struct Grep;
[all …]
H A DGrepImpl.hpp38 friend class Grep;
93 friend class Grep;
118 friend class Grep;
144 friend class Grep;
264 friend class Grep;
287 friend class Grep;
313 friend class Grep;
431 friend class Grep;
455 friend class Grep;
596 friend class Grep;
[all …]
/dports/mail/p5-Mail-Box/Mail-Box-3.009/t/
H A D220search-grep.t11 use Mail::Box::Search::Grep;
36 my $grep1 = Mail::Box::Search::Grep->new
68 my $grep2 = Mail::Box::Search::Grep->new
118 my $grep3 = Mail::Box::Search::Grep->new
148 my $grep4 = Mail::Box::Search::Grep->new
167 my $grep5 = Mail::Box::Search::Grep->new
182 my $grep6 = Mail::Box::Search::Grep->new
198 my $grep7 = Mail::Box::Search::Grep->new
213 my $grep8 = Mail::Box::Search::Grep->new
229 my $grep9 = Mail::Box::Search::Grep->new
[all …]
/dports/net/ipinfo-cli/cli-ipinfo-2.7.0/vendor/github.com/posener/script/script-1.1.5/
H A Dgrep.go11 func (s Stream) Grep(re *regexp.Regexp) Stream { func
12 return s.Modify(Grep{Re: re})
23 type Grep struct { struct
28 func (g Grep) Modify(line []byte) (modifed []byte, err error) { argument
38 func (g Grep) Name() string { argument
/dports/net/ipinfo-cli/cli-ipinfo-2.7.0/vendor/github.com/posener/script/
H A Dgrep.go11 func (s Stream) Grep(re *regexp.Regexp) Stream { func
12 return s.Modify(Grep{Re: re})
23 type Grep struct { struct
28 func (g Grep) Modify(line []byte) (modifed []byte, err error) { argument
38 func (g Grep) Name() string { argument
/dports/devel/bit/bit-1.1.2/vendor/github.com/posener/script/
H A Dgrep.go11 func (s Stream) Grep(re *regexp.Regexp) Stream { func
12 return s.Modify(Grep{Re: re})
23 type Grep struct { struct
28 func (g Grep) Modify(line []byte) (modifed []byte, err error) { argument
38 func (g Grep) Name() string { argument
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/re/
H A Dgroup.dat41 Bi ^g.*style$ Grep-Style (0,10)
42 Ei ^g.*style$ Grep-Style (0,10)
45 K ~(Bi)grep-style Grep-Style (0,10)
46 K ~(Bi)grep-style$ Grep-Style (0,10)
47 K ~(Bi)^grep-style$ Grep-Style (0,10)
48 K ~(Bi)g.*style$ Grep-Style (0,10)
49 K ~(Bi)^g.*style$ Grep-Style (0,10)
/dports/shells/ksh93/ast-93u/src/cmd/re/
H A Dgroup.dat41 Bi ^g.*style$ Grep-Style (0,10)
42 Ei ^g.*style$ Grep-Style (0,10)
45 K ~(Bi)grep-style Grep-Style (0,10)
46 K ~(Bi)grep-style$ Grep-Style (0,10)
47 K ~(Bi)^grep-style$ Grep-Style (0,10)
48 K ~(Bi)g.*style$ Grep-Style (0,10)
49 K ~(Bi)^g.*style$ Grep-Style (0,10)
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/re/
H A Dgroup.dat41 Bi ^g.*style$ Grep-Style (0,10)
42 Ei ^g.*style$ Grep-Style (0,10)
45 K ~(Bi)grep-style Grep-Style (0,10)
46 K ~(Bi)grep-style$ Grep-Style (0,10)
47 K ~(Bi)^grep-style$ Grep-Style (0,10)
48 K ~(Bi)g.*style$ Grep-Style (0,10)
49 K ~(Bi)^g.*style$ Grep-Style (0,10)
/dports/math/R-cran-lava/lava/man/
H A DGrep.Rd2 % Please edit documentation in R/Grep.R
3 \name{Grep}
4 \alias{Grep}
7 Grep(x, pattern, subset = TRUE, ignore.case = TRUE, ...)
29 head(Grep(iris,"(len)|(sp)"))
/dports/devel/p5-POE/POE-1.368/t/10_units/05_filters/
H A D02_grep.t31 eval { $filter = POE::Filter::Grep->new(@args); };
37 my $filter = POE::Filter::Grep->new(
53 my $filter = POE::Filter::Grep->new(Code => sub { /(\w)/ });
68 my $filter = POE::Filter::Grep->new( Get => sub { /1/ }, Put => sub { /1/ } );
97 my $grep = POE::Filter::Grep->new( Code => sub { $_ & 1 } );
/dports/devel/hadoop/hadoop-1.2.1/src/examples/org/apache/hadoop/examples/
H A DGrep.java34 public class Grep extends Configured implements Tool { class
35 private Grep() {} // singleton in Grep() method in Grep
48 JobConf grepJob = new JobConf(getConf(), Grep.class); in run()
71 JobConf sortJob = new JobConf(getConf(), Grep.class); in run()
93 int res = ToolRunner.run(new Configuration(), new Grep(), args); in main()
/dports/biology/lamarc/lamarc-2.1.8/boost/regex/v4/
H A Dcregex.hpp246 unsigned int Grep(GrepCallback cb, const char* p, match_flag_type flags = match_default);
247 …unsigned int Grep(GrepCallback cb, const std::string& s, match_flag_type flags = match_default) { … in Grep() function in boost::RegEx
248 …unsigned int Grep(std::vector<std::string>& v, const char* p, match_flag_type flags = match_defaul…
249 …unsigned int Grep(std::vector<std::string>& v, const std::string& s, match_flag_type flags = match… in Grep() function in boost::RegEx
250 …unsigned int Grep(std::vector<std::size_t>& v, const char* p, match_flag_type flags = match_defaul…
251 …unsigned int Grep(std::vector<std::size_t>& v, const std::string& s, match_flag_type flags = match… in Grep() function in boost::RegEx
/dports/devel/boost-docs/boost_1_72_0/boost/regex/v4/
H A Dcregex.hpp268 unsigned int Grep(GrepCallback cb, const char* p, match_flag_type flags = match_default);
269 …unsigned int Grep(GrepCallback cb, const std::string& s, match_flag_type flags = match_default) { … in Grep() function in boost::RegEx
270 …unsigned int Grep(std::vector<std::string>& v, const char* p, match_flag_type flags = match_defaul…
271 …unsigned int Grep(std::vector<std::string>& v, const std::string& s, match_flag_type flags = match… in Grep() function in boost::RegEx
272 …unsigned int Grep(std::vector<std::size_t>& v, const char* p, match_flag_type flags = match_defaul…
273 …unsigned int Grep(std::vector<std::size_t>& v, const std::string& s, match_flag_type flags = match… in Grep() function in boost::RegEx
/dports/devel/hyperscan/boost_1_75_0/boost/regex/v4/
H A Dcregex.hpp268 unsigned int Grep(GrepCallback cb, const char* p, match_flag_type flags = match_default);
269 …unsigned int Grep(GrepCallback cb, const std::string& s, match_flag_type flags = match_default) { … in Grep() function in boost::RegEx
270 …unsigned int Grep(std::vector<std::string>& v, const char* p, match_flag_type flags = match_defaul…
271 …unsigned int Grep(std::vector<std::string>& v, const std::string& s, match_flag_type flags = match… in Grep() function in boost::RegEx
272 …unsigned int Grep(std::vector<std::size_t>& v, const char* p, match_flag_type flags = match_defaul…
273 …unsigned int Grep(std::vector<std::size_t>& v, const std::string& s, match_flag_type flags = match… in Grep() function in boost::RegEx
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/regex/v4/
H A Dcregex.hpp268 unsigned int Grep(GrepCallback cb, const char* p, match_flag_type flags = match_default);
269 …unsigned int Grep(GrepCallback cb, const std::string& s, match_flag_type flags = match_default) { … in Grep() function in boost::RegEx
270 …unsigned int Grep(std::vector<std::string>& v, const char* p, match_flag_type flags = match_defaul…
271 …unsigned int Grep(std::vector<std::string>& v, const std::string& s, match_flag_type flags = match… in Grep() function in boost::RegEx
272 …unsigned int Grep(std::vector<std::size_t>& v, const char* p, match_flag_type flags = match_defaul…
273 …unsigned int Grep(std::vector<std::size_t>& v, const std::string& s, match_flag_type flags = match… in Grep() function in boost::RegEx
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/regex/v4/
H A Dcregex.hpp268 unsigned int Grep(GrepCallback cb, const char* p, match_flag_type flags = match_default);
269 …unsigned int Grep(GrepCallback cb, const std::string& s, match_flag_type flags = match_default) { … in Grep() function in boost::RegEx
270 …unsigned int Grep(std::vector<std::string>& v, const char* p, match_flag_type flags = match_defaul…
271 …unsigned int Grep(std::vector<std::string>& v, const std::string& s, match_flag_type flags = match… in Grep() function in boost::RegEx
272 …unsigned int Grep(std::vector<std::size_t>& v, const char* p, match_flag_type flags = match_defaul…
273 …unsigned int Grep(std::vector<std::size_t>& v, const std::string& s, match_flag_type flags = match… in Grep() function in boost::RegEx
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/regex/v4/
H A Dcregex.hpp268 unsigned int Grep(GrepCallback cb, const char* p, match_flag_type flags = match_default);
269 …unsigned int Grep(GrepCallback cb, const std::string& s, match_flag_type flags = match_default) { … in Grep() function in boost::RegEx
270 …unsigned int Grep(std::vector<std::string>& v, const char* p, match_flag_type flags = match_defaul…
271 …unsigned int Grep(std::vector<std::string>& v, const std::string& s, match_flag_type flags = match… in Grep() function in boost::RegEx
272 …unsigned int Grep(std::vector<std::size_t>& v, const char* p, match_flag_type flags = match_defaul…
273 …unsigned int Grep(std::vector<std::size_t>& v, const std::string& s, match_flag_type flags = match… in Grep() function in boost::RegEx
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/regex/v4/
H A Dcregex.hpp268 unsigned int Grep(GrepCallback cb, const char* p, match_flag_type flags = match_default);
269 …unsigned int Grep(GrepCallback cb, const std::string& s, match_flag_type flags = match_default) { … in Grep() function in boost::RegEx
270 …unsigned int Grep(std::vector<std::string>& v, const char* p, match_flag_type flags = match_defaul…
271 …unsigned int Grep(std::vector<std::string>& v, const std::string& s, match_flag_type flags = match… in Grep() function in boost::RegEx
272 …unsigned int Grep(std::vector<std::size_t>& v, const char* p, match_flag_type flags = match_defaul…
273 …unsigned int Grep(std::vector<std::size_t>& v, const std::string& s, match_flag_type flags = match… in Grep() function in boost::RegEx
/dports/databases/xtrabackup/boost_1_59_0/boost/regex/v4/
H A Dcregex.hpp268 unsigned int Grep(GrepCallback cb, const char* p, match_flag_type flags = match_default);
269 …unsigned int Grep(GrepCallback cb, const std::string& s, match_flag_type flags = match_default) { … in Grep() function in boost::RegEx
270 …unsigned int Grep(std::vector<std::string>& v, const char* p, match_flag_type flags = match_defaul…
271 …unsigned int Grep(std::vector<std::string>& v, const std::string& s, match_flag_type flags = match… in Grep() function in boost::RegEx
272 …unsigned int Grep(std::vector<std::size_t>& v, const char* p, match_flag_type flags = match_defaul…
273 …unsigned int Grep(std::vector<std::size_t>& v, const std::string& s, match_flag_type flags = match… in Grep() function in boost::RegEx
/dports/databases/percona57-server/boost_1_59_0/boost/regex/v4/
H A Dcregex.hpp268 unsigned int Grep(GrepCallback cb, const char* p, match_flag_type flags = match_default);
269 …unsigned int Grep(GrepCallback cb, const std::string& s, match_flag_type flags = match_default) { … in Grep() function in boost::RegEx
270 …unsigned int Grep(std::vector<std::string>& v, const char* p, match_flag_type flags = match_defaul…
271 …unsigned int Grep(std::vector<std::string>& v, const std::string& s, match_flag_type flags = match… in Grep() function in boost::RegEx
272 …unsigned int Grep(std::vector<std::size_t>& v, const char* p, match_flag_type flags = match_defaul…
273 …unsigned int Grep(std::vector<std::size_t>& v, const std::string& s, match_flag_type flags = match… in Grep() function in boost::RegEx
/dports/databases/percona57-client/boost_1_59_0/boost/regex/v4/
H A Dcregex.hpp268 unsigned int Grep(GrepCallback cb, const char* p, match_flag_type flags = match_default);
269 …unsigned int Grep(GrepCallback cb, const std::string& s, match_flag_type flags = match_default) { … in Grep() function in boost::RegEx
270 …unsigned int Grep(std::vector<std::string>& v, const char* p, match_flag_type flags = match_defaul…
271 …unsigned int Grep(std::vector<std::string>& v, const std::string& s, match_flag_type flags = match… in Grep() function in boost::RegEx
272 …unsigned int Grep(std::vector<std::size_t>& v, const char* p, match_flag_type flags = match_defaul…
273 …unsigned int Grep(std::vector<std::size_t>& v, const std::string& s, match_flag_type flags = match… in Grep() function in boost::RegEx
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/regex/v4/
H A Dcregex.hpp268 unsigned int Grep(GrepCallback cb, const char* p, match_flag_type flags = match_default);
269 …unsigned int Grep(GrepCallback cb, const std::string& s, match_flag_type flags = match_default) { … in Grep() function in boost::RegEx
270 …unsigned int Grep(std::vector<std::string>& v, const char* p, match_flag_type flags = match_defaul…
271 …unsigned int Grep(std::vector<std::string>& v, const std::string& s, match_flag_type flags = match… in Grep() function in boost::RegEx
272 …unsigned int Grep(std::vector<std::size_t>& v, const char* p, match_flag_type flags = match_defaul…
273 …unsigned int Grep(std::vector<std::size_t>& v, const std::string& s, match_flag_type flags = match… in Grep() function in boost::RegEx
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/regex/v4/
H A Dcregex.hpp268 unsigned int Grep(GrepCallback cb, const char* p, match_flag_type flags = match_default);
269 …unsigned int Grep(GrepCallback cb, const std::string& s, match_flag_type flags = match_default) { … in Grep() function in boost::RegEx
270 …unsigned int Grep(std::vector<std::string>& v, const char* p, match_flag_type flags = match_defaul…
271 …unsigned int Grep(std::vector<std::string>& v, const std::string& s, match_flag_type flags = match… in Grep() function in boost::RegEx
272 …unsigned int Grep(std::vector<std::size_t>& v, const char* p, match_flag_type flags = match_defaul…
273 …unsigned int Grep(std::vector<std::size_t>& v, const std::string& s, match_flag_type flags = match… in Grep() function in boost::RegEx
/dports/devel/libcutl/libcutl-1.10.0/cutl/details/boost/regex/v4/
H A Dcregex.hpp268 unsigned int Grep(GrepCallback cb, const char* p, match_flag_type flags = match_default);
269 …unsigned int Grep(GrepCallback cb, const std::string& s, match_flag_type flags = match_default) { … in Grep() function in cutl_details_boost::RegEx
270 …unsigned int Grep(std::vector<std::string>& v, const char* p, match_flag_type flags = match_defaul…
271 …unsigned int Grep(std::vector<std::string>& v, const std::string& s, match_flag_type flags = match… in Grep() function in cutl_details_boost::RegEx
272 …unsigned int Grep(std::vector<std::size_t>& v, const char* p, match_flag_type flags = match_defaul…
273 …unsigned int Grep(std::vector<std::size_t>& v, const std::string& s, match_flag_type flags = match… in Grep() function in cutl_details_boost::RegEx

12345678910>>...174