Searched refs:newstring (Results 1 – 20 of 20) sorted by relevance
/trunk/main/solenv/bin/modules/pre2par/ |
H A D | language.pm | 37 my $newstring = ""; 44 $newstring = $1; 45 $newstring =~ s/\"/\\\"/g; # masquerading all '"' in the string 46 $newstring = "\"" . $newstring . "\""; 53 if ( $newstring eq "" ) 61 $newstring = $1; 67 return $newstring; 155 my $newstring = get_language_string_from_language_block($languageblock, $language); 157 if ( $newstring eq "" ) { $newstring = "\"" . $oldstring . "\""; } 159 $oneline =~ s/$oldstring/$newstring/g;
|
/trunk/main/solenv/bin/modules/installer/ |
H A D | javainstaller.pm | 45 my $newstring = ""; 51 $newstring = $1; 56 if ( $newstring eq "" ) 64 $newstring = $1; 70 return $newstring; 117 my $newstring = ""; 154 return $newstring; 256 $newstring =~ s/\"/\\\"/g; # masquerading the " 1219 $newstring = $newname . "-install-DisplayName"; 1224 $newstring = $newname . "-uninstall-DisplayName"; [all …]
|
H A D | converter.pm | 207 my $newstring = ""; 213 $newstring = $newstring . $arrayentry . ","; 216 $newstring =~ s/\,\s*$//; 218 return $newstring; 229 my $newstring = ""; 235 $newstring = $newstring . $arrayentry . " "; 238 $newstring =~ s/\s*$//; 240 return $newstring;
|
H A D | download.pm | 1346 my $newstring = ""; 1352 $newstring = $1; 1357 if ( $newstring eq "" ) 1365 $newstring = $1; 1371 return $newstring; 1384 $newstring =~ s/\\r/\$\\r/g; # \r -> $\r in modern nsis versions 1392 ${$nshfile}[$i] =~ s/\Q$oldstring\E/$newstring/; 1397 $newstring); 1419 ${$nlffile}[$next] = $newstring . "\n"; 1425 $newstring); [all …]
|
H A D | languages.pm | 265 my $newstring = ""; 269 $newstring = $newstring . ${$languagesref}[$i] . "_"; 274 $newstring =~ s/\_\s*$//; 276 return \$newstring;
|
H A D | simplepackage.pm | 251 my $newstring = ""; 257 $newstring = $1; 262 if ( $newstring eq "" ) 270 $newstring = $1; 276 return $newstring; 299 my $newstring = get_language_string_from_language_block($language_block, $onelanguage); 302 $newstring =~ s/\\\'/\'/g; 304 replace_one_variable_in_shellscript($scriptfile, $newstring, $identifier);
|
H A D | epmfile.pm | 1027 my $newstring = $oldstring . $revisionstring; # also adding the date string 1028 ${$file}[$i] =~ s/$oldstring/$newstring/; 1032 $newstring); 1084 ${$file}[$i] = $newstring; 1086 $newstring =~ s/\s*$//; 1549 my ($scriptfile, $scriptfilename, $oldstring, $newstring) = @_; 1557 ${$scriptfile}[$i] =~ s/\Q$oldstring\E/$newstring/g; 1559 $scriptfilename, $oldstring, $newstring); 1575 my ($scriptfile, $scriptfilename, $oldstring, $newstring) = @_; 1585 ${$scriptfile}[$i] =~ s/\Q$oldstring\E/$newstring/g; [all …]
|
H A D | systemactions.pm | 1034 my ($newstring, $olddir) = @_; 1056 my $newdir = $olddir . "_" . $newstring . "_" . $newnumber; 1174 my ($olddir, $oldstring, $newstring) = @_; 1179 $newdir =~ s/$oldstring/$newstring/g;
|
H A D | xpdinstaller.pm | 47 my $newstring = ""; 56 if ( $onemodule->{$typestring} ) { $newstring = $onemodule->{$typestring}; } 76 if ( $onemodule->{$typestring} ) { $newstring = $onemodule->{$typestring}; } 84 return $newstring;
|
H A D | worker.pm | 880 my ($templatefile, $placeholder, $newstring) = @_; 884 ${$templatefile}[$i] =~ s/\Q$placeholder\E/$newstring/g;
|
/trunk/main/solenv/bin/modules/installer/windows/ |
H A D | idtglobal.pm | 692 my $newstring = ""; 698 $newstring = $1; 703 if ( $newstring eq "" ) 711 $newstring = $1; 717 return $newstring; 729 my $newstring = ""; 735 $newstring = $1; 740 return $newstring; 769 …my $newstring = get_language_string_from_language_block($language_block, $onelanguage, $oldstring); 772 …${$idtfile}[$i] =~ s/$oldstring/$newstring/; # always substitute, even if $newstring eq "" (there …
|
H A D | msiglobal.pm | 313 …my $newstring = installer::windows::idtglobal::get_language_string_from_language_block($language_b… 314 $newstring = "\"" . $newstring . "\""; 316 return $newstring;
|
/trunk/main/soltools/cpp/ |
H A D | _tokens.c | 281 tt = newstring(tp->t, tp->len, ntp->wslen); in makespace() 363 ntrp->lp->t = newstring(tp->t, tp->len, 1); in normtokenrow() 550 newstring(uchar * s, int l, int o) in newstring() function
|
H A D | _unix.c | 198 dp = (char *) newstring((uchar *) argv[optind], len + 1, 0); in setup() 201 fp = (char *) newstring((uchar *) argv[optind], strlen(argv[optind]), 0); in setup()
|
H A D | _macro.c | 157 np->loc = newstring(location, strlen((char *)location), 0); in dodefine() 707 t.t = newstring(sp, t.len, 0); in stringify()
|
H A D | _nlist.c | 131 np->name = newstring(tp->t, tp->len, 0); in lookup()
|
H A D | cpp.h | 233 uchar *newstring(uchar *, int, int);
|
H A D | _include.c | 137 … setsource((char *) newstring((uchar *) iname, strlen(iname), 0), i, fd, NULL, (i >= 0) ? 1 : 0); in doinclude()
|
H A D | _cpp.c | 287 cursource->filename = (char *) newstring(tp->t + 1, tp->len - 2, 0); in control()
|
/trunk/main/solenv/bin/modules/par2script/ |
H A D | module.pm | 253 my $newstring = include_linebreaks($allmodules->{$onemodule}->{$searchkey}); 254 $allmodules->{$onemodule}->{$searchkey} = $newstring;
|
Completed in 121 milliseconds