Searched refs:parseSvnProperty (Results 1 – 4 of 4) sorted by relevance
736 my @got = VCSUtils::parseSvnProperty($fileHandle, $line);
1060 ($propertyHashRef, $_) = parseSvnProperty($fileHandle, $_);1094 sub parseSvnProperty($$) subroutine
161 - Removed FIXME comment above function parseSvnProperty, since776 Adds function VCSUtils::parseSvnProperty to parse an SVN property with780 - Added function parseSvnProperty. We will use this function783 it is being used by parseSvnProperty.788 * Scripts/webkitperl/VCSUtils_unittest/parseSvnProperty.pl: Added.
21939 - Modified parseSvnProperty() to recognize "Merged" and21946 * Scripts/webkitperl/VCSUtils_unittest/parseSvnProperty.pl:23407 * Scripts/webkitperl/VCSUtils_unittest/parseSvnProperty.pl:23452 * Scripts/webkitperl/VCSUtils_unittest/parseSvnProperty.pl: