Home
last modified time | relevance | path

Searched refs:ValueFromIndex (Results 1 – 25 of 109) sorted by relevance

12345

/dports/editors/lazarus/lazarus/components/chmhelp/packages/idehelp/
H A Dchmlangref.pas176 … KeywordNode := THelpNode.CreateURL(Self,KeyWord,'ref.chm://' + FKeyWordsList.ValueFromIndex[i]);
188 … KeywordNode := THelpNode.CreateURL(Self,KeyWord,'ref.chm://' + FKeyWordsList.ValueFromIndex[i]);
204 … KeywordNode := THelpNode.CreateURL(Self,KeyWord,'rtl.chm://' + FRTLIndex.ValueFromIndex[i]);
/dports/editors/lazarus-qt5/lazarus/components/chmhelp/packages/idehelp/
H A Dchmlangref.pas176 … KeywordNode := THelpNode.CreateURL(Self,KeyWord,'ref.chm://' + FKeyWordsList.ValueFromIndex[i]);
188 … KeywordNode := THelpNode.CreateURL(Self,KeyWord,'ref.chm://' + FKeyWordsList.ValueFromIndex[i]);
204 … KeywordNode := THelpNode.CreateURL(Self,KeyWord,'rtl.chm://' + FRTLIndex.ValueFromIndex[i]);
/dports/science/getdp/getdp-3.4.0-source/Functions/
H A DF_Interpolation.cpp934 if (List_Nbr(D->Case.ValueFromIndex.Table)){ in F_ValueFromIndex()
936 List_PQuery(D->Case.ValueFromIndex.Table, &Current.NumEntity, fcmp_int); in F_ValueFromIndex()
959 if (List_Nbr(D->Case.ValueFromIndex.Table)){ in F_VectorFromIndex()
961 List_PQuery(D->Case.ValueFromIndex.Table, &Current.NumEntity, fcmp_int); in F_VectorFromIndex()
988 D->Case.ValueFromIndex.Table = List_Create(N + 1, 1, sizeof(struct IntDouble)); in Fi_InitValueFromIndex()
992 List_Add(D->Case.ValueFromIndex.Table, &IntDouble_s); in Fi_InitValueFromIndex()
998 D->Case.ValueFromIndex.Table = NULL; in Fi_InitValueFromIndex()
1012 D->Case.ValueFromIndex.Table = List_Create(N, 1, sizeof(struct IntVector[3])); in Fi_InitVectorFromIndex()
1018 List_Add(D->Case.ValueFromIndex.Table, &IntVector_s); in Fi_InitVectorFromIndex()
1024 D->Case.ValueFromIndex.Table = NULL; in Fi_InitVectorFromIndex()
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-base/tests/
H A Dtests_fptemplate.pp157 CheckEquals('test ',TagParams.ValueFromIndex[0]);
181 CheckEquals('first param',TagParams.ValueFromIndex[0]);
183 CheckEquals('second param',TagParams.ValueFromIndex[1]);
/dports/lang/fpc/fpc-3.2.2/packages/fcl-base/tests/
H A Dtests_fptemplate.pp157 CheckEquals('test ',TagParams.ValueFromIndex[0]);
181 CheckEquals('first param',TagParams.ValueFromIndex[0]);
183 CheckEquals('second param',TagParams.ValueFromIndex[1]);
/dports/devel/fpc-fcl-base/fpc-3.2.2/packages/fcl-base/tests/
H A Dtests_fptemplate.pp157 CheckEquals('test ',TagParams.ValueFromIndex[0]);
181 CheckEquals('first param',TagParams.ValueFromIndex[0]);
183 CheckEquals('second param',TagParams.ValueFromIndex[1]);
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/dev/parseunicode/
H A Dparseunicodeclasses.lpr407 if chars.ValueFromIndex[i]=joinType then inc(nb);
412 if chars.ValueFromIndex[i]=joinType then
428 (chars.ValueFromIndex[i] <> chars.ValueFromIndex[i-1]) then inc(gaps);
435 (chars.ValueFromIndex[i] <> chars.ValueFromIndex[i-1]) then
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/dev/parseunicode/
H A Dparseunicodeclasses.lpr407 if chars.ValueFromIndex[i]=joinType then inc(nb);
412 if chars.ValueFromIndex[i]=joinType then
428 (chars.ValueFromIndex[i] <> chars.ValueFromIndex[i-1]) then inc(gaps);
435 (chars.ValueFromIndex[i] <> chars.ValueFromIndex[i-1]) then
/dports/editors/lazarus/lazarus/tools/
H A Dlazres.pp288 AddResource(FileList.Names[I], Trim(FileList.ValueFromIndex[I]), Resources);
377 OutputRCFile(FileList.Names[a], trim(FileList.ValueFromIndex[a]), ResMemStream)
379 OutputLRSFile(FileList.Names[a], trim(FileList.ValueFromIndex[a]), ResMemStream);
/dports/editors/lazarus-qt5/lazarus/tools/
H A Dlazres.pp288 AddResource(FileList.Names[I], Trim(FileList.ValueFromIndex[I]), Resources);
377 OutputRCFile(FileList.Names[a], trim(FileList.ValueFromIndex[a]), ResMemStream)
379 OutputLRSFile(FileList.Names[a], trim(FileList.ValueFromIndex[a]), ResMemStream);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/tools/
H A Dlazres.pp288 AddResource(FileList.Names[I], Trim(FileList.ValueFromIndex[I]), Resources);
377 OutputRCFile(FileList.Names[a], trim(FileList.ValueFromIndex[a]), ResMemStream)
379 OutputLRSFile(FileList.Names[a], trim(FileList.ValueFromIndex[a]), ResMemStream);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/tools/
H A Dlazres.pp288 AddResource(FileList.Names[I], Trim(FileList.ValueFromIndex[I]), Resources);
377 OutputRCFile(FileList.Names[a], trim(FileList.ValueFromIndex[a]), ResMemStream)
379 OutputLRSFile(FileList.Names[a], trim(FileList.ValueFromIndex[a]), ResMemStream);
/dports/editors/lazarus/lazarus/lcl/include/
H A Dlclcolordialog.inc23 Value := AColorList.ValueFromIndex[AIndex];
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dlclcolordialog.inc23 Value := AColorList.ValueFromIndex[AIndex];
/dports/editors/lazarus-qt5/lazarus/lcl/include/
H A Dlclcolordialog.inc23 Value := AColorList.ValueFromIndex[AIndex];
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dlclcolordialog.inc23 Value := AColorList.ValueFromIndex[AIndex];
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/
H A Dns_url_request.pas127 urlRequest.addValue_forHTTPHeaderField(NSStringUtf8(Headers.ValueFromIndex[HdrNum]),
/dports/lang/fpc-utils/fpc-3.2.2/utils/fprcp/
H A Dfprcp.pp446 sValue1:=AConstList.ValueFromIndex[i];
454 then AConstList.ValueFromIndex[i]:=Evaluate(sValue1);
459 do writeln('#define ',AConstList.Names[i],' ',AConstList.ValueFromIndex[i]);
/dports/lang/fpc-source/fpc-3.2.2/utils/fprcp/
H A Dfprcp.pp446 sValue1:=AConstList.ValueFromIndex[i];
454 then AConstList.ValueFromIndex[i]:=Evaluate(sValue1);
459 do writeln('#define ',AConstList.Names[i],' ',AConstList.ValueFromIndex[i]);
/dports/editors/lazarus/lazarus/components/PascalScript/Source/
H A DuPSR_classes.pas93 T := Self.ValueFromIndex[I];
97 Self.ValueFromIndex[I]:= T;
/dports/devel/fpc-fcl-sdo/fpc-3.2.2/packages/fcl-sdo/src/base/
H A Dpas_generator.pas433 GenerateDocumentation(resNode,DecodeLineBreak(ls.ValueFromIndex[i]),ADocument);
537 GenerateDocumentation(cplxNode,DecodeLineBreak(ls.ValueFromIndex[i]),ADocument);
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-sdo/src/base/
H A Dpas_generator.pas433 GenerateDocumentation(resNode,DecodeLineBreak(ls.ValueFromIndex[i]),ADocument);
537 GenerateDocumentation(cplxNode,DecodeLineBreak(ls.ValueFromIndex[i]),ADocument);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/PascalScript/Source/
H A DuPSR_classes.pas93 T := Self.ValueFromIndex[I];
97 Self.ValueFromIndex[I]:= T;
/dports/editors/lazarus-qt5/lazarus/components/PascalScript/Source/
H A DuPSR_classes.pas93 T := Self.ValueFromIndex[I];
97 Self.ValueFromIndex[I]:= T;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/PascalScript/Source/
H A DuPSR_classes.pas93 T := Self.ValueFromIndex[I];
97 Self.ValueFromIndex[I]:= T;

12345