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

Index of all elements

[ b ] [ c ] [ d ] [ f ] [ g ] [ h ] [ l ] [ m ] [ o ] [ ] [ s ] [ u ]

b

$base_uri
in file Server.php, variable HTTP_WebDAV_Server::$base_uri
    base URI for this request
bytes
in file Server.php, method HTTP_WebDAV_Server::bytes()
    mbstring.func_overload save strlen version: counting the bytes not the chars
top

c

$current
in file _parse_proppatch.php, variable _parse_proppatch::$current
checkLock
in file Filesystem.php, method HTTP_WebDAV_Server_Filesystem::checkLock()
    checkLock() helper
COPY
in file Filesystem.php, method HTTP_WebDAV_Server_Filesystem::COPY()
    COPY method handler
create_database
in file Filesystem.php, method HTTP_WebDAV_Server_Filesystem::create_database()
    create database tables for property and lock storage
top

d

$dav_powered_by
in file Server.php, variable HTTP_WebDAV_Server::$dav_powered_by
    String to be used in "X-Dav-Powered-By" header
$depth
in file _parse_proppatch.php, variable _parse_proppatch::$depth
DELETE
in file Filesystem.php, method HTTP_WebDAV_Server_Filesystem::DELETE()
    DELETE method handler
top

f

fileinfo
in file Filesystem.php, method HTTP_WebDAV_Server_Filesystem::fileinfo()
    Get properties for a single file/resource
file.php
procedural page file.php
Filesystem.php
procedural page Filesystem.php
top

g

GET
in file Filesystem.php, method HTTP_WebDAV_Server_Filesystem::GET()
    GET method handler
GetDir
in file Filesystem.php, method HTTP_WebDAV_Server_Filesystem::GetDir()
    GET method handler for directories
top

h

$http_auth_realm
in file Server.php, variable HTTP_WebDAV_Server::$http_auth_realm
    Realm string to be used in authentification popups
HEAD
in file Filesystem.php, method HTTP_WebDAV_Server_Filesystem::HEAD()
    HEAD method handler
http_COPY
in file Server.php, method HTTP_WebDAV_Server::http_COPY()
    COPY method handler
http_DELETE
in file Server.php, method HTTP_WebDAV_Server::http_DELETE()
    DELETE method handler
http_GET
in file Server.php, method HTTP_WebDAV_Server::http_GET()
    GET method handler
http_HEAD
in file Server.php, method HTTP_WebDAV_Server::http_HEAD()
    HEAD method handler
http_LOCK
in file Server.php, method HTTP_WebDAV_Server::http_LOCK()
    LOCK method handler
http_MKCOL
in file Server.php, method HTTP_WebDAV_Server::http_MKCOL()
    MKCOL method handler
http_MOVE
in file Server.php, method HTTP_WebDAV_Server::http_MOVE()
    MOVE method handler
http_OPTIONS
in file Server.php, method HTTP_WebDAV_Server::http_OPTIONS()
    OPTIONS method handler
http_PROPFIND
in file Server.php, method HTTP_WebDAV_Server::http_PROPFIND()
    PROPFIND method handler
http_PROPPATCH
in file Server.php, method HTTP_WebDAV_Server::http_PROPPATCH()
    PROPPATCH method handler
http_PUT
in file Server.php, method HTTP_WebDAV_Server::http_PUT()
    PUT method handler
http_status
in file Server.php, method HTTP_WebDAV_Server::http_status()
    set HTTP return status and mirror it in a private header
http_UNLOCK
in file Server.php, method HTTP_WebDAV_Server::http_UNLOCK()
    UNLOCK method handler
HTTP_WebDAV_Server
in file Server.php, method HTTP_WebDAV_Server::HTTP_WebDAV_Server()
    Constructor
HTTP_WebDAV_Server
in file Server.php, class HTTP_WebDAV_Server
    Virtual base class for implementing WebDAV servers
HTTP_WebDAV_Server_Filesystem
in file Filesystem.php, class HTTP_WebDAV_Server_Filesystem
    Filesystem access using WebDAV
top

l

$lockscope
in file _parse_lockinfo.php, variable _parse_lockinfo::$lockscope
    lock scope, "shared" or "exclusive"
$locktype
in file _parse_lockinfo.php, variable _parse_lockinfo::$locktype
    lock type, currently only "write"
LOCK
in file Filesystem.php, method HTTP_WebDAV_Server_Filesystem::LOCK()
    LOCK method handler
lockdiscovery
in file Server.php, method HTTP_WebDAV_Server::lockdiscovery()
    Generate lockdiscovery reply from checklock() result
top

m

$mode
in file _parse_proppatch.php, variable _parse_proppatch::$mode
MKCOL
in file Filesystem.php, method HTTP_WebDAV_Server_Filesystem::MKCOL()
    MKCOL method handler
mkprop
in file Server.php, method HTTP_WebDAV_Server::mkprop()
    helper for property element creation
MOVE
in file Filesystem.php, method HTTP_WebDAV_Server_Filesystem::MOVE()
    MOVE method handler
top

o

$owner
in file _parse_lockinfo.php, variable _parse_lockinfo::$owner
    lock owner information
top

p

$path
in file Server.php, variable HTTP_WebDAV_Server::$path
    URI path for this request
$props
in file _parse_proppatch.php, variable _parse_proppatch::$props
$props
in file _parse_propfind.php, variable _parse_propfind::$props
    found properties are collected here
PROPFIND
in file Filesystem.php, method HTTP_WebDAV_Server_Filesystem::PROPFIND()
    PROPFIND method handler
PROPPATCH
in file Filesystem.php, method HTTP_WebDAV_Server_Filesystem::PROPPATCH()
    PROPPATCH method handler
PUT
in file Filesystem.php, method HTTP_WebDAV_Server_Filesystem::PUT()
    PUT method handler
top

s

$success
in file _parse_proppatch.php, variable _parse_proppatch::$success
$success
in file _parse_propfind.php, variable _parse_propfind::$success
    success state flag
$success
in file _parse_lockinfo.php, variable _parse_lockinfo::$success
    success state flag
Server.php
procedural page Server.php
ServeRequest
in file Server.php, method HTTP_WebDAV_Server::ServeRequest()
    Serve WebDAV HTTP request
ServeRequest
in file Filesystem.php, method HTTP_WebDAV_Server_Filesystem::ServeRequest()
    Serve a webdav request
top

u

$uri
in file Server.php, variable HTTP_WebDAV_Server::$uri
    complete URI for this request
UNLOCK
in file Filesystem.php, method HTTP_WebDAV_Server_Filesystem::UNLOCK()
    UNLOCK method handler
top

_

_parse_lockinfo.php
procedural page _parse_lockinfo.php
_parse_propfind.php
procedural page _parse_propfind.php
_parse_proppatch.php
procedural page _parse_proppatch.php
_parse_lockinfo
in file _parse_lockinfo.php, method _parse_lockinfo::_parse_lockinfo()
    constructor
_parse_lockinfo
in file _parse_lockinfo.php, class _parse_lockinfo
    helper class for parsing LOCK request bodies
_parse_propfind
in file _parse_propfind.php, class _parse_propfind
    helper class for parsing PROPFIND request bodies
_parse_propfind
in file _parse_propfind.php, method _parse_propfind::_parse_propfind()
    constructor
_parse_proppatch
in file _parse_proppatch.php, method _parse_proppatch::_parse_proppatch()
    constructor
_parse_proppatch
in file _parse_proppatch.php, class _parse_proppatch
    helper class for parsing PROPPATCH request bodies
top

Documentation generated on Mon, 11 Mar 2019 15:50:55 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.