Searched refs:replace_one_variable (Results 1 – 3 of 3) sorted by relevance
/trunk/main/solenv/bin/modules/installer/ |
H A D | download.pm | 861 sub replace_one_variable subroutine 906 replace_one_variable($templatefile, "PRODUCTNAMEPLACEHOLDER", $productname); 996 replace_one_variable($templatefile, "SETUPICOPLACEHOLDER", $$completefilenameref); 1010 replace_one_variable($templatefile, "PUBLISHERPLACEHOLDER", $publisher); 1024 replace_one_variable($templatefile, "WEBSITEPLACEHOLDER", $website); 1071 replace_one_variable($templatefile, "PRODUCTPATHPLACEHOLDER", $productpath); 1086 replace_one_variable($templatefile, "DOWNLOADNAMEPLACEHOLDER", $downloadname); 1158 replace_one_variable($templatefile, "ALLFILESPLACEHOLDER", $filestring); 1277 replace_one_variable($templatefile, "ALLLANGUAGESPLACEHOLDER", $alllangstring); 1607 replace_one_variable($templatefile, "NSISPATHPLACEHOLDER", $nsisdir); [all …]
|
H A D | javainstaller.pm | 517 sub replace_one_variable subroutine 540 replace_one_variable($xmlfile, $value, $key);
|
/trunk/main/solenv/bin/modules/installer/windows/ |
H A D | feature.pm | 199 sub replace_one_variable subroutine 220 replace_one_variable($translationfile, $value, $key);
|
Completed in 24 milliseconds