Home
last modified time | relevance | path

Searched refs:AStr (Results 76 – 100 of 478) sorted by relevance

12345678910>>...20

/dports/editors/lazarus-qt5/lazarus/components/fpvectorial/
H A Dpdfvrsemantico.pas20 function StringToFloat(AStr: string): Double; in StringToFloat()
32 function AnSemantico.StringToFloat(AStr: string): Double; in AnSemantico.StringToFloat()
34 if Pos('.', AStr) > 0 then Result := StrToFloat(AStr, FPointSeparator)
35 else Result := StrToFloat(AStr, FCommaSeparator);
H A Dodgvectorialreader.pas98 procedure AddToken(AStr: string);
292 lStr := Trim(AStr);
359 lStr := Copy(AStr, 2, Length(AStr));
379 while i <= Length(AStr) do
384 lCurChar := AStr[i];
429 lCurChar := AStr[i];
464 while i <= Length(AStr) do
469 lCurChar := AStr[i];
2062 if AStr = '' then Exit(0.0);
2065 Len := Length(AStr);
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpvectorial/
H A Dpdfvrsemantico.pas20 function StringToFloat(AStr: string): Double; in StringToFloat()
32 function AnSemantico.StringToFloat(AStr: string): Double; in AnSemantico.StringToFloat()
34 if Pos('.', AStr) > 0 then Result := StrToFloat(AStr, FPointSeparator)
35 else Result := StrToFloat(AStr, FCommaSeparator);
H A Dodgvectorialreader.pas98 procedure AddToken(AStr: string);
292 lStr := Trim(AStr);
359 lStr := Copy(AStr, 2, Length(AStr));
379 while i <= Length(AStr) do
384 lCurChar := AStr[i];
429 lCurChar := AStr[i];
464 while i <= Length(AStr) do
469 lCurChar := AStr[i];
2062 if AStr = '' then Exit(0.0);
2065 Len := Length(AStr);
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpvectorial/
H A Dodgvectorialreader.pas98 procedure AddToken(AStr: string);
292 lStr := Trim(AStr);
359 lStr := Copy(AStr, 2, Length(AStr));
379 while i <= Length(AStr) do
384 lCurChar := AStr[i];
429 lCurChar := AStr[i];
464 while i <= Length(AStr) do
469 lCurChar := AStr[i];
2062 if AStr = '' then Exit(0.0);
2065 Len := Length(AStr);
[all …]
/dports/editors/lazarus/lazarus/components/fpvectorial/
H A Dodgvectorialreader.pas98 procedure AddToken(AStr: string);
292 lStr := Trim(AStr);
359 lStr := Copy(AStr, 2, Length(AStr));
379 while i <= Length(AStr) do
384 lCurChar := AStr[i];
429 lCurChar := AStr[i];
464 while i <= Length(AStr) do
469 lCurChar := AStr[i];
2062 if AStr = '' then Exit(0.0);
2065 Len := Length(AStr);
[all …]
/dports/lang/fpc-utils/fpc-3.2.2/utils/unicode/
H A Dcldrtxt.pas107 const AStr : UTF8String; in TryStringToReorderWeigthKind()
112 if (AStr = '=') then
114 else if (AStr = '<') or (AStr = '>') then
116 else if (AStr = '<<') or (AStr = '>>') then
118 else if (AStr = '<<<') or (AStr = '>>>') then
120 else if (AStr = '<<<<') or (AStr = '>>>>') then
129 function StringToSettingOption(const AStr : UTF8String) : TSettingOption; in StringToSettingOption()
134 s := LowerCase(AStr);
/dports/lang/fpc-source/fpc-3.2.2/utils/unicode/
H A Dcldrtxt.pas107 const AStr : UTF8String; in TryStringToReorderWeigthKind()
112 if (AStr = '=') then
114 else if (AStr = '<') or (AStr = '>') then
116 else if (AStr = '<<') or (AStr = '>>') then
118 else if (AStr = '<<<') or (AStr = '>>>') then
120 else if (AStr = '<<<<') or (AStr = '>>>>') then
129 function StringToSettingOption(const AStr : UTF8String) : TSettingOption; in StringToSettingOption()
134 s := LowerCase(AStr);
/dports/editors/cudatext/CudaText-1.151.0/atflatcontrols/atflatcontrols/
H A Datflatcontrols_separator.pas29 procedure Init(const AStr: string; ASep: char=',');
43 procedure TATStringSeparator.Init(const AStr: string; ASep: char);
45 FStr:= AStr;
/dports/devel/fpc-fcl-sdo/fpc-3.2.2/packages/fcl-sdo/src/base/
H A Dsdo_date_utils.pas80 const AStr : string; in xsd_TryStrToDate()
85 const AStr : string; in xsd_StrToDate()
237 const AStr : string; in xsd_TryStrToDate()
312 buffer := Trim(AStr);
390 const AStr : string; in xsd_StrToDate()
394 if not xsd_TryStrToDate(AStr,Result,ADateKind) then
395 raise EConvertError.CreateFmt(SERR_InvalidDate,[AStr]);
515 buffer := Trim(AStr);
591 function xsd_StrToTime(const AStr : string) : TTimeRec; in xsd_StrToTime()
593 if not xsd_TryStrToTime(AStr,Result) then
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-sdo/src/base/
H A Dsdo_date_utils.pas80 const AStr : string; in xsd_TryStrToDate()
85 const AStr : string; in xsd_StrToDate()
237 const AStr : string; in xsd_TryStrToDate()
312 buffer := Trim(AStr);
390 const AStr : string; in xsd_StrToDate()
394 if not xsd_TryStrToDate(AStr,Result,ADateKind) then
395 raise EConvertError.CreateFmt(SERR_InvalidDate,[AStr]);
515 buffer := Trim(AStr);
591 function xsd_StrToTime(const AStr : string) : TTimeRec; in xsd_StrToTime()
593 if not xsd_TryStrToTime(AStr,Result) then
[all …]
/dports/editors/cudatext/CudaText-1.151.0/atbinhex/atbinhex/
H A Datbinhex_stringproc.pas33 procedure SCalcCharOffsets(const AStr: atString; var AList: array of integer; ATabSize: integer);
222 procedure SCalcCharOffsets(const AStr: atString; var AList: array of integer;
231 if Length(AList)<>Length(AStr) then
233 if AStr='' then Exit;
235 S:= AStr;
/dports/editors/lazarus/lazarus/components/tachart/
H A Dtachartutils.pas336 function FormatIfNotEmpty(AFormat, AStr: String): String; inline; in FormatIfNotEmpty()
361 function StrToFloatOrDateTimeDef(const AStr: String): Double; in StrToFloatOrDateTimeDef()
437 function FormatIfNotEmpty(AFormat, AStr: String): String; in FormatIfNotEmpty()
439 if AStr = '' then
442 Result := Format(AFormat, [AStr]);
542 not TryStrToFloat(AStr, Result, DefSeparatorSettings) and
543 not TryStrToFloat(AStr, Result)
548 function StrToFloatOrDateTimeDef(const AStr: String): Double; in StrToFloatOrDateTimeDef()
551 not TryStrToFloat(AStr, Result, DefSeparatorSettings) and
552 not TryStrToFloat(AStr, Result) and
[all …]
/dports/editors/lazarus-qt5/lazarus/components/tachart/
H A Dtachartutils.pas336 function FormatIfNotEmpty(AFormat, AStr: String): String; inline; in FormatIfNotEmpty()
361 function StrToFloatOrDateTimeDef(const AStr: String): Double; in StrToFloatOrDateTimeDef()
437 function FormatIfNotEmpty(AFormat, AStr: String): String; in FormatIfNotEmpty()
439 if AStr = '' then
442 Result := Format(AFormat, [AStr]);
542 not TryStrToFloat(AStr, Result, DefSeparatorSettings) and
543 not TryStrToFloat(AStr, Result)
548 function StrToFloatOrDateTimeDef(const AStr: String): Double; in StrToFloatOrDateTimeDef()
551 not TryStrToFloat(AStr, Result, DefSeparatorSettings) and
552 not TryStrToFloat(AStr, Result) and
[all …]
/dports/editors/cudatext/CudaText-1.151.0/atsynedit/app/test_regex_match_loop/
H A Dunit1.pas42 function SRegexFindParts(const ARegex, AStr: string; out AParts: TRegexParts): string; in SRegexFindParts()
56 if AStr='' then exit;
66 Obj.InputString:= AStr;
/dports/editors/cudatext/CudaText-1.151.0/atsynedit/atsynedit/
H A Datstringproc_separator.pas24 procedure Init(const AStr: string; ASep: char=',');
38 procedure TATStringSeparator.Init(const AStr: string; ASep: char);
40 FStr:= AStr;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/
H A Dtachartutils.pas346 function FormatIfNotEmpty(AFormat, AStr: String): String; inline; in FormatIfNotEmpty()
372 function StrToFloatOrDateTimeDef(const AStr: String): Double; in StrToFloatOrDateTimeDef()
476 function FormatIfNotEmpty(AFormat, AStr: String): String; in FormatIfNotEmpty()
478 if AStr = '' then
481 Result := Format(AFormat, [AStr]);
598 not TryStrToFloat(AStr, Result, DefSeparatorSettings) and
599 not TryStrToFloat(AStr, Result)
604 function StrToFloatOrDateTimeDef(const AStr: String): Double; in StrToFloatOrDateTimeDef()
607 not TryStrToFloat(AStr, Result, DefSeparatorSettings) and
608 not TryStrToFloat(AStr, Result) and
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/
H A Dtachartutils.pas346 function FormatIfNotEmpty(AFormat, AStr: String): String; inline; in FormatIfNotEmpty()
372 function StrToFloatOrDateTimeDef(const AStr: String): Double; in StrToFloatOrDateTimeDef()
476 function FormatIfNotEmpty(AFormat, AStr: String): String; in FormatIfNotEmpty()
478 if AStr = '' then
481 Result := Format(AFormat, [AStr]);
598 not TryStrToFloat(AStr, Result, DefSeparatorSettings) and
599 not TryStrToFloat(AStr, Result)
604 function StrToFloatOrDateTimeDef(const AStr: String): Double; in StrToFloatOrDateTimeDef()
607 not TryStrToFloat(AStr, Result, DefSeparatorSettings) and
608 not TryStrToFloat(AStr, Result) and
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/TableGen/
H A Dcast-multiclass.td14 multiclass P<string AStr> {
15 foreach i = BoolToList<!cast<AClass>(AStr).Cond>.ret in
/dports/devel/llvm10/llvm-10.0.1.src/test/TableGen/
H A Dcast-multiclass.td14 multiclass P<string AStr> {
15 foreach i = BoolToList<!cast<AClass>(AStr).Cond>.ret in
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/TableGen/
H A Dcast-multiclass.td14 multiclass P<string AStr> {
15 foreach i = BoolToList<!cast<AClass>(AStr).Cond>.ret in
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/TableGen/
H A Dcast-multiclass.td14 multiclass P<string AStr> {
15 foreach i = BoolToList<!cast<AClass>(AStr).Cond>.ret in
/dports/devel/llvm11/llvm-11.0.1.src/test/TableGen/
H A Dcast-multiclass.td14 multiclass P<string AStr> {
15 foreach i = BoolToList<!cast<AClass>(AStr).Cond>.ret in
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/TableGen/
H A Dcast-multiclass.td14 multiclass P<string AStr> {
15 foreach i = BoolToList<!cast<AClass>(AStr).Cond>.ret in
/dports/devel/llvm90/llvm-9.0.1.src/test/TableGen/
H A Dcast-multiclass.td14 multiclass P<string AStr> {
15 foreach i = BoolToList<!cast<AClass>(AStr).Cond>.ret in

12345678910>>...20