mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-06-06 04:30:16 +00:00
Release 1.1.0
This commit is contained in:
parent
5ff5933d0c
commit
4ee76f91ff
243
ChangeLog
243
ChangeLog
@ -1,3 +1,246 @@
|
||||
2012-06-17 Andrew McMillan <andrew@morphoss.com>
|
||||
* Release 1.1.0
|
||||
|
||||
2012-06-14 Andrew McMillan <andrew@morphoss.com>
|
||||
* Decide whether we can write the principal before we refer to it...
|
||||
* When a VEVENT has an invalid repeat frequency we pretend it is DAILY.
|
||||
And log an error, just to be obnoxious.
|
||||
|
||||
2012-06-11 Andrew McMillan <andrew@morphoss.com>
|
||||
* Allow a user delegated write access to the principal to maintain it.
|
||||
|
||||
2012-05-30 Andrew McMillan <andrew@morphoss.com>
|
||||
* Fix some niggles with setup.php and spurious logged errors.
|
||||
|
||||
2012-05-28 Andrew McMillan <andrew@morphoss.com>
|
||||
* Handle relative file references better,
|
||||
* Add support for $c->hide_older_than to this report.
|
||||
|
||||
2012-05-20 Andrew McMillan <andrew@morphoss.com>
|
||||
* Updated & new regression tests for various XML processing changes.
|
||||
* Simplify using GetPath() method.
|
||||
* Use fully namespaced tags.
|
||||
* Fix storing / regurgitating of XML fragments in dead properties.
|
||||
Requires updated AWL to match.
|
||||
|
||||
2012-05-15 Andrew McMillan <andrew@morphoss.com>
|
||||
* Add support by Ján Máté for arbitrary collections to create on user creation.
|
||||
* Don't disable upload field. Use library to create 'append mode' field.
|
||||
|
||||
2012-05-14 Andrew McMillan <andrew@morphoss.com>
|
||||
* Test result of PROPFIND on /
|
||||
* Further tests for BIND, particular transitive BINDs.
|
||||
* Retry contacting LDAP server and fail with 503 if unavailable.
|
||||
* Reduce unnecessary logging.
|
||||
* Bugfix replacing $row->dav_id with $row->collection_id.
|
||||
* We should error 500 when we have an exception that isn't caught.
|
||||
|
||||
2012-05-07 Frank Steinberg <steinberg@ibr.cs.tu-bs.de>
|
||||
* Attendees can only modify own event instance and own PARTSTAT
|
||||
|
||||
2012-05-05 Andrew McMillan <andrew@morphoss.com>
|
||||
* A function which can expand collections inside collections.
|
||||
* When a bind is made to an existing bind, bind to the target of that.
|
||||
* When logging failed anonymous access, don't crash and burn.
|
||||
* When matching a URL something missing a trailing slash could also be a binding.
|
||||
|
||||
2012-05-03 Andrew McMillan <andrew@morphoss.com>
|
||||
* A more efficient query for GET including sub-collections.
|
||||
* Fix getctag replacement in this test.
|
||||
* Current regression test results.
|
||||
* A default timezone if there is not one set in the PHP configuration.
|
||||
* Changes to the way XML is created, and (to a lesser extent) parsed.
|
||||
* Merge 'Brief' header support into support for "Prefer"
|
||||
* Always default the timezone to something, even if the user did not.
|
||||
|
||||
2012-04-30 Andrew McMillan <andrew@morphoss.com>
|
||||
* Simple changes for new XML processing.
|
||||
* Add log_caldav_action() hook on addressbook writes.
|
||||
* If there are no instances ensure earliest_start still gets a value.
|
||||
|
||||
2012-04-22 Andrew McMillan <andrew@morphoss.com>
|
||||
* Make it possible to see output from /setup.php when DB is unavailable.
|
||||
|
||||
2012-04-09 Daniel Aleksandersen <code@daniel.priv.no>
|
||||
* Fix failing principal creation for new users using IMAP PAM
|
||||
* Provide user feedback when php5-imap is missing.
|
||||
|
||||
2012-04-19 Andrew McMillan <andrew@morphoss.com>
|
||||
* Need $request globally in this function
|
||||
* Correct response code for PROPPATCH and add support for Brief header.
|
||||
|
||||
2012-04-18 Andrew McMillan <andrew@morphoss.com>
|
||||
* Handle modified which is just YYYYMMDDHHMMSS with no indication of datedness.
|
||||
* Fix bug in "Edit" of existing grant.
|
||||
* Don't try and initialize gettext unless it's installed.
|
||||
|
||||
2012-04-17 Andrew McMillan <andrew@morphoss.com>
|
||||
* Further fixes to WebDAV synchronization.
|
||||
* Remove davical upgrade log on debian package removal.
|
||||
|
||||
2012-04-16 Andrew McMillan <andrew@morphoss.com>
|
||||
* Changes to the way PROPPATCH returns errors.
|
||||
|
||||
2012-04-11 Andrew McMillan <andrew@morphoss.com>
|
||||
* Make sure we increment the sync-token on PUT / DELETE.
|
||||
* Don't log response for a 404 to reduce log noise.
|
||||
|
||||
2012-04-10 Andrew McMillan <andrew@morphoss.com>
|
||||
* Add another hook since sometimes we want the action hook to be post commit.
|
||||
|
||||
2012-04-06 Andrew McMillan <andrew@morphoss.com>
|
||||
* Make it so that PUT of a calendar collection becomes a synchronisation.
|
||||
|
||||
2012-04-05 Andrew McMillan <andrew@morphoss.com>
|
||||
* Do a bit_or() among multiple privilege settings.
|
||||
|
||||
2012-04-04 Andrew McMillan <andrew@morphoss.com>
|
||||
* Fix default URL for FindPrincipal() ensure If-Match etag is quoted.
|
||||
* Refactor checking of If-*-Match headers into a single place.
|
||||
|
||||
2012-03-22 Andrew McMillan <andrew@morphoss.com>
|
||||
* Get rid of potential warning on early use of date()
|
||||
* Basic support for RFC5995 - Using POST to add collection members.
|
||||
* Better privilege checking on POST scheduling actions.
|
||||
* Fix a bug in GET on collections.
|
||||
* Slight header changes as a result of caldav proxy changes.
|
||||
* Allow complete disabling of handling for Apple's old calendar-proxy.
|
||||
* Changes to Depth handling.
|
||||
|
||||
2012-03-19 Andrew McMillan <andrew@morphoss.com>
|
||||
* Fix for collections where sync_token does not compute.
|
||||
|
||||
2012-03-17 Andrew McMillan <andrew@morphoss.com>
|
||||
* Principals don't (yet) have a sync-token.
|
||||
* We should respond with sync-token if PROPFIND asks too.
|
||||
|
||||
2012-03-16 Andrew McMillan <andrew@morphoss.com>
|
||||
* Correct HTTP date formatting function.
|
||||
* Remove chance of unset variable warning.
|
||||
|
||||
2012-03-13 Andrew McMillan <andrew@morphoss.com>
|
||||
* Don't log 401 response since it's so frequent.
|
||||
* Add a basic status/method/uri in front of each logged error.
|
||||
|
||||
2012-03-12 Rob Ostensen <rob@boxacle.net>
|
||||
* Add the ability to override dns for iSchedule using a global variable $icfg
|
||||
|
||||
2012-03-12 Rob Ostensen <rob@boxacle.net>
|
||||
* Skip empty domains in iSchedule setup page
|
||||
|
||||
2012-03-12 Andrew McMillan <andrew@morphoss.com>
|
||||
* Allow dav_test to be used against random SSL certs.
|
||||
* Add $c->auto_refresh_duration option to set a auto refresh on any GET calendar.
|
||||
* Handle HTTP date formatting for non-english locales (force English names).
|
||||
* Silence the warning if this is not initialised.
|
||||
|
||||
2012-03-11 Rob Ostensen <rob@boxacle.net>
|
||||
* verify required headers are signed
|
||||
* add disallowed header check and some comments
|
||||
|
||||
2012-03-07 Rob Ostensen <rob@boxacle.net>
|
||||
* fix a few external BIND import bugs
|
||||
|
||||
2012-03-11 Andrew McMillan <andrew@morphoss.com>
|
||||
* iSchedule administration helper.
|
||||
|
||||
2012-03-02 Andrew McMillan <andrew@morphoss.com>
|
||||
* Changed default Depth for PROPFIND.
|
||||
* Changes due to responding that VPOLL/VAVAILABILITY are OK.
|
||||
* Fix bug introduced with iSchedule support.
|
||||
* Fix defaulting of Depth value for newer PHP versions.
|
||||
|
||||
2012-02-24 Andrew McMillan <andrew@morphoss.com>
|
||||
* Add a command-line script to export a single calendar to stdout.
|
||||
* Split major functionality out of GET into it's own include.
|
||||
* Only send a Content-Length if the length is > 0
|
||||
|
||||
2012-02-21 Andrew McMillan <andrew@morphoss.com>
|
||||
* Override the "don't PUT a whole calendar" option.
|
||||
* A command-line script to load a calendar from an iCalendar file.
|
||||
|
||||
2012-02-06 Andrew McMillan <andrew@morphoss.com>
|
||||
* Detect unsupported sync-level and return specified error.
|
||||
* Force casting of user_no to integer.
|
||||
|
||||
2012-02-02 Andrew McMillan <andrew@morphoss.com>
|
||||
* Work from new iana timezone registry.
|
||||
|
||||
2012-02-01 Rob Ostensen <rob@boxacle.net>
|
||||
* ischedule: more correct error codes
|
||||
* remove some of the debugging cruft
|
||||
* ischedule: fake session info when writing scheduling collections
|
||||
|
||||
2012-01-31 Rob Ostensen <rob@boxacle.net>
|
||||
* ischedule: correctly set the attendee value on freebusy replies
|
||||
* ischedule: actually add attendee to freebusy reply ics
|
||||
|
||||
2012-02-01 Andrew McMillan <andrew@morphoss.com>
|
||||
* Implement support for 'Brief' header.
|
||||
Also add VPOLL and VAVAILABILITY to list of supported components.
|
||||
* Don't include the example .htaccess on Debian systems.
|
||||
|
||||
2012-01-25 Andrew McMillan <andrew@morphoss.com>
|
||||
* Correct variable name used parsing RFC5545 duration.
|
||||
|
||||
2012-01-23 Andrew McMillan <andrew@morphoss.com>
|
||||
* Fix problems calling import collection from external contexts.
|
||||
* Allow specifying that this test will use Digest authentication.
|
||||
* Clean up content-type checking so it's not so noisy on null content.
|
||||
|
||||
2012-01-17 Andrew McMillan <andrew@morphoss.com>
|
||||
* Make the 'append' option work.
|
||||
|
||||
2012-01-31 Rob Ostensen <rob@boxacle.net>
|
||||
* ischedule: make invites and replies work
|
||||
* iSchedule: minor fix
|
||||
* iSchedule changes: fix signed domain, better error handling, cleanups
|
||||
* ischedule freebusy should work now
|
||||
* closer to a working version
|
||||
|
||||
2012-01-30 Rob Ostensen <rob@boxacle.net>
|
||||
* fix xml queries
|
||||
|
||||
2012-01-27 Rob Ostensen <rob@boxacle.net>
|
||||
* debug logging and some typo fixes
|
||||
* return calendar contents if present otherwise return status
|
||||
* initial tests for remote iSchedule requests signed using test keys
|
||||
* remote scheduling requests should work now, still need to handle ADD/CANCEL requests
|
||||
|
||||
2012-01-25 Andrew McMillan <andrew@morphoss.com>
|
||||
* Correct variable name used parsing RFC5545 duration.
|
||||
|
||||
2012-01-23 Andrew McMillan <andrew@morphoss.com>
|
||||
* Fix problems calling import collection from external contexts.
|
||||
* Allow specifying that this test will use Digest authentication.
|
||||
* Clean up content-type checking so it's not so noisy on null content.
|
||||
|
||||
2012-01-17 Rob Ostensen <rob@boxacle.net>
|
||||
* iSchedule internal round trip with headers and body signing then verification working
|
||||
|
||||
2012-01-17 Andrew McMillan <andrew@morphoss.com>
|
||||
* Make the 'append' option work.
|
||||
|
||||
2012-01-16 Rob Ostensen <rob@boxacle.net>
|
||||
* reformatting to match the rest of DAViCal and a few code changes
|
||||
|
||||
2012-01-15 Andrew McMillan <andrew@morphoss.com>
|
||||
* <?php should be in lower case.
|
||||
* If an external source can supply a useful timezone name, we can use that.
|
||||
* Allow user_no, created and modified to be set on create.
|
||||
|
||||
2012-01-12 Philipp Matthias Hahn <pmhahn@pmhahn.de>
|
||||
* Use If-Modified-Since-HTTP-Header
|
||||
* Fix remote time comparison
|
||||
* Compute version only once
|
||||
* Use automatic Makefile variables
|
||||
* Make several targets .PHONY
|
||||
|
||||
2012-01-14 Andrew McMillan <andrew@morphoss.com>
|
||||
* Probably a smidgin more efficient this way around.
|
||||
* LDAP driver should not log password unless password logging is specifically on.
|
||||
* Release 1.0.2
|
||||
|
||||
2012-01-13 Andrew McMillan <andrew@morphoss.com>
|
||||
* Handle VCARD adr/tel/email which have multiple types.
|
||||
* Set the default URL to the default calendar name rather than /home/
|
||||
|
||||
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,9 +1,9 @@
|
||||
davical (1.1.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release
|
||||
* New release to Debian (closes:#???)
|
||||
* New release to Debian (closes:#668980, #661985).
|
||||
|
||||
-- Andrew McMillan <awm@debian.org> Mon, 28 May 2012 16:45:03 +1200
|
||||
-- Andrew McMillan <awm@debian.org> Sun, 17 Jun 2012 23:01:18 +1200
|
||||
|
||||
davical (1.0.2-1) unstable; urgency=low
|
||||
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
@ -290,8 +292,12 @@
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
|
||||
<a name="var$base_url" id="$base_url"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -311,7 +317,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$body" id="$body"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -330,7 +336,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$calendar" id="$calendar"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -349,7 +355,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$entry" id="$entry"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -368,7 +374,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$headers" id="$headers"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -387,7 +393,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$httpRequest" id="$httpRequest"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -406,7 +412,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$httpResponse" id="$httpResponse"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -425,7 +431,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$pass" id="$pass"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -444,7 +450,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$port" id="$port"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -463,7 +469,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$protocol" id="$protocol"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -482,7 +488,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$requestMethod" id="$requestMethod"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -501,7 +507,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$server" id="$server"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -520,7 +526,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$user" id="$user"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -539,7 +545,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$user_agent" id="$user_agent"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -559,7 +565,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$xmlRequest" id="$xmlRequest"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -578,7 +584,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$xmlResponse" id="$xmlResponse"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -610,9 +616,13 @@
|
||||
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<A NAME='method_detail'></A>
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<A NAME='method_detail'></A>
|
||||
<a name="methodCalDAVClient" id="CalDAVClient"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Constructor.png" />
|
||||
@ -648,7 +658,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodDoCalendarQuery" id="DoCalendarQuery"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -684,7 +694,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodDoDELETERequest" id="DoDELETERequest"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -717,7 +727,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodDoGETRequest" id="DoGETRequest"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -744,7 +754,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodDoOptionsRequest" id="DoOptionsRequest"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -774,7 +784,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodDoPUTRequest" id="DoPUTRequest"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -810,7 +820,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodDoRequest" id="DoRequest"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -840,7 +850,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodDoXMLRequest" id="DoXMLRequest"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -879,7 +889,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodGetEntryByHref" id="GetEntryByHref"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -912,7 +922,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodGetEntryByUid" id="GetEntryByUid"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -945,7 +955,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodGetEvents" id="GetEvents"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -982,7 +992,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodGetHttpRequest" id="GetHttpRequest"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -1007,7 +1017,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodGetHttpResponse" id="GetHttpResponse"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -1032,7 +1042,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodGetTodos" id="GetTodos"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -1075,7 +1085,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodGetXmlRequest" id="GetXmlRequest"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -1100,7 +1110,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodGetXmlResponse" id="GetXmlResponse"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -1125,7 +1135,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodParseResponse" id="ParseResponse"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -1152,7 +1162,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodSetContentType" id="SetContentType"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -1179,7 +1189,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodSetDepth" id="SetDepth"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -1205,7 +1215,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodSetMatch" id="SetMatch"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -1235,7 +1245,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodSetUserAgent" id="SetUserAgent"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -1269,8 +1279,10 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:56 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -1,3 +1,5 @@
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
@ -111,8 +113,12 @@
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
|
||||
<a name="var$displayname" id="$displayname"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -134,7 +140,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$getctag" id="$getctag"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -156,7 +162,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$url" id="$url"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -191,9 +197,13 @@
|
||||
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<A NAME='method_detail'></A>
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<A NAME='method_detail'></A>
|
||||
<a name="method__construct" id="__construct"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Constructor.png" />
|
||||
@ -225,7 +235,7 @@
|
||||
|
||||
</div>
|
||||
<a name="method__toString" id="__toString"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -251,7 +261,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:56 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -82,7 +82,7 @@
|
||||
<div class="info-box-body">
|
||||
<A NAME='method_detail'></A>
|
||||
<a name="methodRRule" id="RRule"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Constructor.png" />
|
||||
@ -112,7 +112,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodGetNext" id="GetNext"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -135,7 +135,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodWithinScope" id="WithinScope"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -170,7 +170,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -132,11 +132,11 @@
|
||||
<div class="info-box-body">
|
||||
<A NAME='method_detail'></A>
|
||||
<a name="methoddate_mask" id="date_mask"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/StaticMethod.png" />
|
||||
<span class="method-title">static date_mask</span> (line <span class="line-number">824</span>)
|
||||
<span class="method-title">static date_mask</span> (line <span class="line-number">827</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -179,11 +179,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodrrule_day_number" id="rrule_day_number"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/StaticMethod.png" />
|
||||
<span class="method-title">static rrule_day_number</span> (line <span class="line-number">810</span>)
|
||||
<span class="method-title">static rrule_day_number</span> (line <span class="line-number">813</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -208,7 +208,7 @@
|
||||
|
||||
</div>
|
||||
<a name="method__construct" id="__construct"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Constructor.png" />
|
||||
@ -246,7 +246,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodcurrent" id="current"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -275,7 +275,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodhasLimitedOccurrences" id="hasLimitedOccurrences"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -301,7 +301,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodkey" id="key"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -330,7 +330,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodnext" id="next"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -361,7 +361,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodrewind" id="rewind"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -385,7 +385,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodset_timezone" id="set_timezone"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -414,7 +414,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodStart" id="Start"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -443,7 +443,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodvalid" id="valid"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -472,7 +472,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -116,7 +116,7 @@
|
||||
<div class="info-box-body">
|
||||
|
||||
<a name="var$from" id="$from"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -138,7 +138,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$until" id="$until"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -175,7 +175,7 @@
|
||||
<div class="info-box-body">
|
||||
<A NAME='method_detail'></A>
|
||||
<a name="method__construct" id="__construct"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Constructor.png" />
|
||||
@ -206,7 +206,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodgetDuration" id="getDuration"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -229,7 +229,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodoverlaps" id="overlaps"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -261,7 +261,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -243,7 +243,7 @@
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="var$Format" id="$Format"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -281,7 +281,7 @@
|
||||
<div class="info-box-body">
|
||||
<A NAME='method_detail'></A>
|
||||
<a name="methoddaysInMonth" id="daysInMonth"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/StaticMethod.png" />
|
||||
@ -315,7 +315,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodhasLeapDay" id="hasLeapDay"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/StaticMethod.png" />
|
||||
@ -346,7 +346,7 @@
|
||||
|
||||
</div>
|
||||
<a name="method__construct" id="__construct"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Constructor.png" />
|
||||
@ -386,7 +386,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodAsDate" id="AsDate"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -410,7 +410,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodday" id="day"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -431,7 +431,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodepoch" id="epoch"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -452,7 +452,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodFloatOrUTC" id="FloatOrUTC"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -484,7 +484,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodgetTimeZone" id="getTimeZone"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -513,7 +513,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodhour" id="hour"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -534,7 +534,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodisDate" id="isDate"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -558,7 +558,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodisFloating" id="isFloating"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -582,7 +582,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodminute" id="minute"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -603,7 +603,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodmodify" id="modify"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -637,7 +637,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodmonth" id="month"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -658,7 +658,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodRFC5545" id="RFC5545"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -688,7 +688,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodsecond" id="second"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -709,7 +709,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodsetAsDate" id="setAsDate"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -733,7 +733,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodsetAsFloat" id="setAsFloat"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -757,7 +757,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodsetDate" id="setDate"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -794,7 +794,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodsetTimeZone" id="setTimeZone"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -828,7 +828,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodsetYearDay" id="setYearDay"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -854,7 +854,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodUTC" id="UTC"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -885,7 +885,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodyear" id="year"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -906,7 +906,7 @@
|
||||
|
||||
</div>
|
||||
<a name="method__toString" id="__toString"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -989,7 +989,11 @@
|
||||
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<h4>Inherited Constants</h4>
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<h4>Inherited Constants</h4>
|
||||
<A NAME='inherited_consts'><!-- --></A>
|
||||
<p>Inherited from <span class="classname">DateTime (Internal Class)</span></p>
|
||||
<blockquote>
|
||||
@ -1043,7 +1047,7 @@
|
||||
</div>
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -81,7 +81,7 @@
|
||||
<div class="info-box-body">
|
||||
<A NAME='method_detail'></A>
|
||||
<a name="method__construct" id="__construct"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Constructor.png" />
|
||||
@ -115,7 +115,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodtzid" id="tzid"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -238,7 +238,7 @@
|
||||
</div>
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -94,7 +94,7 @@
|
||||
<div class="info-box-body">
|
||||
<A NAME='method_detail'></A>
|
||||
<a name="methodfromTwoDates" id="fromTwoDates"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/StaticMethod.png" />
|
||||
@ -128,7 +128,7 @@
|
||||
|
||||
</div>
|
||||
<a name="method__construct" id="__construct"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Constructor.png" />
|
||||
@ -155,7 +155,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodasSeconds" id="asSeconds"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -177,7 +177,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodequals" id="equals"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -204,7 +204,7 @@
|
||||
|
||||
</div>
|
||||
<a name="method__toString" id="__toString"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -234,7 +234,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -120,14 +120,14 @@
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="_vComponent_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">require_once</span>
|
||||
(<span class="include-name">"vComponent.php"</span>)
|
||||
(line <span class="line-number">1099</span>)
|
||||
(line <span class="line-number">1102</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -149,7 +149,7 @@
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="defineDEBUG_RRULE"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Constant.png" />
|
||||
@ -179,11 +179,11 @@
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="functionexpand_event_instances" id="functionexpand_event_instances"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Function.png" />
|
||||
<span class="method-title">expand_event_instances</span> (line <span class="line-number">1180</span>)
|
||||
<span class="method-title">expand_event_instances</span> (line <span class="line-number">1183</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -218,11 +218,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functiongetComponentRange" id="functiongetComponentRange"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Function.png" />
|
||||
<span class="method-title">getComponentRange</span> (line <span class="line-number">1394</span>)
|
||||
<span class="method-title">getComponentRange</span> (line <span class="line-number">1397</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -247,11 +247,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functiongetVCalendarRange" id="functiongetVCalendarRange"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Function.png" />
|
||||
<span class="method-title">getVCalendarRange</span> (line <span class="line-number">1449</span>)
|
||||
<span class="method-title">getVCalendarRange</span> (line <span class="line-number">1452</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -276,7 +276,7 @@
|
||||
|
||||
</div>
|
||||
<a name="functionolson_from_vtimezone" id="functionolson_from_vtimezone"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Function.png" />
|
||||
@ -302,11 +302,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functionrdate_expand" id="functionrdate_expand"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Function.png" />
|
||||
<span class="method-title">rdate_expand</span> (line <span class="line-number">1110</span>)
|
||||
<span class="method-title">rdate_expand</span> (line <span class="line-number">1113</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -346,11 +346,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functionrrule_expand" id="functionrrule_expand"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Function.png" />
|
||||
<span class="method-title">rrule_expand</span> (line <span class="line-number">1138</span>)
|
||||
<span class="method-title">rrule_expand</span> (line <span class="line-number">1141</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -393,7 +393,7 @@
|
||||
</div>
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -74,7 +74,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -81,7 +81,7 @@
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="_XMLDocument_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
@ -108,7 +108,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:56 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -1,3 +1,5 @@
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
@ -63,7 +65,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:56 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -219,7 +219,7 @@
|
||||
<div class="info-box-body">
|
||||
<A NAME='method_detail'></A>
|
||||
<a name="methodiCalDate" id="iCalDate"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Constructor.png" />
|
||||
@ -246,7 +246,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodAddDays" id="AddDays"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -273,7 +273,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodAddDuration" id="AddDuration"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -300,7 +300,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodAddMonths" id="AddMonths"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -327,7 +327,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodApplyBySetPos" id="ApplyBySetPos"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -360,7 +360,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodDateDifference" id="DateDifference"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -390,7 +390,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodDaysInMonth" id="DaysInMonth"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -420,7 +420,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodGetMonthByDay" id="GetMonthByDay"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -450,7 +450,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodGetMonthByMonthDay" id="GetMonthByMonthDay"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -480,7 +480,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodGetWeekByDay" id="GetWeekByDay"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -513,7 +513,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodGreaterThan" id="GreaterThan"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -543,7 +543,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodLessThan" id="LessThan"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -573,7 +573,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodMonthDays" id="MonthDays"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -609,7 +609,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodRender" id="Render"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -636,7 +636,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodRenderGMT" id="RenderGMT"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -663,7 +663,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodSetEpochDate" id="SetEpochDate"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -690,7 +690,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodSetGMTDate" id="SetGMTDate"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -717,7 +717,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodSetLocalDate" id="SetLocalDate"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -744,7 +744,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodSetMonthDay" id="SetMonthDay"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -771,7 +771,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodSetWeekStart" id="SetWeekStart"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -798,7 +798,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodTestByMonth" id="TestByMonth"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -828,7 +828,7 @@
|
||||
|
||||
</div>
|
||||
<a name="method_EpochFromParts" id="_EpochFromParts"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -850,7 +850,7 @@
|
||||
|
||||
</div>
|
||||
<a name="method_GMTEpochFromParts" id="_GMTEpochFromParts"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -872,7 +872,7 @@
|
||||
|
||||
</div>
|
||||
<a name="method_GMTTextFromEpoch" id="_GMTTextFromEpoch"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -894,7 +894,7 @@
|
||||
|
||||
</div>
|
||||
<a name="method_PartsFromText" id="_PartsFromText"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -916,7 +916,7 @@
|
||||
|
||||
</div>
|
||||
<a name="method_TextFromEpoch" id="_TextFromEpoch"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -943,7 +943,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -1,3 +1,5 @@
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<html>
|
||||
<head>
|
||||
<title>DAViCal</title>
|
||||
|
||||
@ -54,7 +54,7 @@
|
||||
<li><a href="awl/caldav/RepeatRuleTimeZone.html">RepeatRuleTimeZone</a></li></ul>
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:51 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:56 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,3 +1,5 @@
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
@ -39,6 +41,14 @@
|
||||
<ul>
|
||||
<li><a href="davical/DAVTicket/DAVTicket.html">DAVTicket</a></li></ul>
|
||||
|
||||
<h2>Root class FakeSession</h2>
|
||||
<ul>
|
||||
<li><a href="davical/iSchedule-POST/FakeSession.html">FakeSession</a></li></ul>
|
||||
|
||||
<h2>Root class FakeSession</h2>
|
||||
<ul>
|
||||
<li><a href="davical/iSchedule-POST/FakeSession.html">FakeSession</a></li></ul>
|
||||
|
||||
<h2>Root class HTTPAuthSession</h2>
|
||||
<ul>
|
||||
<li><a href="davical/HTTPAuthSession/HTTPAuthSession.html">HTTPAuthSession</a></li></ul>
|
||||
@ -99,14 +109,14 @@
|
||||
|
||||
<h2>Root class vComponent</h2>
|
||||
<ul>
|
||||
<li><a href="davical/VCard.html">VCard</a></li></ul>
|
||||
<li><a href="davical/VCard.html">VCard</a></li><li><a href="davical/VTimezone.html">VTimezone</a></li></ul>
|
||||
|
||||
<h2>Root class XMLDocument</h2>
|
||||
<ul>
|
||||
<li><a href="davical/AtomFeed.html">AtomFeed</a></li></ul>
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:51 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:56 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,3 +1,5 @@
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
@ -138,7 +140,11 @@
|
||||
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<A NAME='method_detail'></A>
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<A NAME='method_detail'></A>
|
||||
<a name="methodsetDate" id="setDate"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
@ -550,7 +556,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:51 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:56 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -519,7 +519,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:51 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:56 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -142,7 +142,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:56 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -25,7 +25,7 @@
|
||||
<div class="info-box-body">
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="notes">
|
||||
Located in <a class="field" href="_htdocs---setup.php.html">/htdocs/setup.php</a> (line <span class="field">8</span>)
|
||||
Located in <a class="field" href="_htdocs---setup.php.html">/htdocs/setup.php</a> (line <span class="field">50</span>)
|
||||
</p>
|
||||
|
||||
|
||||
@ -98,11 +98,11 @@
|
||||
<div class="info-box-body">
|
||||
<A NAME='method_detail'></A>
|
||||
<a name="method__construct" id="__construct"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../media/images/Constructor.png" />
|
||||
<span class="method-title">Constructor __construct</span> (line <span class="line-number">13</span>)
|
||||
<span class="method-title">Constructor __construct</span> (line <span class="line-number">55</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -130,11 +130,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodgetClass" id="getClass"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../media/images/Method.png" />
|
||||
<span class="method-title">getClass</span> (line <span class="line-number">19</span>)
|
||||
<span class="method-title">getClass</span> (line <span class="line-number">61</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -154,11 +154,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodgetDescription" id="getDescription"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../media/images/Method.png" />
|
||||
<span class="method-title">getDescription</span> (line <span class="line-number">31</span>)
|
||||
<span class="method-title">getDescription</span> (line <span class="line-number">73</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -178,11 +178,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodgetOK" id="getOK"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../media/images/Method.png" />
|
||||
<span class="method-title">getOK</span> (line <span class="line-number">27</span>)
|
||||
<span class="method-title">getOK</span> (line <span class="line-number">69</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -202,11 +202,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodsetClass" id="setClass"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../media/images/Method.png" />
|
||||
<span class="method-title">setClass</span> (line <span class="line-number">23</span>)
|
||||
<span class="method-title">setClass</span> (line <span class="line-number">65</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -231,11 +231,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodsetDescription" id="setDescription"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../media/images/Method.png" />
|
||||
<span class="method-title">setDescription</span> (line <span class="line-number">35</span>)
|
||||
<span class="method-title">setDescription</span> (line <span class="line-number">77</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -265,7 +265,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -1,3 +1,5 @@
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
@ -97,7 +99,11 @@
|
||||
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<A NAME='method_detail'></A>
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<A NAME='method_detail'></A>
|
||||
<a name="method__construct" id="__construct"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
@ -245,8 +251,10 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:54 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:58 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -1,3 +1,5 @@
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
@ -69,7 +71,11 @@
|
||||
| <span class="disabled">Includes</span>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="_AwlQuery_php"><!-- --></a>
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<a name="_AwlQuery_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
@ -97,7 +103,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:54 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:58 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -19,14 +19,15 @@
|
||||
<div class="info-box-title">Description</div>
|
||||
<div class="nav-bar">
|
||||
<span class="disabled">Description</span> |
|
||||
<a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
|
||||
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
|
||||
| <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
|
||||
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">A class for creating and holding session information.</p>
|
||||
<p class="notes">
|
||||
Located in <a class="field" href="_inc---DAViCalSession.php.html">/inc/DAViCalSession.php</a> (line <span class="field">47</span>)
|
||||
Located in <a class="field" href="_inc---DAViCalSession.php.html">/inc/DAViCalSession.php</a> (line <span class="field">48</span>)
|
||||
</p>
|
||||
|
||||
|
||||
@ -39,17 +40,40 @@
|
||||
|
||||
|
||||
|
||||
<a name="sec-var-summary"></a>
|
||||
<div class="info-box">
|
||||
<div class="info-box-title">Variable Summary</span></div>
|
||||
<div class="nav-bar">
|
||||
<a href="#sec-description">Description</a> |
|
||||
<span class="disabled">Vars</span> (<a href="#sec-vars">details</a>)
|
||||
|
|
||||
<a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
|
||||
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<div class="var-summary">
|
||||
<div class="var-title">
|
||||
<img src="../../media/images/Variable.png" alt=" " />
|
||||
<span class="var-type">mixed</span>
|
||||
<a href="#$principal_id" title="details" class="var-name">$principal_id</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<a name="sec-method-summary"></a>
|
||||
<div class="info-box">
|
||||
<div class="info-box-title">Method Summary</span></div>
|
||||
<div class="nav-bar">
|
||||
<a href="#sec-description">Description</a> |
|
||||
<span class="disabled">Methods</span> (<a href="#sec-methods">details</a>)
|
||||
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
|
||||
|
||||
|
|
||||
<span class="disabled">Methods</span> (<a href="#sec-methods">details</a>)
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<div class="method-summary">
|
||||
<div class="method-definition">
|
||||
<div class="method-definition">
|
||||
<img src="../../media/images/Constructor.png" alt=" "/>
|
||||
<span class="method-result">DAViCalSession</span>
|
||||
<a href="#__construct" title="details" class="method-name">__construct</a>
|
||||
@ -68,6 +92,12 @@
|
||||
()
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
<img src="../../media/images/Method.png" alt=" "/>
|
||||
<span class="method-result">boolean</span>
|
||||
<a href="#HavePrivilegeTo" title="details" class="method-name">HavePrivilegeTo</a>
|
||||
(<span class="var-type">$do_what</span> <span class="var-name">$do_what</span>, <span class="var-type">$path</span> <span class="var-name">$path</span>, [<span class="var-type">$any</span> <span class="var-name">$any</span> = <span class="var-default">null</span>])
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
<img src="../../media/images/Method.png" alt=" "/>
|
||||
<span class="method-result">boolean</span>
|
||||
<a href="#LoginRequired" title="details" class="method-name">LoginRequired</a>
|
||||
@ -77,13 +107,57 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<a name="sec-vars"></a>
|
||||
<div class="info-box">
|
||||
<div class="info-box-title">Variables</div>
|
||||
<div class="nav-bar">
|
||||
<a href="#sec-description">Description</a> |
|
||||
<a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>)
|
||||
|
||||
|
||||
|
|
||||
<a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
|
||||
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
|
||||
<a name="var$principal_id" id="$principal_id"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
<span class="var-title">
|
||||
<span class="var-type">mixed</span>
|
||||
<span class="var-name">$principal_id</span>
|
||||
(line <span class="line-number">51</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<ul class="tags">
|
||||
<li><span class="field">access:</span> public</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<a name="sec-methods"></a>
|
||||
<div class="info-box">
|
||||
<div class="info-box-title">Methods</div>
|
||||
<div class="nav-bar">
|
||||
<a href="#sec-description">Description</a> |
|
||||
<a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)
|
||||
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
|
||||
<a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)
|
||||
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
@ -93,7 +167,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Constructor.png" />
|
||||
<span class="method-title">Constructor __construct</span> (line <span class="line-number">58</span>)
|
||||
<span class="method-title">Constructor __construct</span> (line <span class="line-number">62</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -121,7 +195,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">AssignSessionDetails</span> (line <span class="line-number">67</span>)
|
||||
<span class="method-title">AssignSessionDetails</span> (line <span class="line-number">72</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -148,7 +222,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">GetRoles</span> (line <span class="line-number">87</span>)
|
||||
<span class="method-title">GetRoles</span> (line <span class="line-number">92</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -165,12 +239,48 @@
|
||||
|
||||
|
||||
</div>
|
||||
<a name="methodLoginRequired" id="LoginRequired"><!-- --></a>
|
||||
<a name="methodHavePrivilegeTo" id="HavePrivilegeTo"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">LoginRequired</span> (line <span class="line-number">108</span>)
|
||||
<span class="method-title">HavePrivilegeTo</span> (line <span class="line-number">111</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Does the user have the privileges to do what is requested.</p>
|
||||
<ul class="tags">
|
||||
<li><span class="field">return:</span> Whether they do have one of those privileges against the specified path.</li>
|
||||
</ul>
|
||||
|
||||
<div class="method-signature">
|
||||
<span class="method-result">boolean</span>
|
||||
<span class="method-name">
|
||||
HavePrivilegeTo
|
||||
</span>
|
||||
(<span class="var-type">$do_what</span> <span class="var-name">$do_what</span>, <span class="var-type">$path</span> <span class="var-name">$path</span>, [<span class="var-type">$any</span> <span class="var-name">$any</span> = <span class="var-default">null</span>])
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type">$do_what</span>
|
||||
<span class="var-name">$do_what</span><span class="var-description">: mixed The request privilege name, or array of privilege names, to be checked.</span> </li>
|
||||
<li>
|
||||
<span class="var-type">$path</span>
|
||||
<span class="var-name">$path</span><span class="var-description">: string The path we want that permission for</span> </li>
|
||||
<li>
|
||||
<span class="var-type">$any</span>
|
||||
<span class="var-name">$any</span><span class="var-description">: boolean Whether we accept any of the privileges. The default is true, unless the requested privilege is 'all', when it is false.</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<a name="methodLoginRequired" id="LoginRequired"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">LoginRequired</span> (line <span class="line-number">134</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -202,7 +312,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:58 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -175,7 +175,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:57 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:01 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -217,7 +217,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:57 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:01 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -75,7 +75,22 @@
|
||||
| <a href="#sec-functions">Functions</a>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="_Session_php"><!-- --></a>
|
||||
<a name="_DAVResource_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include_once</span>
|
||||
(<span class="include-name"><a href="../../davical/Resource/_inc---DAVResource.php.html">'DAVResource.php'</a></span>)
|
||||
(line <span class="line-number">38</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
<a name="_Session_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
@ -106,7 +121,11 @@
|
||||
| <a href="#sec-functions">Functions</a>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="global$session
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<a name="global$session
|
||||
The session object is global." id="global$session
|
||||
The session object is global."><!-- --></a>
|
||||
<div class="oddrow">
|
||||
@ -170,7 +189,7 @@
|
||||
</div>
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:58 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -510,7 +510,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:59 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -63,7 +63,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:59 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -405,7 +405,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">addressbook_home_set</span> (line <span class="line-number">359</span>)
|
||||
<span class="method-title">addressbook_home_set</span> (line <span class="line-number">358</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -427,7 +427,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">AsCollection</span> (line <span class="line-number">420</span>)
|
||||
<span class="method-title">AsCollection</span> (line <span class="line-number">419</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -449,7 +449,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">calendar_free_busy_set</span> (line <span class="line-number">382</span>)
|
||||
<span class="method-title">calendar_free_busy_set</span> (line <span class="line-number">381</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -471,7 +471,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">calendar_home_set</span> (line <span class="line-number">336</span>)
|
||||
<span class="method-title">calendar_home_set</span> (line <span class="line-number">335</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -515,7 +515,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">GetProperty</span> (line <span class="line-number">303</span>)
|
||||
<span class="method-title">GetProperty</span> (line <span class="line-number">302</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -545,7 +545,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">GroupMemberSet</span> (line <span class="line-number">284</span>)
|
||||
<span class="method-title">GroupMemberSet</span> (line <span class="line-number">283</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -567,7 +567,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">GroupMembership</span> (line <span class="line-number">275</span>)
|
||||
<span class="method-title">GroupMembership</span> (line <span class="line-number">274</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -616,7 +616,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">IsGroup</span> (line <span class="line-number">294</span>)
|
||||
<span class="method-title">IsGroup</span> (line <span class="line-number">293</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -641,7 +641,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">PrincipalProperty</span> (line <span class="line-number">451</span>)
|
||||
<span class="method-title">PrincipalProperty</span> (line <span class="line-number">450</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -677,7 +677,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">Privileges</span> (line <span class="line-number">404</span>)
|
||||
<span class="method-title">Privileges</span> (line <span class="line-number">403</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -699,7 +699,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">PropertySearch</span> (line <span class="line-number">444</span>)
|
||||
<span class="method-title">PropertySearch</span> (line <span class="line-number">443</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -725,7 +725,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">ProxyFor</span> (line <span class="line-number">265</span>)
|
||||
<span class="method-title">ProxyFor</span> (line <span class="line-number">264</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -752,7 +752,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">ReadProxyGroup</span> (line <span class="line-number">246</span>)
|
||||
<span class="method-title">ReadProxyGroup</span> (line <span class="line-number">245</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -774,7 +774,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">RenderAsXML</span> (line <span class="line-number">569</span>)
|
||||
<span class="method-title">RenderAsXML</span> (line <span class="line-number">568</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -813,7 +813,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">unique_tag</span> (line <span class="line-number">324</span>)
|
||||
<span class="method-title">unique_tag</span> (line <span class="line-number">323</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -838,7 +838,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">WriteProxyGroup</span> (line <span class="line-number">255</span>)
|
||||
<span class="method-title">WriteProxyGroup</span> (line <span class="line-number">254</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -911,7 +911,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:54 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:58 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -397,7 +397,7 @@
|
||||
<div class="info-box-body">
|
||||
|
||||
<a name="var$by_email" id="$by_email"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -420,7 +420,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$collections" id="$collections"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -442,7 +442,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$collection_id" id="$collection_id"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -464,7 +464,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$created" id="$created"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -486,7 +486,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$date_format_type" id="$date_format_type"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -508,7 +508,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$dav_name" id="$dav_name"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -530,7 +530,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$dead_properties" id="$dead_properties"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -552,7 +552,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$default_calendar" id="$default_calendar"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -574,7 +574,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$default_privileges" id="$default_privileges"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -596,7 +596,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$displayname" id="$displayname"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -618,7 +618,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$email" id="$email"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -640,7 +640,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$email_ok" id="$email_ok"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -662,7 +662,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$exists" id="$exists"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -685,7 +685,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$fullname" id="$fullname"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -707,7 +707,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$is_addressbook" id="$is_addressbook"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -729,7 +729,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$is_calendar" id="$is_calendar"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -751,7 +751,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$is_principal" id="$is_principal"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -773,7 +773,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$locale" id="$locale"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -795,7 +795,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$modified" id="$modified"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -817,7 +817,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$original_request_url" id="$original_request_url"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -840,7 +840,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$password" id="$password"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -862,7 +862,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$principal_id" id="$principal_id"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -884,7 +884,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$privileges" id="$privileges"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -906,7 +906,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$resourcetypes" id="$resourcetypes"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -928,7 +928,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$type_id" id="$type_id"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -950,7 +950,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$url" id="$url"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -973,7 +973,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$username" id="$username"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -996,7 +996,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$user_active" id="$user_active"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -1018,7 +1018,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$user_no" id="$user_no"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -1056,11 +1056,11 @@
|
||||
<div class="info-box-body">
|
||||
<A NAME='method_detail'></A>
|
||||
<a name="methodcacheDelete" id="cacheDelete"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/StaticMethod.png" />
|
||||
<span class="method-title">static cacheDelete</span> (line <span class="line-number">597</span>)
|
||||
<span class="method-title">static cacheDelete</span> (line <span class="line-number">614</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1088,11 +1088,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodcacheFlush" id="cacheFlush"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/StaticMethod.png" />
|
||||
<span class="method-title">static cacheFlush</span> (line <span class="line-number">586</span>)
|
||||
<span class="method-title">static cacheFlush</span> (line <span class="line-number">603</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1120,7 +1120,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodupdateableFields" id="updateableFields"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/StaticMethod.png" />
|
||||
@ -1144,7 +1144,7 @@
|
||||
|
||||
</div>
|
||||
<a name="method__construct" id="__construct"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Constructor.png" />
|
||||
@ -1189,7 +1189,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
<a name="methodbyEmail" id="byEmail"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -1213,11 +1213,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodCreate" id="Create"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">Create</span> (line <span class="line-number">575</span>)
|
||||
<span class="method-title">Create</span> (line <span class="line-number">592</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1242,7 +1242,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methoddav_name" id="dav_name"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -1267,7 +1267,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methoddefault_calendar" id="default_calendar"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -1292,7 +1292,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodemail" id="email"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -1317,7 +1317,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodExists" id="Exists"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -1341,7 +1341,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodFetchCollections" id="FetchCollections"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -1367,7 +1367,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodFetchDeadProperties" id="FetchDeadProperties"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -1392,7 +1392,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodinternal_url" id="internal_url"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -1421,7 +1421,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodprincipal_id" id="principal_id"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -1446,7 +1446,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodsetUsername" id="setUsername"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -1476,7 +1476,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodunCache" id="unCache"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -1500,11 +1500,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodUpdate" id="Update"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">Update</span> (line <span class="line-number">579</span>)
|
||||
<span class="method-title">Update</span> (line <span class="line-number">596</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1529,7 +1529,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodurl" id="url"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -1563,7 +1563,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodusername" id="username"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -1588,7 +1588,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methoduser_no" id="user_no"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -1613,7 +1613,7 @@
|
||||
|
||||
</div>
|
||||
<a name="method__get" id="__get"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -1643,7 +1643,7 @@
|
||||
|
||||
</div>
|
||||
<a name="method__isset" id="__isset"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -1678,7 +1678,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -97,7 +97,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:54 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:58 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -70,7 +70,7 @@
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="_AwlCache_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
@ -97,7 +97,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -75,7 +75,7 @@
|
||||
<div class="info-box-body">
|
||||
<A NAME='method_detail'></A>
|
||||
<a name="methodPublicSession" id="PublicSession"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Constructor.png" />
|
||||
@ -97,7 +97,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodAllowedTo" id="AllowedTo"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -133,7 +133,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -63,7 +63,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -295,7 +295,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:57 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:01 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -141,7 +141,7 @@
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<div class="method-summary">
|
||||
<div class="method-definition">
|
||||
<div class="method-definition">
|
||||
<img src="../../media/images/Constructor.png" alt=" "/>
|
||||
<span class="method-result">CalDAVRequest</span>
|
||||
<a href="#__construct" title="details" class="method-name">__construct</a>
|
||||
@ -160,6 +160,12 @@
|
||||
(<span class="var-type"></span> <span class="var-name">&$reply</span>, [<span class="var-type"></span> <span class="var-name">$privs</span> = <span class="var-default">null</span>])
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
<img src="../../media/images/Method.png" alt=" "/>
|
||||
<span class="method-result">void</span>
|
||||
<a href="#CheckEtagMatch" title="details" class="method-name">CheckEtagMatch</a>
|
||||
(<span class="var-type">boolean</span> <span class="var-name">$exists</span>, <span class="var-type">string</span> <span class="var-name">$dest_etag</span>)
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
<img src="../../media/images/Method.png" alt=" "/>
|
||||
<span class="method-result">void</span>
|
||||
<a href="#CoerceContentType" title="details" class="method-name">CoerceContentType</a>
|
||||
@ -181,7 +187,7 @@
|
||||
<img src="../../media/images/Method.png" alt=" "/>
|
||||
<span class="method-result">void</span>
|
||||
<a href="#DepthRegexTail" title="details" class="method-name">DepthRegexTail</a>
|
||||
()
|
||||
([<span class="var-type"></span> <span class="var-name">$for_collection_report</span> = <span class="var-default">false</span>])
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
<img src="../../media/images/Method.png" alt=" "/>
|
||||
@ -286,6 +292,12 @@
|
||||
(<span class="var-type">int</span> <span class="var-name">$status</span>, <span class="var-type">string</span> <span class="var-name">$precondition</span>, [<span class="var-type">string</span> <span class="var-name">$explanation</span> = <span class="var-default">''</span>], [<span class="var-type"></span> <span class="var-name">$xmlns</span> = <span class="var-default">'DAV:'</span>])
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
<img src="../../media/images/Method.png" alt=" "/>
|
||||
<span class="method-result">void</span>
|
||||
<a href="#PreferMinimal" title="details" class="method-name">PreferMinimal</a>
|
||||
()
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
<img src="../../media/images/Method.png" alt=" "/>
|
||||
<span class="method-result">void</span>
|
||||
<a href="#Privileges" title="details" class="method-name">Privileges</a>
|
||||
@ -334,7 +346,7 @@
|
||||
<div class="info-box-body">
|
||||
|
||||
<a name="var$collection_id" id="$collection_id"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -354,7 +366,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$collection_path" id="$collection_path"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -374,7 +386,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$collection_type" id="$collection_type"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -395,7 +407,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$current_user_principal_xml" id="$current_user_principal_xml"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -415,7 +427,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$depth" id="$depth"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -435,7 +447,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$destination" id="$destination"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -455,7 +467,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$exists" id="$exists"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -479,7 +491,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$method" id="$method"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -499,7 +511,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$options" id="$options"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -518,7 +530,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$principal" id="$principal"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -538,7 +550,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$privileges" id="$privileges"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -561,7 +573,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$raw_post" id="$raw_post"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -581,7 +593,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$supported_privileges" id="$supported_privileges"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -601,7 +613,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$ticket" id="$ticket"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -624,7 +636,7 @@
|
||||
|
||||
</div>
|
||||
<a name="var$user_agent" id="$user_agent"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../../media/images/Variable.png" />
|
||||
@ -659,11 +671,11 @@
|
||||
<div class="info-box-body">
|
||||
<A NAME='method_detail'></A>
|
||||
<a name="method__construct" id="__construct"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Constructor.png" />
|
||||
<span class="method-title">Constructor __construct</span> (line <span class="line-number">111</span>)
|
||||
<span class="method-title">Constructor __construct</span> (line <span class="line-number">117</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -686,11 +698,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodAllowedTo" id="AllowedTo"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">AllowedTo</span> (line <span class="line-number">1002</span>)
|
||||
<span class="method-title">AllowedTo</span> (line <span class="line-number">1032</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -714,11 +726,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodBuildSupportedPrivileges" id="BuildSupportedPrivileges"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">BuildSupportedPrivileges</span> (line <span class="line-number">964</span>)
|
||||
<span class="method-title">BuildSupportedPrivileges</span> (line <span class="line-number">994</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -742,13 +754,43 @@
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<a name="methodCheckEtagMatch" id="CheckEtagMatch"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">CheckEtagMatch</span> (line <span class="line-number">1108</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Check that the incoming Etag matches the one for the existing (or non-existing) resource.</p>
|
||||
|
||||
<div class="method-signature">
|
||||
<span class="method-result">void</span>
|
||||
<span class="method-name">
|
||||
CheckEtagMatch
|
||||
</span>
|
||||
(<span class="var-type">boolean</span> <span class="var-name">$exists</span>, <span class="var-type">string</span> <span class="var-name">$dest_etag</span>)
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type">boolean</span>
|
||||
<span class="var-name">$exists</span><span class="var-description">: Whether the destination exists</span> </li>
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$dest_etag</span><span class="var-description">: The etag for the destination.</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<a name="methodCoerceContentType" id="CoerceContentType"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">CoerceContentType</span> (line <span class="line-number">856</span>)
|
||||
<span class="method-title">CoerceContentType</span> (line <span class="line-number">875</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -770,7 +812,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">CollectionId</span> (line <span class="line-number">956</span>)
|
||||
<span class="method-title">CollectionId</span> (line <span class="line-number">986</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -792,7 +834,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">dav_name</span> (line <span class="line-number">722</span>)
|
||||
<span class="method-title">dav_name</span> (line <span class="line-number">740</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -814,7 +856,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">DepthRegexTail</span> (line <span class="line-number">740</span>)
|
||||
<span class="method-title">DepthRegexTail</span> (line <span class="line-number">758</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -825,9 +867,14 @@
|
||||
<span class="method-name">
|
||||
DepthRegexTail
|
||||
</span>
|
||||
()
|
||||
([<span class="var-type"></span> <span class="var-name">$for_collection_report</span> = <span class="var-default">false</span>])
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$for_collection_report</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
@ -836,7 +883,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">DoResponse</span> (line <span class="line-number">1179</span>)
|
||||
<span class="method-title">DoResponse</span> (line <span class="line-number">1262</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -869,7 +916,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">FailIfLocked</span> (line <span class="line-number">821</span>)
|
||||
<span class="method-title">FailIfLocked</span> (line <span class="line-number">840</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -894,7 +941,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">GetDepthName</span> (line <span class="line-number">731</span>)
|
||||
<span class="method-title">GetDepthName</span> (line <span class="line-number">749</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -916,7 +963,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">GetLockDetails</span> (line <span class="line-number">807</span>)
|
||||
<span class="method-title">GetLockDetails</span> (line <span class="line-number">826</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -943,7 +990,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">GetLockRow</span> (line <span class="line-number">751</span>)
|
||||
<span class="method-title">GetLockRow</span> (line <span class="line-number">770</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -973,7 +1020,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">HavePrivilegeTo</span> (line <span class="line-number">1075</span>)
|
||||
<span class="method-title">HavePrivilegeTo</span> (line <span class="line-number">1158</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1000,7 +1047,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">IsAddressBook</span> (line <span class="line-number">917</span>)
|
||||
<span class="method-title">IsAddressBook</span> (line <span class="line-number">947</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1022,7 +1069,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">IsCalendar</span> (line <span class="line-number">908</span>)
|
||||
<span class="method-title">IsCalendar</span> (line <span class="line-number">938</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1044,7 +1091,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">IsCollection</span> (line <span class="line-number">897</span>)
|
||||
<span class="method-title">IsCollection</span> (line <span class="line-number">927</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1066,7 +1113,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">IsInfiniteDepth</span> (line <span class="line-number">948</span>)
|
||||
<span class="method-title">IsInfiniteDepth</span> (line <span class="line-number">978</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1088,7 +1135,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">IsLocked</span> (line <span class="line-number">643</span>)
|
||||
<span class="method-title">IsLocked</span> (line <span class="line-number">661</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1113,7 +1160,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">IsPrincipal</span> (line <span class="line-number">926</span>)
|
||||
<span class="method-title">IsPrincipal</span> (line <span class="line-number">956</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1135,7 +1182,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">IsProxyRequest</span> (line <span class="line-number">937</span>)
|
||||
<span class="method-title">IsProxyRequest</span> (line <span class="line-number">967</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1157,7 +1204,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">IsPublic</span> (line <span class="line-number">680</span>)
|
||||
<span class="method-title">IsPublic</span> (line <span class="line-number">698</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1179,7 +1226,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">MalformedRequest</span> (line <span class="line-number">1152</span>)
|
||||
<span class="method-title">MalformedRequest</span> (line <span class="line-number">1235</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1206,7 +1253,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">NeedPrivilege</span> (line <span class="line-number">1111</span>)
|
||||
<span class="method-title">NeedPrivilege</span> (line <span class="line-number">1194</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1239,7 +1286,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">PreconditionFailed</span> (line <span class="line-number">1136</span>)
|
||||
<span class="method-title">PreconditionFailed</span> (line <span class="line-number">1219</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1270,12 +1317,34 @@
|
||||
|
||||
|
||||
</div>
|
||||
<a name="methodPrivileges" id="Privileges"><!-- --></a>
|
||||
<a name="methodPreferMinimal" id="PreferMinimal"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">Privileges</span> (line <span class="line-number">1067</span>)
|
||||
<span class="method-title">PreferMinimal</span> (line <span class="line-number">916</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Returns true if the 'Prefer: return-minimal' or 'Brief: t' were present in the request headers.</p>
|
||||
|
||||
<div class="method-signature">
|
||||
<span class="method-result">void</span>
|
||||
<span class="method-name">
|
||||
PreferMinimal
|
||||
</span>
|
||||
()
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<a name="methodPrivileges" id="Privileges"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">Privileges</span> (line <span class="line-number">1097</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1293,11 +1362,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodsetPermissions" id="setPermissions"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">setPermissions</span> (line <span class="line-number">575</span>)
|
||||
<span class="method-title">setPermissions</span> (line <span class="line-number">593</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1323,11 +1392,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodUnsupportedRequest" id="UnsupportedRequest"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">UnsupportedRequest</span> (line <span class="line-number">1088</span>)
|
||||
<span class="method-title">UnsupportedRequest</span> (line <span class="line-number">1171</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1350,11 +1419,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodValidateLockToken" id="ValidateLockToken"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">ValidateLockToken</span> (line <span class="line-number">776</span>)
|
||||
<span class="method-title">ValidateLockToken</span> (line <span class="line-number">795</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1377,11 +1446,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodXMLResponse" id="XMLResponse"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">XMLResponse</span> (line <span class="line-number">1164</span>)
|
||||
<span class="method-title">XMLResponse</span> (line <span class="line-number">1247</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1412,7 +1481,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -74,22 +74,7 @@
|
||||
| <a href="#sec-constants">Constants</a>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="_DAVTicket_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include</span>
|
||||
(<span class="include-name"><a href="../../davical/DAVTicket/_inc---DAVTicket.php.html">"DAVTicket.php"</a></span>)
|
||||
(line <span class="line-number">20</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
<a name="_AwlCache_php"><!-- --></a>
|
||||
<a name="_AwlCache_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
@ -104,9 +89,24 @@
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
<a name="_DAVPrincipal_php"><!-- --></a>
|
||||
<a name="_XMLDocument_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">require_once</span>
|
||||
(<span class="include-name">"XMLDocument.php"</span>)
|
||||
(line <span class="line-number">18</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
<a name="_DAVPrincipal_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
@ -119,15 +119,15 @@
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
<a name="_XMLDocument_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<a name="_DAVTicket_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">require_once</span>
|
||||
(<span class="include-name">"XMLDocument.php"</span>)
|
||||
(line <span class="line-number">18</span>)
|
||||
(<span class="include-name"><a href="../../davical/DAVTicket/_inc---DAVTicket.php.html">"DAVTicket.php"</a></span>)
|
||||
(line <span class="line-number">20</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -147,8 +147,12 @@
|
||||
| <span class="disabled">Constants</span>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="defineDEPTH_INFINITY"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<a name="defineDEPTH_INFINITY"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Constant.png" />
|
||||
@ -168,7 +172,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -1,3 +1,5 @@
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
@ -140,7 +142,13 @@
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<div class="method-summary">
|
||||
<div class="method-definition">
|
||||
<div class="method-definition">
|
||||
<img src="../../media/images/StaticMethod.png" alt=" "/>
|
||||
static <span class="method-result">void</span>
|
||||
<a href="#BuildDeadPropertyXML" title="details" class="method-name">BuildDeadPropertyXML</a>
|
||||
(<span class="var-type"></span> <span class="var-name">$property_name</span>, <span class="var-type"></span> <span class="var-name">$raw_string</span>)
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
<img src="../../media/images/Constructor.png" alt=" "/>
|
||||
<span class="method-result">DAVResource</span>
|
||||
<a href="#__construct" title="details" class="method-name">__construct</a>
|
||||
@ -158,7 +166,7 @@
|
||||
<a href="#BuildACE" title="details" class="method-name">BuildACE</a>
|
||||
(<span class="var-type"></span> <span class="var-name">&$xmldoc</span>, <span class="var-type"></span> <span class="var-name">$privs</span>, <span class="var-type"></span> <span class="var-name">$principal</span>)
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
<div class="method-definition">
|
||||
<img src="../../media/images/Method.png" alt=" "/>
|
||||
<span class="method-result">void</span>
|
||||
<a href="#BuildPrivileges" title="details" class="method-name">BuildPrivileges</a>
|
||||
@ -435,6 +443,12 @@
|
||||
(<span class="var-type"></span> <span class="var-name">$new_dav_name</span>)
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
<img src="../../media/images/Method.png" alt=" "/>
|
||||
<span class="method-result">void</span>
|
||||
<a href="#sync_token" title="details" class="method-name">sync_token</a>
|
||||
()
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
<img src="../../media/images/Method.png" alt=" "/>
|
||||
<span class="method-result">void</span>
|
||||
<a href="#unique_tag" title="details" class="method-name">unique_tag</a>
|
||||
@ -471,6 +485,10 @@
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
|
||||
<a name="var$bound_from" id="$bound_from"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
|
||||
@ -670,10 +688,46 @@
|
||||
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<A NAME='method_detail'></A>
|
||||
<a name="method__construct" id="__construct"><!-- --></a>
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<A NAME='method_detail'></A>
|
||||
<a name="methodBuildDeadPropertyXML" id="BuildDeadPropertyXML"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/StaticMethod.png" />
|
||||
<span class="method-title">static BuildDeadPropertyXML</span> (line <span class="line-number">635</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<ul class="tags">
|
||||
<li><span class="field">access:</span> public</li>
|
||||
</ul>
|
||||
|
||||
<div class="method-signature">
|
||||
<span class="method-result">void</span>
|
||||
<span class="method-name">
|
||||
BuildDeadPropertyXML
|
||||
</span>
|
||||
(<span class="var-type"></span> <span class="var-name">$property_name</span>, <span class="var-type"></span> <span class="var-name">$raw_string</span>)
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$property_name</span> </li>
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$raw_string</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<a name="method__construct" id="__construct"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Constructor.png" />
|
||||
<span class="method-title">Constructor __construct</span> (line <span class="line-number">147</span>)
|
||||
@ -699,11 +753,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodbound_from" id="bound_from"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">bound_from</span> (line <span class="line-number">1161</span>)
|
||||
<span class="method-title">bound_from</span> (line <span class="line-number">1188</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -721,11 +775,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodBuildACE" id="BuildACE"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">BuildACE</span> (line <span class="line-number">1315</span>)
|
||||
<span class="method-title">BuildACE</span> (line <span class="line-number">1361</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -754,11 +808,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodBuildPrivileges" id="BuildPrivileges"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">BuildPrivileges</span> (line <span class="line-number">773</span>)
|
||||
<span class="method-title">BuildPrivileges</span> (line <span class="line-number">800</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -784,11 +838,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodBuildSupportedMethods" id="BuildSupportedMethods"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">BuildSupportedMethods</span> (line <span class="line-number">862</span>)
|
||||
<span class="method-title">BuildSupportedMethods</span> (line <span class="line-number">889</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -806,11 +860,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodBuildSupportedReports" id="BuildSupportedReports"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">BuildSupportedReports</span> (line <span class="line-number">914</span>)
|
||||
<span class="method-title">BuildSupportedReports</span> (line <span class="line-number">941</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -833,11 +887,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodBuildTicketinfo" id="BuildTicketinfo"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">BuildTicketinfo</span> (line <span class="line-number">975</span>)
|
||||
<span class="method-title">BuildTicketinfo</span> (line <span class="line-number">1002</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -867,11 +921,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodcollection_id" id="collection_id"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">collection_id</span> (line <span class="line-number">1216</span>)
|
||||
<span class="method-title">collection_id</span> (line <span class="line-number">1243</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -889,11 +943,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodContainerExists" id="ContainerExists"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">ContainerExists</span> (line <span class="line-number">1129</span>)
|
||||
<span class="method-title">ContainerExists</span> (line <span class="line-number">1156</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -911,11 +965,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodContainerType" id="ContainerType"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">ContainerType</span> (line <span class="line-number">1281</span>)
|
||||
<span class="method-title">ContainerType</span> (line <span class="line-number">1327</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -933,11 +987,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodDAV_AllProperties" id="DAV_AllProperties"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">DAV_AllProperties</span> (line <span class="line-number">1449</span>)
|
||||
<span class="method-title">DAV_AllProperties</span> (line <span class="line-number">1495</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -955,11 +1009,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methoddav_name" id="dav_name"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">dav_name</span> (line <span class="line-number">1152</span>)
|
||||
<span class="method-title">dav_name</span> (line <span class="line-number">1179</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -977,11 +1031,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodExists" id="Exists"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">Exists</span> (line <span class="line-number">1111</span>)
|
||||
<span class="method-title">Exists</span> (line <span class="line-number">1138</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -999,11 +1053,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodFetchCollection" id="FetchCollection"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">FetchCollection</span> (line <span class="line-number">481</span>)
|
||||
<span class="method-title">FetchCollection</span> (line <span class="line-number">482</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1024,11 +1078,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodFetchDeadProperties" id="FetchDeadProperties"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">FetchDeadProperties</span> (line <span class="line-number">620</span>)
|
||||
<span class="method-title">FetchDeadProperties</span> (line <span class="line-number">621</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1049,11 +1103,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodFetchParentContainer" id="FetchParentContainer"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">FetchParentContainer</span> (line <span class="line-number">715</span>)
|
||||
<span class="method-title">FetchParentContainer</span> (line <span class="line-number">742</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1071,11 +1125,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodFetchPrincipal" id="FetchPrincipal"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">FetchPrincipal</span> (line <span class="line-number">568</span>)
|
||||
<span class="method-title">FetchPrincipal</span> (line <span class="line-number">569</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1096,11 +1150,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodFetchPrivileges" id="FetchPrivileges"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">FetchPrivileges</span> (line <span class="line-number">638</span>)
|
||||
<span class="method-title">FetchPrivileges</span> (line <span class="line-number">665</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1121,11 +1175,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodFetchResource" id="FetchResource"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">FetchResource</span> (line <span class="line-number">591</span>)
|
||||
<span class="method-title">FetchResource</span> (line <span class="line-number">592</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1146,11 +1200,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodFetchSupportedMethods" id="FetchSupportedMethods"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">FetchSupportedMethods</span> (line <span class="line-number">785</span>)
|
||||
<span class="method-title">FetchSupportedMethods</span> (line <span class="line-number">812</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1168,11 +1222,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodFetchSupportedReports" id="FetchSupportedReports"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">FetchSupportedReports</span> (line <span class="line-number">876</span>)
|
||||
<span class="method-title">FetchSupportedReports</span> (line <span class="line-number">903</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1190,11 +1244,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodFetchTickets" id="FetchTickets"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">FetchTickets</span> (line <span class="line-number">930</span>)
|
||||
<span class="method-title">FetchTickets</span> (line <span class="line-number">957</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1212,11 +1266,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodFromPath" id="FromPath"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">FromPath</span> (line <span class="line-number">313</span>)
|
||||
<span class="method-title">FromPath</span> (line <span class="line-number">314</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1239,7 +1293,7 @@
|
||||
|
||||
</div>
|
||||
<a name="methodFromRow" id="FromRow"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
@ -1266,11 +1320,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodGetACL" id="GetACL"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">GetACL</span> (line <span class="line-number">1336</span>)
|
||||
<span class="method-title">GetACL</span> (line <span class="line-number">1382</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1293,11 +1347,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodGetParentContainer" id="GetParentContainer"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">GetParentContainer</span> (line <span class="line-number">696</span>)
|
||||
<span class="method-title">GetParentContainer</span> (line <span class="line-number">723</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1315,11 +1369,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodGetProperty" id="GetProperty"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">GetProperty</span> (line <span class="line-number">1368</span>)
|
||||
<span class="method-title">GetProperty</span> (line <span class="line-number">1414</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1342,11 +1396,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodGetPropStat" id="GetPropStat"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">GetPropStat</span> (line <span class="line-number">1765</span>)
|
||||
<span class="method-title">GetPropStat</span> (line <span class="line-number">1824</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1378,15 +1432,15 @@
|
||||
|
||||
</div>
|
||||
<a name="methodHavePrivilegeTo" id="HavePrivilegeTo"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">HavePrivilegeTo</span> (line <span class="line-number">736</span>)
|
||||
<span class="method-title">HavePrivilegeTo</span> (line <span class="line-number">763</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Is the user has the privileges to do what is requested.</p>
|
||||
<p class="short-description">Does the user have the privileges to do what is requested.</p>
|
||||
<ul class="tags">
|
||||
<li><span class="field">return:</span> Whether they do have one of those privileges against this resource.</li>
|
||||
</ul>
|
||||
@ -1411,11 +1465,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodIsAddressbook" id="IsAddressbook"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">IsAddressbook</span> (line <span class="line-number">1087</span>)
|
||||
<span class="method-title">IsAddressbook</span> (line <span class="line-number">1114</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1433,11 +1487,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodIsBinding" id="IsBinding"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">IsBinding</span> (line <span class="line-number">1095</span>)
|
||||
<span class="method-title">IsBinding</span> (line <span class="line-number">1122</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1455,11 +1509,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodIsCalendar" id="IsCalendar"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">IsCalendar</span> (line <span class="line-number">1055</span>)
|
||||
<span class="method-title">IsCalendar</span> (line <span class="line-number">1082</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1477,11 +1531,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodIsCollection" id="IsCollection"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">IsCollection</span> (line <span class="line-number">1039</span>)
|
||||
<span class="method-title">IsCollection</span> (line <span class="line-number">1066</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1499,11 +1553,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodIsExternal" id="IsExternal"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">IsExternal</span> (line <span class="line-number">1103</span>)
|
||||
<span class="method-title">IsExternal</span> (line <span class="line-number">1130</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1521,11 +1575,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodIsInSchedulingCollection" id="IsInSchedulingCollection"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">IsInSchedulingCollection</span> (line <span class="line-number">1076</span>)
|
||||
<span class="method-title">IsInSchedulingCollection</span> (line <span class="line-number">1103</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1548,11 +1602,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodIsLocked" id="IsLocked"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">IsLocked</span> (line <span class="line-number">1007</span>)
|
||||
<span class="method-title">IsLocked</span> (line <span class="line-number">1034</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1578,11 +1632,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodIsPrincipal" id="IsPrincipal"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">IsPrincipal</span> (line <span class="line-number">1047</span>)
|
||||
<span class="method-title">IsPrincipal</span> (line <span class="line-number">1074</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1600,11 +1654,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodIsPublic" id="IsPublic"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">IsPublic</span> (line <span class="line-number">1265</span>)
|
||||
<span class="method-title">IsPublic</span> (line <span class="line-number">1311</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1622,11 +1676,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodIsPublicOnly" id="IsPublicOnly"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">IsPublicOnly</span> (line <span class="line-number">1273</span>)
|
||||
<span class="method-title">IsPublicOnly</span> (line <span class="line-number">1319</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1644,11 +1698,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodIsSchedulingCollection" id="IsSchedulingCollection"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">IsSchedulingCollection</span> (line <span class="line-number">1064</span>)
|
||||
<span class="method-title">IsSchedulingCollection</span> (line <span class="line-number">1091</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1671,11 +1725,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodNeedPrivilege" id="NeedPrivilege"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">NeedPrivilege</span> (line <span class="line-number">758</span>)
|
||||
<span class="method-title">NeedPrivilege</span> (line <span class="line-number">785</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1701,11 +1755,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodparent_path" id="parent_path"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">parent_path</span> (line <span class="line-number">1182</span>)
|
||||
<span class="method-title">parent_path</span> (line <span class="line-number">1209</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1723,11 +1777,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodprincipal_url" id="principal_url"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">principal_url</span> (line <span class="line-number">1198</span>)
|
||||
<span class="method-title">principal_url</span> (line <span class="line-number">1225</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1745,11 +1799,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodPrivileges" id="Privileges"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">Privileges</span> (line <span class="line-number">724</span>)
|
||||
<span class="method-title">Privileges</span> (line <span class="line-number">751</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1767,11 +1821,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodRenderAsXML" id="RenderAsXML"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">RenderAsXML</span> (line <span class="line-number">1823</span>)
|
||||
<span class="method-title">RenderAsXML</span> (line <span class="line-number">1882</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1806,11 +1860,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodresource" id="resource"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">resource</span> (line <span class="line-number">1225</span>)
|
||||
<span class="method-title">resource</span> (line <span class="line-number">1252</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1828,11 +1882,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodResourceProperty" id="ResourceProperty"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">ResourceProperty</span> (line <span class="line-number">1468</span>)
|
||||
<span class="method-title">ResourceProperty</span> (line <span class="line-number">1514</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1864,11 +1918,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodresource_id" id="resource_id"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">resource_id</span> (line <span class="line-number">1251</span>)
|
||||
<span class="method-title">resource_id</span> (line <span class="line-number">1278</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1886,11 +1940,11 @@
|
||||
|
||||
</div>
|
||||
<a name="methodset_bind_location" id="set_bind_location"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">set_bind_location</span> (line <span class="line-number">1170</span>)
|
||||
<span class="method-title">set_bind_location</span> (line <span class="line-number">1197</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1911,13 +1965,35 @@
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<a name="methodsync_token" id="sync_token"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">sync_token</span> (line <span class="line-number">1292</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Returns the current sync_token for this collection, or the containing collection</p>
|
||||
|
||||
<div class="method-signature">
|
||||
<span class="method-result">void</span>
|
||||
<span class="method-name">
|
||||
sync_token
|
||||
</span>
|
||||
()
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<a name="methodunique_tag" id="unique_tag"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">unique_tag</span> (line <span class="line-number">1234</span>)
|
||||
<span class="method-title">unique_tag</span> (line <span class="line-number">1261</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1939,7 +2015,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">url</span> (line <span class="line-number">1141</span>)
|
||||
<span class="method-title">url</span> (line <span class="line-number">1168</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1961,7 +2037,7 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../../media/images/Method.png" />
|
||||
<span class="method-title">user_no</span> (line <span class="line-number">1207</span>)
|
||||
<span class="method-title">user_no</span> (line <span class="line-number">1234</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -1983,8 +2059,10 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:54 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:58 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -337,6 +337,8 @@
|
||||
<img src="../../media/images/Method.png" alt=" "/>
|
||||
<span class="method-name"><a href="../../davical/Resource/DAVResource.html#methodBuildACE">DAVResource::BuildACE()</a></span><br>
|
||||
<img src="../../media/images/Method.png" alt=" "/>
|
||||
<span class="method-name"><a href="../../davical/Resource/DAVResource.html#methodBuildDeadPropertyXML">DAVResource::BuildDeadPropertyXML()</a></span><br>
|
||||
<img src="../../media/images/Method.png" alt=" "/>
|
||||
<span class="method-name"><a href="../../davical/Resource/DAVResource.html#methodBuildPrivileges">DAVResource::BuildPrivileges()</a></span><br>
|
||||
<img src="../../media/images/Method.png" alt=" "/>
|
||||
<span class="method-name"><a href="../../davical/Resource/DAVResource.html#methodBuildSupportedMethods">DAVResource::BuildSupportedMethods()</a></span><br>
|
||||
@ -429,6 +431,8 @@
|
||||
<img src="../../media/images/Method.png" alt=" "/>
|
||||
<span class="method-name"><a href="../../davical/Resource/DAVResource.html#methodset_bind_location">DAVResource::set_bind_location()</a></span><br>
|
||||
<img src="../../media/images/Method.png" alt=" "/>
|
||||
<span class="method-name"><a href="../../davical/Resource/DAVResource.html#methodsync_token">DAVResource::sync_token()</a></span><br>
|
||||
<img src="../../media/images/Method.png" alt=" "/>
|
||||
<span class="method-name"><a href="../../davical/Resource/DAVResource.html#methodunique_tag">DAVResource::unique_tag()</a></span><br>
|
||||
<img src="../../media/images/Method.png" alt=" "/>
|
||||
<span class="method-name"><a href="../../davical/Resource/DAVResource.html#methodurl">DAVResource::url()</a></span><br>
|
||||
@ -441,7 +445,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:57 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:01 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -1,3 +1,5 @@
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
@ -69,7 +71,11 @@
|
||||
| <span class="disabled">Includes</span>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="_AwlCache_php"><!-- --></a>
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<a name="_AwlCache_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
@ -157,7 +163,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:54 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:58 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -19,14 +19,18 @@
|
||||
<div class="info-box-title">Description</div>
|
||||
<div class="nav-bar">
|
||||
<span class="disabled">Description</span> |
|
||||
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
|
||||
| <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
|
||||
<a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
|
||||
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">SqlToArray class for parsing a file of somewhat structured SQL statements into an array</p>
|
||||
<p class="description"><p>There are a number of limitations for this class, and it is expected that the SQL files are constructed specifically to work within these limitations:</p><p>1) A statement is terminated by a semi-colon followed by whitespace.</p><p>2) A comment is a line starting with whitespace followed by two hyphens</p><p>3) If a line contains $somestring$ then rules (1) and (2) are suspended until the next line after a line containing a matching $somestring$. Where the 'somestring' can be any sequence of letters, numbers and underscores, including the empty string.</p><p>Notable deficiency:</p><p>Any SQL quoting using ' or " is ignored. Consequently a semi-colon followed by whitespace, a $somestring$ delimiter or a comment line will be processed in the same way regardless of whether they are inside an SQL quoted string.</p></p>
|
||||
<ul class="tags">
|
||||
<li><span class="field">author:</span> karora</li>
|
||||
</ul>
|
||||
<p class="notes">
|
||||
Located in <a class="field" href="_htdocs---SqlToArray.php.html">/htdocs/SqlToArray.php</a> (line <span class="field">3</span>)
|
||||
Located in <a class="field" href="_htdocs---SqlToArray.php.html">/htdocs/SqlToArray.php</a> (line <span class="field">25</span>)
|
||||
</p>
|
||||
|
||||
|
||||
@ -37,50 +41,23 @@
|
||||
|
||||
|
||||
|
||||
<a name="sec-var-summary"></a>
|
||||
<div class="info-box">
|
||||
<div class="info-box-title">Variable Summary</span></div>
|
||||
<div class="nav-bar">
|
||||
<a href="#sec-description">Description</a> |
|
||||
<span class="disabled">Vars</span> (<a href="#sec-vars">details</a>)
|
||||
|
|
||||
<a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
|
||||
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<div class="var-summary">
|
||||
<div class="var-title">
|
||||
<img src="../media/images/Variable.png" alt=" " />
|
||||
<span class="var-type">mixed</span>
|
||||
<a href="#$state" title="details" class="var-name">$state</a>
|
||||
</div>
|
||||
<div class="var-title">
|
||||
<img src="../media/images/Variable.png" alt=" " />
|
||||
<span class="var-type">mixed</span>
|
||||
<a href="#$statement" title="details" class="var-name">$statement</a>
|
||||
</div>
|
||||
<div class="var-title">
|
||||
<img src="../media/images/Variable.png" alt=" " />
|
||||
<span class="var-type">mixed</span>
|
||||
<a href="#$statements" title="details" class="var-name">$statements</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<a name="sec-method-summary"></a>
|
||||
<div class="info-box">
|
||||
<div class="info-box-title">Method Summary</span></div>
|
||||
<div class="nav-bar">
|
||||
<a href="#sec-description">Description</a> |
|
||||
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
|
||||
|
||||
|
|
||||
<span class="disabled">Methods</span> (<a href="#sec-methods">details</a>)
|
||||
<span class="disabled">Methods</span> (<a href="#sec-methods">details</a>)
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<div class="method-summary">
|
||||
<div class="method-definition">
|
||||
<div class="method-definition">
|
||||
<img src="../media/images/StaticMethod.png" alt=" "/>
|
||||
static <span class="method-result">string</span>
|
||||
<a href="#removeComment" title="details" class="method-name">removeComment</a>
|
||||
(<span class="var-type">string</span> <span class="var-name">$line</span>)
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
<img src="../media/images/Constructor.png" alt=" "/>
|
||||
<span class="method-result">SqlToArray</span>
|
||||
<a href="#__construct" title="details" class="method-name">__construct</a>
|
||||
@ -90,110 +67,63 @@
|
||||
<img src="../media/images/Method.png" alt=" "/>
|
||||
<span class="method-result">void</span>
|
||||
<a href="#doNormalLine" title="details" class="method-name">doNormalLine</a>
|
||||
(<span class="var-type"></span> <span class="var-name">$s</span>)
|
||||
(<span class="var-type">unknown_type</span> <span class="var-name">$s</span>)
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
<img src="../media/images/Method.png" alt=" "/>
|
||||
<span class="method-result">void</span>
|
||||
<span class="method-result">array</span>
|
||||
<a href="#getStatements" title="details" class="method-name">getStatements</a>
|
||||
()
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<a name="sec-vars"></a>
|
||||
<div class="info-box">
|
||||
<div class="info-box-title">Variables</div>
|
||||
<div class="nav-bar">
|
||||
<a href="#sec-description">Description</a> |
|
||||
<a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>)
|
||||
|
||||
|
||||
|
|
||||
<a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
|
||||
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
|
||||
<a name="var$state" id="$state"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../media/images/Variable.png" />
|
||||
<span class="var-title">
|
||||
<span class="var-type">mixed</span>
|
||||
<span class="var-name">$state</span>
|
||||
(line <span class="line-number">6</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<a name="var$statement" id="$statement"><!-- --></A>
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../media/images/Variable.png" />
|
||||
<span class="var-title">
|
||||
<span class="var-type">mixed</span>
|
||||
<span class="var-name">$statement</span>
|
||||
(line <span class="line-number">5</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<a name="var$statements" id="$statements"><!-- --></A>
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="var-header">
|
||||
<img src="../media/images/Variable.png" />
|
||||
<span class="var-title">
|
||||
<span class="var-type">mixed</span>
|
||||
<span class="var-name">$statements</span>
|
||||
(line <span class="line-number">4</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<a name="sec-methods"></a>
|
||||
<div class="info-box">
|
||||
<div class="info-box-title">Methods</div>
|
||||
<div class="nav-bar">
|
||||
<a href="#sec-description">Description</a> |
|
||||
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
|
||||
<a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)
|
||||
<a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)
|
||||
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<A NAME='method_detail'></A>
|
||||
<a name="methodremoveComment" id="removeComment"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../media/images/StaticMethod.png" />
|
||||
<span class="method-title">static removeComment</span> (line <span class="line-number">66</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Return the empty string if this line is an SQL comment</p>
|
||||
<p class="description"><p>Limitations: Does not recognize trailing comments.</p></p>
|
||||
|
||||
<div class="method-signature">
|
||||
<span class="method-result">string</span>
|
||||
<span class="method-name">
|
||||
removeComment
|
||||
</span>
|
||||
(<span class="var-type">string</span> <span class="var-name">$line</span>)
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$line</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<a name="method__construct" id="__construct"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../media/images/Constructor.png" />
|
||||
<span class="method-title">Constructor __construct</span> (line <span class="line-number">8</span>)
|
||||
<span class="method-title">Constructor __construct</span> (line <span class="line-number">31</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -219,22 +149,24 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../media/images/Method.png" />
|
||||
<span class="method-title">doNormalLine</span> (line <span class="line-number">32</span>)
|
||||
<span class="method-title">doNormalLine</span> (line <span class="line-number">81</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Add this line onto the current statement, detecting the end of the statement.</p>
|
||||
<p class="description"><p>Limitations: Doesn't handle quoting very well at all, other than $delimiter$ for quoting function bodies.</p></p>
|
||||
|
||||
<div class="method-signature">
|
||||
<span class="method-result">void</span>
|
||||
<span class="method-name">
|
||||
doNormalLine
|
||||
</span>
|
||||
(<span class="var-type"></span> <span class="var-name">$s</span>)
|
||||
(<span class="var-type">unknown_type</span> <span class="var-name">$s</span>)
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-type">unknown_type</span>
|
||||
<span class="var-name">$s</span> </li>
|
||||
</ul>
|
||||
|
||||
@ -245,13 +177,17 @@
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../media/images/Method.png" />
|
||||
<span class="method-title">getStatements</span> (line <span class="line-number">45</span>)
|
||||
<span class="method-title">getStatements</span> (line <span class="line-number">102</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Accessor for the array of parsed statements.</p>
|
||||
<ul class="tags">
|
||||
<li><span class="field">return:</span> of string</li>
|
||||
</ul>
|
||||
|
||||
<div class="method-signature">
|
||||
<span class="method-result">void</span>
|
||||
<span class="method-result">array</span>
|
||||
<span class="method-name">
|
||||
getStatements
|
||||
</span>
|
||||
@ -267,7 +203,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:01 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -200,7 +200,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:57 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:01 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
139
docs/api/davical/VTimezone.html
Normal file
139
docs/api/davical/VTimezone.html
Normal file
@ -0,0 +1,139 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<!-- template designed by Marco Von Ballmoos -->
|
||||
<title>Docs For Class VTimezone</title>
|
||||
<link rel="stylesheet" href="../media/stylesheet.css" />
|
||||
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="page-body">
|
||||
<h2 class="class-name"><img src="../media/images/Class_logo.png"
|
||||
alt=" Class"
|
||||
title=" Class"
|
||||
style="vertical-align: middle"> VTimezone</h2>
|
||||
|
||||
<a name="sec-description"></a>
|
||||
<div class="info-box">
|
||||
<div class="info-box-title">Description</div>
|
||||
<div class="nav-bar">
|
||||
<span class="disabled">Description</span> |
|
||||
<a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
|
||||
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="notes">
|
||||
Located in <a class="field" href="_inc---vtimezone.php.html">/inc/vtimezone.php</a> (line <span class="field">9</span>)
|
||||
</p>
|
||||
|
||||
|
||||
<pre>vComponent
|
||||
|
|
||||
--VTimezone</pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="sec-method-summary"></a>
|
||||
<div class="info-box">
|
||||
<div class="info-box-title">Method Summary</span></div>
|
||||
<div class="nav-bar">
|
||||
<a href="#sec-description">Description</a> |
|
||||
<span class="disabled">Methods</span> (<a href="#sec-methods">details</a>)
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<div class="method-summary">
|
||||
<div class="method-definition">
|
||||
<img src="../media/images/StaticMethod.png" alt=" "/>
|
||||
static <span class="method-result">void</span>
|
||||
<a href="#getInstance" title="details" class="method-name">getInstance</a>
|
||||
(<span class="var-type"></span> <span class="var-name">$name</span>)
|
||||
</div>
|
||||
<div class="method-definition">
|
||||
<img src="../media/images/StaticMethod.png" alt=" "/>
|
||||
static <span class="method-result">void</span>
|
||||
<a href="#msCdoToOlson" title="details" class="method-name">msCdoToOlson</a>
|
||||
(<span class="var-type"></span> <span class="var-name">$tzcdo</span>)
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<a name="sec-methods"></a>
|
||||
<div class="info-box">
|
||||
<div class="info-box-title">Methods</div>
|
||||
<div class="nav-bar">
|
||||
<a href="#sec-description">Description</a> |
|
||||
<a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)
|
||||
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<A NAME='method_detail'></A>
|
||||
<a name="methodgetInstance" id="getInstance"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../media/images/StaticMethod.png" />
|
||||
<span class="method-title">static getInstance</span> (line <span class="line-number">11</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
<div class="method-signature">
|
||||
<span class="method-result">void</span>
|
||||
<span class="method-name">
|
||||
getInstance
|
||||
</span>
|
||||
(<span class="var-type"></span> <span class="var-name">$name</span>)
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$name</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<a name="methodmsCdoToOlson" id="msCdoToOlson"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div class="method-header">
|
||||
<img src="../media/images/StaticMethod.png" />
|
||||
<span class="method-title">static msCdoToOlson</span> (line <span class="line-number">24</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
<div class="method-signature">
|
||||
<span class="method-result">void</span>
|
||||
<span class="method-name">
|
||||
msCdoToOlson
|
||||
</span>
|
||||
(<span class="var-type"></span> <span class="var-name">$tzcdo</span>)
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$tzcdo</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:01 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -45,7 +45,7 @@
|
||||
<a href="../davical/SqlToArray.html">SqlToArray</a>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
SqlToArray class for parsing a file of somewhat structured SQL statements into an array
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:01 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -1,3 +1,5 @@
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
@ -33,7 +35,11 @@
|
||||
<span class="disabled">Includes</span>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="_page-footer_php"><!-- --></a>
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<a name="_page-footer_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
@ -206,7 +212,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:51 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:56 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -1,3 +1,5 @@
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
@ -42,7 +44,11 @@
|
||||
| <a href="#sec-functions">Functions</a>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="___/config/config_php"><!-- --></a>
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<a name="___/config/config_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
@ -50,7 +56,7 @@
|
||||
<span class="include-title">
|
||||
<span class="include-type">include</span>
|
||||
(<span class="include-name">'../config/config.php'</span>)
|
||||
(line <span class="line-number">142</span>)
|
||||
(line <span class="line-number">165</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -65,7 +71,7 @@
|
||||
<span class="include-title">
|
||||
<span class="include-type">include</span>
|
||||
(<span class="include-name">'/usr/local/etc/davical/'.$_SERVER['SERVER_NAME'].'-conf.php'</span>)
|
||||
(line <span class="line-number">136</span>)
|
||||
(line <span class="line-number">159</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -80,7 +86,7 @@
|
||||
<span class="include-title">
|
||||
<span class="include-type">include</span>
|
||||
(<span class="include-name">'/usr/local/etc/davical/config.php'</span>)
|
||||
(line <span class="line-number">139</span>)
|
||||
(line <span class="line-number">162</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -95,7 +101,7 @@
|
||||
<span class="include-title">
|
||||
<span class="include-type">include</span>
|
||||
(<span class="include-name">'/etc/davical/'.$_SERVER['SERVER_NAME'].'-conf.php'</span>)
|
||||
(line <span class="line-number">130</span>)
|
||||
(line <span class="line-number">153</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -111,7 +117,7 @@
|
||||
<span class="include-title">
|
||||
<span class="include-type">include</span>
|
||||
(<span class="include-name">'config/config.php'</span>)
|
||||
(line <span class="line-number">145</span>)
|
||||
(line <span class="line-number">168</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -126,7 +132,7 @@
|
||||
<span class="include-title">
|
||||
<span class="include-type">include</span>
|
||||
(<span class="include-name"><a href="../davical/_inc---davical_configuration_missing.php.html">davical_configuration_missing.php</a></span>)
|
||||
(line <span class="line-number">148</span>)
|
||||
(line <span class="line-number">171</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -141,7 +147,7 @@
|
||||
<span class="include-title">
|
||||
<span class="include-type">include</span>
|
||||
(<span class="include-name">'/etc/davical/config.php'</span>)
|
||||
(line <span class="line-number">133</span>)
|
||||
(line <span class="line-number">156</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -156,7 +162,7 @@
|
||||
<span class="include-title">
|
||||
<span class="include-type">include_once</span>
|
||||
(<span class="include-name">'AWLUtilities.php'</span>)
|
||||
(line <span class="line-number">91</span>)
|
||||
(line <span class="line-number">113</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -171,7 +177,7 @@
|
||||
<span class="include-title">
|
||||
<span class="include-type">include_once</span>
|
||||
(<span class="include-name">'AWLUtilities.php'</span>)
|
||||
(line <span class="line-number">78</span>)
|
||||
(line <span class="line-number">99</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -186,7 +192,7 @@
|
||||
<span class="include-title">
|
||||
<span class="include-type">require_once</span>
|
||||
(<span class="include-name">'AwlQuery.php'</span>)
|
||||
(line <span class="line-number">194</span>)
|
||||
(line <span class="line-number">219</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -202,7 +208,7 @@
|
||||
<span class="include-title">
|
||||
<span class="include-type">require_once</span>
|
||||
(<span class="include-name"><a href="../davical/Principal/_inc---Principal.php.html">Principal.php</a></span>)
|
||||
(line <span class="line-number">212</span>)
|
||||
(line <span class="line-number">237</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -222,14 +228,18 @@
|
||||
| <a href="#sec-functions">Functions</a>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="defineDAVICAL_ADDRESSBOOK_MAXPRIV"><!-- --></a>
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<a name="defineDAVICAL_ADDRESSBOOK_MAXPRIV"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Constant.png" />
|
||||
<span class="const-title">
|
||||
<span class="const-name">DAVICAL_ADDRESSBOOK_MAXPRIV</span> = "1023"
|
||||
(line <span class="line-number">358</span>)
|
||||
(line <span class="line-number">401</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -244,7 +254,7 @@
|
||||
<img src="../media/images/Constant.png" />
|
||||
<span class="const-title">
|
||||
<span class="const-name">DAVICAL_MAXPRIV</span> = "65535"
|
||||
(line <span class="line-number">357</span>)
|
||||
(line <span class="line-number">400</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -270,12 +280,16 @@
|
||||
| <span class="disabled">Functions</span>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="functionbits_to_privilege" id="functionbits_to_privilege"><!-- --></a>
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<a name="functionbits_to_privilege" id="functionbits_to_privilege"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">bits_to_privilege</span> (line <span class="line-number">410</span>)
|
||||
<span class="method-title">bits_to_privilege</span> (line <span class="line-number">453</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -307,7 +321,7 @@
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">ConstructURL</span> (line <span class="line-number">276</span>)
|
||||
<span class="method-title">ConstructURL</span> (line <span class="line-number">301</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -336,7 +350,7 @@
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">DateToISODate</span> (line <span class="line-number">345</span>)
|
||||
<span class="method-title">DateToISODate</span> (line <span class="line-number">388</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -365,7 +379,7 @@
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">DeconstructURL</span> (line <span class="line-number">305</span>)
|
||||
<span class="method-title">DeconstructURL</span> (line <span class="line-number">330</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -427,7 +441,7 @@
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">getStatusMessage</span> (line <span class="line-number">219</span>)
|
||||
<span class="method-title">getStatusMessage</span> (line <span class="line-number">244</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -456,7 +470,7 @@
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">ISODateToHTTPDate</span> (line <span class="line-number">336</span>)
|
||||
<span class="method-title">ISODateToHTTPDate</span> (line <span class="line-number">361</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -482,7 +496,7 @@
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">privileges_to_XML</span> (line <span class="line-number">457</span>)
|
||||
<span class="method-title">privileges_to_XML</span> (line <span class="line-number">500</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -511,7 +525,7 @@
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">privilege_to_bits</span> (line <span class="line-number">359</span>)
|
||||
<span class="method-title">privilege_to_bits</span> (line <span class="line-number">402</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -534,8 +548,10 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:51 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:56 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -36,7 +36,7 @@
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="_dbexec_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Page.png" alt=" " />
|
||||
@ -65,7 +65,7 @@
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="functionremoveComment" id="functionremoveComment"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
@ -93,7 +93,7 @@
|
||||
</div>
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:58 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -1,3 +1,5 @@
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
@ -33,7 +35,11 @@
|
||||
<span class="disabled">Includes</span>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="_SqlToArray_php"><!-- --></a>
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<a name="_SqlToArray_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
@ -56,8 +62,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:54 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:59 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -1,3 +1,5 @@
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
@ -35,7 +37,11 @@
|
||||
| <a href="#sec-functions">Functions</a>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="_HTTPAuthSession_php"><!-- --></a>
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<a name="_HTTPAuthSession_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
@ -145,7 +151,11 @@
|
||||
| <span class="disabled">Functions</span>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="functioncaldav_get_feed" id="functioncaldav_get_feed"><!-- --></a>
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<a name="functioncaldav_get_feed" id="functioncaldav_get_feed"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
@ -203,8 +213,10 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:59 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -116,7 +116,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:59 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -33,7 +33,11 @@
|
||||
<span class="disabled">Includes</span>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="__/always_php"><!-- --></a>
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<a name="__/always_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
@ -115,7 +119,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:59 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
303
docs/api/davical/_htdocs---iSchedule.php.html
Normal file
303
docs/api/davical/_htdocs---iSchedule.php.html
Normal file
@ -0,0 +1,303 @@
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<!-- template designed by Marco Von Ballmoos -->
|
||||
<title>Docs for page iSchedule.php</title>
|
||||
<link rel="stylesheet" href="../media/stylesheet.css" />
|
||||
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="page-body">
|
||||
<h2 class="file-name"><img src="../media/images/Page_logo.png" alt="File" style="vertical-align: middle">/htdocs/iSchedule.php</h2>
|
||||
|
||||
<a name="sec-description"></a>
|
||||
<div class="info-box">
|
||||
<div class="info-box-title">Description</div>
|
||||
<div class="nav-bar">
|
||||
<span class="disabled">Description</span> |
|
||||
<a href="#sec-includes">Includes</a>
|
||||
| <a href="#sec-functions">Functions</a>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<a name="sec-includes"></a>
|
||||
<div class="info-box">
|
||||
<div class="info-box-title">Includes</div>
|
||||
<div class="nav-bar">
|
||||
<a href="#sec-description">Description</a> |
|
||||
<span class="disabled">Includes</span>
|
||||
| <a href="#sec-functions">Functions</a>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<a name="_classEditor_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include</span>
|
||||
(<span class="include-name">"classEditor.php"</span>)
|
||||
(line <span class="line-number">84</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
<a name="_interactive-page_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include</span>
|
||||
(<span class="include-name"><a href="../davical/_inc---interactive-page.php.html">interactive-page.php</a></span>)
|
||||
(line <span class="line-number">7</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
<a name="_DAViCalSession_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include</span>
|
||||
(<span class="include-name"><a href="../davical/DAViCalSession/_inc---DAViCalSession.php.html">DAViCalSession.php</a></span>)
|
||||
(line <span class="line-number">4</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
<a name="_page-header_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include</span>
|
||||
(<span class="include-name"><a href="../davical/_inc---page-header.php.html">page-header.php</a></span>)
|
||||
(line <span class="line-number">124</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
<a name="_classBrowser_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include</span>
|
||||
(<span class="include-name">"classBrowser.php"</span>)
|
||||
(line <span class="line-number">85</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
<a name="_page-footer_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include</span>
|
||||
(<span class="include-name"><a href="../davical/_inc---page-footer.php.html">page-footer.php</a></span>)
|
||||
(line <span class="line-number">146</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Page elements could be an array of viewers, browsers or something else that supports the Render() method... or a non-object which we assume is just a string of text that we echo.</p>
|
||||
|
||||
</div>
|
||||
<a name="__/always_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include</span>
|
||||
(<span class="include-name"><a href="../davical/_htdocs---always.php.html">"./always.php"</a></span>)
|
||||
(line <span class="line-number">3</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
<a name="_AwlQuery_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">require_once</span>
|
||||
(<span class="include-name">"AwlQuery.php"</span>)
|
||||
(line <span class="line-number">8</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
<a name="_iSchedule_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">require_once</span>
|
||||
(<span class="include-name"><a href="../davical/_htdocs---iSchedule.php.html">'iSchedule.php'</a></span>)
|
||||
(line <span class="line-number">9</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<a name="sec-functions"></a>
|
||||
<div class="info-box">
|
||||
<div class="info-box-title">Functions</div>
|
||||
<div class="nav-bar">
|
||||
<a href="#sec-description">Description</a> |
|
||||
<a href="#sec-includes">Includes</a>
|
||||
| <span class="disabled">Functions</span>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<a name="functioncheckiSchedule" id="functioncheckiSchedule"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">checkiSchedule</span> (line <span class="line-number">38</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<div class="method-signature">
|
||||
<span class="method-result">void</span>
|
||||
<span class="method-name">
|
||||
checkiSchedule
|
||||
</span>
|
||||
()
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<a name="functiongenerateKeys" id="functiongenerateKeys"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">generateKeys</span> (line <span class="line-number">72</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<div class="method-signature">
|
||||
<span class="method-result">void</span>
|
||||
<span class="method-name">
|
||||
generateKeys
|
||||
</span>
|
||||
()
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<a name="functionSRVFormat" id="functionSRVFormat"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">SRVFormat</span> (line <span class="line-number">95</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<div class="method-signature">
|
||||
<span class="method-result">void</span>
|
||||
<span class="method-name">
|
||||
SRVFormat
|
||||
</span>
|
||||
(<span class="var-type"></span> <span class="var-name">$domain</span>)
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$domain</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<a name="functionSRVOk" id="functionSRVOk"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">SRVOk</span> (line <span class="line-number">87</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<div class="method-signature">
|
||||
<span class="method-result">void</span>
|
||||
<span class="method-name">
|
||||
SRVOk
|
||||
</span>
|
||||
(<span class="var-type"></span> <span class="var-name">$value</span>, <span class="var-type"></span> <span class="var-name">$name</span>, <span class="var-type"></span> <span class="var-name">$row</span>)
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$value</span> </li>
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$name</span> </li>
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$row</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:59 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -1,3 +1,5 @@
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
@ -33,7 +35,11 @@
|
||||
<span class="disabled">Includes</span>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="__/always_php"><!-- --></a>
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<a name="__/always_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
@ -130,8 +136,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:59 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -1,3 +1,5 @@
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
@ -33,8 +35,12 @@
|
||||
<span class="disabled">Includes</span>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="_/home/karora/projects/awl/inc/XMLDocument_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<a name="_/home/karora/projects/awl/inc/XMLDocument_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Page.png" alt=" " />
|
||||
@ -54,8 +60,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -51,6 +51,17 @@
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding-right: 2em; vertical-align: top; white-space: nowrap">
|
||||
<img src="../media/images/Class.png"
|
||||
alt=" class"
|
||||
title=" class"/>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@ -66,30 +77,15 @@
|
||||
| <a href="#sec-functions">Functions</a>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="__/always_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include</span>
|
||||
(<span class="include-name"><a href="../davical/_htdocs---always.php.html">"./always.php"</a></span>)
|
||||
(line <span class="line-number">144</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
<a name="_page-footer_php"><!-- --></a>
|
||||
<a name="_interactive-page_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include</span>
|
||||
(<span class="include-name"><a href="../davical/_inc---page-footer.php.html">page-footer.php</a></span>)
|
||||
(line <span class="line-number">405</span>)
|
||||
(<span class="include-name"><a href="../davical/_inc---interactive-page.php.html">interactive-page.php</a></span>)
|
||||
(line <span class="line-number">212</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -104,22 +100,22 @@
|
||||
<span class="include-title">
|
||||
<span class="include-type">include</span>
|
||||
(<span class="include-name"><a href="../davical/_inc---page-header.php.html">page-header.php</a></span>)
|
||||
(line <span class="line-number">154</span>)
|
||||
(line <span class="line-number">213</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
<a name="_interactive-page_php"><!-- --></a>
|
||||
<a name="_page-footer_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include</span>
|
||||
(<span class="include-name"><a href="../davical/_inc---interactive-page.php.html">interactive-page.php</a></span>)
|
||||
(line <span class="line-number">153</span>)
|
||||
(<span class="include-name"><a href="../davical/_inc---page-footer.php.html">page-footer.php</a></span>)
|
||||
(line <span class="line-number">479</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -134,7 +130,22 @@
|
||||
<span class="include-title">
|
||||
<span class="include-type">include</span>
|
||||
(<span class="include-name"><a href="../davical/DAViCalSession/_inc---DAViCalSession.php.html">DAViCalSession.php</a></span>)
|
||||
(line <span class="line-number">145</span>)
|
||||
(line <span class="line-number">197</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
<a name="__/always_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include</span>
|
||||
(<span class="include-name"><a href="../davical/_htdocs---always.php.html">"./always.php"</a></span>)
|
||||
(line <span class="line-number">195</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -142,14 +153,14 @@
|
||||
|
||||
</div>
|
||||
<a name="_AwlQuery_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">require_once</span>
|
||||
(<span class="include-name">"AwlQuery.php"</span>)
|
||||
(line <span class="line-number">156</span>)
|
||||
(line <span class="line-number">215</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -172,11 +183,11 @@
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="functionbuild_dependencies_table" id="functionbuild_dependencies_table"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">build_dependencies_table</span> (line <span class="line-number">248</span>)
|
||||
<span class="method-title">build_dependencies_table</span> (line <span class="line-number">312</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -192,11 +203,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functionbuild_site_statistics" id="functionbuild_site_statistics"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">build_site_statistics</span> (line <span class="line-number">220</span>)
|
||||
<span class="method-title">build_site_statistics</span> (line <span class="line-number">284</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -210,13 +221,50 @@
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<a name="functioncatch_setup_errors" id="functioncatch_setup_errors"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">catch_setup_errors</span> (line <span class="line-number">16</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<div class="method-signature">
|
||||
<span class="method-result">void</span>
|
||||
<span class="method-name">
|
||||
catch_setup_errors
|
||||
</span>
|
||||
(<span class="var-type"></span> <span class="var-name">$errno</span>, <span class="var-type"></span> <span class="var-name">$errstr</span>, <span class="var-type"></span> <span class="var-name">$errfile</span>, <span class="var-type"></span> <span class="var-name">$errline</span>, <span class="var-type"></span> <span class="var-name">$errcontext</span>)
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$errno</span> </li>
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$errstr</span> </li>
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$errfile</span> </li>
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$errline</span> </li>
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$errcontext</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<a name="functioncheck_awl_version" id="functioncheck_awl_version"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">check_awl_version</span> (line <span class="line-number">205</span>)
|
||||
<span class="method-title">check_awl_version</span> (line <span class="line-number">269</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -236,7 +284,7 @@
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">check_calendar</span> (line <span class="line-number">88</span>)
|
||||
<span class="method-title">check_calendar</span> (line <span class="line-number">137</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -256,7 +304,7 @@
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">check_curl</span> (line <span class="line-number">110</span>)
|
||||
<span class="method-title">check_curl</span> (line <span class="line-number">159</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -271,12 +319,32 @@
|
||||
|
||||
|
||||
</div>
|
||||
<a name="functioncheck_datetime" id="functioncheck_datetime"><!-- --></a>
|
||||
<a name="functioncheck_database_connection" id="functioncheck_database_connection"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">check_datetime</span> (line <span class="line-number">159</span>)
|
||||
<span class="method-title">check_database_connection</span> (line <span class="line-number">102</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<div class="method-signature">
|
||||
<span class="method-result">void</span>
|
||||
<span class="method-name">
|
||||
check_database_connection
|
||||
</span>
|
||||
()
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<a name="functioncheck_datetime" id="functioncheck_datetime"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">check_datetime</span> (line <span class="line-number">218</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -292,11 +360,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functioncheck_davical_version" id="functioncheck_davical_version"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">check_davical_version</span> (line <span class="line-number">189</span>)
|
||||
<span class="method-title">check_davical_version</span> (line <span class="line-number">248</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -312,11 +380,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functioncheck_gettext" id="functioncheck_gettext"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">check_gettext</span> (line <span class="line-number">60</span>)
|
||||
<span class="method-title">check_gettext</span> (line <span class="line-number">109</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -332,11 +400,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functioncheck_iconv" id="functioncheck_iconv"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">check_iconv</span> (line <span class="line-number">67</span>)
|
||||
<span class="method-title">check_iconv</span> (line <span class="line-number">116</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -352,11 +420,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functioncheck_ldap" id="functioncheck_ldap"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">check_ldap</span> (line <span class="line-number">74</span>)
|
||||
<span class="method-title">check_ldap</span> (line <span class="line-number">123</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -372,11 +440,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functioncheck_magic_quotes_gpc" id="functioncheck_magic_quotes_gpc"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">check_magic_quotes_gpc</span> (line <span class="line-number">102</span>)
|
||||
<span class="method-title">check_magic_quotes_gpc</span> (line <span class="line-number">151</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -392,11 +460,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functioncheck_magic_quotes_runtime" id="functioncheck_magic_quotes_runtime"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">check_magic_quotes_runtime</span> (line <span class="line-number">106</span>)
|
||||
<span class="method-title">check_magic_quotes_runtime</span> (line <span class="line-number">155</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -412,11 +480,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functioncheck_pdo" id="functioncheck_pdo"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">check_pdo</span> (line <span class="line-number">49</span>)
|
||||
<span class="method-title">check_pdo</span> (line <span class="line-number">91</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -432,11 +500,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functioncheck_pdo_pgsql" id="functioncheck_pdo_pgsql"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">check_pdo_pgsql</span> (line <span class="line-number">53</span>)
|
||||
<span class="method-title">check_pdo_pgsql</span> (line <span class="line-number">95</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -452,11 +520,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functioncheck_pgsql" id="functioncheck_pgsql"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">check_pgsql</span> (line <span class="line-number">45</span>)
|
||||
<span class="method-title">check_pgsql</span> (line <span class="line-number">87</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -473,11 +541,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functioncheck_real_php" id="functioncheck_real_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">check_real_php</span> (line <span class="line-number">81</span>)
|
||||
<span class="method-title">check_real_php</span> (line <span class="line-number">130</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -493,11 +561,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functioncheck_schema_version" id="functioncheck_schema_version"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">check_schema_version</span> (line <span class="line-number">167</span>)
|
||||
<span class="method-title">check_schema_version</span> (line <span class="line-number">226</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -513,11 +581,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functioncheck_suhosin_server_strip" id="functioncheck_suhosin_server_strip"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">check_suhosin_server_strip</span> (line <span class="line-number">95</span>)
|
||||
<span class="method-title">check_suhosin_server_strip</span> (line <span class="line-number">144</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -533,11 +601,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functiondo_error" id="functiondo_error"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">do_error</span> (line <span class="line-number">120</span>)
|
||||
<span class="method-title">do_error</span> (line <span class="line-number">169</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -558,11 +626,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functionget_phpinfo" id="functionget_phpinfo"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">get_phpinfo</span> (line <span class="line-number">132</span>)
|
||||
<span class="method-title">get_phpinfo</span> (line <span class="line-number">182</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -578,11 +646,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functioni18n" id="functioni18n"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">i18n</span> (line <span class="line-number">4</span>)
|
||||
<span class="method-title">i18n</span> (line <span class="line-number">5</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -602,12 +670,46 @@
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<a name="functionlog_setup_error" id="functionlog_setup_error"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">log_setup_error</span> (line <span class="line-number">10</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<div class="method-signature">
|
||||
<span class="method-result">void</span>
|
||||
<span class="method-name">
|
||||
log_setup_error
|
||||
</span>
|
||||
(<span class="var-type"></span> <span class="var-name">$errno</span>, <span class="var-type"></span> <span class="var-name">$errstr</span>, <span class="var-type"></span> <span class="var-name">$errfile</span>, <span class="var-type"></span> <span class="var-name">$errline</span>)
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$errno</span> </li>
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$errstr</span> </li>
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$errfile</span> </li>
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$errline</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -28,7 +28,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:57 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:01 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -146,7 +146,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:57 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:01 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -152,7 +152,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:51 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:56 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -85,7 +85,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:57 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:01 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -1,3 +1,5 @@
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
@ -35,8 +37,12 @@
|
||||
| <a href="#sec-functions">Functions</a>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="_HTTPAuthSession_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<a name="_HTTPAuthSession_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Page.png" alt=" " />
|
||||
@ -52,7 +58,7 @@
|
||||
|
||||
</div>
|
||||
<a name="_CalDAVRequest_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Page.png" alt=" " />
|
||||
@ -80,8 +86,12 @@
|
||||
| <span class="disabled">Functions</span>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="functionerrorResponse" id="functionerrorResponse"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<a name="functionerrorResponse" id="functionerrorResponse"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
@ -114,8 +124,10 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:56 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -56,7 +56,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -36,7 +36,7 @@
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="_vCalendar_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Page.png" alt=" " />
|
||||
@ -65,7 +65,7 @@
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="functionapply_filter" id="functionapply_filter"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
@ -100,7 +100,7 @@
|
||||
|
||||
</div>
|
||||
<a name="functionBuildSqlFilter" id="functionBuildSqlFilter"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
@ -132,7 +132,7 @@
|
||||
|
||||
</div>
|
||||
<a name="functioncheck_for_expansion" id="functioncheck_for_expansion"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
@ -157,7 +157,7 @@
|
||||
|
||||
</div>
|
||||
<a name="functionSqlFilterFragment" id="functionSqlFilterFragment"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
@ -195,7 +195,7 @@
|
||||
</div>
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -36,7 +36,7 @@
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="_vcard_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Page.png" alt=" " />
|
||||
@ -65,7 +65,7 @@
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="functionget_address_properties" id="functionget_address_properties"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
@ -90,11 +90,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functionSqlFilterCardDAV" id="functionSqlFilterCardDAV"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">SqlFilterCardDAV</span> (line <span class="line-number">84</span>)
|
||||
<span class="method-title">SqlFilterCardDAV</span> (line <span class="line-number">82</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -128,7 +128,7 @@
|
||||
</div>
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -37,7 +37,7 @@
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="functionexpand_properties" id="functionexpand_properties"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
@ -72,7 +72,7 @@
|
||||
|
||||
</div>
|
||||
<a name="functionget_href_containers" id="functionget_href_containers"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
@ -101,7 +101,7 @@
|
||||
</div>
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -34,7 +34,7 @@
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="_freebusy-functions_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Page.png" alt=" " />
|
||||
@ -56,7 +56,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -28,7 +28,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -28,7 +28,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -1,3 +1,5 @@
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
@ -36,8 +38,12 @@
|
||||
<span class="disabled">Functions</span>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="functioncheck_string" id="functioncheck_string"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<a name="functioncheck_string" id="functioncheck_string"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
@ -62,7 +68,7 @@
|
||||
|
||||
</div>
|
||||
<a name="functionunicodeToUtf8" id="functionunicodeToUtf8"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
@ -89,7 +95,7 @@
|
||||
|
||||
</div>
|
||||
<a name="functionutf8ToUnicode" id="functionutf8ToUnicode"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
@ -118,8 +124,10 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:58 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -1,3 +1,5 @@
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
@ -33,7 +35,11 @@
|
||||
<span class="disabled">Includes</span>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="_page-header_php"><!-- --></a>
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<a name="_page-header_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
@ -69,8 +75,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:54 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:58 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -118,7 +118,7 @@
|
||||
</div>
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:59 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:59 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -28,7 +28,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -28,7 +28,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -37,7 +37,7 @@
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="functionmake_help_link" id="functionmake_help_link"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
@ -62,7 +62,7 @@
|
||||
|
||||
</div>
|
||||
<a name="functionsend_page_header" id="functionsend_page_header"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
@ -85,7 +85,7 @@
|
||||
</div>
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -1,3 +1,5 @@
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
@ -28,7 +30,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -115,7 +115,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:57 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:01 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -100,7 +100,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:57 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:01 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -36,14 +36,14 @@
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="_caldav-PUT-functions_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include_once</span>
|
||||
(<span class="include-name"><a href="../davical/caldav/_inc---caldav-PUT-functions.php.html">caldav-PUT-functions.php</a></span>)
|
||||
(line <span class="line-number">111</span>)
|
||||
(line <span class="line-number">116</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -51,14 +51,14 @@
|
||||
|
||||
</div>
|
||||
<a name="_check_UTF8_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include_once</span>
|
||||
(<span class="include-name"><a href="../davical/_inc---check_UTF8.php.html">check_UTF8.php</a></span>)
|
||||
(line <span class="line-number">104</span>)
|
||||
(line <span class="line-number">108</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -82,11 +82,11 @@
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="functionedit_grant_row" id="functionedit_grant_row"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">edit_grant_row</span> (line <span class="line-number">404</span>)
|
||||
<span class="method-title">edit_grant_row</span> (line <span class="line-number">408</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -107,11 +107,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functionprivilege_format_function" id="functionprivilege_format_function"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">privilege_format_function</span> (line <span class="line-number">188</span>)
|
||||
<span class="method-title">privilege_format_function</span> (line <span class="line-number">193</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -146,7 +146,7 @@
|
||||
</div>
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:58 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -28,7 +28,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:59 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -28,7 +28,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -37,11 +37,11 @@
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="functionaccess_ticket_browser" id="functionaccess_ticket_browser"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">access_ticket_browser</span> (line <span class="line-number">772</span>)
|
||||
<span class="method-title">access_ticket_browser</span> (line <span class="line-number">781</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -57,11 +57,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functionbindings_to_other_browser" id="functionbindings_to_other_browser"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">bindings_to_other_browser</span> (line <span class="line-number">862</span>)
|
||||
<span class="method-title">bindings_to_other_browser</span> (line <span class="line-number">871</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -77,11 +77,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functionbindings_to_us_browser" id="functionbindings_to_us_browser"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">bindings_to_us_browser</span> (line <span class="line-number">898</span>)
|
||||
<span class="method-title">bindings_to_us_browser</span> (line <span class="line-number">907</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -97,11 +97,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functionbuild_privileges_html" id="functionbuild_privileges_html"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">build_privileges_html</span> (line <span class="line-number">372</span>)
|
||||
<span class="method-title">build_privileges_html</span> (line <span class="line-number">378</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -125,11 +125,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functionconfirm_delete_binding" id="functionconfirm_delete_binding"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">confirm_delete_binding</span> (line <span class="line-number">922</span>)
|
||||
<span class="method-title">confirm_delete_binding</span> (line <span class="line-number">931</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -150,11 +150,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functionconfirm_delete_bind_in" id="functionconfirm_delete_bind_in"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">confirm_delete_bind_in</span> (line <span class="line-number">886</span>)
|
||||
<span class="method-title">confirm_delete_bind_in</span> (line <span class="line-number">895</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -175,11 +175,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functionconfirm_delete_collection" id="functionconfirm_delete_collection"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">confirm_delete_collection</span> (line <span class="line-number">851</span>)
|
||||
<span class="method-title">confirm_delete_collection</span> (line <span class="line-number">860</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -200,11 +200,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functionconfirm_delete_principal" id="functionconfirm_delete_principal"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">confirm_delete_principal</span> (line <span class="line-number">436</span>)
|
||||
<span class="method-title">confirm_delete_principal</span> (line <span class="line-number">442</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -228,11 +228,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functionconfirm_delete_ticket" id="functionconfirm_delete_ticket"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">confirm_delete_ticket</span> (line <span class="line-number">806</span>)
|
||||
<span class="method-title">confirm_delete_ticket</span> (line <span class="line-number">815</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -253,11 +253,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functionedit_group_row" id="functionedit_group_row"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">edit_group_row</span> (line <span class="line-number">509</span>)
|
||||
<span class="method-title">edit_group_row</span> (line <span class="line-number">515</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -278,11 +278,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functionedit_ticket_row" id="functionedit_ticket_row"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">edit_ticket_row</span> (line <span class="line-number">741</span>)
|
||||
<span class="method-title">edit_ticket_row</span> (line <span class="line-number">750</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -303,11 +303,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functiongrant_row_editor" id="functiongrant_row_editor"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">grant_row_editor</span> (line <span class="line-number">571</span>)
|
||||
<span class="method-title">grant_row_editor</span> (line <span class="line-number">577</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -323,11 +323,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functiongroup_memberships_browser" id="functiongroup_memberships_browser"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">group_memberships_browser</span> (line <span class="line-number">448</span>)
|
||||
<span class="method-title">group_memberships_browser</span> (line <span class="line-number">454</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -343,11 +343,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functiongroup_members_browser" id="functiongroup_members_browser"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">group_members_browser</span> (line <span class="line-number">530</span>)
|
||||
<span class="method-title">group_members_browser</span> (line <span class="line-number">536</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -363,11 +363,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functiongroup_row_editor" id="functiongroup_row_editor"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">group_row_editor</span> (line <span class="line-number">475</span>)
|
||||
<span class="method-title">group_row_editor</span> (line <span class="line-number">481</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -383,11 +383,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functionhandle_subaction" id="functionhandle_subaction"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">handle_subaction</span> (line <span class="line-number">38</span>)
|
||||
<span class="method-title">handle_subaction</span> (line <span class="line-number">44</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -408,11 +408,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functionprincipal_collection_browser" id="functionprincipal_collection_browser"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">principal_collection_browser</span> (line <span class="line-number">818</span>)
|
||||
<span class="method-title">principal_collection_browser</span> (line <span class="line-number">827</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -428,11 +428,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functionprincipal_editor" id="functionprincipal_editor"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">principal_editor</span> (line <span class="line-number">156</span>)
|
||||
<span class="method-title">principal_editor</span> (line <span class="line-number">162</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -448,11 +448,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functionprincipal_grants_browser" id="functionprincipal_grants_browser"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">principal_grants_browser</span> (line <span class="line-number">641</span>)
|
||||
<span class="method-title">principal_grants_browser</span> (line <span class="line-number">650</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -468,11 +468,11 @@
|
||||
|
||||
</div>
|
||||
<a name="functionticket_row_editor" id="functionticket_row_editor"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">ticket_row_editor</span> (line <span class="line-number">689</span>)
|
||||
<span class="method-title">ticket_row_editor</span> (line <span class="line-number">698</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -491,7 +491,7 @@
|
||||
</div>
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -101,7 +101,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:57 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:01 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
107
docs/api/davical/_inc---vtimezone.php.html
Normal file
107
docs/api/davical/_inc---vtimezone.php.html
Normal file
@ -0,0 +1,107 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<!-- template designed by Marco Von Ballmoos -->
|
||||
<title>Docs for page vtimezone.php</title>
|
||||
<link rel="stylesheet" href="../media/stylesheet.css" />
|
||||
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="page-body">
|
||||
<h2 class="file-name"><img src="../media/images/Page_logo.png" alt="File" style="vertical-align: middle">/inc/vtimezone.php</h2>
|
||||
|
||||
<a name="sec-description"></a>
|
||||
<div class="info-box">
|
||||
<div class="info-box-title">Description</div>
|
||||
<div class="nav-bar">
|
||||
<span class="disabled">Description</span> |
|
||||
<a href="#sec-classes">Classes</a>
|
||||
| <a href="#sec-includes">Includes</a>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<a name="sec-classes"></a>
|
||||
<div class="info-box">
|
||||
<div class="info-box-title">Classes</div>
|
||||
<div class="nav-bar">
|
||||
<a href="#sec-description">Description</a> |
|
||||
<span class="disabled">Classes</span>
|
||||
| <a href="#sec-includes">Includes</a>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<table cellpadding="2" cellspacing="0" class="class-table">
|
||||
<tr>
|
||||
<th class="class-table-header">Class</th>
|
||||
<th class="class-table-header">Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding-right: 2em; vertical-align: top; white-space: nowrap">
|
||||
<img src="../media/images/Class.png"
|
||||
alt=" class"
|
||||
title=" class"/>
|
||||
<a href="../davical/VTimezone.html">VTimezone</a>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<a name="sec-includes"></a>
|
||||
<div class="info-box">
|
||||
<div class="info-box-title">Includes</div>
|
||||
<div class="nav-bar">
|
||||
<a href="#sec-description">Description</a> |
|
||||
<a href="#sec-classes">Classes</a>
|
||||
| <span class="disabled">Includes</span>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="_AwlQuery_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">require_once</span>
|
||||
(<span class="include-name">'AwlQuery.php'</span>)
|
||||
(line <span class="line-number">6</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">Extend the vComponent to specifically handle VTIMEZONE resources</p>
|
||||
|
||||
</div>
|
||||
<a name="_vComponent_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">require_once</span>
|
||||
(<span class="include-name">'vComponent.php'</span>)
|
||||
(line <span class="line-number">7</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:01 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -35,15 +35,15 @@
|
||||
| <a href="#sec-functions">Functions</a>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="_iSchedule_php"><!-- --></a>
|
||||
<a name="_iSchedule-POST_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include</span>
|
||||
(<span class="include-name"><a href="../davical/iSchedule/_inc---iSchedule.php.html">'iSchedule.php'</a></span>)
|
||||
(line <span class="line-number">44</span>)
|
||||
(<span class="include-name"><a href="../davical/iSchedule-POST/_inc---iSchedule-POST.php.html">'iSchedule-POST.php'</a></span>)
|
||||
(line <span class="line-number">42</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -99,7 +99,7 @@
|
||||
|
||||
<div>
|
||||
<img src="../media/images/Function.png" />
|
||||
<span class="method-title">ischedule_get</span> (line <span class="line-number">58</span>)
|
||||
<span class="method-title">ischedule_get</span> (line <span class="line-number">56</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -118,7 +118,7 @@
|
||||
</div>
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:57 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:01 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -83,7 +83,7 @@
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Function.png" />
|
||||
<span class="method-title">AuthExternalAWL</span> (line <span class="line-number">277</span>)
|
||||
<span class="method-title">AuthExternalAWL</span> (line <span class="line-number">273</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -141,7 +141,7 @@
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Function.png" />
|
||||
<span class="method-title">CreateDefaultRelationships</span> (line <span class="line-number">156</span>)
|
||||
<span class="method-title">CreateDefaultRelationships</span> (line <span class="line-number">146</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -167,7 +167,7 @@
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Function.png" />
|
||||
<span class="method-title">CreateHomeCalendar</span> (line <span class="line-number">147</span>)
|
||||
<span class="method-title">CreateHomeCalendar</span> (line <span class="line-number">137</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -203,13 +203,16 @@
|
||||
<span class="method-name">
|
||||
CreateHomeCollections
|
||||
</span>
|
||||
(<span class="var-type">string</span> <span class="var-name">$username</span>)
|
||||
(<span class="var-type">string</span> <span class="var-name">$username</span>, [<span class="var-type"></span> <span class="var-name">$defult_timezone</span> = <span class="var-default">null</span>])
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type">string</span>
|
||||
<span class="var-name">$username</span><span class="var-description">: The username of the user we are creating relationships for.</span> </li>
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$defult_timezone</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -326,12 +329,40 @@
|
||||
|
||||
|
||||
</div>
|
||||
<a name="functionUpdateUserFromExternal" id="functionUpdateUserFromExternal"><!-- --></a>
|
||||
<a name="functionUpdateCollectionTimezones" id="functionUpdateCollectionTimezones"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Function.png" />
|
||||
<span class="method-title">UpdateUserFromExternal</span> (line <span class="line-number">192</span>)
|
||||
<span class="method-title">UpdateCollectionTimezones</span> (line <span class="line-number">178</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<div class="method-signature">
|
||||
<span class="method-result">void</span>
|
||||
<span class="method-name">
|
||||
UpdateCollectionTimezones
|
||||
</span>
|
||||
(<span class="var-type"></span> <span class="var-name">$username</span>, [<span class="var-type"></span> <span class="var-name">$new_timezone</span> = <span class="var-default">null</span>])
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$username</span> </li>
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$new_timezone</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<a name="functionUpdateUserFromExternal" id="functionUpdateUserFromExternal"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Function.png" />
|
||||
<span class="method-title">UpdateUserFromExternal</span> (line <span class="line-number">188</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
@ -359,7 +390,7 @@
|
||||
</div>
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:56 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -42,14 +42,14 @@
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="_caldav-PROPFIND_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include</span>
|
||||
(<span class="include-name"><a href="../../davical/propfind/_inc---caldav-PROPFIND.php.html">caldav-PROPFIND.php</a></span>)
|
||||
(line <span class="line-number">112</span>)
|
||||
(line <span class="line-number">108</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
</div>
|
||||
<a name="_caldav-MOVE_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
@ -72,7 +72,7 @@
|
||||
|
||||
</div>
|
||||
<a name="_caldav-PUT-vcard_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
@ -86,15 +86,15 @@
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
<a name="_caldav-POST_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<a name="_caldav-GET_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include</span>
|
||||
(<span class="include-name"><a href="../../davical/caldav/_inc---caldav-POST.php.html">caldav-POST.php</a></span>)
|
||||
(line <span class="line-number">114</span>)
|
||||
(<span class="include-name"><a href="../../davical/caldav/_inc---caldav-GET.php.html">caldav-GET.php</a></span>)
|
||||
(line <span class="line-number">110</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -102,7 +102,7 @@
|
||||
|
||||
</div>
|
||||
<a name="_caldav-PUT-vcalendar_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
@ -116,15 +116,15 @@
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
<a name="_caldav-PROPPATCH_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<a name="_caldav-POST_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include</span>
|
||||
(<span class="include-name"><a href="../../davical/caldav/_inc---caldav-PROPPATCH.php.html">caldav-PROPPATCH.php</a></span>)
|
||||
(line <span class="line-number">116</span>)
|
||||
(<span class="include-name"><a href="../../davical/caldav/_inc---caldav-POST.php.html">caldav-POST.php</a></span>)
|
||||
(line <span class="line-number">114</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -132,7 +132,7 @@
|
||||
|
||||
</div>
|
||||
<a name="_caldav-PUT-default_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
@ -145,6 +145,21 @@
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
<a name="_caldav-PROPPATCH_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include</span>
|
||||
(<span class="include-name"><a href="../../davical/caldav/_inc---caldav-PROPPATCH.php.html">caldav-PROPPATCH.php</a></span>)
|
||||
(line <span class="line-number">111</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
<a name="_caldav-GET_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
@ -154,22 +169,7 @@
|
||||
<span class="include-title">
|
||||
<span class="include-type">include</span>
|
||||
(<span class="include-name"><a href="../../davical/caldav/_inc---caldav-GET.php.html">caldav-GET.php</a></span>)
|
||||
(line <span class="line-number">115</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
<a name="_caldav-GET_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include</span>
|
||||
(<span class="include-name"><a href="../../davical/caldav/_inc---caldav-GET.php.html">caldav-GET.php</a></span>)
|
||||
(line <span class="line-number">113</span>)
|
||||
(line <span class="line-number">109</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -177,7 +177,7 @@
|
||||
|
||||
</div>
|
||||
<a name="_caldav-MKCOL_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
@ -192,7 +192,7 @@
|
||||
|
||||
</div>
|
||||
<a name="_caldav-MKCOL_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
@ -207,7 +207,7 @@
|
||||
|
||||
</div>
|
||||
<a name="_caldav-MKTICKET_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
@ -222,7 +222,7 @@
|
||||
|
||||
</div>
|
||||
<a name="_caldav-ACL_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
@ -237,7 +237,7 @@
|
||||
|
||||
</div>
|
||||
<a name="_caldav-LOCK_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
@ -252,7 +252,7 @@
|
||||
|
||||
</div>
|
||||
<a name="_caldav-LOCK_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
@ -267,7 +267,7 @@
|
||||
|
||||
</div>
|
||||
<a name="_caldav-DELTICKET_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
@ -282,7 +282,7 @@
|
||||
|
||||
</div>
|
||||
<a name="_caldav-BIND_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
@ -297,7 +297,7 @@
|
||||
|
||||
</div>
|
||||
<a name="_test-RRULE-v2_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
@ -312,7 +312,7 @@
|
||||
|
||||
</div>
|
||||
<a name="_caldav-DELETE_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
@ -327,14 +327,14 @@
|
||||
|
||||
</div>
|
||||
<a name="_caldav-OPTIONS_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include_once</span>
|
||||
(<span class="include-name"><a href="../../davical/caldav/_inc---caldav-OPTIONS.php.html">caldav-OPTIONS.php</a></span>)
|
||||
(line <span class="line-number">110</span>)
|
||||
(line <span class="line-number">106</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -345,14 +345,14 @@
|
||||
|
||||
</div>
|
||||
<a name="_caldav-REPORT_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include_once</span>
|
||||
(<span class="include-name"><a href="../../davical/caldav/_inc---caldav-REPORT.php.html">caldav-REPORT.php</a></span>)
|
||||
(line <span class="line-number">111</span>)
|
||||
(line <span class="line-number">107</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -360,7 +360,7 @@
|
||||
|
||||
</div>
|
||||
<a name="_well-known_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
@ -375,7 +375,7 @@
|
||||
|
||||
</div>
|
||||
<a name="_autodiscover-handler_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
@ -390,7 +390,7 @@
|
||||
|
||||
</div>
|
||||
<a name="__/always_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
@ -411,14 +411,14 @@
|
||||
|
||||
</div>
|
||||
<a name="_CalDAVRequest_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">require_once</span>
|
||||
(<span class="include-name"><a href="../../davical/Request/_inc---CalDAVRequest.php.html">CalDAVRequest.php</a></span>)
|
||||
(line <span class="line-number">92</span>)
|
||||
(line <span class="line-number">86</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -426,7 +426,7 @@
|
||||
|
||||
</div>
|
||||
<a name="_HTTPAuthSession_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
@ -455,7 +455,7 @@
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="functionlogRequestHeaders" id="functionlogRequestHeaders"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Function.png" />
|
||||
@ -475,7 +475,7 @@
|
||||
|
||||
</div>
|
||||
<a name="functionsend_dav_header" id="functionsend_dav_header"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Function.png" />
|
||||
@ -498,7 +498,7 @@
|
||||
</div>
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -40,14 +40,14 @@
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="_caldav-GET_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include_once</span>
|
||||
(<span class="include-name"><a href="../../davical/caldav/_inc---caldav-GET.php.html">caldav-GET.php</a></span>)
|
||||
(line <span class="line-number">37</span>)
|
||||
(line <span class="line-number">41</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -55,73 +55,13 @@
|
||||
|
||||
</div>
|
||||
<a name="_caldav-OPTIONS_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include_once</span>
|
||||
(<span class="include-name"><a href="../../davical/caldav/_inc---caldav-OPTIONS.php.html">caldav-OPTIONS.php</a></span>)
|
||||
(line <span class="line-number">34</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
<a name="_caldav-PROPFIND_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include_once</span>
|
||||
(<span class="include-name"><a href="../../davical/propfind/_inc---caldav-PROPFIND.php.html">caldav-PROPFIND.php</a></span>)
|
||||
(line <span class="line-number">36</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
<a name="_caldav-REPORT_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include_once</span>
|
||||
(<span class="include-name"><a href="../../davical/caldav/_inc---caldav-REPORT.php.html">caldav-REPORT.php</a></span>)
|
||||
(line <span class="line-number">35</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
<a name="_test-RRULE_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include_once</span>
|
||||
(<span class="include-name"><a href="../../davical/_inc---test-RRULE.php.html">test-RRULE.php</a></span>)
|
||||
(line <span class="line-number">50</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
<a name="_caldav-GET_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include_once</span>
|
||||
(<span class="include-name"><a href="../../davical/caldav/_inc---caldav-GET.php.html">caldav-GET.php</a></span>)
|
||||
(line <span class="line-number">38</span>)
|
||||
</span>
|
||||
</div>
|
||||
@ -129,9 +69,69 @@
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
<a name="_PublicSession_php"><!-- --></a>
|
||||
<a name="_caldav-PROPFIND_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include_once</span>
|
||||
(<span class="include-name"><a href="../../davical/propfind/_inc---caldav-PROPFIND.php.html">caldav-PROPFIND.php</a></span>)
|
||||
(line <span class="line-number">40</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
<a name="_caldav-REPORT_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include_once</span>
|
||||
(<span class="include-name"><a href="../../davical/caldav/_inc---caldav-REPORT.php.html">caldav-REPORT.php</a></span>)
|
||||
(line <span class="line-number">39</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
<a name="_test-RRULE_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include_once</span>
|
||||
(<span class="include-name"><a href="../../davical/_inc---test-RRULE.php.html">test-RRULE.php</a></span>)
|
||||
(line <span class="line-number">54</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
<a name="_caldav-GET_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">include_once</span>
|
||||
(<span class="include-name"><a href="../../davical/caldav/_inc---caldav-GET.php.html">caldav-GET.php</a></span>)
|
||||
(line <span class="line-number">42</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
<a name="_PublicSession_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
@ -145,7 +145,7 @@
|
||||
|
||||
</div>
|
||||
<a name="__/always_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
@ -166,7 +166,7 @@
|
||||
|
||||
</div>
|
||||
<a name="_CalDAVRequest_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
@ -188,7 +188,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -42,7 +42,7 @@
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="_DAVResource_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
@ -71,7 +71,7 @@
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="functionprocess_ace" id="functionprocess_ace"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Function.png" />
|
||||
@ -109,7 +109,7 @@
|
||||
</div>
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:56 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -1,3 +1,5 @@
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
@ -39,8 +41,12 @@
|
||||
<span class="disabled">Includes</span>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="_AwlQuery_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<a name="_AwlQuery_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
@ -55,7 +61,7 @@
|
||||
|
||||
</div>
|
||||
<a name="_DAVResource_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
@ -70,7 +76,7 @@
|
||||
|
||||
</div>
|
||||
<a name="_XMLDocument_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
@ -85,7 +91,7 @@
|
||||
|
||||
</div>
|
||||
<a name="_external-fetch_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
@ -105,8 +111,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:56 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -41,8 +41,12 @@
|
||||
| <a href="#sec-functions">Functions</a>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="_DAVResource_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<a name="_DAVResource_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
@ -63,7 +67,7 @@
|
||||
|
||||
</div>
|
||||
<a name="_schedule-functions_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
@ -91,8 +95,12 @@
|
||||
| <span class="disabled">Functions</span>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="functiondelete_collection" id="functiondelete_collection"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<a name="functiondelete_collection" id="functiondelete_collection"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Function.png" />
|
||||
@ -120,7 +128,7 @@
|
||||
</div>
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -41,7 +41,7 @@
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="_DAVResource_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
@ -62,7 +62,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
155
docs/api/davical/caldav/_inc---caldav-GET-functions.php.html
Normal file
155
docs/api/davical/caldav/_inc---caldav-GET-functions.php.html
Normal file
@ -0,0 +1,155 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<!-- template designed by Marco Von Ballmoos -->
|
||||
<title>Docs for page caldav-GET-functions.php</title>
|
||||
<link rel="stylesheet" href="../../media/stylesheet.css" />
|
||||
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="page-body">
|
||||
<h2 class="file-name"><img src="../../media/images/Page_logo.png" alt="File" style="vertical-align: middle">/inc/caldav-GET-functions.php</h2>
|
||||
|
||||
<a name="sec-description"></a>
|
||||
<div class="info-box">
|
||||
<div class="info-box-title">Description</div>
|
||||
<div class="nav-bar">
|
||||
<span class="disabled">Description</span> |
|
||||
<a href="#sec-includes">Includes</a>
|
||||
| <a href="#sec-functions">Functions</a>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">CalDAV Server - functions used by GET method handler</p>
|
||||
<ul class="tags">
|
||||
<li><span class="field">author:</span> Andrew McMillan <<a href="mailto:andrew@mcmillan.net.nz">andrew@mcmillan.net.nz</a>></li>
|
||||
<li><span class="field">copyright:</span> Catalyst .Net Ltd, Morphoss Ltd <http://www.morphoss.com/></li>
|
||||
<li><span class="field">license:</span> <a href="http://gnu.org/copyleft/gpl.html">GNU GPL v2 or later</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<a name="sec-includes"></a>
|
||||
<div class="info-box">
|
||||
<div class="info-box-title">Includes</div>
|
||||
<div class="nav-bar">
|
||||
<a href="#sec-description">Description</a> |
|
||||
<span class="disabled">Includes</span>
|
||||
| <a href="#sec-functions">Functions</a>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="_iCalendar_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">require_once</span>
|
||||
(<span class="include-name">"iCalendar.php"</span>)
|
||||
(line <span class="line-number">12</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">CalDAV Server - functions used by GET method handler</p>
|
||||
<ul class="tags">
|
||||
<li><span class="field">author:</span> Andrew McMillan <<a href="mailto:andrew@mcmillan.net.nz">andrew@mcmillan.net.nz</a>></li>
|
||||
<li><span class="field">copyright:</span> Catalyst .Net Ltd, Morphoss Ltd <http://www.morphoss.com/></li>
|
||||
<li><span class="field">license:</span> <a href="http://gnu.org/copyleft/gpl.html">GNU GPL v2 or later</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<a name="_DAVResource_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">require_once</span>
|
||||
(<span class="include-name"><a href="../../davical/Resource/_inc---DAVResource.php.html">"DAVResource.php"</a></span>)
|
||||
(line <span class="line-number">13</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<a name="sec-functions"></a>
|
||||
<div class="info-box">
|
||||
<div class="info-box-title">Functions</div>
|
||||
<div class="nav-bar">
|
||||
<a href="#sec-description">Description</a> |
|
||||
<a href="#sec-includes">Includes</a>
|
||||
| <span class="disabled">Functions</span>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
|
||||
Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
|
||||
|
||||
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
|
||||
<a name="functionexport_iCalendar" id="functionexport_iCalendar"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Function.png" />
|
||||
<span class="method-title">export_iCalendar</span> (line <span class="line-number">33</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<div class="method-signature">
|
||||
<span class="method-result">void</span>
|
||||
<span class="method-name">
|
||||
export_iCalendar
|
||||
</span>
|
||||
(<span class="var-type"><a href="../../davical/Resource/DAVResource.html">DAVResource</a></span> <span class="var-name">$dav_resource</span>)
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type"><a href="../../davical/Resource/DAVResource.html">DAVResource</a></span>
|
||||
<span class="var-name">$dav_resource</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<a name="functionobfuscated_event" id="functionobfuscated_event"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Function.png" />
|
||||
<span class="method-title">obfuscated_event</span> (line <span class="line-number">15</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<div class="method-signature">
|
||||
<span class="method-result">void</span>
|
||||
<span class="method-name">
|
||||
obfuscated_event
|
||||
</span>
|
||||
(<span class="var-type"></span> <span class="var-name">$icalendar</span>)
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$icalendar</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -17,8 +17,7 @@
|
||||
<div class="nav-bar">
|
||||
<span class="disabled">Description</span> |
|
||||
<a href="#sec-includes">Includes</a>
|
||||
| <a href="#sec-functions">Functions</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<p class="short-description">CalDAV Server - handle GET method</p>
|
||||
@ -38,17 +37,16 @@
|
||||
<div class="nav-bar">
|
||||
<a href="#sec-description">Description</a> |
|
||||
<span class="disabled">Includes</span>
|
||||
| <a href="#sec-functions">Functions</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="_iCalendar_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
<a name="_caldav-GET-functions_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">require_once</span>
|
||||
(<span class="include-name">"iCalendar.php"</span>)
|
||||
<span class="include-type">require</span>
|
||||
(<span class="include-name"><a href="../../davical/caldav/_inc---caldav-GET-functions.php.html">"caldav-GET-functions.php"</a></span>)
|
||||
(line <span class="line-number">13</span>)
|
||||
</span>
|
||||
</div>
|
||||
@ -56,15 +54,15 @@
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
|
||||
</div>
|
||||
<a name="_DAVResource_php"><!-- --></a>
|
||||
<div class="oddrow">
|
||||
<a name="_external-fetch_php"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Page.png" alt=" " />
|
||||
<span class="include-title">
|
||||
<span class="include-type">require_once</span>
|
||||
(<span class="include-name"><a href="../../davical/Resource/_inc---DAVResource.php.html">"DAVResource.php"</a></span>)
|
||||
(line <span class="line-number">14</span>)
|
||||
(<span class="include-name"><a href="../../davical/external-bind/_inc---external-fetch.php.html">"external-fetch.php"</a></span>)
|
||||
(line <span class="line-number">18</span>)
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -76,45 +74,9 @@
|
||||
|
||||
|
||||
|
||||
<a name="sec-functions"></a>
|
||||
<div class="info-box">
|
||||
<div class="info-box-title">Functions</div>
|
||||
<div class="nav-bar">
|
||||
<a href="#sec-description">Description</a> |
|
||||
<a href="#sec-includes">Includes</a>
|
||||
| <span class="disabled">Functions</span>
|
||||
</div>
|
||||
<div class="info-box-body">
|
||||
<a name="functionobfuscated_event" id="functionobfuscated_event"><!-- --></a>
|
||||
<div class="evenrow">
|
||||
|
||||
<div>
|
||||
<img src="../../media/images/Function.png" />
|
||||
<span class="method-title">obfuscated_event</span> (line <span class="line-number">26</span>)
|
||||
</div>
|
||||
|
||||
<!-- ========== Info from phpDoc block ========= -->
|
||||
<div class="method-signature">
|
||||
<span class="method-result">void</span>
|
||||
<span class="method-name">
|
||||
obfuscated_event
|
||||
</span>
|
||||
(<span class="var-type"></span> <span class="var-name">$icalendar</span>)
|
||||
</div>
|
||||
|
||||
<ul class="parameters">
|
||||
<li>
|
||||
<span class="var-type"></span>
|
||||
<span class="var-name">$icalendar</span> </li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -97,7 +97,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -84,7 +84,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -101,7 +101,7 @@
|
||||
</div>
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
@ -67,7 +67,7 @@
|
||||
|
||||
|
||||
<p class="notes" id="credit">
|
||||
Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user