Home
last modified time | relevance | path

Searched defs:IsZip (Results 1 – 16 of 16) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/title/
H A DTitleSequenceManager.h20 bool IsZip; member
H A DTitleSequence.h52 bool IsZip = false; member
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/build/
H A DFileLocation.h81 bool IsZip() const { return !mPath.IsEmpty(); } in IsZip() function
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/build/
H A DFileLocation.h86 bool IsZip() const { return !mPath.IsEmpty(); } in IsZip() function
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/build/
H A DFileLocation.h87 bool IsZip() const { return !mPath.IsEmpty(); } in IsZip() function
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/build/
H A DFileLocation.h86 bool IsZip() const { return !mPath.IsEmpty(); } in IsZip() function
/dports/www/firefox/firefox-99.0/xpcom/build/
H A DFileLocation.h86 bool IsZip() const { return !mPath.IsEmpty(); } in IsZip() function
/dports/www/firefox-esr/firefox-91.8.0/xpcom/build/
H A DFileLocation.h86 bool IsZip() const { return !mPath.IsEmpty(); } in IsZip() function
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/shape/
H A Dogrshape.h343 bool IsZip() const { return m_bIsZip; } in IsZip() function
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/shape/
H A Dogrshape.h343 bool IsZip() const { return m_bIsZip; } in IsZip() function
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/shape/
H A Dogrshape.h343 bool IsZip() const { return m_bIsZip; } in IsZip() function
/dports/games/libretro-handy/libretro-handy-94c0ab5/lynx/
H A Dsystem.cpp321 bool CSystem::IsZip(char *filename) in IsZip() function in CSystem
/dports/ftp/wxdfast/wxdfast-0.6.0/src/
H A DDownloadFile.cpp655 bool mDownloadFile::IsZip() in IsZip() function in mDownloadFile
/dports/java/jikes/jikes-1.22/src/
H A Dsymbol.h69 inline bool IsZip() { return zipfile != NULL; } in IsZip() function
133 inline bool IsZip() { return PathSym() -> IsZip(); } in IsZip() function
267 inline bool IsZip() { return PathSym() -> IsZip(); } in IsZip() function
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/ssld/
H A Dssld.c133 #define IsZip(x) ((x)->flags & FLAG_ZIP) macro
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/ssld/
H A Dssld.c133 #define IsZip(x) ((x)->flags & FLAG_ZIP) macro