Home
last modified time | relevance | path

Searched refs:strRegExp (Results 1 – 3 of 3) sorted by relevance

/dports/databases/pgbackrest/pgbackrest-release-2.35/test/lib/pgBackRestTest/Common/
H A DContainerTest.pm315 my $strRegExp = '^' . containerRepo();
319 $strRegExp .= "\:${strVm}-";
323 imageRemove("${strRegExp}.*");
611 my $strRegExp = shift;
615 if ($strContainer =~ $strRegExp)
631 my $strRegExp = shift;
635 if ($strImage =~ $strRegExp)
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/lib/pgBackRestTest/Module/Mock/
H A DMockAllTest.pm72 my $strRegExp = ($bAnchor ? '^' : '') . $strDateTimeRegExp . 'F';
80 $strRegExp .= "(\\_";
85 $strRegExp .= "\\_";
89 $strRegExp .= $strDateTimeRegExp;
94 $strRegExp .= '(D|I)';
99 $strRegExp .= 'D';
104 $strRegExp .= 'I';
110 $strRegExp .= '){0,1}';
115 $strRegExp .= $bAnchor ? "\$" : '';
121 {name => 'strRegExp', value => $strRegExp}
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DFileItem.cpp2845 std::vector<std::string>::const_iterator strRegExp = strStackRegExps.begin(); in StackFiles() local
2846 while (strRegExp != strStackRegExps.end()) in StackFiles()
2848 if (tmpRegExp.RegComp(*strRegExp)) in StackFiles()
2853 … CLog::Log(LOGERROR, "Invalid video stack RE (%s). Must have 4 captures.", strRegExp->c_str()); in StackFiles()
2855 strRegExp++; in StackFiles()
3778 std::vector<std::string>::const_iterator strRegExp = strMatchRegExps.begin(); in FindTrailer() local
3779 while (strRegExp != strMatchRegExps.end()) in FindTrailer()
3781 if (tmpRegExp.RegComp(*strRegExp)) in FindTrailer()
3785 strRegExp++; in FindTrailer()