Home
last modified time | relevance | path

Searched refs:oPattern (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/csv/
H A Dogrcsvlayer.cpp302 CPLString oPattern(pszPattern + 1); in Matches() local
303 oPattern.resize(oPattern.size() - 1); in Matches()
304 if( CPLString(pszFieldName).ifind(oPattern) != in Matches()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/csv/
H A Dogrcsvlayer.cpp302 CPLString oPattern(pszPattern + 1); in Matches() local
303 oPattern.resize(oPattern.size() - 1); in Matches()
304 if( CPLString(pszFieldName).ifind(oPattern) != in Matches()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/csv/
H A Dogrcsvlayer.cpp302 CPLString oPattern(pszPattern + 1); in Matches() local
303 oPattern.resize(oPattern.size() - 1); in Matches()
304 if( CPLString(pszFieldName).ifind(oPattern) != in Matches()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/analyze/
H A Danalyze.cpp181 …const QString oPattern("^(oiii|oxygen|oxygen_3|oxygen-3|oxygen_iii|oxygen-iii|o_iii|o-iii|o_3|o-3|… in filterStripeBrush() local
182 if (QRegularExpression(oPattern, c).match(filter).hasMatch()) in filterStripeBrush()