Lines Matching refs:operation
1393 my $operation;
1396 $operation = "A";
1399 $operation = "M";
1402 $operation = "D";
1407 $operation = "C";
1410 if ($operation) {
1411 $changes{$operation} = [] unless exists $changes{$operation};
1412 push @{$changes{$operation}}, $property;
1598 while (my ($operation, $properties) = each %$propertyChanges) {
1599 my $word = $operations{$operation};