Home | History | Annotate | Download | only in Scripts

Lines Matching refs:Property

1378                 my $property = $1;
1379 if (exists $addedProperties{$property}) {
1391 if (/^Property changes on:/) {
1394 my $property;
1397 $property = $1;
1400 $property = $1;
1403 $property = $1;
1406 # of property change.
1408 $property = $1;
1412 push @{$changes{$operation}}, $property;
1600 my $list = pluralizeAndList("property", "properties", @$properties);