apidoc
[ class tree: apidoc ] [ index: apidoc ] [ all elements ]

Element index for package apidoc

[ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ o ] [ s ] [ t ]

b

$bufferSize
in file Download.php, variable HTTP_Download::$bufferSize (subpackage: HTTP_Download)
    Buffer Size
top

c

$cache
in file Download.php, variable HTTP_Download::$cache (subpackage: HTTP_Download)
    Whether to allow caching of the download on the clients side
$conn
in file PgLOB.php, variable HTTP_Download_PgLOB::$conn (subpackage: HTTP_Download)
    Stream Interface Implementation
compareAsterisk
in file Download.php, method HTTP_Download::compareAsterisk() (subpackage: HTTP_Download)
    Compare against an asterisk or check for equality
top

d

$data
in file Download.php, variable HTTP_Download::$data (subpackage: HTTP_Download)
    Data for download
top

e

$etag
in file Download.php, variable HTTP_Download::$etag (subpackage: HTTP_Download)
    ETag
top

f

$file
in file Download.php, variable HTTP_Download::$file (subpackage: HTTP_Download)
    Path to file for download
flush
in file Download.php, method HTTP_Download::flush() (subpackage: HTTP_Download)
    Flush
top

g

$gzip
in file Download.php, variable HTTP_Download::$gzip (subpackage: HTTP_Download)
    Whether to gzip the download
generateETag
in file Download.php, method HTTP_Download::generateETag() (subpackage: HTTP_Download)
    Generate ETag
getChunks
in file Download.php, method HTTP_Download::getChunks() (subpackage: HTTP_Download)
    Get chunks to send
getConnection
in file PgLOB.php, method HTTP_Download_PgLOB::getConnection() (subpackage: HTTP_Download)
    Get Connection
getRanges
in file Download.php, method HTTP_Download::getRanges() (subpackage: HTTP_Download)
    Get range request
guessContentType
in file Download.php, method HTTP_Download::guessContentType() (subpackage: HTTP_Download)
    Guess content type of file
top

h

$handle
in file Download.php, variable HTTP_Download::$handle (subpackage: HTTP_Download)
    Resource handle for download
$handle
in file PgLOB.php, variable HTTP_Download_PgLOB::$handle (subpackage: HTTP_Download)
    Stream Interface Implementation
$headers
in file Download.php, variable HTTP_Download::$headers (subpackage: HTTP_Download)
    HTTP headers
$HTTP
in file Download.php, variable HTTP_Download::$HTTP (subpackage: HTTP_Download)
    HTTP_Header
HTTP_Download
in file Download.php, class HTTP_Download (subpackage: HTTP_Download)
    Send HTTP Downloads/Responses.
HTTP_Download
in file Download.php, method HTTP_Download::HTTP_Download() (subpackage: HTTP_Download)
    Constructor
HTTP_DownloadTest
in file testcase.php, class HTTP_DownloadTest (subpackage: HTTP_Download)
HTTP_DownloadTest
in file testcase.php, method HTTP_DownloadTest::HTTP_DownloadTest() (subpackage: HTTP_Download)
HTTP_Download_Archive
in file Archive.php, class HTTP_Download_Archive (subpackage: HTTP_Download)
    HTTP_Download_Archive
HTTP_Download_PgLOB
in file PgLOB.php, class HTTP_Download_PgLOB (subpackage: HTTP_Download)
    PgSQL large object stream interface for HTTP_Download
top

i

$ID
in file PgLOB.php, variable HTTP_Download_PgLOB::$ID (subpackage: HTTP_Download)
    Stream Interface Implementation
isCached
in file Download.php, method HTTP_Download::isCached() (subpackage: HTTP_Download)
    Check if entity is cached
isRangeRequest
in file Download.php, method HTTP_Download::isRangeRequest() (subpackage: HTTP_Download)
    Check if range is requested
isValidRange
in file Download.php, method HTTP_Download::isValidRange() (subpackage: HTTP_Download)
    Check if entity hasn't changed
top

l

$lastModified
in file Download.php, variable HTTP_Download::$lastModified (subpackage: HTTP_Download)
    Last modified
top

o

open
in file PgLOB.php, method HTTP_Download_PgLOB::open() (subpackage: HTTP_Download)
    Open
top

s

$sentBytes
in file Download.php, variable HTTP_Download::$sentBytes (subpackage: HTTP_Download)
    Sent Bytes
$size
in file PgLOB.php, variable HTTP_Download_PgLOB::$size (subpackage: HTTP_Download)
    Stream Interface Implementation
$size
in file Download.php, variable HTTP_Download::$size (subpackage: HTTP_Download)
    Size of download
send
in file Archive.php, method HTTP_Download_Archive::send() (subpackage: HTTP_Download)
    Send a bunch of files or directories as an archive
send
in file Download.php, method HTTP_Download::send() (subpackage: HTTP_Download)
    Send
sendArchive
in file Download.php, method HTTP_Download::sendArchive() (subpackage: HTTP_Download)
    Send a bunch of files or directories as an archive
sendChunk
in file Download.php, method HTTP_Download::sendChunk() (subpackage: HTTP_Download)
    Send chunk of data
sendChunks
in file Download.php, method HTTP_Download::sendChunks() (subpackage: HTTP_Download)
    Send multiple chunks
