Home
last modified time | relevance | path

Searched refs:isGzipped (Results 1 – 13 of 13) sorted by relevance

/dports/lang/gnustep-base/libs-base-base-1_27_0/Tests/base/NSData/
H A Dadditions.m16 PASS(NO == [ref isGzipped], "Reference data is not gzipped");
19 PASS(YES == [data isGzipped], "We can gzip with compression 0");
50 PASS(NO == [data isGzipped], "An empty data is not gzipped");
53 PASS(YES == [data isGzipped], "An empty can be gzipped");
56 PASS(YES == [data isGzipped], "An empty can be gzipped twice");
59 PASS(YES == [data isGzipped], "Partial gunzip is still gzipped");
62 PASS(NO == [data isGzipped], "Complete gunzip is not gzipped");
/dports/deskutils/moregroupware/moregroupware/include/tar/
H A Dtar.class.php68 var $isGzipped; variable in tar
224 $this->isGzipped = TRUE;
336 $this->isGzipped=0;
557 $this->toTar($this->filename,$this->isGzipped);
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/
H A Dclass.tar.php99 public $isGzipped; variable in Tar
275 $this->isGzipped = true;
380 …unset($this->filename, $this->isGzipped, $this->tar_file, $this->files, $this->directories, $this-…
612 $this->toTar($this->filename, $this->isGzipped);
/dports/www/tikiwiki/tiki-21.2/lib/
H A Dtar.class.php80 var $isGzipped; variable in tar
254 $this->isGzipped = TRUE;
371 $this->isGzipped=0;
629 $this->toTar($this->filename,$this->isGzipped);
/dports/lang/gnustep-base/libs-base-base-1_27_0/Headers/GNUstepBase/
H A DNSData+GNUstepBase.h83 - (BOOL) isGzipped;
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/FileRecordTools/FileReaders/
H A DInputStreamMgr.h35 bool isGzipped() const { return _isGzipped; } in isGzipped() function
H A DBufferedStreamMgr.cpp55 if (_inputStreamMgr->isGzipped()) { in init()
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/fileType/
H A DFileRecordTypeChecker.h63 bool isGzipped() const { return _isGzipped; } in isGzipped() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/network/access/
H A Dqhttpnetworkreply_p.h209 bool isGzipped();
H A Dqhttpnetworkreply.cpp320 bool QHttpNetworkReplyPrivate::isGzipped() in isGzipped() function in QHttpNetworkReplyPrivate
H A Dqhttpnetworkconnectionchannel.cpp420 if (replyPrivate->isGzipped() && replyPrivate->autoDecompress) { in _q_receiveReply()
/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/Additions/
H A DNSData+GNUstepBase.m241 if (NO == [self isGzipped])
434 - (BOOL) isGzipped
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharo-1.4.changes259942 isGzipped
259949 ^ self isGzipped not! !
259960 self isGzipped