Home | History | Annotate | Download | only in Scripts

Lines Matching full:exists

1316                 if (exists $addedProperties{$property}) {
1348 $changes{$operation} = [] unless exists $changes{$operation};
1515 $description = sprintf($svn{$status}, $original) if $isSVN && exists $svn{$status};
1516 $description = sprintf($git{$status}, $original) if $isGit && exists $git{$status};