Lines Matching refs:operation
1330 my $operation;
1333 $operation = "A";
1336 $operation = "M";
1339 $operation = "D";
1344 $operation = "C";
1347 if ($operation) {
1348 $changes{$operation} = [] unless exists $changes{$operation};
1349 push @{$changes{$operation}}, $property;
1535 while (my ($operation, $properties) = each %$propertyChanges) {
1536 my $word = $operations{$operation};