Home
last modified time | relevance | path

Searched refs:RegularExpression (Results 1 – 25 of 2847) sorted by last modified time

12345678910>>...114

/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/
H A DHelpViewer.pm683 $line = '('.quotemeta( $line).')' unless $options & fdo::RegularExpression;
816 $self-> do_find( $dir | fdo::RegularExpression);
848 $self-> {fasttrack}-> [2] | fdo::RegularExpression);
H A DEdit.pm2893 $line = '('.quotemeta( $line).')' unless $options & fdo::RegularExpression;
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/Dialog/
H A DFindDialog.pm174 if ( $self-> options & fdo::RegularExpression) {
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h3323 FDO(RegularExpression)
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/
H A DMakefile.in257 xercesc/util/regx/RegularExpression.cpp \
549 xercesc/util/regx/RegularExpression.lo \
1101 xercesc/util/regx/$(DEPDIR)/RegularExpression.Plo \
1298 xercesc/util/regx/RegularExpression.hpp \
2363 xercesc/util/regx/RegularExpression.hpp \
2467 xercesc/util/regx/RegularExpression.cpp \
2978 xercesc/util/regx/RegularExpression.lo: \
4203 @AMDEP_TRUE@@am__include@ @am__quote@xercesc/util/regx/$(DEPDIR)/RegularExpression.Plo@am__quote@ #…
4877 -rm -f xercesc/util/regx/$(DEPDIR)/RegularExpression.Plo
5246 -rm -f xercesc/util/regx/$(DEPDIR)/RegularExpression.Plo
/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/apache/
H A Dmod_shib.cpp100 using xercesc::RegularExpression;
1019 …const SPRequest& request, const Attribute* attr, const char* toMatch, RegularExpression* re) const;
1074 RegularExpression re(trans.get()); in doUser()
1197 RegularExpression re(w);
1225 …(const SPRequest& request, const Attribute* attr, const char* toMatch, RegularExpression* re) const
1273 scoped_ptr<RegularExpression> re;
1276 re.reset(new xercesc::RegularExpression(trans.get()));
/dports/devel/cmake/cmake-3.22.1/Source/CPack/
H A DcmCPackGenerator.cxx333 std::vector<cmsys::RegularExpression> ignoreFilesRegex; in InstallProjectViaInstalledDirectories()
388 for (cmsys::RegularExpression& reg : ignoreFilesRegex) { in InstallProjectViaInstalledDirectories()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmLocalGenerator.cxx3119 cmsys::RegularExpression r(regex); in AppendCompileOptions()
3139 cmsys::RegularExpression r(regex); in AppendCompileOptions()
3664 cmsys::RegularExpression var("(CMakeFiles/[^/]+.dir/)"); in GetObjectFileNameWithoutTarget()
H A DcmSystemTools.cxx175 cmsys::RegularExpression regEntry("\\[(HKEY[^]]*)\\]"); in ExpandRegistryValues()
195 cmsys::RegularExpression regEntry("\\[(HKEY[^]]*)\\]"); in ExpandRegistryValues()
1265 cmsys::RegularExpression reg(regexp.c_str()); in Glob()
3407 static const cmsys::RegularExpression bsdOsRegex("BSD.OS"); in GetSystemName()
/dports/math/vtk9/VTK-9.1.0/IO/EnSight/
H A DvtkEnSightGoldBinaryReader.cxx84 vtksys::RegularExpression regEx("^[^ ]+ ([^ ]+)"); in ReadVariableFloats()
/dports/math/py-mathics/Mathics3-2.2.0/mathics/builtin/
H A Dstrings.py441 class RegularExpression(Builtin): class
/dports/mail/spamprobe/spamprobe-1.4d/src/spamprobe/
H A DCommand_import.cc62 RegularExpression parts_expr("^(-?[0-9]+),(-?[0-9]+)(,([0-9]+))?,\"?([^\"]+)\"?$", 5); in processStream()
/dports/mail/spamprobe/spamprobe-1.4d/src/parser/
H A DMailMessageReader.cc56 RegularExpression regex("^content-length: *([0-9]+)", 2, true); in findContentLength()
H A DHtmlTokenizer.cc95 static RegularExpression url_regex(URL_REGEX, 3, true); in processTagUrls()
103 RegularExpression::MatchData match; in processTagUrls()
/dports/devel/phpunit9/
H A Dphpunit52696 final class RegularExpression
57257 use PHPUnit\Util\RegularExpression;
57314 if (RegularExpression::safeMatch($filter, '') === \false) {
70687 use PHPUnit\Framework\Constraint\RegularExpression;
73306 function matchesRegularExpression(string $pattern) : RegularExpression
73572 use PHPUnit\Framework\Constraint\RegularExpression;
74922 static::assertThat($string, new RegularExpression($pattern), $message);
74937 static::assertThat($string, new RegularExpression($pattern), $message);
75566 return new RegularExpression($pattern);
82487 use PHPUnit\Util\RegularExpression as RegularExpressionUtil;
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmSystemTools.cxx175 cmsys::RegularExpression regEntry("\\[(HKEY[^]]*)\\]"); in ExpandRegistryValues()
195 cmsys::RegularExpression regEntry("\\[(HKEY[^]]*)\\]"); in ExpandRegistryValues()
1265 cmsys::RegularExpression reg(regexp.c_str()); in Glob()
3407 static const cmsys::RegularExpression bsdOsRegex("BSD.OS"); in GetSystemName()
/dports/devel/phpunit8/
H A Dphpunit31099 final class RegularExpression
34990 use PHPUnit\Util\RegularExpression;
35047 if (RegularExpression::safeMatch($filter, '') === \false) {
40296 use PHPUnit\Framework\Constraint\RegularExpression;
42894 function matchesRegularExpression(string $pattern) : RegularExpression
43153 use PHPUnit\Framework\Constraint\RegularExpression;
44874 static::assertThat($string, new RegularExpression($pattern), $message);
45464 public static function matchesRegularExpression(string $pattern) : RegularExpression
45466 return new RegularExpression($pattern);
53629 use PHPUnit\Util\RegularExpression as RegularExpressionUtil;
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/regex/src/
H A Dre_bytes.rs15 use crate::re_trait::{self, RegularExpression, SubCapturesPosIter};
H A Dre_set.rs13 use crate::re_trait::RegularExpression;
H A Dre_trait.rs93 pub trait RegularExpression: Sized + fmt::Debug { interface
156 R: RegularExpression,
167 R: RegularExpression,
183 R: RegularExpression,
216 R: RegularExpression,
226 R: RegularExpression,
231 R: RegularExpression,
247 R: RegularExpression,
280 R: RegularExpression,
H A Dre_unicode.rs15 use crate::re_trait::{self, RegularExpression, SubCapturesPosIter};
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/esprima/esprima/
H A Dparser.py297 if token.type is Token.RegularExpression:
2285 Token.RegularExpression,
H A Dscanner.py1130 type=Token.RegularExpression,
H A Dtokenizer.py185 if token.type is Token.RegularExpression:
H A Dtoken.py36 RegularExpression = 9 variable in Token
49 TokenName[Token.RegularExpression] = "RegularExpression"

12345678910>>...114