Home | History | Annotate | Download | only in Scripts

Lines Matching full:push

189                 push @{$changed_line_ranges{$file}}, [ $start, $end ];
230 push @functions, $function_range[2];
290 push @{$files{$prefix}}, $file;
317 push @prefixes, $prefixesSort{$prefixSort};
323 push @logs, File::Spec->catfile($prefix || ".", "ChangeLog");
333 push @conflictedChangeLogs, $1 if $line =~ m/^C\s+(.+?)[\r\n]*$/;
687 push @namespaces, $potential_namespace;
722 push @ranges, [ $start, $., $name ];
892 push @ranges, [ $start, ($. - 1),
902 push (@current_scopes, $name);
922 push @ranges, [ $start, $.,
1077 push(@currentScopes, join(".", @currentIdentifiers));
1094 push(@ranges, [$start, $., $currentFunction]);
1117 push(@currentFunctionNames, $currentFunction);
1118 push(@currentFunctionDepths, $bracesDepth);
1119 push(@currentFunctionStartLines, $.);
1151 push(@currentIdentifiers, $word);
1156 push(@currentFunctionNames, $currentFunction);
1157 push(@currentFunctionDepths, $bracesDepth);
1158 push(@currentFunctionStartLines, $.);
1160 push(@currentIdentifiers, $word);
1349 push @{$changes{$operation}}, $property;
1424 push @addedRegressionTests, $file
1431 push @{$changedFiles}, $file if $components[$#components] ne "ChangeLog";
1433 push @{$conflictFiles}, $file;
1597 push @args, '-1' if $commit !~ m/.+\.\..+/;