OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:diffHashRef
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Tools/Scripts/
svn-unapply
111
for my $
diffHashRef
(@nonCopyDiffHashRefs) {
112
patch($
diffHashRef
);
116
for my $
diffHashRef
(@copyDiffHashRefs) {
117
patch($
diffHashRef
);
137
# $
diffHashRef
: a diff hash reference of the type returned by parsePatch().
140
my ($
diffHashRef
) = @_;
144
my $patch = $
diffHashRef
->{svnConvertedText} || "";
146
my $fullPath = $
diffHashRef
->{indexPath};
147
my $isSvnBinary = $
diffHashRef
->{isBinary} && $
diffHashRef
->{isSvn}
[
all
...]
svn-apply
153
for my $
diffHashRef
(@nonCopyDiffHashRefs) {
154
patch($
diffHashRef
);
242
my ($fullPath, $
diffHashRef
) = @_;
244
my $contents = $
diffHashRef
->{svnConvertedText};
248
my $isFileAddition = $
diffHashRef
->{isNew};
249
my $isFileDeletion = $
diffHashRef
->{isDeletion};
305
# $
diffHashRef
: a diff hash reference of the type returned by parsePatch().
308
my ($
diffHashRef
) = @_;
313
my $patch = $
diffHashRef
->{svnConvertedText} || "";
315
my $fullPath = $
diffHashRef
->{indexPath}
[
all
...]
VCSUtils.pm
[
all
...]
Completed in 20 milliseconds