Home
last modified time | relevance | path

Searched refs:GetS (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/idxf/
H A Ddxfreprd.cxx171 while (DGR.GetG()!=0 || (DGR.GetS() != "EOF")) { in Read()
172 if (DGR.GetG()==0 && DGR.GetS() == "SECTION") { in Read()
196 while (rDGR.GetG()!=0 || (rDGR.GetS() != "EOF" && rDGR.GetS() != "ENDSEC") ) in ReadHeader()
199 if (rDGR.GetS() == "$EXTMIN" || in ReadHeader()
200 rDGR.GetS() == "$EXTMAX") in ReadHeader()
212 else if (rDGR.GetS() == "$ACADVER") in ReadHeader()
226 …if ((rDGR.GetS() <= "AC1009") || (rDGR.GetS() == "AC2.22") || (rDGR.GetS() == "AC2.21") || (rDGR.G… in ReadHeader()
227 …(rDGR.GetS() == "AC1.50") || (rDGR.GetS() == "AC1.40") || (rDGR.GetS() == "AC1.2") || (rDGR.GetS(… in ReadHeader()
235 else if (rDGR.GetS() >= "AC1021") in ReadHeader()
246 else if (rDGR.GetS() == "$DWGCODEPAGE") in ReadHeader()
[all …]
H A Ddxfentrd.cxx49 case 8: m_sLayer = rDGR.GetS(); break; in EvaluateGroup()
50 case 6: m_sLineType = rDGR.GetS(); break; in EvaluateGroup()
211 case 1: m_sText = rDGR.GetS(); break; in EvaluateGroup()
215 case 7: m_sStyle = rDGR.GetS(); break; in EvaluateGroup()
243 case 2: m_sName = rDGR.GetS(); break; in EvaluateGroup()
270 case 2: m_sName = rDGR.GetS(); break; in EvaluateGroup()
318 case 7: m_sStyle = rDGR.GetS(); break; in EvaluateGroup()
353 case 1: m_sText = rDGR.GetS(); break; in EvaluateGroup()
801 while (rDGR.GetS()!="ENDBLK" && in Read()
802 rDGR.GetS()!="ENDSEC" && in Read()
[all …]
H A Ddxftblrd.cxx43 m_sName = rDGR.GetS(); in Read()
46 m_sDescription = rDGR.GetS(); in Read()
101 m_sName = rDGR.GetS(); in Read()
104 m_sLineType = rDGR.GetS(); in Read()
136 m_sName = rDGR.GetS(); in Read()
139 m_sPrimFontFile = rDGR.GetS(); in Read()
142 m_sBigFontFile = rDGR.GetS(); in Read()
210 m_sName = rDGR.GetS(); in Read()
290 if (rDGR.GetS() == "EOF" || in Read()
292 else if (rDGR.GetS() == "LTYPE") { in Read()
[all …]
H A Ddxfblkrd.cxx54 case 2: m_sName = rDGR.GetS(); break; in Read()
55 case 3: m_sAlsoName = rDGR.GetS(); break; in Read()
60 case 1: m_sXRef = rDGR.GetS(); break; in Read()
91 if (rDGR.GetS() == "ENDSEC" || in Read()
92 rDGR.GetS() == "EOF") break; in Read()
93 if (rDGR.GetS() == "BLOCK") { in Read()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/idxf/
H A Ddxfreprd.cxx156 while (DGR.GetG()!=0 || (DGR.GetS() != "EOF")) { in Read()
157 if (DGR.GetG()==0 && DGR.GetS() == "SECTION") { in Read()
162 if (DGR.GetS() == "HEADER") ReadHeader(DGR); in Read()
181 while (rDGR.GetG()!=0 || (rDGR.GetS() != "EOF" && rDGR.GetS() != "ENDSEC") ) in ReadHeader()
184 if (rDGR.GetS() == "$EXTMIN" || in ReadHeader()
185 rDGR.GetS() == "$EXTMAX") in ReadHeader()
197 else if (rDGR.GetS() == "$ACADVER") in ReadHeader()
211 …if ((rDGR.GetS() <= std::string_view("AC1009")) || (rDGR.GetS() == "AC2.22") || (rDGR.GetS() == "A… in ReadHeader()
212 …(rDGR.GetS() == "AC1.50") || (rDGR.GetS() == "AC1.40") || (rDGR.GetS() == "AC1.2") || (rDGR.GetS(… in ReadHeader()
233 else if (rDGR.GetS() == "$DWGCODEPAGE") in ReadHeader()
[all …]
H A Ddxfentrd.cxx51 case 8: m_sLayer = rDGR.GetS(); break; in EvaluateGroup()
52 case 6: m_sLineType = rDGR.GetS(); break; in EvaluateGroup()
213 case 1: m_sText = rDGR.GetS(); break; in EvaluateGroup()
217 case 7: m_sStyle = rDGR.GetS(); break; in EvaluateGroup()
245 case 2: m_sName = rDGR.GetS(); break; in EvaluateGroup()
272 case 2: m_sName = rDGR.GetS(); break; in EvaluateGroup()
320 case 7: m_sStyle = rDGR.GetS(); break; in EvaluateGroup()
355 case 1: m_sText = rDGR.GetS(); break; in EvaluateGroup()
803 while (rDGR.GetS()!="ENDBLK" && in Read()
804 rDGR.GetS()!="ENDSEC" && in Read()
[all …]
H A Ddxftblrd.cxx42 m_sName = rDGR.GetS(); in Read()
45 m_sDescription = rDGR.GetS(); in Read()
100 m_sName = rDGR.GetS(); in Read()
103 m_sLineType = rDGR.GetS(); in Read()
135 m_sName = rDGR.GetS(); in Read()
138 m_sPrimFontFile = rDGR.GetS(); in Read()
141 m_sBigFontFile = rDGR.GetS(); in Read()
209 m_sName = rDGR.GetS(); in Read()
289 if (rDGR.GetS() == "EOF" || in Read()
291 else if (rDGR.GetS() == "LTYPE") { in Read()
[all …]
H A Ddxfblkrd.cxx53 case 2: m_sName = rDGR.GetS(); break; in Read()
54 case 3: m_sAlsoName = rDGR.GetS(); break; in Read()
59 case 1: m_sXRef = rDGR.GetS(); break; in Read()
90 if (rDGR.GetS() == "ENDSEC" || in Read()
91 rDGR.GetS() == "EOF") break; in Read()
92 if (rDGR.GetS() == "BLOCK") { in Read()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/pas2js/
H A Dfrmpas2jsvscodeextensionsettings.pas43 function GetS(AIndex: Integer): String; in GetS() function
50 Property PkgDescription: String Index 0 read GetS Write SetS;
51 Property PkgName : String Index 1 read GetS Write Sets;
52 Property PkgKeyWords : String Index 2 read GetS Write SetS;
53 Property PkgPublisher : String Index 3 read GetS Write SetS;
56 Property PkgLicense : String Index 6 read GetS Write SetS;
57 Property PkgDir : String Index 7 read GetS Write SetS;
58 Property PkgClassName : String Index 8 read GetS Write SetS;
131 function TVSCodeExtensionSettingsForm.GetS(AIndex: Integer): String; in TVSCodeExtensionSettingsForm.GetS() function
H A Dfrmpas2jsatompackagesettings.pas41 function GetS(AIndex: Integer): String; in GetS() function
48 Property PkgDescription: String Index 0 read GetS Write SetS;
49 Property PkgName : String Index 1 read GetS Write Sets;
50 Property PkgKeyWords : String Index 2 read GetS Write SetS;
54 Property PkgLicense : String Index 6 read GetS Write SetS;
55 Property PkgDir : String Index 7 read GetS Write SetS;
56 Property PkgClassName : String Index 8 read GetS Write SetS;
126 function TAtomPackageSettingsForm.GetS(AIndex: Integer): String; in TAtomPackageSettingsForm.GetS() function
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/pas2js/
H A Dfrmpas2jsvscodeextensionsettings.pas43 function GetS(AIndex: Integer): String; in GetS() function
50 Property PkgDescription: String Index 0 read GetS Write SetS;
51 Property PkgName : String Index 1 read GetS Write Sets;
52 Property PkgKeyWords : String Index 2 read GetS Write SetS;
53 Property PkgPublisher : String Index 3 read GetS Write SetS;
56 Property PkgLicense : String Index 6 read GetS Write SetS;
57 Property PkgDir : String Index 7 read GetS Write SetS;
58 Property PkgClassName : String Index 8 read GetS Write SetS;
131 function TVSCodeExtensionSettingsForm.GetS(AIndex: Integer): String; in TVSCodeExtensionSettingsForm.GetS() function
H A Dfrmpas2jsatompackagesettings.pas41 function GetS(AIndex: Integer): String; in GetS() function
48 Property PkgDescription: String Index 0 read GetS Write SetS;
49 Property PkgName : String Index 1 read GetS Write Sets;
50 Property PkgKeyWords : String Index 2 read GetS Write SetS;
54 Property PkgLicense : String Index 6 read GetS Write SetS;
55 Property PkgDir : String Index 7 read GetS Write SetS;
56 Property PkgClassName : String Index 8 read GetS Write SetS;
126 function TAtomPackageSettingsForm.GetS(AIndex: Integer): String; in TAtomPackageSettingsForm.GetS() function
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/googleapis/demo/discovery/
H A Dfrmgenoptions.pp31 function GetS(AIndex: Integer): String;
37 Property FileName : String index 0 read GetS Write SetS;
38 Property UnitName : String index 1 read GetS Write SetS;
39 Property ExtraUnits : String index 2 read GetS Write SetS;
40 Property Prefix : String index 3 read GetS Write SetS;
41 Property BaseClass : String index 4 read GetS Write SetS;
75 function TGenCodeFormOptions.GetS(AIndex: Integer): String;
/dports/editors/lazarus/lazarus/components/googleapis/demo/discovery/
H A Dfrmgenoptions.pp31 function GetS(AIndex: Integer): String;
37 Property FileName : String index 0 read GetS Write SetS;
38 Property UnitName : String index 1 read GetS Write SetS;
39 Property ExtraUnits : String index 2 read GetS Write SetS;
40 Property Prefix : String index 3 read GetS Write SetS;
41 Property BaseClass : String index 4 read GetS Write SetS;
75 function TGenCodeFormOptions.GetS(AIndex: Integer): String;
/dports/editors/lazarus-qt5/lazarus/components/googleapis/demo/discovery/
H A Dfrmgenoptions.pp31 function GetS(AIndex: Integer): String;
37 Property FileName : String index 0 read GetS Write SetS;
38 Property UnitName : String index 1 read GetS Write SetS;
39 Property ExtraUnits : String index 2 read GetS Write SetS;
40 Property Prefix : String index 3 read GetS Write SetS;
41 Property BaseClass : String index 4 read GetS Write SetS;
75 function TGenCodeFormOptions.GetS(AIndex: Integer): String;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/googleapis/demo/discovery/
H A Dfrmgenoptions.pp31 function GetS(AIndex: Integer): String;
37 Property FileName : String index 0 read GetS Write SetS;
38 Property UnitName : String index 1 read GetS Write SetS;
39 Property ExtraUnits : String index 2 read GetS Write SetS;
40 Property Prefix : String index 3 read GetS Write SetS;
41 Property BaseClass : String index 4 read GetS Write SetS;
75 function TGenCodeFormOptions.GetS(AIndex: Integer): String;
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dtest-iter-06.cs18 public static IEnumerable GetS (int a) in GetS() method
34 static IEnumerable GetS (int a) in GetS() method in X
53 foreach (int x in GetS (3)){ in Main()
69 foreach (int x in S.GetS (1)){ in Main()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-dynamodb-integration-tests/
H A DTableOperationTest.cpp523 EXPECT_EQ(ss.str(), returnedItemCollection[HASH_KEY_NAME].GetS()); in TEST_F()
625 EXPECT_EQ(ss.str(), attributes[HASH_KEY_NAME].GetS()); in TEST_F()
703 …mResults[returnedItemCollection[HASH_KEY_NAME].GetS()] = returnedItemCollection[testValueColumnNam… in TEST_F()
780 …mResults[returnedItemCollection[HASH_KEY_NAME].GetS()] = returnedItemCollection[testValueColumnNam… in TEST_F()
818 deletedKeys.insert(attributes[HASH_KEY_NAME].GetS()); in TEST_F()
1255 ASSERT_EQ("bar", m.find("foo")->second->GetS()); in TEST_F()
1257 ASSERT_EQ("ernie", m.find("bert")->second->GetS()); in TEST_F()
1348 ASSERT_EQ("bar", m.find("foo")->second->GetS()); in TEST_F()
1350 ASSERT_EQ("ernie", m.find("bert")->second->GetS()); in TEST_F()
1353 ASSERT_EQ("foo", list[0]->GetS()); in TEST_F()
[all …]
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Darrayindexlistnoassoct.hpp234 SizeT s = ix->GetS(); in BuildIx()
661 sInit = arrayIndex->GetS(); in ArrayIndexListOneConstScalarNoAssocT()
950 s += ixList[l]->GetS() * varStride[l]; in BuildIx()
990 dStart += ixList[i]->GetS() * varStride[ i]; in AssignAt()
1037 actIx[ i] = ixList[i]->GetS(); in GetDimIx0()
1206 actIx[ 0] = ixList[0]->GetS(); in GetDimIx0()
1207 actIx[ 1] = ixList[1]->GetS(); in GetDimIx0()
1925 baseIx += ixList[i]->GetS() * varStride[i]; in SetVariable()
1964 baseIx += ixList[i]->GetS() * varStride[i]; in SetVariable()
2088 baseIx = ixList[0]->GetS() + ixList[1]->GetS() * varStride[1]; in SetVariable()
[all …]
H A Darrayindexlistt.hpp264 SizeT s = ix->GetS(); in BuildIx()
683 :sInit((*aIV)[0]->GetS()) in ArrayIndexListOneConstScalarT()
1003 s += ixList[l]->GetS() * varStride[l]; in BuildIx()
1042 dStart += ixList[i]->GetS() * varStride[ i]; in AssignAt()
1116 actIx[ i] = ixList[i]->GetS(); in GetDimIx0()
1614 SizeT s = ix->GetS(); in BuildIx()
1836 baseIx += ixList[i]->GetS() * varStride[i]; in SetVariable()
1862 baseIx = ixList[0]->GetS(); // * varStride[0]; in SetVariable()
1875 baseIx += ixList[i]->GetS() * varStride[i]; in SetVariable()
1916 SizeT s = ix->GetS(); in BuildIx()
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpweb/
H A Dfrmnewhttpapp.pp31 function GetS: Boolean;
37 Property ServeFiles : Boolean Read GetS;
66 B:=GetS;
97 function TNewHTTPApplicationForm.GetS: Boolean;
/dports/editors/lazarus/lazarus/components/fpweb/
H A Dfrmnewhttpapp.pp31 function GetS: Boolean;
37 Property ServeFiles : Boolean Read GetS;
66 B:=GetS;
97 function TNewHTTPApplicationForm.GetS: Boolean;
/dports/editors/lazarus-qt5/lazarus/components/fpweb/
H A Dfrmnewhttpapp.pp31 function GetS: Boolean;
37 Property ServeFiles : Boolean Read GetS;
66 B:=GetS;
97 function TNewHTTPApplicationForm.GetS: Boolean;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpweb/
H A Dfrmnewhttpapp.pp31 function GetS: Boolean;
37 Property ServeFiles : Boolean Read GetS;
66 B:=GetS;
97 function TNewHTTPApplicationForm.GetS: Boolean;
/dports/devel/swig/swig-4.0.2/Examples/test-suite/go/
H A Dnaturalvar_runme.go14 if b.GetS() != GetS() {

123456789