Home
last modified time | relevance | path

Searched refs:RegexUpdate (Results 1 – 6 of 6) sorted by relevance

/dports/devel/cmake-gui/cmake-3.22.1/Source/CTest/
H A DcmCTestBZR.cxx295 this->RegexUpdate.compile("^([-+R?XCP ])([NDKM ])([* ]) +(.+)$"); in UpdateParser()
300 cmsys::RegularExpression RegexUpdate; member in cmCTestBZR::UpdateParser
335 if (this->RegexUpdate.find(this->Line)) { in ProcessLine()
336 this->DoPath(this->RegexUpdate.match(1)[0], in ProcessLine()
337 this->RegexUpdate.match(2)[0], in ProcessLine()
338 this->RegexUpdate.match(3)[0], this->RegexUpdate.match(4)); in ProcessLine()
H A DcmCTestSVN.cxx198 this->RegexUpdate.compile("^([ADUCGE ])([ADUCGE ])[B ] +(.+)$"); in UpdateParser()
203 cmsys::RegularExpression RegexUpdate; member in cmCTestSVN::UpdateParser
207 if (this->RegexUpdate.find(this->Line)) { in ProcessLine()
208 this->DoPath(this->RegexUpdate.match(1)[0], in ProcessLine()
209 this->RegexUpdate.match(2)[0], this->RegexUpdate.match(3)); in ProcessLine()
/dports/devel/cmake-doc/cmake-3.22.1/Source/CTest/
H A DcmCTestBZR.cxx295 this->RegexUpdate.compile("^([-+R?XCP ])([NDKM ])([* ]) +(.+)$"); in UpdateParser()
300 cmsys::RegularExpression RegexUpdate; member in cmCTestBZR::UpdateParser
335 if (this->RegexUpdate.find(this->Line)) { in ProcessLine()
336 this->DoPath(this->RegexUpdate.match(1)[0], in ProcessLine()
337 this->RegexUpdate.match(2)[0], in ProcessLine()
338 this->RegexUpdate.match(3)[0], this->RegexUpdate.match(4)); in ProcessLine()
H A DcmCTestSVN.cxx198 this->RegexUpdate.compile("^([ADUCGE ])([ADUCGE ])[B ] +(.+)$"); in UpdateParser()
203 cmsys::RegularExpression RegexUpdate; member in cmCTestSVN::UpdateParser
207 if (this->RegexUpdate.find(this->Line)) { in ProcessLine()
208 this->DoPath(this->RegexUpdate.match(1)[0], in ProcessLine()
209 this->RegexUpdate.match(2)[0], this->RegexUpdate.match(3)); in ProcessLine()
/dports/devel/cmake/cmake-3.22.1/Source/CTest/
H A DcmCTestBZR.cxx295 this->RegexUpdate.compile("^([-+R?XCP ])([NDKM ])([* ]) +(.+)$"); in UpdateParser()
300 cmsys::RegularExpression RegexUpdate; member in cmCTestBZR::UpdateParser
335 if (this->RegexUpdate.find(this->Line)) { in ProcessLine()
336 this->DoPath(this->RegexUpdate.match(1)[0], in ProcessLine()
337 this->RegexUpdate.match(2)[0], in ProcessLine()
338 this->RegexUpdate.match(3)[0], this->RegexUpdate.match(4)); in ProcessLine()
H A DcmCTestSVN.cxx198 this->RegexUpdate.compile("^([ADUCGE ])([ADUCGE ])[B ] +(.+)$"); in UpdateParser()
203 cmsys::RegularExpression RegexUpdate; member in cmCTestSVN::UpdateParser
207 if (this->RegexUpdate.find(this->Line)) { in ProcessLine()
208 this->DoPath(this->RegexUpdate.match(1)[0], in ProcessLine()
209 this->RegexUpdate.match(2)[0], this->RegexUpdate.match(3)); in ProcessLine()