Lines Matching refs:modulename
1245 my $modulename = "";
1262 $modulename = get_language_string_from_language_block($language_block, "en-US", $replacename);
1265 return $modulename;
1304 my $modulename = "";
1305 $modulename = get_module_name_description($modulesarrayref, $onelanguage, $gid, $type);
1307 if ( $modulename eq "" )
1313 if ( $modulename eq "" ) # the modulename can also be set in the Java ulf file
1315 … $modulename = get_module_name_from_basejavafile($componentname, $javatemplateorigfile, $ulffile);
1318 if ( $modulename ne "" ) # only do something, if the modulename was found
1320 ${$xmlfile}[$i] =~ s/$componentname/$modulename/;
1322 $infoline = "Replacement in xml file (Solaris): $componentname \-\> $modulename\n";
1326 replace_component_name_in_java_file($alljavafiles, $componentname, $modulename);
1329 if ( $modulename eq "" ) # the modulename can also be set in the Java ulf file