Searched refs:replace_one_variable (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/solenv/bin/modules/installer/ |
| H A D | download.pm | 865 sub replace_one_variable subroutine 910 replace_one_variable($templatefile, "PRODUCTNAMEPLACEHOLDER", $productname); 940 replace_one_variable($templatefile, "BANNERBMPPLACEHOLDER", $$completefilenameref); 970 replace_one_variable($templatefile, "WELCOMEBMPPLACEHOLDER", $$completefilenameref); 1000 replace_one_variable($templatefile, "SETUPICOPLACEHOLDER", $$completefilenameref); 1014 replace_one_variable($templatefile, "PUBLISHERPLACEHOLDER", $publisher); 1028 replace_one_variable($templatefile, "WEBSITEPLACEHOLDER", $website); 1043 replace_one_variable($templatefile, "WINDOWSJAVAFILENAMEPLACEHOLDER", $javaversion); 1056 replace_one_variable($templatefile, "PRODUCTVERSIONPLACEHOLDER", $productversion); 1075 replace_one_variable($templatefile, "PRODUCTPATHPLACEHOLDER", $productpath); [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);
|