Lines Matching refs:property
1315 my $property = $1;
1316 if (exists $addedProperties{$property}) {
1328 if (/^Property changes on:/) {
1331 my $property;
1334 $property = $1;
1337 $property = $1;
1340 $property = $1;
1343 # of property change.
1345 $property = $1;
1349 push @{$changes{$operation}}, $property;
1537 my $list = pluralizeAndList("property", "properties", @$properties);