Home
last modified time | relevance | path

Searched refs:osValue (Results 1 – 25 of 229) sorted by relevance

12345678910

/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Dgdaljp2metadatagenerator.cpp308 poExpr->osValue = osValue; in Build()
349 poExpr->osValue = osValue; in Build()
371 poExpr->osValue = osValue; in Build()
565 bRes = ( CPLAtof(oExpr1.osValue) == CPLAtof(oExpr2.osValue) ); in Evaluate()
569 bRes = (oExpr1.osValue == oExpr2.osValue ); in Evaluate()
582 bRes = ( CPLAtof(oExpr1.osValue) < CPLAtof(oExpr2.osValue) ); in Evaluate()
586 bRes = (oExpr1.osValue < oExpr2.osValue ); in Evaluate()
599 bRes = ( CPLAtof(oExpr1.osValue) <= CPLAtof(oExpr2.osValue) ); in Evaluate()
603 bRes = (oExpr1.osValue <= oExpr2.osValue ); in Evaluate()
701 size_t nPos = oExpr1.osValue.find(oExpr2.osValue); in Evaluate()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dnasakeywordhandler.cpp152 CPLString osName, osValue; in ReadGroup() local
166 if( (osValue == "Table" || osValue == "Field") && in ReadGroup()
227 osValue = ""; in ReadPair()
250 osValue = ""; in ReadPair()
262 osValue += *pszHeaderNext; in ReadPair()
271 osValue += *pszHeaderNext; in ReadPair()
295 osValue += osWord; in ReadPair()
303 osValue += *pszHeaderNext; in ReadPair()
384 CPLString osValueNoUnit(osValue); in ReadPair()
388 osValue += " "; in ReadPair()
[all …]
H A Dgdalpythondriverloader.cpp254 CPLString osValue = GetString(value); in GetDict() local
781 poFeature->SetStyleString(osValue); in TranslateToOGRFeature()
881 CPLString osValue = GetString(value); in TranslateToOGRFeature() local
1826 CPLString osValue(pszEqual+1); in LoadPythonDriver() local
1827 osValue.Trim(); in LoadPythonDriver()
1830 if( !osValue.empty() && (osValue[0] == '"' || osValue[0] == '\'') ) in LoadPythonDriver()
1832 chQuote = osValue[0]; in LoadPythonDriver()
1833 osValue = osValue.substr(1); in LoadPythonDriver()
1835 if( !osValue.empty() && osValue[osValue.size()-1] == chQuote ) in LoadPythonDriver()
1836 osValue.resize(osValue.size()-1); in LoadPythonDriver()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dnasakeywordhandler.cpp152 CPLString osName, osValue;
166 if( (osValue == "Table" || osValue == "Field") &&
227 osValue = "";
250 osValue = "";
262 osValue += *pszHeaderNext;
271 osValue += *pszHeaderNext;
295 osValue += osWord;
303 osValue += *pszHeaderNext;
384 CPLString osValueNoUnit(osValue);
388 osValue += " ";
[all …]
H A Dgdalpythondriverloader.cpp254 CPLString osValue = GetString(value);
781 poFeature->SetStyleString(osValue);
881 CPLString osValue = GetString(value);
1826 CPLString osValue(pszEqual+1);
1827 osValue.Trim();
1830 if( !osValue.empty() && (osValue[0] == '"' || osValue[0] == '\'') )
1832 chQuote = osValue[0];
1833 osValue = osValue.substr(1);
1835 if( !osValue.empty() && osValue[osValue.size()-1] == chQuote )
1836 osValue.resize(osValue.size()-1);
[all …]
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dnasakeywordhandler.cpp152 CPLString osName, osValue; in ReadGroup() local
166 if( (osValue == "Table" || osValue == "Field") && in ReadGroup()
227 osValue = ""; in ReadPair()
250 osValue = ""; in ReadPair()
262 osValue += *pszHeaderNext; in ReadPair()
271 osValue += *pszHeaderNext; in ReadPair()
295 osValue += osWord; in ReadPair()
303 osValue += *pszHeaderNext; in ReadPair()
384 CPLString osValueNoUnit(osValue); in ReadPair()
388 osValue += " "; in ReadPair()
[all …]
H A Dgdalpythondriverloader.cpp254 CPLString osValue = GetString(value); in GetDict() local
781 poFeature->SetStyleString(osValue); in TranslateToOGRFeature()
881 CPLString osValue = GetString(value); in TranslateToOGRFeature() local
1826 CPLString osValue(pszEqual+1); in LoadPythonDriver() local
1827 osValue.Trim(); in LoadPythonDriver()
1830 if( !osValue.empty() && (osValue[0] == '"' || osValue[0] == '\'') ) in LoadPythonDriver()
1832 chQuote = osValue[0]; in LoadPythonDriver()
1833 osValue = osValue.substr(1); in LoadPythonDriver()
1835 if( !osValue.empty() && osValue[osValue.size()-1] == chQuote ) in LoadPythonDriver()
1836 osValue.resize(osValue.size()-1); in LoadPythonDriver()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcplkeywordparser.cpp118 CPLString osValue; in ReadGroup() local
126 if( !ReadPair( osName, osValue ) ) in ReadGroup()
159 osValue = ""; in ReadPair()
179 osValue = ""; in ReadPair()
194 osValue += osWord; in ReadPair()
245 osValue = osTxt; in ReadPair()
246 while( !osValue.empty() && osValue.back() == ' ' ) in ReadPair()
247 osValue.resize(osValue.size() - 1); in ReadPair()
252 if( !ReadWord( osValue ) ) in ReadPair()
267 osValue += " "; in ReadPair()
[all …]
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcplkeywordparser.cpp118 CPLString osValue; in ReadGroup() local
126 if( !ReadPair( osName, osValue ) ) in ReadGroup()
159 osValue = ""; in ReadPair()
179 osValue = ""; in ReadPair()
194 osValue += osWord; in ReadPair()
245 osValue = osTxt; in ReadPair()
246 while( !osValue.empty() && osValue.back() == ' ' ) in ReadPair()
247 osValue.resize(osValue.size() - 1); in ReadPair()
252 if( !ReadWord( osValue ) ) in ReadPair()
267 osValue += " "; in ReadPair()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcplkeywordparser.cpp118 CPLString osValue; in ReadGroup() local
126 if( !ReadPair( osName, osValue ) ) in ReadGroup()
159 osValue = ""; in ReadPair()
179 osValue = ""; in ReadPair()
194 osValue += osWord; in ReadPair()
245 osValue = osTxt; in ReadPair()
246 while( !osValue.empty() && osValue.back() == ' ' ) in ReadPair()
247 osValue.resize(osValue.size() - 1); in ReadPair()
252 if( !ReadWord( osValue ) ) in ReadPair()
267 osValue += " "; in ReadPair()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/prf/
H A Dphprfdataset.cpp259 CPLString osValue; in ParseGeoref() local
299 CPLString osValue; in ParseDemShift() local
329 CPLString osValue; in ParseChannelsInfo() local
335 osType = osValue; in ParseChannelsInfo()
339 osBytesPS = osValue; in ParseChannelsInfo()
343 osChannels = osValue; in ParseChannelsInfo()
454 CPLString osValue; in Open() local
469 CPLString osValue; in Open() local
479 nSizeX = atoi( osValue ); in Open()
483 nSizeY = atoi( osValue ); in Open()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/prf/
H A Dphprfdataset.cpp259 CPLString osValue; in ParseGeoref() local
299 CPLString osValue; in ParseDemShift() local
329 CPLString osValue; in ParseChannelsInfo() local
335 osType = osValue; in ParseChannelsInfo()
339 osBytesPS = osValue; in ParseChannelsInfo()
343 osChannels = osValue; in ParseChannelsInfo()
454 CPLString osValue; in Open() local
469 CPLString osValue; in Open() local
479 nSizeX = atoi( osValue ); in Open()
483 nSizeY = atoi( osValue ); in Open()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/prf/
H A Dphprfdataset.cpp259 CPLString osValue; in ParseGeoref() local
299 CPLString osValue; in ParseDemShift() local
329 CPLString osValue; in ParseChannelsInfo() local
335 osType = osValue; in ParseChannelsInfo()
339 osBytesPS = osValue; in ParseChannelsInfo()
343 osChannels = osValue; in ParseChannelsInfo()
454 CPLString osValue; in Open() local
469 CPLString osValue; in Open() local
479 nSizeX = atoi( osValue ); in Open()
483 nSizeY = atoi( osValue ); in Open()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pds/
H A Dvicarkeywordhandler.cpp217 CPLString osName, osValue, osGroupName; in Parse() local
235 osGroupName = osValue; in Parse()
238 oProperties.Add(osValue, oCurObj); in Parse()
242 osGroupName = osValue; in Parse()
245 oTasks.Add(osValue, oCurObj); in Parse()
272 osValue.clear(); in ReadPair()
293 if( !osValue.empty() ) in ReadPair()
294 osValue += ','; in ReadPair()
295 osValue += osWord; in ReadPair()
324 oCur.Add( osName, osValue ); in ReadPair()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/pds/
H A Dvicarkeywordhandler.cpp217 CPLString osName, osValue, osGroupName; in Parse() local
235 osGroupName = osValue; in Parse()
238 oProperties.Add(osValue, oCurObj); in Parse()
242 osGroupName = osValue; in Parse()
245 oTasks.Add(osValue, oCurObj); in Parse()
272 osValue.clear(); in ReadPair()
293 if( !osValue.empty() ) in ReadPair()
294 osValue += ','; in ReadPair()
295 osValue += osWord; in ReadPair()
324 oCur.Add( osName, osValue ); in ReadPair()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pds/
H A Dvicarkeywordhandler.cpp217 CPLString osName, osValue, osGroupName; in Parse() local
235 osGroupName = osValue; in Parse()
238 oProperties.Add(osValue, oCurObj); in Parse()
242 osGroupName = osValue; in Parse()
245 oTasks.Add(osValue, oCurObj); in Parse()
272 osValue.clear(); in ReadPair()
293 if( !osValue.empty() ) in ReadPair()
294 osValue += ','; in ReadPair()
295 osValue += osWord; in ReadPair()
324 oCur.Add( osName, osValue ); in ReadPair()
[all …]
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/port/
H A Dcplkeywordparser.cpp111 CPLString osName, osValue; in ReadGroup() local
115 if( !ReadPair( osName, osValue ) ) in ReadGroup()
120 if( !ReadGroup( (CPLString(pszPathPrefix) + osValue + ".").c_str() ) ) in ReadGroup()
131 osName, osValue ); in ReadGroup()
143 int CPLKeywordParser::ReadPair( CPLString &osName, CPLString &osValue ) in ReadPair() argument
147 osValue = ""; in ReadPair()
170 osValue = ""; in ReadPair()
181 osValue += osWord; in ReadPair()
189 if( !ReadWord( osValue ) ) in ReadPair()
205 osValue += " "; in ReadPair()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pds/
H A Dnasakeywordhandler.cpp136 CPLString osName, osValue; in ReadGroup() local
140 if( !ReadPair( osName, osValue ) ) in ReadGroup()
158 osName, osValue ); in ReadGroup()
171 int NASAKeywordHandler::ReadPair( CPLString &osName, CPLString &osValue ) in ReadPair() argument
175 osValue = ""; in ReadPair()
198 osValue = ""; in ReadPair()
209 osValue += osWord; in ReadPair()
224 osValue += osWord; in ReadPair()
232 if( !ReadWord( osValue ) ) in ReadPair()
248 osValue += " "; in ReadPair()
[all …]
H A Dvicarkeywordhandler.cpp184 CPLString osName, osValue, osProperty; in ReadGroup() local
187 if( !ReadPair( osName, osValue ) ) { in ReadGroup()
194 osProperty = osValue; in ReadGroup()
198 papszKeywordList = CSLSetNameValue( papszKeywordList, osName, osValue ); in ReadGroup()
212 int VICARKeywordHandler::ReadPair( CPLString &osName, CPLString &osValue ) { in ReadPair() argument
215 osValue = ""; in ReadPair()
232 osValue = ""; in ReadPair()
239 osValue += osWord; in ReadPair()
253 osValue += osWord; in ReadPair()
260 if( !ReadWord( osValue ) ) return FALSE; in ReadPair()
/dports/devel/upp/upp/bazaar/plugin/gdal/port/
H A Dcplkeywordparser.cpp114 CPLString osName, osValue; in ReadGroup() local
118 if( !ReadPair( osName, osValue ) ) in ReadGroup()
123 if( !ReadGroup( (CPLString(pszPathPrefix) + osValue + ".").c_str() ) ) in ReadGroup()
134 osName, osValue ); in ReadGroup()
146 int CPLKeywordParser::ReadPair( CPLString &osName, CPLString &osValue ) in ReadPair() argument
150 osValue = ""; in ReadPair()
173 osValue = ""; in ReadPair()
188 osValue += osWord; in ReadPair()
215 if( !ReadWord( osValue ) ) in ReadPair()
231 osValue += " "; in ReadPair()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/dwg/
H A Dogrdwgdatasource.cpp174 CPLString osValue; in ReadLayerDefinitions() local
186 osValue.Printf( "%d", poLD->colorIndex() ); in ReadLayerDefinitions()
187 oLayerProperties["Color"] = osValue; in ReadLayerDefinitions()
190 oLayerProperties["LineWeight"] = osValue; in ReadLayerDefinitions()
247 CPLString osValue; in ReadLineTypeDefinitions() local
249 osLineTypeDef += osValue; in ReadLineTypeDefinitions()
284 CPLString osValue; in ReadHeaderSection() local
286 osValue.Printf( "%d", poDb->getLUPREC() ); in ReadHeaderSection()
287 oHeaderVariables["$LUPREC"] = osValue; in ReadHeaderSection()
289 osValue.Printf( "%g", poDb->dimtxt() ); in ReadHeaderSection()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/dwg/
H A Dogrdwgdatasource.cpp167 CPLString osValue; in ReadLayerDefinitions() local
179 osValue.Printf( "%d", poLD->colorIndex() ); in ReadLayerDefinitions()
180 oLayerProperties["Color"] = osValue; in ReadLayerDefinitions()
183 oLayerProperties["LineWeight"] = osValue; in ReadLayerDefinitions()
240 CPLString osValue; in ReadLineTypeDefinitions() local
242 osLineTypeDef += osValue; in ReadLineTypeDefinitions()
277 CPLString osValue; in ReadHeaderSection() local
279 osValue.Printf( "%d", poDb->getLUPREC() ); in ReadHeaderSection()
280 oHeaderVariables["$LUPREC"] = osValue; in ReadHeaderSection()
282 osValue.Printf( "%g", poDb->dimtxt() ); in ReadHeaderSection()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/dwg/
H A Dogrdwgdatasource.cpp167 CPLString osValue; in ReadLayerDefinitions() local
179 osValue.Printf( "%d", poLD->colorIndex() ); in ReadLayerDefinitions()
180 oLayerProperties["Color"] = osValue; in ReadLayerDefinitions()
183 oLayerProperties["LineWeight"] = osValue; in ReadLayerDefinitions()
240 CPLString osValue; in ReadLineTypeDefinitions() local
242 osLineTypeDef += osValue; in ReadLineTypeDefinitions()
277 CPLString osValue; in ReadHeaderSection() local
279 osValue.Printf( "%d", poDb->getLUPREC() ); in ReadHeaderSection()
280 oHeaderVariables["$LUPREC"] = osValue; in ReadHeaderSection()
282 osValue.Printf( "%g", poDb->dimtxt() ); in ReadHeaderSection()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/dwg/
H A Dogrdwgdatasource.cpp167 CPLString osValue; in ReadLayerDefinitions() local
179 osValue.Printf( "%d", poLD->colorIndex() ); in ReadLayerDefinitions()
180 oLayerProperties["Color"] = osValue; in ReadLayerDefinitions()
183 oLayerProperties["LineWeight"] = osValue; in ReadLayerDefinitions()
240 CPLString osValue; in ReadLineTypeDefinitions() local
242 osLineTypeDef += osValue; in ReadLineTypeDefinitions()
277 CPLString osValue; in ReadHeaderSection() local
279 osValue.Printf( "%d", poDb->getLUPREC() ); in ReadHeaderSection()
280 oHeaderVariables["$LUPREC"] = osValue; in ReadHeaderSection()
282 osValue.Printf( "%g", poDb->dimtxt() ); in ReadHeaderSection()
[all …]
/dports/cad/gspiceui/gspiceui-v1.1.00/src/base/
H A DUnitsBase.cpp97 static wxString osValue; in rosGetValue() local
102 osValue.Empty( ); in rosGetValue()
104 if( ! bIsCreated( ) ) return( osValue ); in rosGetValue()
108 if( os1.Printf( osFmt, dfValue ) < 0 ) return( osValue ); in rosGetValue()
109 osValue = os1; in rosGetValue()
118 if( os1.StartsWith( wxT("micro") ) ) osValue << wxT('u'); in rosGetValue()
122 if( CnvtType::bUnitExpToPfx( i1, &oc1 ) ) osValue << oc1; in rosGetValue()
127 if( CnvtType::bUnitPfxToExp( oc1, &i1 ) ) osValue << oc1; in rosGetValue()
128 if( oc1 == wxT('M') ) osValue << wxT("EG"); in rosGetValue()
132 return( osValue ); in rosGetValue()

12345678910