Home
last modified time | relevance | path

Searched refs:UCase (Results 1 – 25 of 70) sorted by relevance

123

/dports/russian/p5-Convert-Cyrillic/cyrillic-1.05/Convert/
H A DCyrillic.pm27 $UCase {'KOI'} = "��������������������������\377�����";
29 $UCase {'WIN'} = "�����Ũ��������������������������";
31 $UCase {'DOS'} = "���������������������������������";
75 if (exists $UCase {$Code} and exists $LCase {$Code}) {
76 eval ("\$s =~ tr/$UCase{$Code}/$LCase{$Code}/");
85 if (exists $UCase {$Code} and exists $LCase {$Code}) {
86 eval ("\$s =~ tr/$LCase{$Code}/$UCase{$Code}/");
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/tools/SOCEdit/
H A DfrmEmblemEdit.frm251 If UCase(word) = "EMBLEM" Then
279 word = UCase(FirstToken(line))
280 word2 = UCase(SecondToken(line))
286 word = UCase(FirstToken(line))
287 word2 = UCase(SecondTokenEqual(line))
337 word = UCase(FirstToken(line))
338 word2 = UCase(SecondToken(line))
359 tsTarget.WriteLine UCase(lstEmblems.List(lstEmblems.ListIndex))
H A DfrmCutsceneEdit.frm1044 word = UCase(FirstToken(line))
1045 word2 = UCase(SecondToken(line))
1137 If UCase(word) = "CUTSCENE" Then
1207 word = UCase(FirstToken(line))
1208 word2 = UCase(SecondToken(line))
1250 word = UCase(FirstToken(line))
1251 word2 = UCase(SecondToken(line))
1258 word = UCase(FirstToken(line))
1259 word2 = UCase(SecondToken(line))
1262 word = UCase(FirstToken(line))
[all …]
H A DfrmHUDEdit.frm234 If UCase(word) = "HUDITEM" And Val(word2) = HUDNum Then
237 word = UCase(FirstToken(line))
238 word2 = UCase(SecondTokenEqual(line))
273 word = UCase(FirstToken(line))
274 word2 = UCase(SecondToken(line))
H A DfrmCharacterEdit.frm194 If UCase(word) = "CHARACTER" And Val(word2) = num Then
197 word = UCase(FirstToken(line))
198 word2 = UCase(SecondTokenEqual(line))
267 word = UCase(FirstToken(line))
268 word2 = UCase(SecondToken(line))
H A DfrmUnlockablesEdit.frm274 If UCase(word) = "UNLOCKABLE" And Val(word2) = UnlockableNum Then
277 word = UCase(FirstToken(line))
278 word2 = UCase(SecondTokenEqual(line))
329 word = UCase(FirstToken(line))
330 word2 = UCase(SecondToken(line))
H A DfrmSoundEdit.frm291 If UCase(word) = "SOUND" And Val(word2) = SoundNum Then
294 word = UCase(FirstToken(line))
295 word2 = UCase(SecondTokenEqual(line))
433 word = UCase(FirstToken(line))
434 word2 = UCase(SecondToken(line))
H A DfrmLevelHeader.frm563 If UCase(word) = "LEVEL" Then
665 word = UCase(FirstToken(line))
666 word2 = UCase(SecondToken(line))
672 word = UCase(FirstToken(line))
673 word2 = UCase(SecondTokenEqual(line))
758 word = UCase(FirstToken(line))
759 word2 = UCase(SecondToken(line))
780 tsTarget.WriteLine UCase(lstMaps.List(lstMaps.ListIndex))
H A DfrmHub.frm235 If UCase(Response) = "NOBODY" Then
374 If UCase(word) = "MODBY" Then
398 word = UCase(FirstToken(line))
399 word2 = UCase(SecondToken(line))
H A DfrmStateEdit.frm563 If UCase(word) = "FRAME" And Val(word2) = StateNum Then
566 word = UCase(FirstToken(line))
567 word2 = UCase(SecondTokenEqual(line))
604 Call FindComboIndex(cmbAction, UCase(SecondToken(line)))
743 If InStr(UCase(Box.List(i)), UCase(line)) Then
768 word = UCase(FirstToken(line))
769 word2 = UCase(SecondToken(line))
H A DfrmMaincfg.frm476 If UCase(word) = "MAINCFG" Then
479 word = UCase(FirstToken(line))
480 word2 = UCase(SecondTokenEqual(line))
563 word = UCase(FirstToken(line))
564 word2 = UCase(SecondToken(line))
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/tools/
H A DfrmSoundList.frm53 descriptor$ = UCase$(descriptor$)
102 hexnumber$ = UCase$(Right$("0" + Hex(num), 2))
110 If UCase$(a$) = hexnumber$ Then
/dports/mail/dspam/dspam-3.10.2/contrib/lotus_notes/
H A DlibDSPAMReporting.lss153 …If Not ( UCase$ ( szType ) = {SPAM} Or UCase$ ( szType ) = {HAM} Or UCase$ ( szType ) = {NONSPAM} …
220 If ( UCase$ ( szType ) = {SPAM} Or UCase$ ( szType ) = {JUNK} ) Then
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/qa/basic_coverage/
H A Dtest_ucase_method.vb12 If ( UCase( aString ) <> "HELLO" ) Then
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/qa/basic_coverage/
H A Dtest_ucase_method.vb12 If ( UCase( aString ) <> "HELLO" ) Then
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/qa/vba_tests/
H A Ducase.vb21 TestUtil.AssertEqual(UCase("hello 12"), "HELLO 12", "UCase(""hello 12"")")
/dports/textproc/highlight/highlight-4.1/langDefs/
H A Dlotus.lang38 "Trim", "Trim$", "TRUE", "Type", "TypeName", "UBound", "UCase", "UCase$",
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/qa/vba_tests/
H A Ducase.vb31 date1 = UCase("hello 12") '2/12/1969
/dports/lang/fpc/fpc-3.2.2/compiler/utils/
H A Dfixtab.pp113 function UCase(Const Hstr:string):string;
118 UCase[i]:=Upcase(Hstr[i]);
119 UCase[0]:=chr(Length(Hstr));
/dports/lang/fpc-source/fpc-3.2.2/compiler/utils/
H A Dfixtab.pp113 function UCase(Const Hstr:string):string;
118 UCase[i]:=Upcase(Hstr[i]);
119 UCase[0]:=chr(Length(Hstr));
/dports/editors/fpc-ide/fpc-3.2.2/compiler/utils/
H A Dfixtab.pp113 function UCase(Const Hstr:string):string;
118 UCase[i]:=Upcase(Hstr[i]);
119 UCase[0]:=chr(Length(Hstr));
/dports/lang/fpc-utils/fpc-3.2.2/utils/
H A Dppdep.pp64 function UCase(Const Hstr:string):string;
69 UCase[i]:=Upcase(Hstr[i]);
70 UCase[0]:=chr(Length(Hstr));
273 hs^:=UCase(hs^);
/dports/lang/fpc-source/fpc-3.2.2/utils/
H A Dppdep.pp64 function UCase(Const Hstr:string):string;
69 UCase[i]:=Upcase(Hstr[i]);
70 UCase[0]:=chr(Length(Hstr));
273 hs^:=UCase(hs^);
/dports/sysutils/cfengine-masterfiles316/cfengine-masterfiles-3.16.0/modules/packages/
H A DWiRunSQL.vbs31 If (keywordLen) Then keyword = UCase(Left(keyword, keywordLen - 1))
/dports/sysutils/cfengine-masterfiles317/cfengine-masterfiles-3.17.0/modules/packages/
H A DWiRunSQL.vbs31 If (keywordLen) Then keyword = UCase(Left(keyword, keywordLen - 1))

123