Home
last modified time | relevance | path

Searched defs:pszText (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsonutils.cpp49 static bool IsJSONObject( const char* pszText ) in IsJSONObject()
85 static bool IsTypeSomething( const char* pszText, const char* pszTypeValue ) in IsTypeSomething()
112 static CPLString GetCompactJSon( const char* pszText, size_t nMaxSize ) in GetCompactJSon()
226 static bool IsGeoJSONLikeObject( const char* pszText ) in IsGeoJSONLikeObject()
237 bool ESRIJSONIsObject(const char *pszText) in ESRIJSONIsObject()
271 bool TopoJSONIsObject(const char *pszText) in TopoJSONIsObject()
304 const char* pszText = pszFileContent ? pszFileContent: in IsLikelyNewlineSequenceGeoJSON() local
416 bool GeoJSONIsObject( const char* pszText ) in GeoJSONIsObject()
467 bool GeoJSONSeqIsObject( const char* pszText ) in GeoJSONSeqIsObject()
591 const char* pszText = poOpenInfo->pszFilename; in ESRIJSONDriverGetSourceType() local
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsonutils.cpp49 static bool IsJSONObject( const char* pszText ) in IsJSONObject()
85 static bool IsTypeSomething( const char* pszText, const char* pszTypeValue ) in IsTypeSomething()
112 static CPLString GetCompactJSon( const char* pszText, size_t nMaxSize ) in GetCompactJSon()
226 static bool IsGeoJSONLikeObject( const char* pszText ) in IsGeoJSONLikeObject()
237 bool ESRIJSONIsObject(const char *pszText) in ESRIJSONIsObject()
271 bool TopoJSONIsObject(const char *pszText) in TopoJSONIsObject()
304 const char* pszText = pszFileContent ? pszFileContent: in IsLikelyNewlineSequenceGeoJSON() local
416 bool GeoJSONIsObject( const char* pszText ) in GeoJSONIsObject()
467 bool GeoJSONSeqIsObject( const char* pszText ) in GeoJSONSeqIsObject()
591 const char* pszText = poOpenInfo->pszFilename; in ESRIJSONDriverGetSourceType() local
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsonutils.cpp49 static bool IsJSONObject( const char* pszText ) in IsJSONObject()
85 static bool IsTypeSomething( const char* pszText, const char* pszTypeValue ) in IsTypeSomething()
112 static CPLString GetCompactJSon( const char* pszText, size_t nMaxSize ) in GetCompactJSon()
226 static bool IsGeoJSONLikeObject( const char* pszText ) in IsGeoJSONLikeObject()
237 bool ESRIJSONIsObject(const char *pszText) in ESRIJSONIsObject()
271 bool TopoJSONIsObject(const char *pszText) in TopoJSONIsObject()
304 const char* pszText = pszFileContent ? pszFileContent: in IsLikelyNewlineSequenceGeoJSON() local
416 bool GeoJSONIsObject( const char* pszText ) in GeoJSONIsObject()
467 bool GeoJSONSeqIsObject( const char* pszText ) in GeoJSONSeqIsObject()
591 const char* pszText = poOpenInfo->pszFilename; in ESRIJSONDriverGetSourceType() local
[all …]
/dports/audio/liblscp/liblscp-0.9.4/src/
H A Devent.c45 const char *pszText = NULL; in lscp_event_to_text() local
115 lscp_event_t lscp_event_from_text ( const char *pszText ) in lscp_event_from_text()
/dports/graphics/silgraphite/silgraphite-2.3.1/engine/test/ProfileHarness/
H A DGrUtfTextSrc.cpp75 bool GrUtfTextSrc::setText(const char * pszText, int len) in setText()
80 bool GrUtfTextSrc::setText(const gr::utf8 * pszText, int len) in setText()
101 bool GrUtfTextSrc::setText(const gr::utf16 * pszText, int len) in setText()
121 bool GrUtfTextSrc::setText(const gr::utf32 * pszText, int len) in setText()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/qt/
H A Dprogress.cpp22 static int ProgressUpdateBurn(double dProgress, const TCHAR *pszText, bool bAbs) in ProgressUpdateBurn()
86 int ProgressUpdateBurner(double dProgress, const TCHAR *pszText, bool bAbs) in ProgressUpdateBurner()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/qt/
H A Dprogress.cpp22 static int ProgressUpdateBurn(double dProgress, const TCHAR *pszText, bool bAbs) in ProgressUpdateBurn()
86 int ProgressUpdateBurner(double dProgress, const TCHAR *pszText, bool bAbs) in ProgressUpdateBurner()
/dports/graphics/podofo/podofo-0.9.7/src/podofo/doc/
H A DPdfFontMetrics.h421 unsigned long PdfFontMetrics::StringWidthMM( const char* pszText, unsigned int nLength ) const in StringWidthMM()
429 unsigned long PdfFontMetrics::StringWidthMM( const pdf_utf16be* pszText, unsigned int nLength ) con… in StringWidthMM()
440 unsigned long PdfFontMetrics::StringWidthMM( const wchar_t* pszText, unsigned int nLength ) const in StringWidthMM()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/win32/
H A Dprogress.cpp28 static int __cdecl ProgressUpdateBurn(double dProgress, const TCHAR* pszText, bool bAbs) in ProgressUpdateBurn()
61 int ProgressUpdateBurner(double dProgress, const TCHAR* pszText, bool bAbs) in ProgressUpdateBurner()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/win32/
H A Dprogress.cpp28 static int __cdecl ProgressUpdateBurn(double dProgress, const TCHAR* pszText, bool bAbs) in ProgressUpdateBurn()
61 int ProgressUpdateBurner(double dProgress, const TCHAR* pszText, bool bAbs) in ProgressUpdateBurner()
/dports/graphics/silgraphite/silgraphite-2.3.1/examples/JustTestApp/
H A DJtaTextSrc.h26 JtaTextSrc(gr::utf16 * pszText) : SimpleTextSrc(pszText) in JtaTextSrc()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/
H A DTCITEM.java21 public long pszText; field in TCITEM
H A DLVCOLUMN.java21 public long pszText; field in LVCOLUMN
H A DTBBUTTONINFO.java26 public long pszText; field in TBBUTTONINFO
H A DNMTVDISPINFO.java27 public long pszText; field in NMTVDISPINFO
H A DTVITEM.java23 public long pszText; field in TVITEM
H A DHDITEM.java20 public long pszText; field in HDITEM
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/ntf/
H A Dntf_codelist.cpp45 const char *pszText; in NTFCodeList() local
/dports/graphics/silgraphite/silgraphite-2.3.1/examples/HelloWorld/
H A DHwTextSrc.cpp42 HwTextSrc::HwTextSrc(gr::utf16 * pszText, in HwTextSrc()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/fred2/
H A Dfolderdlg.cpp265 VOID CFolderDialog::SetOKText( IN LPCTSTR pszText ) in SetOKText()
307 VOID CFolderDialog::SetStatusText( IN LPCTSTR pszText ) in SetStatusText()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/fred2/
H A Dfolderdlg.cpp265 VOID CFolderDialog::SetOKText( IN LPCTSTR pszText ) in SetOKText()
307 VOID CFolderDialog::SetStatusText( IN LPCTSTR pszText ) in SetStatusText()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/ntf/
H A Dntf_codelist.cpp53 const char *pszText = poRecord->GetData() + 22; in NTFCodeList() local
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/ntf/
H A Dntf_codelist.cpp53 const char *pszText = poRecord->GetData() + 22; in NTFCodeList() local
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/ntf/
H A Dntf_codelist.cpp53 const char *pszText = poRecord->GetData() + 22; in NTFCodeList() local
/dports/graphics/silgraphite/silgraphite-2.3.1/examples/applib/
H A DSimpleTextSrc.cpp37 SimpleTextSrc::SimpleTextSrc(gr::utf16 * pszText) in SimpleTextSrc()

12345678910>>...12