sendHeaders
in file Download.php, method HTTP_Download::sendHeaders() (subpackage: HTTP_Download)
    Send HTTP headers
setBufferSize
in file Download.php, method HTTP_Download::setBufferSize() (subpackage: HTTP_Download)
    Set Size of Buffer
setCache
in file Download.php, method HTTP_Download::setCache() (subpackage: HTTP_Download)
    Whether to allow caching
setCacheControl
in file Download.php, method HTTP_Download::setCacheControl() (subpackage: HTTP_Download)
    Whether to allow proxies to cache
setConnection
in file PgLOB.php, method HTTP_Download_PgLOB::setConnection() (subpackage: HTTP_Download)
    Set Connection
setContentDisposition
in file Download.php, method HTTP_Download::setContentDisposition() (subpackage: HTTP_Download)
    Set Content-Disposition header
setContentType
in file Download.php, method HTTP_Download::setContentType() (subpackage: HTTP_Download)
    Set content type of the download
setData
in file Download.php, method HTTP_Download::setData() (subpackage: HTTP_Download)
    Set data for download
setETag
in file Download.php, method HTTP_Download::setETag() (subpackage: HTTP_Download)
    Set ETag
setFile
in file Download.php, method HTTP_Download::setFile() (subpackage: HTTP_Download)
    Set path to file for download
setGzip
in file Download.php, method HTTP_Download::setGzip() (subpackage: HTTP_Download)
    Whether to gzip the download
setLastModified
in file Download.php, method HTTP_Download::setLastModified() (subpackage: HTTP_Download)
    Set "Last-Modified"
setParams
in file Download.php, method HTTP_Download::setParams() (subpackage: HTTP_Download)
    Set parameters
setResource
in file Download.php, method HTTP_Download::setResource() (subpackage: HTTP_Download)
    Set resource for download
setThrottleDelay
in file Download.php, method HTTP_Download::setThrottleDelay() (subpackage: HTTP_Download)
    Set Throttle Delay
setUp
in file testcase.php, method HTTP_DownloadTest::setUp() (subpackage: HTTP_Download)
sleep
in file Download.php, method HTTP_Download::sleep() (subpackage: HTTP_Download)
    Sleep
staticSend
in file Download.php, method HTTP_Download::staticSend() (subpackage: HTTP_Download)
    Static send
stream_close
in file PgLOB.php, method HTTP_Download_PgLOB::stream_close() (subpackage: HTTP_Download)
    Stream Interface Implementation
stream_eof
in file PgLOB.php, method HTTP_Download_PgLOB::stream_eof() (subpackage: HTTP_Download)
    Stream Interface Implementation
stream_flush
in file PgLOB.php, method HTTP_Download_PgLOB::stream_flush() (subpackage: HTTP_Download)
    Stream Interface Implementation
stream_open
in file PgLOB.php, method HTTP_Download_PgLOB::stream_open() (subpackage: HTTP_Download)
    Stream Interface Implementation
stream_read
in file PgLOB.php, method HTTP_Download_PgLOB::stream_read() (subpackage: HTTP_Download)
    Stream Interface Implementation
stream_seek
in file PgLOB.php, method HTTP_Download_PgLOB::stream_seek() (subpackage: HTTP_Download)
    Stream Interface Implementation
stream_stat
in file PgLOB.php, method HTTP_Download_PgLOB::stream_stat() (subpackage: HTTP_Download)
    Stream Interface Implementation
stream_tell
in file PgLOB.php, method HTTP_Download_PgLOB::stream_tell() (subpackage: HTTP_Download)
    Stream Interface Implementation
stream_write
in file PgLOB.php, method HTTP_Download_PgLOB::stream_write() (subpackage: HTTP_Download)
    Stream Interface Implementation
top

t

$throttleDelay
in file Download.php, variable HTTP_Download::$throttleDelay (subpackage: HTTP_Download)
    Throttle Delay
tearDown
in file testcase.php, method HTTP_DownloadTest::tearDown() (subpackage: HTTP_Download)
testguessContentType
in file testcase.php, method HTTP_DownloadTest::testguessContentType() (subpackage: HTTP_Download)
testHTTP_Download
in file testcase.php, method HTTP_DownloadTest::testHTTP_Download() (subpackage: HTTP_Download)
testsend
in file testcase.php, method HTTP_DownloadTest::testsend() (subpackage: HTTP_Download)
testsendArchive
in file testcase.php, method HTTP_DownloadTest::testsendArchive() (subpackage: HTTP_Download)
testsetContentType
in file testcase.php, method HTTP_DownloadTest::testsetContentType() (subpackage: HTTP_Download)
testsetData
in file testcase.php, method HTTP_DownloadTest::testsetData() (subpackage: HTTP_Download)
testsetFile
in file testcase.php, method HTTP_DownloadTest::testsetFile() (subpackage: HTTP_Download)
testsetGzip
in file testcase.php, method HTTP_DownloadTest::testsetGzip() (subpackage: HTTP_Download)
testsetResource
in file testcase.php, method HTTP_DownloadTest::testsetResource() (subpackage: HTTP_Download)
teststaticSend
in file testcase.php, method HTTP_DownloadTest::teststaticSend() (subpackage: HTTP_Download)
top

Documentation generated on Mon, 14 Nov 2005 07:33:22 -0500 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.