Home | History | Annotate | Download | only in Scripts

Lines Matching full:isbinary

555 #     isBinary: the value 1 if the diff is for a binary file.
588 my $isBinary;
627 $isBinary = 1;
651 $header{isBinary} = $isBinary if $isBinary;
679 # isBinary: the value 1 if the diff is for a binary file.
702 my $isBinary;
730 $isBinary = 1;
749 $header{isBinary} = $isBinary if $isBinary;
779 # isBinary: the value 1 if the diff is for a binary file.
833 # isBinary: the value 1 if the diff is for a binary file.
925 $indexPathEOL = firstEOLInFile($headerHashRef->{indexPath}) if !$headerHashRef->{isNew} && !$headerHashRef->{isBinary};
968 $diffHash{isBinary} = $headerHashRef->{isBinary} if $headerHashRef->{isBinary};