Home
last modified time | relevance | path

Searched refs:ifind (Results 1 – 25 of 275) sorted by relevance

1234567891011

/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/sqlite/
H A Dogrsqliteselectlayer.cpp290 osSQLCurrent.ifind(" UNION ") == std::string::npos && in GetFeatureCount()
292 osSQLCurrent.ifind(" EXCEPT ") == std::string::npos ) in GetFeatureCount()
432 size_t nFromPos = osSQLBase.ifind(" from "); in GetBaseLayer()
559 size_t nEndOfWhere = osSQLBase.ifind(" GROUP "); in BuildSQL()
561 nEndOfWhere = osSQLBase.ifind(" ORDER "); in BuildSQL()
563 nEndOfWhere = osSQLBase.ifind(" LIMIT "); in BuildSQL()
671 size_t nOrderByPos = osSQLCommand.ifind(" ORDER BY "); in GetExtent()
672 if( osSQLCommand.ifind("SELECT ") == 0 && in GetExtent()
675 osSQLCommand.ifind(" LIMIT ") == std::string::npos && in GetExtent()
676 osSQLCommand.ifind(" UNION ") == std::string::npos && in GetExtent()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/sqlite/
H A Dogrsqliteselectlayer.cpp290 osSQLCurrent.ifind(" UNION ") == std::string::npos && in GetFeatureCount()
292 osSQLCurrent.ifind(" EXCEPT ") == std::string::npos ) in GetFeatureCount()
432 size_t nFromPos = osSQLBase.ifind(" from "); in GetBaseLayer()
559 size_t nEndOfWhere = osSQLBase.ifind(" GROUP "); in BuildSQL()
561 nEndOfWhere = osSQLBase.ifind(" ORDER "); in BuildSQL()
563 nEndOfWhere = osSQLBase.ifind(" LIMIT "); in BuildSQL()
671 size_t nOrderByPos = osSQLCommand.ifind(" ORDER BY "); in GetExtent()
672 if( osSQLCommand.ifind("SELECT ") == 0 && in GetExtent()
675 osSQLCommand.ifind(" LIMIT ") == std::string::npos && in GetExtent()
676 osSQLCommand.ifind(" UNION ") == std::string::npos && in GetExtent()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/sqlite/
H A Dogrsqliteselectlayer.cpp290 osSQLCurrent.ifind(" UNION ") == std::string::npos && in GetFeatureCount()
292 osSQLCurrent.ifind(" EXCEPT ") == std::string::npos ) in GetFeatureCount()
432 size_t nFromPos = osSQLBase.ifind(" from "); in GetBaseLayer()
559 size_t nEndOfWhere = osSQLBase.ifind(" GROUP "); in BuildSQL()
561 nEndOfWhere = osSQLBase.ifind(" ORDER "); in BuildSQL()
563 nEndOfWhere = osSQLBase.ifind(" LIMIT "); in BuildSQL()
671 size_t nOrderByPos = osSQLCommand.ifind(" ORDER BY "); in GetExtent()
672 if( osSQLCommand.ifind("SELECT ") == 0 && in GetExtent()
675 osSQLCommand.ifind(" LIMIT ") == std::string::npos && in GetExtent()
676 osSQLCommand.ifind(" UNION ") == std::string::npos && in GetExtent()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/sqlite/
H A Dogrsqliteselectlayer.cpp271 osSQLCurrent.ifind(" UNION ") == std::string::npos && in GetFeatureCount()
273 osSQLCurrent.ifind(" EXCEPT ") == std::string::npos ) in GetFeatureCount()
416 size_t nFromPos = osSQLBase.ifind(" from "); in GetBaseLayer()
539 size_t nEndOfWhere = osSQLBase.ifind(" GROUP "); in BuildSQL()
541 nEndOfWhere = osSQLBase.ifind(" ORDER "); in BuildSQL()
543 nEndOfWhere = osSQLBase.ifind(" LIMIT "); in BuildSQL()
651 size_t nOrderByPos = osSQLCommand.ifind(" ORDER BY "); in GetExtent()
652 if( osSQLCommand.ifind("SELECT ") == 0 && in GetExtent()
654 osSQLCommand.ifind(" LIMIT ") == std::string::npos && in GetExtent()
655 osSQLCommand.ifind(" UNION ") == std::string::npos && in GetExtent()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/port/
H A Dcplstring.cpp247 size_t CPLString::ifind( const std::string & str, size_t pos ) const in ifind() function in CPLString
250 return ifind( str.c_str(), pos ); in ifind()
262 size_t CPLString::ifind( const char *s, size_t nPos ) const in ifind() function in CPLString
343 size_t nKeyPos = CPLString(pszURL).ifind(osKey); in CPLURLGetValue()
382 size_t nKeyPos = osURL.ifind(osKey); in CPLURLAddKVP()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/gft/
H A Dogrgftresultlayer.cpp91 if (osSQL.ifind(" OFFSET ") == std::string::npos && in FetchNextRows()
92 osSQL.ifind(" LIMIT ") == std::string::npos) in FetchNextRows()
186 size_t nPosFROM = osSQL.ifind(" FROM "); in RunSQL()
214 if (osSQL.ifind(" OFFSET ") == std::string::npos && in RunSQL()
215 osSQL.ifind(" LIMIT ") == std::string::npos && in RunSQL()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcplstring.cpp265 size_t CPLString::ifind( const std::string & str, size_t pos ) const in ifind() function in CPLString
268 return ifind( str.c_str(), pos ); in ifind()
281 size_t CPLString::ifind( const char *s, size_t nPos ) const in ifind() function in CPLString
426 size_t nKeyPos = CPLString(pszURL).ifind(osKey); in CPLURLGetValue()
465 size_t nKeyPos = osURL.ifind(osKey); in CPLURLAddKVP()
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcplstring.cpp265 size_t CPLString::ifind( const std::string & str, size_t pos ) const in ifind() function in CPLString
268 return ifind( str.c_str(), pos ); in ifind()
281 size_t CPLString::ifind( const char *s, size_t nPos ) const in ifind() function in CPLString
426 size_t nKeyPos = CPLString(pszURL).ifind(osKey); in CPLURLGetValue()
465 size_t nKeyPos = osURL.ifind(osKey); in CPLURLAddKVP()
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcplstring.cpp265 size_t CPLString::ifind( const std::string & str, size_t pos ) const in ifind() function in CPLString
268 return ifind( str.c_str(), pos ); in ifind()
281 size_t CPLString::ifind( const char *s, size_t nPos ) const in ifind() function in CPLString
426 size_t nKeyPos = CPLString(pszURL).ifind(osKey); in CPLURLGetValue()
465 size_t nKeyPos = osURL.ifind(osKey); in CPLURLAddKVP()
/dports/sysutils/autopsy/autopsy-2.24/lib/
H A DData.pm233 my $ifind = Args::get_ifind();
271 . "&block=$blk&sort=$sort&len=$len&ifind=$ifind\">\n"
356 my $ifind = Args::get_ifind();
369 . "&ifind=$ifind";
515 if ($ifind == 0) {
516 print "<a href=\"$url&ifind=1\">Find Meta Data Address</a><br>\n";
519 print "<a href=\"$url&ifind=0\">Hide Meta Data Address</a><br>\n";
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tools/fstools/
H A DMakefile.am7 bin_PROGRAMS = blkcalc blkcat blkls blkstat ffind fls fcat fsstat icat ifind ils \ program
18 ifind_SOURCES = ifind.cpp
/dports/graphics/py-gdal/gdal-3.3.3/frmts/wms/
H A Dminidriver_arcgis_server.cpp112 if( (url.ifind("/export?") == std::string::npos) && in TiledImageRequest()
113 (url.ifind("/exportImage?") == std::string::npos) ) in TiledImageRequest()
162 if( m_base_url.ifind("/identify?") == std::string::npos ) in GetTiledImageInfo()
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/_cabal_deps/indexed-traversable-0.1.2/src/Data/Foldable/
H A DWithIndex.hs20 ifind,
154 ifind :: FoldableWithIndex i f => (i -> a -> Bool) -> f a -> Maybe (i, a)
155 ifind p = ifoldr (\i a y -> if p i a then Just (i, a) else y) Nothing function
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/wms/
H A Dminidriver_arcgis_server.cpp112 if( (url.ifind("/export?") == std::string::npos) && in TiledImageRequest()
113 (url.ifind("/exportImage?") == std::string::npos) ) in TiledImageRequest()
162 if( m_base_url.ifind("/identify?") == std::string::npos ) in GetTiledImageInfo()
/dports/graphics/gdal/gdal-3.3.3/frmts/wms/
H A Dminidriver_arcgis_server.cpp112 if( (url.ifind("/export?") == std::string::npos) && in TiledImageRequest()
113 (url.ifind("/exportImage?") == std::string::npos) ) in TiledImageRequest()
162 if( m_base_url.ifind("/identify?") == std::string::npos ) in GetTiledImageInfo()
/dports/devel/stack/stack-2.7.3/_cabal_deps/indexed-traversable-0.1.1/src/Data/Foldable/
H A DWithIndex.hs20 ifind,
154 ifind :: FoldableWithIndex i f => (i -> a -> Bool) -> f a -> Maybe (i, a)
155 ifind p = ifoldr (\i a y -> if p i a then Just (i, a) else y) Nothing function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/indexed-traversable-0.1.1/src/Data/Foldable/
H A DWithIndex.hs20 ifind,
154 ifind :: FoldableWithIndex i f => (i -> a -> Bool) -> f a -> Maybe (i, a)
155 ifind p = ifoldr (\i a y -> if p i a then Just (i, a) else y) Nothing function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/indexed-traversable-0.1.1/src/Data/Foldable/
H A DWithIndex.hs20 ifind,
154 ifind :: FoldableWithIndex i f => (i -> a -> Bool) -> f a -> Maybe (i, a)
155 ifind p = ifoldr (\i a y -> if p i a then Just (i, a) else y) Nothing function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/indexed-traversable-0.1.1/src/Data/Foldable/
H A DWithIndex.hs20 ifind,
154 ifind :: FoldableWithIndex i f => (i -> a -> Bool) -> f a -> Maybe (i, a)
155 ifind p = ifoldr (\i a y -> if p i a then Just (i, a) else y) Nothing function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/indexed-traversable-0.1.1/src/Data/Foldable/
H A DWithIndex.hs20 ifind,
154 ifind :: FoldableWithIndex i f => (i -> a -> Bool) -> f a -> Maybe (i, a)
155 ifind p = ifoldr (\i a y -> if p i a then Just (i, a) else y) Nothing function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/indexed-traversable-0.1.1/src/Data/Foldable/
H A DWithIndex.hs20 ifind,
154 ifind :: FoldableWithIndex i f => (i -> a -> Bool) -> f a -> Maybe (i, a)
155 ifind p = ifoldr (\i a y -> if p i a then Just (i, a) else y) Nothing function
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/indexed-traversable-0.1.1/src/Data/Foldable/
H A DWithIndex.hs20 ifind,
154 ifind :: FoldableWithIndex i f => (i -> a -> Bool) -> f a -> Maybe (i, a)
155 ifind p = ifoldr (\i a y -> if p i a then Just (i, a) else y) Nothing function
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/indexed-traversable-0.1.1/src/Data/Foldable/
H A DWithIndex.hs20 ifind,
154 ifind :: FoldableWithIndex i f => (i -> a -> Bool) -> f a -> Maybe (i, a)
155 ifind p = ifoldr (\i a y -> if p i a then Just (i, a) else y) Nothing function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/indexed-traversable-0.1.1/src/Data/Foldable/
H A DWithIndex.hs20 ifind,
154 ifind :: FoldableWithIndex i f => (i -> a -> Bool) -> f a -> Maybe (i, a)
155 ifind p = ifoldr (\i a y -> if p i a then Just (i, a) else y) Nothing function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/indexed-traversable-0.1.1/src/Data/Foldable/
H A DWithIndex.hs20 ifind,
154 ifind :: FoldableWithIndex i f => (i -> a -> Bool) -> f a -> Maybe (i, a)
155 ifind p = ifoldr (\i a y -> if p i a then Just (i, a) else y) Nothing function

1234567891011