Home | History | Annotate | Download | only in Scripts

Lines Matching refs:propertyValue

1117     my $propertyValue;
1128 ($propertyValue, $_) = parseSvnPropertyValue($fileHandle, $_);
1131 if (!$propertyValue) {
1161 $propertyHash{value} = $propertyValue;
1177 # Returns ($propertyValue, $lastReadLine):
1178 # $propertyValue: the value of the property.
1186 my $propertyValue;
1189 $propertyValue = $2; # Does not include the end-of-line character(s).
1209 $propertyValue .= "$eol$_";
1213 return ($propertyValue, $_);