Lines Matching refs:_

135     my ($context, $language) = @_;
151 my ($context, $language) = @_;
164 my ($context, $language) = @_;
191 my ($context, $release_data, $language) = @_;
218 my ($context, $language, $release_data) = @_;
273 my ($context, $variables) = @_;
342 my ($source_msi, $target_msi) = @_;
370 my ($source_msi, $target_msi) = @_;
401 my ($source_msi, $target_msi) = @_;
426 my ($source_msi, $target_msi) = @_;
454 my ($source_msi, $target_msi) = @_;
461 my @source_files = map {$_->GetValue("File")} @{$source_file_table->GetAllRows()};
462 my %target_file_map = map {$_->GetValue("File") => $_} @{$target_file_table->GetAllRows()};
496 my ($source_msi, $target_msi) = @_;
503 my %source_file_map = map {$_->GetValue("File") => $_} @{$source_file_table->GetAllRows()};
504 my %target_files_map = map {$_->GetValue("File") => $_} @{$target_file_table->GetAllRows()};
524 …my %source_component_map = map {$_->GetValue('Component') => $_} @{$source_component_table->GetAll…
525 …my %target_component_map = map {$_->GetValue('Component') => $_} @{$target_component_table->GetAll…
577 my ($source_msi, $target_msi) = @_;
584 …my %source_feature_map = map {$_->GetValue("Feature") => $_} @{$source_feature_table->GetAllRows()…
585 …my %target_feature_map = map {$_->GetValue("Feature") => $_} @{$target_feature_table->GetAllRows()…
660 my ($source_msi, $target_msi) = @_;
667 …my %source_component_map = map {$_->GetValue("Component") => $_} @{$source_component_table->GetAll…
668 …my %target_component_map = map {$_->GetValue("Component") => $_} @{$target_component_table->GetAll…
720 my ($msi, $table_name, $index_column) = @_;
723 my %map = map {$_->GetValue($index_column) => $_} @{$table->GetAllRows()};
737 my ($source_msi, $target_msi) = @_;
836 my ($source_msi, $target_msi, $variables) = @_;
843 …my %source_component_map = map {$_->GetValue("Component") => $_} @{$source_component_table->GetAll…
844 …my %target_component_map = map {$_->GetValue("Component") => $_} @{$target_component_table->GetAll…
895 my ($source_msi, $target_msi) = @_;
902 my %source_file_map = map {$_->GetValue("File") => $_} @{$source_file_table->GetAllRows()};
903 my %target_file_map = map {$_->GetValue("File") => $_} @{$target_file_table->GetAllRows()};
953 my ($source_msi, $target_msi) = @_;
997 my ($source_msi, $target_msi) = @_;
1000 my %sequence_numbers = map {$_->GetValue("Sequence") => $_} @{$target_file_table->GetAllRows()};
1051 my ($source_msi, $target_msi, $product_name) = @_;
1061 …my %source_registry_map = map {$_->GetValue($registry_index) => $_} @{$source_registry_table->GetA…
1062 …my %target_registry_map = map {$_->GetValue($registry_index) => $_} @{$target_registry_table->GetA…
1102 my ($source_msi, $target_msi) = @_;
1109 …my %source_component_map = map {$_->GetValue("Component") => $_} @{$source_component_table->GetAll…
1110 …my %target_component_map = map {$_->GetValue("Component") => $_} @{$target_component_table->GetAll…
1157 my ($table, $key, $map, $what, $report_key) = @_;
1185 my ($msi) = @_;
1196 my %feature_map = map {$_->GetValue("Feature") => $_} @{$feature_table->GetAllRows()};
1197 my %component_map = map {$_->GetValue("Component") => $_} @{$component_table->GetAllRows()};
1198 my %directory_map = map {$_->GetValue("Directory") => $_} @{$directory_table->GetAllRows()};
1282 my ($source_msi, $target_msi, $variables, $product_name) = @_;
1375 my ($pcp, $source_msi, $target_msi) = @_;
1425 my ($pcp, $msp_filename) = @_;
1470 my ($pcp) = @_;
1486 my ($pcp, $target_msi_path) = @_;
1502 my ($pcp, $source_msi_path) = @_;
1519 my ($pcp, %data) = @_;
1548 %additional_values) = @_;
1608 my ($log_path, $log_filename, $log_basename, $new_title) = @_;
1639 print $out $_;
1663 my ($pcp) = @_;
1713 my ($context, $variables, $language) = @_;
1777 my ($context, $variables) = @_;
1797 my %no_ms_lang_locale_map = map {$_=>1} @installer::globals::noMSLocaleLangs;
1866 my ($context, $variables) = @_;
1879 my %no_ms_lang_locale_map = map {$_=>1} @installer::globals::noMSLocaleLangs;
1923 my ($context, $variables) = @_;
1938 my %no_ms_lang_locale_map = map {$_=>1} @installer::globals::noMSLocaleLangs;
2011 my($response,$agent,$h,$data)=@_;
2024 my ($language, $exe_filename, $msi) = @_;
2057 my ($context, $language, $exe_basename) = @_;
2090 my ($context, $language, $exe_basename, $url_template) = @_;
2132 my ($context, $variables) = @_;
2141 my %version_hash = map {$_=>1} @{$releases_list->{'releases'}};