File/htdocs/always.php

Description
Includes
 include ('../config/config.php') (line 142)
 include ('/usr/local/etc/davical/'.$_SERVER['SERVER_NAME'].'-conf.php') (line 136)
 include ('/usr/local/etc/davical/config.php') (line 139)
 include ('/etc/davical/'.$_SERVER['SERVER_NAME'].'-conf.php') (line 130)

We use @file_exists because things like open_basedir might noisily deny access which could break DAViCal completely by causing output to start too early.

 include ('config/config.php') (line 145)
 include (davical_configuration_missing.php) (line 148)
 include ('/etc/davical/config.php') (line 133)
 include_once ('AWLUtilities.php') (line 91)
 include_once ('AWLUtilities.php') (line 78)
 require_once ('AwlQuery.php') (line 194)

Force the domain name to what was in the configuration file

 require_once (Principal.php) (line 212)
Constants
DAVICAL_ADDRESSBOOK_MAXPRIV = "1023" (line 358)
DAVICAL_MAXPRIV = "65535" (line 357)

Given a privilege string, or an array of privilege strings, return a bit mask of the privileges.

  • return: A bit mask of the privileges.
Functions
bits_to_privilege (line 410)

Given a bit mask of the privileges, will return an array of the text values of privileges.

  • return: The string (or array of strings) of privilege names
mixed bits_to_privilege (integer $raw_bits, [ $resourcetype = 'resource'])
  • integer $raw_bits: A bit mask of the privileges.
  • $resourcetype
ConstructURL (line 276)

Construct a URL from the supplied dav_name. The URL will be urlencoded, except for any '/' characters in it.

void ConstructURL (string $partial_path, [ $force_script = false])
  • string $partial_path: The part of the path after the script name
  • $force_script
DateToISODate (line 345)

Convert a date into ISO format into the sparkly new ISO format.

void DateToISODate (string $indate, [ $in_utc = false])
  • string $indate: The date to convert
  • $in_utc
DeconstructURL (line 305)

Deconstruct a dav_name from the supplied URL. The dav_name will be urldecoded.

void DeconstructURL ( $url, [ $force_script = false], string $partial_path)
  • string $partial_path: The part of the path after the script name
  • $url
  • $force_script
early_exception_handler (line 20)
void early_exception_handler ( $e)
  • $e
getStatusMessage (line 219)

Return the HTTP status code description for a given code. Hopefully this is an efficient way to code this.

  • return: The text for a give HTTP status code, in english
string getStatusMessage ( $status)
  • $status
ISODateToHTTPDate (line 336)

Convert a date from ISO format into the sad old HTTP format.

void ISODateToHTTPDate (string $isodate)
  • string $isodate: The date to convert
privileges_to_XML (line 457)

Returns the array of privilege names converted into XMLElements

void privileges_to_XML ( $privilege_names, [ &$xmldoc = null])
  • $privilege_names
  • &$xmldoc
privilege_to_bits (line 359)
void privilege_to_bits ( $raw_privs)
  • $raw_privs

Documentation generated on Fri, 13 Jan 2012 23:44:51 +1300 by phpDocumentor 1.4.3