Release 0.9.5.90 (0.9.6 rc1)

This commit is contained in:
Andrew McMillan 2008-10-28 21:05:18 +13:00
parent df345dce92
commit 7ff7ac1630
68 changed files with 1537 additions and 659 deletions

View File

@ -1 +1 @@
0.9.5.3
0.9.5.90

15
debian/changelog vendored
View File

@ -1,3 +1,18 @@
davical (0.9.5.90) unstable; urgency=low
* Updated french debconf templates (closes: #501266)
* Add support for Apple getctag extensions.
* Add configuration to allow disabling PUT of collection.
* Extension of caldav-client.php inspired by Daniel Serrabou.
* Bugfix for importing of events with multiple VEVENT modifiers.
* Support for POST freebusy request.
* Convert RRule functions to newer PostgreSQL function syntax.
* Add support for proposed calendar-user-principal property.
* Bugfixes and coverage improvements in recurrence rule calculations.
* Cleaned up lots of uninitialised variable warnings.
-- Andrew McMillan <debian@mcmillan.net.nz> Tue, 28 Oct 2008 20:43:21 +1300
davical (0.9.5.3) unstable; urgency=low
* Fix translation inefficiencies (closes: #495307)

View File

@ -950,7 +950,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:37 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:11 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -27,7 +27,7 @@
<p class="short-description">A Class for handling Events on a calendar which repeat</p>
<p class="description"><p>Here's the spec, from RFC2445:</p><p>At this point we are going to restrict ourselves to parts of the RRULE specification seen in the wild. And by &quot;in the wild&quot; I don't include within people's timezone definitions. We always convert time zones to canonical names and assume the lower level libraries can do a better job with them than we can.</p><p>We will concentrate on: FREQ=(YEARLY|MONTHLY|WEEKLY|DAILY) UNTIL= COUNT= INTERVAL= BYDAY= BYMONTHDAY= BYSETPOS= WKST= BYYEARDAY= BYWEEKNO= BYMONTH=</p></p>
<p class="notes">
Located in <a class="field" href="_inc---RRule.php.html">/inc/RRule.php</a> (line <span class="field">675</span>)
Located in <a class="field" href="_inc---RRule.php.html">/inc/RRule.php</a> (line <span class="field">681</span>)
</p>
@ -86,7 +86,7 @@
<div class="method-header">
<img src="../../media/images/Constructor.png" />
<span class="method-title">Constructor RRule</span> (line <span class="line-number">707</span>)
<span class="method-title">Constructor RRule</span> (line <span class="line-number">713</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -116,7 +116,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">GetNext</span> (line <span class="line-number">818</span>)
<span class="method-title">GetNext</span> (line <span class="line-number">819</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -139,7 +139,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">WithinScope</span> (line <span class="line-number">758</span>)
<span class="method-title">WithinScope</span> (line <span class="line-number">759</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -170,7 +170,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:41 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:16 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -74,7 +74,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:41 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:15 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -136,7 +136,7 @@
</div>
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:37 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:11 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -105,7 +105,7 @@
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-result">array</span>
<a href="#GetWeekByDay" title="details" class="method-name">GetWeekByDay</a>
(<span class="var-type">string</span>&nbsp;<span class="var-name">$byday</span>)
(<span class="var-type">string</span>&nbsp;<span class="var-name">$byday</span>, [<span class="var-type">string</span>&nbsp;<span class="var-name">$increasing</span> = <span class="var-default">false</span>])
</div>
<div class="method-definition">
<img src="../../media/images/Method.png" alt=" "/>
@ -159,7 +159,7 @@
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-result">void</span>
<a href="#SetWeekStart" title="details" class="method-name">SetWeekStart</a>
()
(<span class="var-type">string</span>&nbsp;<span class="var-name">$weekstart</span>)
</div>
<div class="method-definition">
<img src="../../media/images/Method.png" alt=" "/>
@ -244,7 +244,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">AddDays</span> (line <span class="line-number">254</span>)
<span class="method-title">AddDays</span> (line <span class="line-number">256</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -271,7 +271,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">AddDuration</span> (line <span class="line-number">282</span>)
<span class="method-title">AddDuration</span> (line <span class="line-number">284</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -298,7 +298,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">AddMonths</span> (line <span class="line-number">226</span>)
<span class="method-title">AddMonths</span> (line <span class="line-number">228</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -325,7 +325,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">ApplyBySetPos</span> (line <span class="line-number">547</span>)
<span class="method-title">ApplyBySetPos</span> (line <span class="line-number">553</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -358,7 +358,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">DateDifference</span> (line <span class="line-number">318</span>)
<span class="method-title">DateDifference</span> (line <span class="line-number">321</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -388,7 +388,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">DaysInMonth</span> (line <span class="line-number">177</span>)
<span class="method-title">DaysInMonth</span> (line <span class="line-number">179</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -418,7 +418,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">GetMonthByDay</span> (line <span class="line-number">401</span>)
<span class="method-title">GetMonthByDay</span> (line <span class="line-number">404</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -448,7 +448,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">GetMonthByMonthDay</span> (line <span class="line-number">422</span>)
<span class="method-title">GetMonthByMonthDay</span> (line <span class="line-number">425</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -478,7 +478,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">GetWeekByDay</span> (line <span class="line-number">441</span>)
<span class="method-title">GetWeekByDay</span> (line <span class="line-number">445</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -492,13 +492,16 @@
<span class="method-name">
GetWeekByDay
</span>
(<span class="var-type">string</span>&nbsp;<span class="var-name">$byday</span>)
(<span class="var-type">string</span>&nbsp;<span class="var-name">$byday</span>, [<span class="var-type">string</span>&nbsp;<span class="var-name">$increasing</span> = <span class="var-default">false</span>])
</div>
<ul class="parameters">
<li>
<span class="var-type">string</span>
<span class="var-name">$byday</span><span class="var-description">: The BYDAY rule</span> </li>
<li>
<span class="var-type">string</span>
<span class="var-name">$increasing</span><span class="var-description">: When we are moving by months, we want any day of the week, but when by day we only want to increase. Default false.</span> </li>
</ul>
@ -508,7 +511,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">GreaterThan</span> (line <span class="line-number">462</span>)
<span class="method-title">GreaterThan</span> (line <span class="line-number">468</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -538,7 +541,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">LessThan</span> (line <span class="line-number">477</span>)
<span class="method-title">LessThan</span> (line <span class="line-number">483</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -568,7 +571,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">MonthDays</span> (line <span class="line-number">496</span>)
<span class="method-title">MonthDays</span> (line <span class="line-number">502</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -604,7 +607,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">Render</span> (line <span class="line-number">169</span>)
<span class="method-title">Render</span> (line <span class="line-number">171</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -712,7 +715,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">SetMonthDay</span> (line <span class="line-number">214</span>)
<span class="method-title">SetMonthDay</span> (line <span class="line-number">216</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -739,7 +742,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">SetWeekStart</span> (line <span class="line-number">160</span>)
<span class="method-title">SetWeekStart</span> (line <span class="line-number">162</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -750,9 +753,14 @@
<span class="method-name">
SetWeekStart
</span>
()
(<span class="var-type">string</span>&nbsp;<span class="var-name">$weekstart</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type">string</span>
<span class="var-name">$weekstart</span><span class="var-description">: The day of the week which is the first business day.</span> </li>
</ul>
</div>
@ -761,7 +769,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">TestByMonth</span> (line <span class="line-number">389</span>)
<span class="method-title">TestByMonth</span> (line <span class="line-number">392</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -902,7 +910,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:41 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:15 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -26,7 +26,7 @@
<li><a href="awl/caldav/RRule.html">RRule</a></li></ul>
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:36 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:10 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</body>
</html>

View File

@ -29,6 +29,10 @@
<ul>
<li><a href="davical/ldap/ldapDrivers.html">ldapDrivers</a></li></ul>
<h2>Root class RRuleTest</h2>
<ul>
<li><a href="davical/RRuleTest.html">RRuleTest</a></li></ul>
<h2>Root class squidPamDrivers</h2>
<ul>
<li><a href="davical/ldap/squidPamDrivers.html">squidPamDrivers</a></li></ul>
@ -46,7 +50,7 @@
<li><a href="davical/RSCDSUser/RSCDSUser.html">RSCDSUser</a></li></ul>
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:36 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:10 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</body>
</html>

View File

@ -42,7 +42,7 @@
</div>
<div class="info-box-body">
<a name="_page-header_php"><!-- --></a>
<div class="oddrow">
<div class="evenrow">
<div>
<img src="../../media/images/Page.png" alt=" " />
@ -57,7 +57,7 @@
</div>
<a name="_page-footer_php"><!-- --></a>
<div class="evenrow">
<div class="oddrow">
<div>
<img src="../../media/images/Page.png" alt=" " />
@ -72,7 +72,7 @@
</div>
<a name="_RSCDSSession_php"><!-- --></a>
<div class="oddrow">
<div class="evenrow">
<div>
<img src="../../media/images/Page.png" alt=" " />
@ -87,7 +87,7 @@
</div>
<a name="_classBrowser_php"><!-- --></a>
<div class="evenrow">
<div class="oddrow">
<div>
<img src="../../media/images/Page.png" alt=" " />
@ -102,7 +102,7 @@
</div>
<a name="___/inc/always_php"><!-- --></a>
<div class="oddrow">
<div class="evenrow">
<div>
<img src="../../media/images/Page.png" alt=" " />
@ -123,7 +123,7 @@
</div>
<a name="_interactive-page_php"><!-- --></a>
<div class="evenrow">
<div class="oddrow">
<div>
<img src="../../media/images/Page.png" alt=" " />
@ -152,7 +152,7 @@
</div>
<div class="info-box-body">
<a name="functiontranslate_relationship_list" id="functiontranslate_relationship_list"><!-- --></a>
<div class="oddrow">
<div class="evenrow">
<div>
<img src="../../media/images/Function.png" />
@ -187,7 +187,7 @@
</div>
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:42 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:17 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -143,7 +143,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">AllowedTo</span> (line <span class="line-number">236</span>)
<span class="method-title">AllowedTo</span> (line <span class="line-number">244</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -174,7 +174,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">AssignSessionDetails</span> (line <span class="line-number">259</span>)
<span class="method-title">AssignSessionDetails</span> (line <span class="line-number">267</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -250,7 +250,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">CheckPassword</span> (line <span class="line-number">201</span>)
<span class="method-title">CheckPassword</span> (line <span class="line-number">209</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -280,7 +280,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">DigestAuthSession</span> (line <span class="line-number">148</span>)
<span class="method-title">DigestAuthSession</span> (line <span class="line-number">156</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -303,7 +303,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">GetRoles</span> (line <span class="line-number">244</span>)
<span class="method-title">GetRoles</span> (line <span class="line-number">252</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -325,7 +325,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">ParseDigestHeader</span> (line <span class="line-number">182</span>)
<span class="method-title">ParseDigestHeader</span> (line <span class="line-number">190</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -354,7 +354,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:40 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:15 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -63,7 +63,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:40 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:15 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -50,7 +50,7 @@
</div>
<div class="info-box-body">
<div class="var-summary">
<div class="var-title">
<div class="var-title">
<img src="../../media/images/Variable.png" alt=" " />
<span class="var-type">Whether</span>
<a href="#$by_email" title="details" class="var-name">$by_email</a>
@ -59,6 +59,16 @@
<img src="../../media/images/Variable.png" alt=" " />
<span class="var-type">RFC4791:</span>
<a href="#$calendar_home_set" title="details" class="var-name">$calendar_home_set</a>
</div>
<div class="var-title">
<img src="../../media/images/Variable.png" alt=" " />
<span class="var-type">RFC3744:</span>
<a href="#$group_membership" title="details" class="var-name">$group_membership</a>
</div>
<div class="var-title">
<img src="../../media/images/Variable.png" alt=" " />
<span class="var-type">RFC3744:</span>
<a href="#$group_member_set" title="details" class="var-name">$group_member_set</a>
</div>
<div class="var-title">
<img src="../../media/images/Variable.png" alt=" " />
@ -91,7 +101,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">boolean</span>
<a href="#CalDAVPrincipal" title="details" class="method-name">CalDAVPrincipal</a>
@ -104,6 +114,24 @@
(<span class="var-type">object</span>&nbsp;<span class="var-name">$usr</span>)
</div>
<div class="method-definition">
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-result">string</span>
<a href="#RenderAsXML" title="details" class="method-name">RenderAsXML</a>
(<span class="var-type">array</span>&nbsp;<span class="var-name">$properties</span>, <span class="var-type"></span>&nbsp;<span class="var-name">&$reply</span>, [<span class="var-type">boolean</span>&nbsp;<span class="var-name">$props_only</span> = <span class="var-default">false</span>], <span class="var-type">reference</span>&nbsp;<span class="var-name">$reply</span>)
</div>
<div class="method-definition">
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-result">void</span>
<a href="#RenderPrivileges" title="details" class="method-name">RenderPrivileges</a>
(<span class="var-type"></span>&nbsp;<span class="var-name">$privilege_names</span>, [<span class="var-type"></span>&nbsp;<span class="var-name">$container</span> = <span class="var-default">&quot;privilege&quot;</span>])
</div>
<div class="method-definition">
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-result">void</span>
<a href="#UsernameFromEMail" title="details" class="method-name">UsernameFromEMail</a>
(<span class="var-type">string</span>&nbsp;<span class="var-name">$email</span>)
</div>
<div class="method-definition">
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-result">void</span>
<a href="#UsernameFromPath" title="details" class="method-name">UsernameFromPath</a>
@ -128,7 +156,7 @@
<div class="info-box-body">
<a name="var$by_email" id="$by_email"><!-- --></A>
<div class="evenrow">
<div class="oddrow">
<div class="var-header">
<img src="../../media/images/Variable.png" />
@ -150,7 +178,7 @@
</div>
<a name="var$calendar_home_set" id="$calendar_home_set"><!-- --></A>
<div class="oddrow">
<div class="evenrow">
<div class="var-header">
<img src="../../media/images/Variable.png" />
@ -171,9 +199,53 @@
</div>
<a name="var$schedule_inbox_url" id="$schedule_inbox_url"><!-- --></A>
<a name="var$group_membership" id="$group_membership"><!-- --></A>
<div class="oddrow">
<div class="var-header">
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-type">RFC3744:</span>
<span class="var-name">$group_membership</span>
(line <span class="line-number">63</span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">var:</span> The groups in which the principal is directly a member.</li>
</ul>
</div>
<a name="var$group_member_set" id="$group_member_set"><!-- --></A>
<div class="evenrow">
<div class="var-header">
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-type">RFC3744:</span>
<span class="var-name">$group_member_set</span>
(line <span class="line-number">58</span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">var:</span> The principals that are direct members of this group.</li>
</ul>
</div>
<a name="var$schedule_inbox_url" id="$schedule_inbox_url"><!-- --></A>
<div class="oddrow">
<div class="var-header">
<img src="../../media/images/Variable.png" />
<span class="var-title">
@ -194,7 +266,7 @@
</div>
<a name="var$schedule_outbox_url" id="$schedule_outbox_url"><!-- --></A>
<div class="oddrow">
<div class="evenrow">
<div class="var-header">
<img src="../../media/images/Variable.png" />
@ -216,7 +288,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" />
@ -253,11 +325,11 @@
<div class="info-box-body">
<A NAME='method_detail'></A>
<a name="methodCalDAVPrincipal" id="CalDAVPrincipal"><!-- --></a>
<div class="oddrow">
<div class="evenrow">
<div class="method-header">
<img src="../../media/images/Constructor.png" />
<span class="method-title">Constructor CalDAVPrincipal</span> (line <span class="line-number">63</span>)
<span class="method-title">Constructor CalDAVPrincipal</span> (line <span class="line-number">75</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -277,17 +349,17 @@
<ul class="parameters">
<li>
<span class="var-type">mixed</span>
<span class="var-name">$parameters</span><span class="var-description">: If null, an empty Principal is created. If it is an integer then that ID is read (if possible). If it is an array then the Principal matching the supplied elements is read.</span> </li>
<span class="var-name">$parameters</span><span class="var-description">: If null, an empty Principal is created. If it is an integer then that ID is read (if possible). If it is an array then the Principal matching the supplied elements is read. If it is an object then it is expected to be a 'usr' record that was read elsewhere.</span> </li>
</ul>
</div>
<a name="methodInitialiseRecord" id="InitialiseRecord"><!-- --></a>
<div class="evenrow">
<div class="oddrow">
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">InitialiseRecord</span> (line <span class="line-number">103</span>)
<span class="method-title">InitialiseRecord</span> (line <span class="line-number">126</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -308,13 +380,109 @@
</ul>
</div>
<a name="methodRenderAsXML" id="RenderAsXML"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">RenderAsXML</span> (line <span class="line-number">257</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Render XML for a single Principal (user) from the DB</p>
<ul class="tags">
<li><span class="field">return:</span> An XML fragment with the requested properties for this principal</li>
</ul>
<div class="method-signature">
<span class="method-result">string</span>
<span class="method-name">
RenderAsXML
</span>
(<span class="var-type">array</span>&nbsp;<span class="var-name">$properties</span>, <span class="var-type"></span>&nbsp;<span class="var-name">&$reply</span>, [<span class="var-type">boolean</span>&nbsp;<span class="var-name">$props_only</span> = <span class="var-default">false</span>], <span class="var-type">reference</span>&nbsp;<span class="var-name">$reply</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type">array</span>
<span class="var-name">$properties</span><span class="var-description">: The requested properties for this principal</span> </li>
<li>
<span class="var-type">reference</span>
<span class="var-name">$reply</span><span class="var-description">: A reference to the XMLDocument being used for the reply</span> </li>
<li>
<span class="var-type">boolean</span>
<span class="var-name">$props_only</span><span class="var-description">: Default false. If true will only return the fragment with the properties, not a full response fragment.</span> </li>
<li>
<span class="var-type"></span>
<span class="var-name">&$reply</span> </li>
</ul>
</div>
<a name="methodRenderPrivileges" id="RenderPrivileges"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">RenderPrivileges</span> (line <span class="line-number">239</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Returns the array of privilege names converted into XMLElements</p>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
RenderPrivileges
</span>
(<span class="var-type"></span>&nbsp;<span class="var-name">$privilege_names</span>, [<span class="var-type"></span>&nbsp;<span class="var-name">$container</span> = <span class="var-default">&quot;privilege&quot;</span>])
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$privilege_names</span> </li>
<li>
<span class="var-type"></span>
<span class="var-name">$container</span> </li>
</ul>
</div>
<a name="methodUsernameFromEMail" id="UsernameFromEMail"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">UsernameFromEMail</span> (line <span class="line-number">225</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Work out the username, based on the given e-mail</p>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
UsernameFromEMail
</span>
(<span class="var-type">string</span>&nbsp;<span class="var-name">$email</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type">string</span>
<span class="var-name">$email</span><span class="var-description">: The email address to be used.</span> </li>
</ul>
</div>
<a name="methodUsernameFromPath" id="UsernameFromPath"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">UsernameFromPath</span> (line <span class="line-number">140</span>)
<span class="method-title">UsernameFromPath</span> (line <span class="line-number">185</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -345,7 +513,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:38 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:13 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -63,7 +63,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:38 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:13 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -0,0 +1,301 @@
<?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 RRuleTest</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"> RRuleTest</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-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="notes">
Located in <a class="field" href="_inc---test-RRULE.php.html">/inc/test-RRULE.php</a> (line <span class="field">11</span>)
</p>
<pre></pre>
</div>
</div>
<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="#$description" title="details" class="var-name">$description</a>
</div>
<div class="var-title">
<img src="../media/images/Variable.png" alt=" " />
<span class="var-type">mixed</span>
<a href="#$dtstart" title="details" class="var-name">$dtstart</a>
</div>
<div class="var-title">
<img src="../media/images/Variable.png" alt=" " />
<span class="var-type">mixed</span>
<a href="#$recur" title="details" class="var-name">$recur</a>
</div>
<div class="var-title">
<img src="../media/images/Variable.png" alt=" " />
<span class="var-type">mixed</span>
<a href="#$result_description" title="details" class="var-name">$result_description</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>)
</div>
<div class="info-box-body">
<div class="method-summary">
<div class="method-definition">
<img src="../media/images/Constructor.png" alt=" "/>
<span class="method-result">RRuleTest</span>
<a href="#RRuleTest" title="details" class="method-name">RRuleTest</a>
(<span class="var-type"></span>&nbsp;<span class="var-name">$description</span>, <span class="var-type"></span>&nbsp;<span class="var-name">$start</span>, <span class="var-type"></span>&nbsp;<span class="var-name">$recur</span>, [<span class="var-type"></span>&nbsp;<span class="var-name">$result_description</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="#PHPTest" title="details" class="method-name">PHPTest</a>
()
</div>
<div class="method-definition">
<img src="../media/images/Method.png" alt=" "/>
<span class="method-result">void</span>
<a href="#SQLTest" title="details" class="method-name">SQLTest</a>
()
</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$description" id="$description"><!-- --></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">$description</span>
(line <span class="line-number">14</span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
</div>
<a name="var$dtstart" id="$dtstart"><!-- --></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">$dtstart</span>
(line <span class="line-number">12</span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
</div>
<a name="var$recur" id="$recur"><!-- --></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">$recur</span>
(line <span class="line-number">13</span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
</div>
<a name="var$result_description" id="$result_description"><!-- --></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">$result_description</span>
(line <span class="line-number">15</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>)
</div>
<div class="info-box-body">
<A NAME='method_detail'></A>
<a name="methodRRuleTest" id="RRuleTest"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<img src="../media/images/Constructor.png" />
<span class="method-title">Constructor RRuleTest</span> (line <span class="line-number">17</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<div class="method-signature">
<span class="method-result">RRuleTest</span>
<span class="method-name">
RRuleTest
</span>
(<span class="var-type"></span>&nbsp;<span class="var-name">$description</span>, <span class="var-type"></span>&nbsp;<span class="var-name">$start</span>, <span class="var-type"></span>&nbsp;<span class="var-name">$recur</span>, [<span class="var-type"></span>&nbsp;<span class="var-name">$result_description</span> = <span class="var-default">null</span>])
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$description</span> </li>
<li>
<span class="var-type"></span>
<span class="var-name">$start</span> </li>
<li>
<span class="var-type"></span>
<span class="var-name">$recur</span> </li>
<li>
<span class="var-type"></span>
<span class="var-name">$result_description</span> </li>
</ul>
</div>
<a name="methodPHPTest" id="PHPTest"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<img src="../media/images/Method.png" />
<span class="method-title">PHPTest</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">
PHPTest
</span>
()
</div>
</div>
<a name="methodSQLTest" id="SQLTest"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<img src="../media/images/Method.png" />
<span class="method-title">SQLTest</span> (line <span class="line-number">39</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
SQLTest
</span>
()
</div>
</div>
</div>
</div>
<p class="notes" id="credit">
Documentation generated on Tue, 28 Oct 2008 20:48:17 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -230,7 +230,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:41 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:16 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -86,7 +86,7 @@
<div class="info-box-body">
<A NAME='method_detail'></A>
<a name="methodimportFromDirectory" id="importFromDirectory"><!-- --></a>
<div class="evenrow">
<div class="oddrow">
<div class="method-header">
<img src="../../media/images/Method.png" />
@ -107,7 +107,7 @@
</div>
<a name="methodrender" id="render"><!-- --></a>
<div class="oddrow">
<div class="evenrow">
<div class="method-header">
<img src="../../media/images/Method.png" />
@ -128,7 +128,7 @@
</div>
<a name="methodrenderImportFromDirectory" id="renderImportFromDirectory"><!-- --></a>
<div class="evenrow">
<div class="oddrow">
<div class="method-header">
<img src="../../media/images/Method.png" />
@ -149,7 +149,7 @@
</div>
<a name="methodrenderSyncLDAP" id="renderSyncLDAP"><!-- --></a>
<div class="oddrow">
<div class="evenrow">
<div class="method-header">
<img src="../../media/images/Method.png" />
@ -175,7 +175,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:42 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:17 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -70,7 +70,7 @@
</div>
<div class="info-box-body">
<a name="_page-header_php"><!-- --></a>
<div class="evenrow">
<div class="oddrow">
<div>
<img src="../../media/images/Page.png" alt=" " />
@ -85,7 +85,7 @@
</div>
<a name="_page-footer_php"><!-- --></a>
<div class="oddrow">
<div class="evenrow">
<div>
<img src="../../media/images/Page.png" alt=" " />
@ -100,7 +100,7 @@
</div>
<a name="_DataEntry_php"><!-- --></a>
<div class="evenrow">
<div class="oddrow">
<div>
<img src="../../media/images/Page.png" alt=" " />
@ -115,7 +115,7 @@
</div>
<a name="___/inc/always_php"><!-- --></a>
<div class="oddrow">
<div class="evenrow">
<div>
<img src="../../media/images/Page.png" alt=" " />
@ -136,7 +136,7 @@
</div>
<a name="_interactive-page_php"><!-- --></a>
<div class="evenrow">
<div class="oddrow">
<div>
<img src="../../media/images/Page.png" alt=" " />
@ -151,7 +151,7 @@
</div>
<a name="_classBrowser_php"><!-- --></a>
<div class="oddrow">
<div class="evenrow">
<div>
<img src="../../media/images/Page.png" alt=" " />
@ -166,7 +166,7 @@
</div>
<a name="_RSCDSSession_php"><!-- --></a>
<div class="evenrow">
<div class="oddrow">
<div>
<img src="../../media/images/Page.png" alt=" " />
@ -187,7 +187,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:42 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:17 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -25,8 +25,8 @@
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">DAViCal extensions to AWL Session handling</p>
<ul class="tags">
<li><span class="field">author:</span> Andrew McMillan &lt;<a href="mailto:andrew@catalyst.net.nz">andrew@catalyst.net.nz</a>&gt;</li>
<li><span class="field">copyright:</span> Catalyst .Net Ltd</li>
<li><span class="field">author:</span> Andrew McMillan &lt;<a href="mailto:andrew@mcmillan.net.nz">andrew@mcmillan.net.nz</a>&gt;</li>
<li><span class="field">copyright:</span> Catalyst .Net Ltd, Morphoss Ltd &lt;http://www.morphoss.com/&gt;</li>
<li><span class="field">license:</span> <a href="http://gnu.org/copyleft/gpl.html">GNU GPL v2</a></li>
</ul>
@ -186,7 +186,7 @@
</div>
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:41 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:16 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -426,7 +426,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:42 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:16 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -127,7 +127,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:42 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:16 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -50,7 +50,7 @@
</div>
<div class="info-box-body">
<div class="var-summary">
<div class="var-title">
<div class="var-title">
<img src="../../media/images/Variable.png" alt=" " />
<span class="var-type">mixed</span>
<a href="#$collection_id" title="details" class="var-name">$collection_id</a>
@ -59,6 +59,16 @@
<img src="../../media/images/Variable.png" alt=" " />
<span class="var-type">mixed</span>
<a href="#$collection_path" title="details" class="var-name">$collection_path</a>
</div>
<div class="var-title">
<img src="../../media/images/Variable.png" alt=" " />
<span class="var-type">mixed</span>
<a href="#$collection_type" title="details" class="var-name">$collection_type</a>
</div>
<div class="var-title">
<img src="../../media/images/Variable.png" alt=" " />
<span class="var-type">mixed</span>
<a href="#$current_user_principal_xml" title="details" class="var-name">$current_user_principal_xml</a>
</div>
<div class="var-title">
<img src="../../media/images/Variable.png" alt=" " />
@ -240,7 +250,7 @@
<span class="var-title">
<span class="var-type">mixed</span>
<span class="var-name">$collection_id</span>
(line <span class="line-number">60</span>)
(line <span class="line-number">66</span>)
</span>
</div>
@ -260,7 +270,7 @@
<span class="var-title">
<span class="var-type">mixed</span>
<span class="var-name">$collection_path</span>
(line <span class="line-number">65</span>)
(line <span class="line-number">71</span>)
</span>
</div>
@ -271,6 +281,47 @@
</div>
<a name="var$collection_type" id="$collection_type"><!-- --></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">$collection_type</span>
(line <span class="line-number">77</span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">The type of collection being requested:</p>
<p class="description"><p>calendar, schedule-inbox, schedule-outbox</p></p>
</div>
<a name="var$current_user_principal_xml" id="$current_user_principal_xml"><!-- --></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">$current_user_principal_xml</span>
(line <span class="line-number">56</span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">The 'current_user_principal_xml' the DAV:current-user-principal answer. An XMLElement object with an &lt;href&gt; or &lt;unauthenticated&gt; fragment.</p>
</div>
<a name="var$depth" id="$depth"><!-- --></A>
<div class="evenrow">
@ -379,7 +430,7 @@
<span class="var-title">
<span class="var-type">mixed</span>
<span class="var-name">$user_agent</span>
(line <span class="line-number">55</span>)
(line <span class="line-number">61</span>)
</span>
</div>
@ -411,7 +462,7 @@
<div class="method-header">
<img src="../../media/images/Constructor.png" />
<span class="method-title">Constructor CalDAVRequest</span> (line <span class="line-number">70</span>)
<span class="method-title">Constructor CalDAVRequest</span> (line <span class="line-number">82</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -438,7 +489,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">AllowedTo</span> (line <span class="line-number">531</span>)
<span class="method-title">AllowedTo</span> (line <span class="line-number">591</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -466,7 +517,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">DepthRegexTail</span> (line <span class="line-number">377</span>)
<span class="method-title">DepthRegexTail</span> (line <span class="line-number">437</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -488,7 +539,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">DoResponse</span> (line <span class="line-number">610</span>)
<span class="method-title">DoResponse</span> (line <span class="line-number">685</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -521,7 +572,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">FailIfLocked</span> (line <span class="line-number">456</span>)
<span class="method-title">FailIfLocked</span> (line <span class="line-number">516</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -546,7 +597,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">GetDepthName</span> (line <span class="line-number">368</span>)
<span class="method-title">GetDepthName</span> (line <span class="line-number">428</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -568,7 +619,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">GetLockDetails</span> (line <span class="line-number">442</span>)
<span class="method-title">GetLockDetails</span> (line <span class="line-number">502</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -595,7 +646,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">GetLockRow</span> (line <span class="line-number">388</span>)
<span class="method-title">GetLockRow</span> (line <span class="line-number">448</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -625,7 +676,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">IsCollection</span> (line <span class="line-number">491</span>)
<span class="method-title">IsCollection</span> (line <span class="line-number">551</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -647,7 +698,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">IsInfiniteDepth</span> (line <span class="line-number">513</span>)
<span class="method-title">IsInfiniteDepth</span> (line <span class="line-number">573</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -669,7 +720,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">IsLocked</span> (line <span class="line-number">336</span>)
<span class="method-title">IsLocked</span> (line <span class="line-number">396</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -697,7 +748,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">IsPrincipal</span> (line <span class="line-number">502</span>)
<span class="method-title">IsPrincipal</span> (line <span class="line-number">562</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -719,7 +770,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">setPermissions</span> (line <span class="line-number">285</span>)
<span class="method-title">setPermissions</span> (line <span class="line-number">345</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -749,7 +800,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">SupportedPrivileges</span> (line <span class="line-number">632</span>)
<span class="method-title">SupportedPrivileges</span> (line <span class="line-number">707</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -774,7 +825,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">UnsupportedRequest</span> (line <span class="line-number">575</span>)
<span class="method-title">UnsupportedRequest</span> (line <span class="line-number">650</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -801,7 +852,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">UserFromPath</span> (line <span class="line-number">244</span>)
<span class="method-title">UserFromPath</span> (line <span class="line-number">304</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -823,7 +874,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">ValidateLockToken</span> (line <span class="line-number">414</span>)
<span class="method-title">ValidateLockToken</span> (line <span class="line-number">474</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -850,7 +901,7 @@
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">XMLResponse</span> (line <span class="line-number">595</span>)
<span class="method-title">XMLResponse</span> (line <span class="line-number">670</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -881,7 +932,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:39 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:13 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -146,7 +146,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:39 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:13 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -160,7 +160,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:40 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:14 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -102,7 +102,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:40 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:15 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -115,7 +115,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:40 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:15 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -131,7 +131,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:41 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:15 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -160,7 +160,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:41 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:15 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -130,7 +130,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:41 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:15 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -34,13 +34,13 @@
</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</span>
(<span class="include-name"><a href="../davical/_inc---caldav-PUT-functions.php.html">caldav-PUT-functions.php</a></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">55</span>)
</span>
</div>
@ -49,7 +49,7 @@
</div>
<a name="_page-footer_php"><!-- --></a>
<div class="oddrow">
<div class="evenrow">
<div>
<img src="../media/images/Page.png" alt=" " />
@ -64,7 +64,7 @@
</div>
<a name="_check_UTF8_php"><!-- --></a>
<div class="evenrow">
<div class="oddrow">
<div>
<img src="../media/images/Page.png" alt=" " />
@ -81,7 +81,7 @@
</div>
<a name="_page-header_php"><!-- --></a>
<div class="oddrow">
<div class="evenrow">
<div>
<img src="../media/images/Page.png" alt=" " />
@ -97,7 +97,7 @@
</div>
<a name="___/inc/always_php"><!-- --></a>
<div class="evenrow">
<div class="oddrow">
<div>
<img src="../media/images/Page.png" alt=" " />
@ -112,7 +112,7 @@
</div>
<a name="_interactive-page_php"><!-- --></a>
<div class="oddrow">
<div class="evenrow">
<div>
<img src="../media/images/Page.png" alt=" " />
@ -127,7 +127,7 @@
</div>
<a name="_RSCDSSession_php"><!-- --></a>
<div class="evenrow">
<div class="oddrow">
<div>
<img src="../media/images/Page.png" alt=" " />
@ -142,7 +142,7 @@
</div>
<a name="_RSCDSUser_php"><!-- --></a>
<div class="oddrow">
<div class="evenrow">
<div>
<img src="../media/images/Page.png" alt=" " />
@ -163,7 +163,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:42 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:17 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -22,8 +22,8 @@
<div class="info-box-body">
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">author:</span> Andrew McMillan &lt;<a href="mailto:andrew@catalyst.net.nz">andrew@catalyst.net.nz</a>&gt;</li>
<li><span class="field">copyright:</span> Catalyst .Net Ltd</li>
<li><span class="field">author:</span> Andrew McMillan &lt;<a href="mailto:andrew@mcmillan.net.nz">andrew@mcmillan.net.nz</a>&gt;</li>
<li><span class="field">copyright:</span> Catalyst .Net Ltd, Morphoss Ltd &lt;http://www.morphoss.com/&gt;</li>
<li><span class="field">license:</span> <a href="http://gnu.org/copyleft/gpl.html">GNU GPL v2</a></li>
</ul>
@ -124,7 +124,7 @@
<span class="include-title">
<span class="include-type">include_once</span>
(<span class="include-name">"PgQuery.php"</span>)
(line <span class="line-number">114</span>)
(line <span class="line-number">119</span>)
</span>
</div>
@ -166,7 +166,7 @@
<div>
<img src="../media/images/Function.png" />
<span class="method-title">ConstructURL</span> (line <span class="line-number">231</span>)
<span class="method-title">ConstructURL</span> (line <span class="line-number">236</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -192,7 +192,7 @@
<div>
<img src="../media/images/Function.png" />
<span class="method-title">getStatusMessage</span> (line <span class="line-number">175</span>)
<span class="method-title">getStatusMessage</span> (line <span class="line-number">180</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -221,7 +221,7 @@
<div>
<img src="../media/images/Function.png" />
<span class="method-title">getUserByID</span> (line <span class="line-number">154</span>)
<span class="method-title">getUserByID</span> (line <span class="line-number">159</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -250,7 +250,7 @@
<div>
<img src="../media/images/Function.png" />
<span class="method-title">getUserByName</span> (line <span class="line-number">133</span>)
<span class="method-title">getUserByName</span> (line <span class="line-number">138</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -278,7 +278,7 @@
</div>
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:36 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:10 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -56,7 +56,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:38 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:12 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -77,7 +77,7 @@
<div>
<img src="../media/images/Function.png" />
<span class="method-title">BuildSqlFilter</span> (line <span class="line-number">228</span>)
<span class="method-title">BuildSqlFilter</span> (line <span class="line-number">230</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -143,7 +143,7 @@
</div>
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:38 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:12 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -71,7 +71,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:38 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:13 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -31,7 +31,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:38 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:13 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -15,9 +15,7 @@
<div class="info-box">
<div class="info-box-title">Description</div>
<div class="nav-bar">
<span class="disabled">Description</span> |
<a href="#sec-functions">Functions</a>
</div>
</div>
<div class="info-box-body">
<!-- ========== Info from phpDoc block ========= -->
@ -28,51 +26,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> |
<span class="disabled">Functions</span>
</div>
<div class="info-box-body">
<a name="functionprincipal_to_xml" id="functionprincipal_to_xml"><!-- --></a>
<div class="oddrow">
<div>
<img src="../media/images/Function.png" />
<span class="method-title">principal_to_xml</span> (line <span class="line-number">14</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Return XML for a single Principal (user) from the DB TODO: Refactor this functionality into the CalDAVPrincipal object</p>
<ul class="tags">
<li><span class="field">return:</span> An XML document which is the response for the principal</li>
</ul>
<div class="method-signature">
<span class="method-result">string</span>
<span class="method-name">
principal_to_xml
</span>
(<span class="var-type">array</span>&nbsp;<span class="var-name">$properties</span>, <span class="var-type">string</span>&nbsp;<span class="var-name">$item</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type">array</span>
<span class="var-name">$properties</span><span class="var-description">: The requested properties for this principal</span> </li>
<li>
<span class="var-type">string</span>
<span class="var-name">$item</span><span class="var-description">: The user data for this calendar</span> </li>
</ul>
</div>
</div>
</div>
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:38 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:13 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -119,7 +119,7 @@
</div>
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:39 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:14 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -70,7 +70,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:40 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:14 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -70,7 +70,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:40 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:15 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -41,7 +41,7 @@
<span class="include-title">
<span class="include-type">require_once</span>
(<span class="include-name">"MenuSet.php"</span>)
(line <span class="line-number">2</span>)
(line <span class="line-number">3</span>)
</span>
</div>
@ -55,7 +55,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:41 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:15 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -28,7 +28,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:41 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:15 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -28,7 +28,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:41 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:15 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -85,7 +85,7 @@
</div>
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:41 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:15 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -16,7 +16,8 @@
<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-classes">Classes</a>
| <a href="#sec-includes">Includes</a>
</div>
<div class="info-box-body">
<!-- ========== Info from phpDoc block ========= -->
@ -24,17 +25,46 @@
</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/RRuleTest.html">RRuleTest</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> |
<span class="disabled">Includes</span>
<a href="#sec-classes">Classes</a>
| <span class="disabled">Includes</span>
</div>
<div class="info-box-body">
<a name="___/inc/always_php"><!-- --></a>
<div class="evenrow">
<div class="oddrow">
<div>
<img src="../media/images/Page.png" alt=" " />
@ -49,7 +79,7 @@
</div>
<a name="_RRule_php"><!-- --></a>
<div class="oddrow">
<div class="evenrow">
<div>
<img src="../media/images/Page.png" alt=" " />
@ -70,7 +100,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:42 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:17 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -208,7 +208,7 @@
</div>
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:36 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:11 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -54,30 +54,15 @@
<!-- ========== Info from phpDoc block ========= -->
</div>
<a name="_caldav-MKCALENDAR_php"><!-- --></a>
<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-MKCALENDAR.php.html">caldav-MKCALENDAR.php</a></span>)
(line <span class="line-number">41</span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
</div>
<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">39</span>)
(<span class="include-name"><a href="../../davical/caldav/_inc---caldav-GET.php.html">caldav-GET.php</a></span>)
(line <span class="line-number">46</span>)
</span>
</div>
@ -85,7 +70,7 @@
</div>
<a name="_caldav-REPORT_php"><!-- --></a>
<div class="oddrow">
<div class="evenrow">
<div>
<img src="../../media/images/Page.png" alt=" " />
@ -99,30 +84,15 @@
<!-- ========== 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_once</span>
(<span class="include-name"><a href="../../davical/caldav/_inc---caldav-PROPPATCH.php.html">caldav-PROPPATCH.php</a></span>)
(line <span class="line-number">40</span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
</div>
<a name="_caldav-GET_php"><!-- --></a>
<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/caldav/_inc---caldav-GET.php.html">caldav-GET.php</a></span>)
(line <span class="line-number">45</span>)
(<span class="include-name"><a href="../../davical/propfind/_inc---caldav-PROPFIND.php.html">caldav-PROPFIND.php</a></span>)
(line <span class="line-number">39</span>)
</span>
</div>
@ -137,52 +107,22 @@
<span class="include-title">
<span class="include-type">include_once</span>
(<span class="include-name"><a href="../../davical/caldav/_inc---caldav-MKCALENDAR.php.html">caldav-MKCALENDAR.php</a></span>)
(line <span class="line-number">42</span>)
(line <span class="line-number">41</span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
</div>
<a name="_caldav-LOCK_php"><!-- --></a>
<a name="_caldav-PROPPATCH_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---caldav-LOCK.php.html">caldav-LOCK.php</a></span>)
(line <span class="line-number">48</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">44</span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
</div>
<a name="_caldav-DELETE_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-DELETE.php.html">caldav-DELETE.php</a></span>)
(line <span class="line-number">46</span>)
(<span class="include-name"><a href="../../davical/caldav/_inc---caldav-PROPPATCH.php.html">caldav-PROPPATCH.php</a></span>)
(line <span class="line-number">40</span>)
</span>
</div>
@ -204,14 +144,59 @@
<!-- ========== Info from phpDoc block ========= -->
</div>
<a name="_caldav-LOCK_php"><!-- --></a>
<a name="_caldav-MKCALENDAR_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-MKCALENDAR.php.html">caldav-MKCALENDAR.php</a></span>)
(line <span class="line-number">42</span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
</div>
<a name="_caldav-LOCK_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---caldav-LOCK.php.html">caldav-LOCK.php</a></span>)
(line <span class="line-number">49</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">45</span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
</div>
<a name="_caldav-DELETE_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-DELETE.php.html">caldav-DELETE.php</a></span>)
(line <span class="line-number">47</span>)
</span>
</div>
@ -219,15 +204,45 @@
<!-- ========== Info from phpDoc block ========= -->
</div>
<a name="_test-RRULE_php"><!-- --></a>
<a name="_caldav-POST_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-POST.php.html">caldav-POST.php</a></span>)
(line <span class="line-number">44</span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
</div>
<a name="_caldav-LOCK_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---caldav-LOCK.php.html">caldav-LOCK.php</a></span>)
(line <span class="line-number">48</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>)
(line <span class="line-number">51</span>)
</span>
</div>
@ -235,7 +250,7 @@
</div>
<a name="___/inc/always_php"><!-- --></a>
<div class="oddrow">
<div class="evenrow">
<div>
<img src="../../media/images/Page.png" alt=" " />
@ -256,7 +271,7 @@
</div>
<a name="_HTTPAuthSession_php"><!-- --></a>
<div class="evenrow">
<div class="oddrow">
<div>
<img src="../../media/images/Page.png" alt=" " />
@ -271,7 +286,7 @@
</div>
<a name="_CalDAVRequest_php"><!-- --></a>
<div class="oddrow">
<div class="evenrow">
<div>
<img src="../../media/images/Page.png" alt=" " />
@ -294,7 +309,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:38 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:13 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -173,7 +173,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:41 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:15 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -34,7 +34,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:37 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:12 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -62,7 +62,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:38 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:12 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -20,8 +20,8 @@
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">CalDAV Server - handle MKCALENDAR method</p>
<ul class="tags">
<li><span class="field">author:</span> Andrew McMillan &lt;<a href="mailto:andrew@catalyst.net.nz">andrew@catalyst.net.nz</a>&gt;</li>
<li><span class="field">copyright:</span> Catalyst .Net Ltd</li>
<li><span class="field">author:</span> Andrew McMillan &lt;<a href="mailto:andrew@mcmillan.net.nz">andrew@mcmillan.net.nz</a>&gt;</li>
<li><span class="field">copyright:</span> Catalyst IT 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</a></li>
</ul>
@ -34,7 +34,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:38 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:12 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -34,7 +34,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:38 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:12 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -0,0 +1,135 @@
<?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-POST.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-POST.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 - handle PUT method</p>
<ul class="tags">
<li><span class="field">author:</span> Andrew McMillan &lt;<a href="mailto:andrew@morphoss.com">andrew@morphoss.com</a>&gt;</li>
<li><span class="field">copyright:</span> Morphoss Ltd - http://www.morphoss.com/</li>
<li><span class="field">license:</span> <a href="http://gnu.org/copyleft/gpl.html">GNU GPL v2</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="_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="../../awl/caldav/_inc---RRule.php.html">"RRule.php"</a></span>)
(line <span class="line-number">15</span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
</div>
<a name="_XMLDocument_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">"XMLDocument.php"</span>)
(line <span class="line-number">13</span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
</div>
<a name="_iCalendar_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">"iCalendar.php"</span>)
(line <span class="line-number">14</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">
<a name="functionhandle_freebusy_request" id="functionhandle_freebusy_request"><!-- --></a>
<div class="oddrow">
<div>
<img src="../../media/images/Function.png" />
<span class="method-title">handle_freebusy_request</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">
handle_freebusy_request
</span>
(<span class="var-type"></span>&nbsp;<span class="var-name">$ic</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$ic</span> </li>
</ul>
</div>
</div>
</div>
<p class="notes" id="credit">
Documentation generated on Tue, 28 Oct 2008 20:48:12 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -20,8 +20,8 @@
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">CalDAV Server - handle PROPPATCH method</p>
<ul class="tags">
<li><span class="field">author:</span> Andrew McMillan &lt;<a href="mailto:andrew@catalyst.net.nz">andrew@catalyst.net.nz</a>&gt;</li>
<li><span class="field">copyright:</span> Catalyst .Net Ltd</li>
<li><span class="field">author:</span> Andrew McMillan &lt;<a href="mailto:andrew@mcmillan.net.nz">andrew@mcmillan.net.nz</a>&gt;</li>
<li><span class="field">copyright:</span> Morphoss Ltd - http://www.morphoss.com/</li>
<li><span class="field">license:</span> <a href="http://gnu.org/copyleft/gpl.html">GNU GPL v2</a></li>
</ul>
@ -34,7 +34,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:38 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:12 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -4,12 +4,12 @@
<head>
<!-- template designed by Marco Von Ballmoos -->
<title>Docs for page caldav-PUT-functions.php</title>
<link rel="stylesheet" href="../media/stylesheet.css" />
<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-PUT-functions.php</h2>
<h2 class="file-name"><img src="../../media/images/Page_logo.png" alt="File" style="vertical-align: middle">/inc/caldav-PUT-functions.php</h2>
<a name="sec-description"></a>
<div class="info-box">
@ -21,6 +21,12 @@
</div>
<div class="info-box-body">
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">CalDAV Server - handle PUT method</p>
<ul class="tags">
<li><span class="field">author:</span> Andrew McMillan &lt;<a href="mailto:andrew@morphoss.com">andrew@morphoss.com</a>&gt;</li>
<li><span class="field">copyright:</span> 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 version</a></li>
</ul>
</div>
</div>
@ -36,19 +42,19 @@
</div>
<div class="info-box-body">
<a name="_iCalendar_php"><!-- --></a>
<div class="oddrow">
<div class="evenrow">
<div>
<img src="../media/images/Page.png" alt=" " />
<img src="../../media/images/Page.png" alt=" " />
<span class="include-title">
<span class="include-type">include_once</span>
(<span class="include-name">"iCalendar.php"</span>)
(line <span class="line-number">9</span>)
(line <span class="line-number">18</span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Check if the user wants to put just one EVENT/TODO or a whole calendar</p>
<p class="short-description">Check if the user wants to put just one VEVENT/VTODO or a whole calendar</p>
<p class="description"><p>if the collection = calendar = $request_container doesn't exist then create it return true if it's a whole calendar</p></p>
</div>
@ -67,11 +73,11 @@
</div>
<div class="info-box-body">
<a name="functioncontrolRequestContainer" id="functioncontrolRequestContainer"><!-- --></a>
<div class="evenrow">
<div class="oddrow">
<div>
<img src="../media/images/Function.png" />
<span class="method-title">controlRequestContainer</span> (line <span class="line-number">42</span>)
<img src="../../media/images/Function.png" />
<span class="method-title">controlRequestContainer</span> (line <span class="line-number">51</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -100,13 +106,39 @@
</ul>
</div>
<a name="functioncreate_scheduling_requests" id="functioncreate_scheduling_requests"><!-- --></a>
<div class="evenrow">
<div>
<img src="../../media/images/Function.png" />
<span class="method-title">create_scheduling_requests</span> (line <span class="line-number">128</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Create scheduling requests in the schedule inbox for the</p>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
create_scheduling_requests
</span>
(<span class="var-type">iCalendar</span>&nbsp;<span class="var-name">$ic</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type">iCalendar</span>
<span class="var-name">$ic</span><span class="var-description">: The iCalendar object we should create scheduling requests for.</span> </li>
</ul>
</div>
<a name="functionimport_collection" id="functionimport_collection"><!-- --></a>
<div class="oddrow">
<div>
<img src="../media/images/Function.png" />
<span class="method-title">import_collection</span> (line <span class="line-number">124</span>)
<img src="../../media/images/Function.png" />
<span class="method-title">import_collection</span> (line <span class="line-number">153</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -140,8 +172,8 @@
<div class="evenrow">
<div>
<img src="../media/images/Function.png" />
<span class="method-title">public_events_only</span> (line <span class="line-number">91</span>)
<img src="../../media/images/Function.png" />
<span class="method-title">public_events_only</span> (line <span class="line-number">100</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -172,8 +204,8 @@
<div class="oddrow">
<div>
<img src="../media/images/Function.png" />
<span class="method-title">putCalendarResource</span> (line <span class="line-number">289</span>)
<img src="../../media/images/Function.png" />
<span class="method-title">putCalendarResource</span> (line <span class="line-number">320</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -210,8 +242,8 @@
<div class="evenrow">
<div>
<img src="../media/images/Function.png" />
<span class="method-title">rollback_on_error</span> (line <span class="line-number">19</span>)
<img src="../../media/images/Function.png" />
<span class="method-title">rollback_on_error</span> (line <span class="line-number">28</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -248,7 +280,7 @@
</div>
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:38 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:12 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -46,7 +46,7 @@
<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---caldav-PUT-functions.php.html">'caldav-PUT-functions.php'</a></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">25</span>)
</span>
</div>
@ -67,7 +67,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:38 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:12 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -42,14 +42,14 @@
</div>
<div class="info-box-body">
<a name="_caldav-REPORT-freebusy_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/_inc---caldav-REPORT-freebusy.php.html">"caldav-REPORT-freebusy.php"</a></span>)
(line <span class="line-number">44</span>)
(line <span class="line-number">46</span>)
</span>
</div>
@ -57,14 +57,14 @@
</div>
<a name="_caldav-REPORT-principal_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</span>
(<span class="include-name"><a href="../../davical/_inc---caldav-REPORT-principal.php.html">"caldav-REPORT-principal.php"</a></span>)
(line <span class="line-number">48</span>)
(line <span class="line-number">52</span>)
</span>
</div>
@ -72,14 +72,14 @@
</div>
<a name="_caldav-REPORT-calquery_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/_inc---caldav-REPORT-calquery.php.html">"caldav-REPORT-calquery.php"</a></span>)
(line <span class="line-number">163</span>)
(line <span class="line-number">183</span>)
</span>
</div>
@ -87,29 +87,29 @@
</div>
<a name="_caldav-REPORT-multiget_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</span>
(<span class="include-name"><a href="../../davical/_inc---caldav-REPORT-multiget.php.html">"caldav-REPORT-multiget.php"</a></span>)
(line <span class="line-number">167</span>)
(line <span class="line-number">187</span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
</div>
<a name="_iCalendar_php"><!-- --></a>
<div class="evenrow">
<a name="_XMLDocument_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">35</span>)
(<span class="include-name">"XMLDocument.php"</span>)
(line <span class="line-number">13</span>)
</span>
</div>
@ -121,6 +121,21 @@
<li><span class="field">license:</span> <a href="http://gnu.org/copyleft/gpl.html">GNU GPL v2</a></li>
</ul>
</div>
<a name="_iCalendar_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">"iCalendar.php"</span>)
(line <span class="line-number">37</span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
</div>
</div>
</div>
@ -141,7 +156,7 @@
<div>
<img src="../../media/images/Function.png" />
<span class="method-title">calendar_to_xml</span> (line <span class="line-number">68</span>)
<span class="method-title">calendar_to_xml</span> (line <span class="line-number">72</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -172,7 +187,7 @@
</div>
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:38 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:13 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -218,7 +218,7 @@
</div>
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:40 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:14 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -141,7 +141,7 @@
</div>
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:40 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:14 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -208,7 +208,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:40 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:14 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -133,7 +133,7 @@
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:40 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:14 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -41,14 +41,14 @@
| <a href="#sec-functions">Functions</a>
</div>
<div class="info-box-body">
<a name="_XMLElement_php"><!-- --></a>
<a name="_iCalendar_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">"XMLElement.php"</span>)
(<span class="include-name">"iCalendar.php"</span>)
(line <span class="line-number">17</span>)
</span>
</div>
@ -62,14 +62,14 @@
</ul>
</div>
<a name="_iCalendar_php"><!-- --></a>
<a name="_XMLDocument_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-name">"XMLDocument.php"</span>)
(line <span class="line-number">18</span>)
</span>
</div>
@ -91,40 +91,88 @@
| <span class="disabled">Functions</span>
</div>
<div class="info-box-body">
<a name="functionadd_namespace" id="functionadd_namespace"><!-- --></a>
<a name="functionadd_arbitrary_properties" id="functionadd_arbitrary_properties"><!-- --></a>
<div class="evenrow">
<div>
<img src="../../media/images/Function.png" />
<span class="method-title">add_namespace</span> (line <span class="line-number">27</span>)
<span class="method-title">add_arbitrary_properties</span> (line <span class="line-number">155</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Adds any arbitrary properties that were requested by the PROPFIND into the response.</p>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
add_namespace
add_arbitrary_properties
</span>
(<span class="var-type"></span>&nbsp;<span class="var-name">$prefix</span>, <span class="var-type"></span>&nbsp;<span class="var-name">$namespace</span>)
(<span class="var-type"></span>&nbsp;<span class="var-name">&$prop</span>, <span class="var-type"></span>&nbsp;<span class="var-name">&$not_found</span>, <span class="var-type">object</span>&nbsp;<span class="var-name">$record</span>, <span class="var-type">reference</span>&nbsp;<span class="var-name">$prop</span>, <span class="var-type">reference</span>&nbsp;<span class="var-name">$not_found</span>, <span class="var-type">reference</span>&nbsp;<span class="var-name">$denied</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type">reference</span>
<span class="var-name">$prop</span><span class="var-description">: An XMLElement of the partly constructed response</span> </li>
<li>
<span class="var-type">reference</span>
<span class="var-name">$not_found</span><span class="var-description">: An XMLElement of properties which are not found</span> </li>
<li>
<span class="var-type">reference</span>
<span class="var-name">$denied</span><span class="var-description">: An XMLElement of properties to which access is denied</span> </li>
<li>
<span class="var-type">object</span>
<span class="var-name">$record</span><span class="var-description">: A record with a dav_name attribute which the properties apply to</span> </li>
<li>
<span class="var-type"></span>
<span class="var-name">&$prop</span> </li>
<li>
<span class="var-type"></span>
<span class="var-name">&$not_found</span> </li>
</ul>
</div>
<a name="functionadd_general_properties" id="functionadd_general_properties"><!-- --></a>
<div class="oddrow">
<div>
<img src="../../media/images/Function.png" />
<span class="method-title">add_general_properties</span> (line <span class="line-number">232</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Handles any properties related to the DAV::PRINCIPAL in the request</p>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
add_general_properties
</span>
(<span class="var-type"></span>&nbsp;<span class="var-name">&$prop</span>, <span class="var-type"></span>&nbsp;<span class="var-name">&$not_found</span>, <span class="var-type"></span>&nbsp;<span class="var-name">&$denied</span>, <span class="var-type"></span>&nbsp;<span class="var-name">$record</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$prefix</span> </li>
<span class="var-name">&$prop</span> </li>
<li>
<span class="var-type"></span>
<span class="var-name">$namespace</span> </li>
<span class="var-name">&$not_found</span> </li>
<li>
<span class="var-type"></span>
<span class="var-name">&$denied</span> </li>
<li>
<span class="var-type"></span>
<span class="var-name">$record</span> </li>
</ul>
</div>
<a name="functionadd_principal_properties" id="functionadd_principal_properties"><!-- --></a>
<div class="oddrow">
<div class="evenrow">
<div>
<img src="../../media/images/Function.png" />
<span class="method-title">add_principal_properties</span> (line <span class="line-number">285</span>)
<span class="method-title">add_principal_properties</span> (line <span class="line-number">184</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -151,52 +199,37 @@
</div>
<a name="functioncaldav_tag" id="functioncaldav_tag"><!-- --></a>
<div class="evenrow">
<div>
<img src="../../media/images/Function.png" />
<span class="method-title">caldav_tag</span> (line <span class="line-number">126</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
caldav_tag
</span>
(<span class="var-type"></span>&nbsp;<span class="var-name">$tag</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$tag</span> </li>
</ul>
</div>
<a name="functioncalendar_server_tag" id="functioncalendar_server_tag"><!-- --></a>
<a name="functionbuild_propstat_response" id="functionbuild_propstat_response"><!-- --></a>
<div class="oddrow">
<div>
<img src="../../media/images/Function.png" />
<span class="method-title">calendar_server_tag</span> (line <span class="line-number">120</span>)
<span class="method-title">build_propstat_response</span> (line <span class="line-number">297</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Build the &lt;propstat&gt;&lt;prop&gt;&lt;/prop&gt;&lt;status&gt;&lt;/status&gt;&lt;/propstat&gt; part of the response</p>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
calendar_server_tag
build_propstat_response
</span>
(<span class="var-type"></span>&nbsp;<span class="var-name">$tag</span>)
(<span class="var-type"></span>&nbsp;<span class="var-name">$prop</span>, <span class="var-type"></span>&nbsp;<span class="var-name">$not_found</span>, <span class="var-type"></span>&nbsp;<span class="var-name">$denied</span>, <span class="var-type"></span>&nbsp;<span class="var-name">$url</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$tag</span> </li>
<span class="var-name">$prop</span> </li>
<li>
<span class="var-type"></span>
<span class="var-name">$not_found</span> </li>
<li>
<span class="var-type"></span>
<span class="var-name">$denied</span> </li>
<li>
<span class="var-type"></span>
<span class="var-name">$url</span> </li>
</ul>
@ -206,7 +239,7 @@
<div>
<img src="../../media/images/Function.png" />
<span class="method-title">collection_to_xml</span> (line <span class="line-number">326</span>)
<span class="method-title">collection_to_xml</span> (line <span class="line-number">322</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -227,41 +260,12 @@
</div>
<a name="functionget_arbitrary_properties" id="functionget_arbitrary_properties"><!-- --></a>
<a name="functionget_collection" id="functionget_collection"><!-- --></a>
<div class="oddrow">
<div>
<img src="../../media/images/Function.png" />
<span class="method-title">get_arbitrary_properties</span> (line <span class="line-number">261</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Fetches any arbitrary properties that were requested by the PROPFIND into an array, which we return.</p>
<ul class="tags">
<li><span class="field">return:</span> The arbitrary properties.</li>
</ul>
<div class="method-signature">
<span class="method-result">array</span>
<span class="method-name">
get_arbitrary_properties
</span>
(<span class="var-type"></span>&nbsp;<span class="var-name">$dav_name</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$dav_name</span> </li>
</ul>
</div>
<a name="functionget_collection" id="functionget_collection"><!-- --></a>
<div class="evenrow">
<div>
<img src="../../media/images/Function.png" />
<span class="method-title">get_collection</span> (line <span class="line-number">659</span>)
<span class="method-title">get_collection</span> (line <span class="line-number">566</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -290,11 +294,11 @@
</div>
<a name="functionget_collection_contents" id="functionget_collection_contents"><!-- --></a>
<div class="oddrow">
<div class="evenrow">
<div>
<img src="../../media/images/Function.png" />
<span class="method-title">get_collection_contents</span> (line <span class="line-number">590</span>)
<span class="method-title">get_collection_contents</span> (line <span class="line-number">491</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -322,11 +326,11 @@
</div>
<a name="functionget_item" id="functionget_item"><!-- --></a>
<div class="evenrow">
<div class="oddrow">
<div>
<img src="../../media/images/Function.png" />
<span class="method-title">get_item</span> (line <span class="line-number">712</span>)
<span class="method-title">get_item</span> (line <span class="line-number">622</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -348,11 +352,11 @@
</div>
<a name="functionitem_to_xml" id="functionitem_to_xml"><!-- --></a>
<div class="oddrow">
<div class="evenrow">
<div>
<img src="../../media/images/Function.png" />
<span class="method-title">item_to_xml</span> (line <span class="line-number">493</span>)
<span class="method-title">item_to_xml</span> (line <span class="line-number">439</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -373,63 +377,12 @@
</div>
<a name="functionnamespace_array" id="functionnamespace_array"><!-- --></a>
<div class="evenrow">
<div>
<img src="../../media/images/Function.png" />
<span class="method-title">namespace_array</span> (line <span class="line-number">108</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
namespace_array
</span>
()
</div>
</div>
<a name="functionns_tag" id="functionns_tag"><!-- --></a>
<a name="functionprivileges" id="functionprivileges"><!-- --></a>
<div class="oddrow">
<div>
<img src="../../media/images/Function.png" />
<span class="method-title">ns_tag</span> (line <span class="line-number">50</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
ns_tag
</span>
(<span class="var-type"></span>&nbsp;<span class="var-name">$in_tag</span>, [<span class="var-type"></span>&nbsp;<span class="var-name">$namespace</span> = <span class="var-default">null</span>], [<span class="var-type"></span>&nbsp;<span class="var-name">$prefix</span> = <span class="var-default">null</span>])
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$in_tag</span> </li>
<li>
<span class="var-type"></span>
<span class="var-name">$namespace</span> </li>
<li>
<span class="var-type"></span>
<span class="var-name">$prefix</span> </li>
</ul>
</div>
<a name="functionprivileges" id="functionprivileges"><!-- --></a>
<div class="evenrow">
<div>
<img src="../../media/images/Function.png" />
<span class="method-title">privileges</span> (line <span class="line-number">247</span>)
<span class="method-title">privileges</span> (line <span class="line-number">138</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
@ -457,7 +410,7 @@
</div>
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:38 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:12 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>

View File

@ -28,7 +28,6 @@
<a class="index-letter" href="elementindex.html#i">i</a>
<a class="index-letter" href="elementindex.html#l">l</a>
<a class="index-letter" href="elementindex.html#m">m</a>
<a class="index-letter" href="elementindex.html#n">n</a>
<a class="index-letter" href="elementindex.html#o">o</a>
<a class="index-letter" href="elementindex.html#p">p</a>
<a class="index-letter" href="elementindex.html#r">r</a>
@ -74,10 +73,19 @@
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">add_namespace</span>
<span class="method-title">add_arbitrary_properties</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/propfind/_inc---caldav-PROPFIND.php.html#functionadd_namespace">add_namespace()</a> in caldav-PROPFIND.php</div>
<div class="index-item-details"><a href="davical/propfind/_inc---caldav-PROPFIND.php.html#functionadd_arbitrary_properties">add_arbitrary_properties()</a> in caldav-PROPFIND.php</div>
<div class="index-item-description">Adds any arbitrary properties that were requested by the PROPFIND into the response.</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">add_general_properties</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/propfind/_inc---caldav-PROPFIND.php.html#functionadd_general_properties">add_general_properties()</a> in caldav-PROPFIND.php</div>
<div class="index-item-description">Handles any properties related to the DAV::PRINCIPAL in the request</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
@ -219,6 +227,14 @@
<div class="index-item-details"><a href="davical/_inc---caldav-REPORT-calquery.php.html#functionBuildSqlFilter">BuildSqlFilter()</a> in caldav-REPORT-calquery.php</div>
<div class="index-item-description">Build an SQL 'WHERE' clause which implements (parts of) the filter. The elements of the filter which are implemented in the SQL will be removed.</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">build_propstat_response</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/propfind/_inc---caldav-PROPFIND.php.html#functionbuild_propstat_response">build_propstat_response()</a> in caldav-PROPFIND.php</div>
<div class="index-item-description">Build the &lt;propstat&gt;&lt;prop&gt;&lt;/prop&gt;&lt;status&gt;&lt;/status&gt;&lt;/propstat&gt; part of the response</div>
</dd>
</dl>
<a name="c"></a>
<div class="index-letter-section">
@ -259,12 +275,28 @@
</dd>
<dt class="field">
<img src="media/images/Variable.png" alt="Variable" title="Variable" />
<span class="var-title">$collection_type</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/Request/CalDAVRequest.html#var$collection_type">CalDAVRequest::$collection_type</a> in CalDAVRequest.php</div>
<div class="index-item-description">The type of collection being requested:</div>
</dd>
<dt class="field">
<img src="media/images/Variable.png" alt="Variable" title="Variable" />
<span class="var-title">$curl</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#var$curl">CalDAVClient::$curl</a> in caldav-client.php</div>
<div class="index-item-description">Our cURL connection</div>
</dd>
<dt class="field">
<img src="media/images/Variable.png" alt="Variable" title="Variable" />
<span class="var-title">$current_user_principal_xml</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/Request/CalDAVRequest.html#var$current_user_principal_xml">CalDAVRequest::$current_user_principal_xml</a> in CalDAVRequest.php</div>
<div class="index-item-description">The 'current_user_principal_xml' the DAV:current-user-principal answer. An XMLElement object with an &lt;href&gt; or &lt;unauthenticated&gt; fragment.</div>
</dd>
<dt class="field">
<img src="media/images/Constructor.png" alt="Method" title="Method" />
<span class="method-title">CalDAVClient</span>
@ -281,14 +313,6 @@
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html">CalDAVClient</a> in caldav-client.php</div>
<div class="index-item-description">A class for accessing DAViCal via CalDAV, as a client</div>
</dd>
<dt class="field">
<img src="media/images/Constructor.png" alt="Method" title="Method" />
<span class="method-title">CalDAVPrincipal</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/Principal/CalDAVPrincipal.html#methodCalDAVPrincipal">CalDAVPrincipal::CalDAVPrincipal()</a> in CalDAVPrincipal.php</div>
<div class="index-item-description">Constructor</div>
</dd>
<dt class="field">
<img src="media/images/Class.png" alt="Class" title="Class" />
CalDAVPrincipal
@ -297,6 +321,14 @@
<div class="index-item-details"><a href="davical/Principal/CalDAVPrincipal.html">CalDAVPrincipal</a> in CalDAVPrincipal.php</div>
<div class="index-item-description">A class for things to do with a DAV Principal</div>
</dd>
<dt class="field">
<img src="media/images/Constructor.png" alt="Method" title="Method" />
<span class="method-title">CalDAVPrincipal</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/Principal/CalDAVPrincipal.html#methodCalDAVPrincipal">CalDAVPrincipal::CalDAVPrincipal()</a> in CalDAVPrincipal.php</div>
<div class="index-item-description">Constructor</div>
</dd>
<dt class="field">
<img src="media/images/Class.png" alt="Class" title="Class" />
CalDAVRequest
@ -315,20 +347,6 @@
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">caldav_tag</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/propfind/_inc---caldav-PROPFIND.php.html#functioncaldav_tag">caldav_tag()</a> in caldav-PROPFIND.php</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">calendar_server_tag</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/propfind/_inc---caldav-PROPFIND.php.html#functioncalendar_server_tag">calendar_server_tag()</a> in caldav-PROPFIND.php</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">calendar_to_xml</span>
</dt>
<dd class="index-item-body">
@ -371,7 +389,7 @@
<span class="method-title">controlRequestContainer</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/_inc---caldav-PUT-functions.php.html#functioncontrolRequestContainer">controlRequestContainer()</a> in caldav-PUT-functions.php</div>
<div class="index-item-details"><a href="davical/caldav/_inc---caldav-PUT-functions.php.html#functioncontrolRequestContainer">controlRequestContainer()</a> in caldav-PUT-functions.php</div>
<div class="index-item-description">Work out the location we are doing the PUT to, and check that we have the rights to do the needful.</div>
</dd>
<dt class="field">
@ -390,6 +408,14 @@
<div class="index-item-details"><a href="davical/authentication/_inc---auth-functions.php.html#functionCreateHomeCalendar">CreateHomeCalendar()</a> in auth-functions.php</div>
<div class="index-item-description">Create a default home calendar for the user.</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">create_scheduling_requests</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/caldav/_inc---caldav-PUT-functions.php.html#functioncreate_scheduling_requests">create_scheduling_requests()</a> in caldav-PUT-functions.php</div>
<div class="index-item-description">Create scheduling requests in the schedule inbox for the</div>
</dd>
<dt class="field">
<img src="media/images/Page.png" alt="Page" title="Page" />
<span class="include-title">caldav.php</span>
@ -448,6 +474,13 @@
</dd>
<dt class="field">
<img src="media/images/Page.png" alt="Page" title="Page" />
<span class="include-title">caldav-POST.php</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/caldav/_inc---caldav-POST.php.html">caldav-POST.php</a> in caldav-POST.php</div>
</dd>
<dt class="field">
<img src="media/images/Page.png" alt="Page" title="Page" />
<span class="include-title">caldav-PROPFIND.php</span>
</dt>
<dd class="index-item-body">
@ -465,7 +498,7 @@
<span class="include-title">caldav-PUT-functions.php</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/_inc---caldav-PUT-functions.php.html">caldav-PUT-functions.php</a> in caldav-PUT-functions.php</div>
<div class="index-item-details"><a href="davical/caldav/_inc---caldav-PUT-functions.php.html">caldav-PUT-functions.php</a> in caldav-PUT-functions.php</div>
</dd>
<dt class="field">
<img src="media/images/Page.png" alt="Page" title="Page" />
@ -546,6 +579,20 @@
<div class="index-item-details"><a href="davical/Request/CalDAVRequest.html#var$depth">CalDAVRequest::$depth</a> in CalDAVRequest.php</div>
<div class="index-item-description">The depth parameter from the request headers, coerced into a valid integer: 0, 1 or DEPTH_INFINITY which is defined above. The default is set per various RFCs.</div>
</dd>
<dt class="field">
<img src="media/images/Variable.png" alt="Variable" title="Variable" />
<span class="var-title">$description</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/RRuleTest.html#var$description">RRuleTest::$description</a> in test-RRULE.php</div>
</dd>
<dt class="field">
<img src="media/images/Variable.png" alt="Variable" title="Variable" />
<span class="var-title">$dtstart</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/RRuleTest.html#var$dtstart">RRuleTest::$dtstart</a> in test-RRULE.php</div>
</dd>
<dt class="field">
<img src="media/images/Method.png" alt="Method" title="Method" />
<span class="method-title">DateDifference</span>
@ -723,6 +770,20 @@
<div style="clear: both"></div>
</div>
<dl>
<dt class="field">
<img src="media/images/Variable.png" alt="Variable" title="Variable" />
<span class="var-title">$group_membership</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/Principal/CalDAVPrincipal.html#var$group_membership">CalDAVPrincipal::$group_membership</a> in CalDAVPrincipal.php</div>
</dd>
<dt class="field">
<img src="media/images/Variable.png" alt="Variable" title="Variable" />
<span class="var-title">$group_member_set</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/Principal/CalDAVPrincipal.html#var$group_member_set">CalDAVPrincipal::$group_member_set</a> in CalDAVPrincipal.php</div>
</dd>
<dt class="field">
<img src="media/images/Method.png" alt="Method" title="Method" />
<span class="method-title">getAllUsers</span>
@ -816,16 +877,16 @@
<span class="method-title">GetRoles</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/HTTPAuthSession/HTTPAuthSession.html#methodGetRoles">HTTPAuthSession::GetRoles()</a> in HTTPAuthSession.php</div>
<div class="index-item-description">Internal function used to get the user's roles from the database.</div>
<div class="index-item-details"><a href="davical/RSCDSSession/RSCDSSession.html#methodGetRoles">RSCDSSession::GetRoles()</a> in RSCDSSession.php</div>
<div class="index-item-description">Method used to get the user's roles</div>
</dd>
<dt class="field">
<img src="media/images/Method.png" alt="Method" title="Method" />
<span class="method-title">GetRoles</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/RSCDSSession/RSCDSSession.html#methodGetRoles">RSCDSSession::GetRoles()</a> in RSCDSSession.php</div>
<div class="index-item-description">Method used to get the user's roles</div>
<div class="index-item-details"><a href="davical/HTTPAuthSession/HTTPAuthSession.html#methodGetRoles">HTTPAuthSession::GetRoles()</a> in HTTPAuthSession.php</div>
<div class="index-item-description">Internal function used to get the user's roles from the database.</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
@ -877,14 +938,6 @@
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">get_arbitrary_properties</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/propfind/_inc---caldav-PROPFIND.php.html#functionget_arbitrary_properties">get_arbitrary_properties()</a> in caldav-PROPFIND.php</div>
<div class="index-item-description">Fetches any arbitrary properties that were requested by the PROPFIND into an array, which we return.</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">get_collection</span>
</dt>
<dd class="index-item-body">
@ -938,6 +991,13 @@
<div class="index-item-details"><a href="davical/RSCDSUser/RSCDSUser.html#methodHandleAction">RSCDSUser::HandleAction()</a> in RSCDSUser.php</div>
<div class="index-item-description">Handle any unusual actions we might invent</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">handle_freebusy_request</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/caldav/_inc---caldav-POST.php.html#functionhandle_freebusy_request">handle_freebusy_request()</a> in caldav-POST.php</div>
</dd>
<dt class="field">
<img src="media/images/Page.png" alt="Page" title="Page" />
<span class="include-title">help.php</span>
@ -1011,7 +1071,7 @@
<span class="method-title">import_collection</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/_inc---caldav-PUT-functions.php.html#functionimport_collection">import_collection()</a> in caldav-PUT-functions.php</div>
<div class="index-item-details"><a href="davical/caldav/_inc---caldav-PUT-functions.php.html#functionimport_collection">import_collection()</a> in caldav-PUT-functions.php</div>
<div class="index-item-description">This function will import a whole calendar</div>
</dd>
<dt class="field">
@ -1155,28 +1215,6 @@
<div class="index-item-description">Given a MonthDays string like &quot;1MO&quot;, &quot;-2WE&quot; return an integer day of the month.</div>
</dd>
</dl>
<a name="n"></a>
<div class="index-letter-section">
<div style="float: left" class="index-letter-title">n</div>
<div style="float: right"><a href="#top">top</a></div>
<div style="clear: both"></div>
</div>
<dl>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">namespace_array</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/propfind/_inc---caldav-PROPFIND.php.html#functionnamespace_array">namespace_array()</a> in caldav-PROPFIND.php</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">ns_tag</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/propfind/_inc---caldav-PROPFIND.php.html#functionns_tag">ns_tag()</a> in caldav-PROPFIND.php</div>
</dd>
</dl>
<a name="o"></a>
<div class="index-letter-section">
<div style="float: left" class="index-letter-title">o</div>
@ -1251,12 +1289,11 @@
<div class="index-item-description">Parse the HTTP Digest Auth Header</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">principal_to_xml</span>
<img src="media/images/Method.png" alt="Method" title="Method" />
<span class="method-title">PHPTest</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/_inc---caldav-REPORT-principal.php.html#functionprincipal_to_xml">principal_to_xml()</a> in caldav-REPORT-principal.php</div>
<div class="index-item-description">Return XML for a single Principal (user) from the DB TODO: Refactor this functionality into the CalDAVPrincipal object</div>
<div class="index-item-details"><a href="davical/RRuleTest.html#methodPHPTest">RRuleTest::PHPTest()</a> in test-RRULE.php</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
@ -1271,7 +1308,7 @@
<span class="method-title">public_events_only</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/_inc---caldav-PUT-functions.php.html#functionpublic_events_only">public_events_only()</a> in caldav-PUT-functions.php</div>
<div class="index-item-details"><a href="davical/caldav/_inc---caldav-PUT-functions.php.html#functionpublic_events_only">public_events_only()</a> in caldav-PUT-functions.php</div>
<div class="index-item-description">Check if this collection should force all events to be PUBLIC.</div>
</dd>
<dt class="field">
@ -1279,7 +1316,7 @@
<span class="method-title">putCalendarResource</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/_inc---caldav-PUT-functions.php.html#functionputCalendarResource">putCalendarResource()</a> in caldav-PUT-functions.php</div>
<div class="index-item-details"><a href="davical/caldav/_inc---caldav-PUT-functions.php.html#functionputCalendarResource">putCalendarResource()</a> in caldav-PUT-functions.php</div>
<div class="index-item-description">Put the resource from this request</div>
</dd>
</dl>
@ -1298,6 +1335,20 @@
<div class="index-item-details"><a href="davical/Request/CalDAVRequest.html#var$raw_post">CalDAVRequest::$raw_post</a> in CalDAVRequest.php</div>
<div class="index-item-description">The raw data sent along with the request</div>
</dd>
<dt class="field">
<img src="media/images/Variable.png" alt="Variable" title="Variable" />
<span class="var-title">$recur</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/RRuleTest.html#var$recur">RRuleTest::$recur</a> in test-RRULE.php</div>
</dd>
<dt class="field">
<img src="media/images/Variable.png" alt="Variable" title="Variable" />
<span class="var-title">$result_description</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/RRuleTest.html#var$result_description">RRuleTest::$result_description</a> in test-RRULE.php</div>
</dd>
<dt class="field">
<img src="media/images/Page.png" alt="Page" title="Page" />
<span class="include-title">relationship_types.php</span>
@ -1335,6 +1386,14 @@
</dd>
<dt class="field">
<img src="media/images/Method.png" alt="Method" title="Method" />
<span class="method-title">Render</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/RSCDSUser/RSCDSUser.html#methodRender">RSCDSUser::Render()</a> in RSCDSUser.php</div>
<div class="index-item-description">Render the form / viewer as HTML to show the user</div>
</dd>
<dt class="field">
<img src="media/images/Method.png" alt="Method" title="Method" />
<span class="method-title">render</span>
</dt>
<dd class="index-item-body">
@ -1345,16 +1404,16 @@
<span class="method-title">Render</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/RSCDSUser/RSCDSUser.html#methodRender">RSCDSUser::Render()</a> in RSCDSUser.php</div>
<div class="index-item-description">Render the form / viewer as HTML to show the user</div>
<div class="index-item-details"><a href="awl/caldav/iCalDate.html#methodRender">iCalDate::Render()</a> in RRule.php</div>
<div class="index-item-description">Set the day of week used for calculation of week starts</div>
</dd>
<dt class="field">
<img src="media/images/Method.png" alt="Method" title="Method" />
<span class="method-title">Render</span>
<span class="method-title">RenderAsXML</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="awl/caldav/iCalDate.html#methodRender">iCalDate::Render()</a> in RRule.php</div>
<div class="index-item-description">Set the day of week used for calculation of week starts</div>
<div class="index-item-details"><a href="davical/Principal/CalDAVPrincipal.html#methodRenderAsXML">CalDAVPrincipal::RenderAsXML()</a> in CalDAVPrincipal.php</div>
<div class="index-item-description">Render XML for a single Principal (user) from the DB</div>
</dd>
<dt class="field">
<img src="media/images/Method.png" alt="Method" title="Method" />
@ -1381,6 +1440,14 @@
</dd>
<dt class="field">
<img src="media/images/Method.png" alt="Method" title="Method" />
<span class="method-title">RenderPrivileges</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/Principal/CalDAVPrincipal.html#methodRenderPrivileges">CalDAVPrincipal::RenderPrivileges()</a> in CalDAVPrincipal.php</div>
<div class="index-item-description">Returns the array of privilege names converted into XMLElements</div>
</dd>
<dt class="field">
<img src="media/images/Method.png" alt="Method" title="Method" />
<span class="method-title">RenderRelationshipsFrom</span>
</dt>
<dd class="index-item-body">
@ -1415,7 +1482,7 @@
<span class="method-title">rollback_on_error</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/_inc---caldav-PUT-functions.php.html#functionrollback_on_error">rollback_on_error()</a> in caldav-PUT-functions.php</div>
<div class="index-item-details"><a href="davical/caldav/_inc---caldav-PUT-functions.php.html#functionrollback_on_error">rollback_on_error()</a> in caldav-PUT-functions.php</div>
<div class="index-item-description">This function launches an error</div>
</dd>
<dt class="field">
@ -1436,11 +1503,17 @@
</dd>
<dt class="field">
<img src="media/images/Class.png" alt="Class" title="Class" />
RSCDSSession
RRuleTest
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/RSCDSSession/RSCDSSession.html">RSCDSSession</a> in RSCDSSession.php</div>
<div class="index-item-description">A class for creating and holding session information.</div>
<div class="index-item-details"><a href="davical/RRuleTest.html">RRuleTest</a> in test-RRULE.php</div>
</dd>
<dt class="field">
<img src="media/images/Constructor.png" alt="Method" title="Method" />
<span class="method-title">RRuleTest</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/RRuleTest.html#methodRRuleTest">RRuleTest::RRuleTest()</a> in test-RRULE.php</div>
</dd>
<dt class="field">
<img src="media/images/Constructor.png" alt="Method" title="Method" />
@ -1450,6 +1523,14 @@
<div class="index-item-details"><a href="davical/RSCDSSession/RSCDSSession.html#methodRSCDSSession">RSCDSSession::RSCDSSession()</a> in RSCDSSession.php</div>
<div class="index-item-description">Create a new RSCDSSession object.</div>
</dd>
<dt class="field">
<img src="media/images/Class.png" alt="Class" title="Class" />
RSCDSSession
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/RSCDSSession/RSCDSSession.html">RSCDSSession</a> in RSCDSSession.php</div>
<div class="index-item-description">A class for creating and holding session information.</div>
</dd>
<dt class="field">
<img src="media/images/Constructor.png" alt="Method" title="Method" />
<span class="method-title">RSCDSUser</span>
@ -1594,12 +1675,11 @@
<div class="index-item-description">Process a filter fragment returning an SQL fragment</div>
</dd>
<dt class="field">
<img src="media/images/Constructor.png" alt="Method" title="Method" />
<span class="method-title">squidPamDrivers</span>
<img src="media/images/Method.png" alt="Method" title="Method" />
<span class="method-title">SQLTest</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/ldap/squidPamDrivers.html#methodsquidPamDrivers">squidPamDrivers::squidPamDrivers()</a> in drivers_squid_pam.php</div>
<div class="index-item-description">Constructor.</div>
<div class="index-item-details"><a href="davical/RRuleTest.html#methodSQLTest">RRuleTest::SQLTest()</a> in test-RRULE.php</div>
</dd>
<dt class="field">
<img src="media/images/Class.png" alt="Class" title="Class" />
@ -1608,6 +1688,14 @@
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/ldap/squidPamDrivers.html">squidPamDrivers</a> in drivers_squid_pam.php</div>
</dd>
<dt class="field">
<img src="media/images/Constructor.png" alt="Method" title="Method" />
<span class="method-title">squidPamDrivers</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/ldap/squidPamDrivers.html#methodsquidPamDrivers">squidPamDrivers::squidPamDrivers()</a> in drivers_squid_pam.php</div>
<div class="index-item-description">Constructor.</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">SQUID_PAM_check</span>
@ -1771,6 +1859,14 @@
</dd>
<dt class="field">
<img src="media/images/Method.png" alt="Method" title="Method" />
<span class="method-title">UsernameFromEMail</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/Principal/CalDAVPrincipal.html#methodUsernameFromEMail">CalDAVPrincipal::UsernameFromEMail()</a> in CalDAVPrincipal.php</div>
<div class="index-item-description">Work out the username, based on the given e-mail</div>
</dd>
<dt class="field">
<img src="media/images/Method.png" alt="Method" title="Method" />
<span class="method-title">UsernameFromPath</span>
</dt>
<dd class="index-item-body">
@ -1943,7 +2039,6 @@
<a class="index-letter" href="elementindex.html#i">i</a>
<a class="index-letter" href="elementindex.html#l">l</a>
<a class="index-letter" href="elementindex.html#m">m</a>
<a class="index-letter" href="elementindex.html#n">n</a>
<a class="index-letter" href="elementindex.html#o">o</a>
<a class="index-letter" href="elementindex.html#p">p</a>
<a class="index-letter" href="elementindex.html#r">r</a>

View File

@ -27,7 +27,6 @@
<a class="index-letter" href="elementindex_davical.html#i">i</a>
<a class="index-letter" href="elementindex_davical.html#l">l</a>
<a class="index-letter" href="elementindex_davical.html#m">m</a>
<a class="index-letter" href="elementindex_davical.html#n">n</a>
<a class="index-letter" href="elementindex_davical.html#o">o</a>
<a class="index-letter" href="elementindex_davical.html#p">p</a>
<a class="index-letter" href="elementindex_davical.html#r">r</a>
@ -127,10 +126,19 @@
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">add_namespace</span>
<span class="method-title">add_arbitrary_properties</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/propfind/_inc---caldav-PROPFIND.php.html#functionadd_namespace">add_namespace()</a> in caldav-PROPFIND.php</div>
<div class="index-item-details"><a href="davical/propfind/_inc---caldav-PROPFIND.php.html#functionadd_arbitrary_properties">add_arbitrary_properties()</a> in caldav-PROPFIND.php</div>
<div class="index-item-description">Adds any arbitrary properties that were requested by the PROPFIND into the response.</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">add_general_properties</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/propfind/_inc---caldav-PROPFIND.php.html#functionadd_general_properties">add_general_properties()</a> in caldav-PROPFIND.php</div>
<div class="index-item-description">Handles any properties related to the DAV::PRINCIPAL in the request</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
@ -195,6 +203,14 @@
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/Principal/CalDAVPrincipal.html#var$by_email">CalDAVPrincipal::$by_email</a> in CalDAVPrincipal.php</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">build_propstat_response</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/propfind/_inc---caldav-PROPFIND.php.html#functionbuild_propstat_response">build_propstat_response()</a> in caldav-PROPFIND.php</div>
<div class="index-item-description">Build the &lt;propstat&gt;&lt;prop&gt;&lt;/prop&gt;&lt;status&gt;&lt;/status&gt;&lt;/propstat&gt; part of the response</div>
</dd>
</dl>
<a name="c"></a>
<div class="index-letter-section">
@ -218,14 +234,6 @@
<div class="index-item-details"><a href="davical/_inc---always.php.html#functionConstructURL">ConstructURL()</a> in always.php</div>
<div class="index-item-description">Construct a URL from the supplied dav_name</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">controlRequestContainer</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/_inc---caldav-PUT-functions.php.html#functioncontrolRequestContainer">controlRequestContainer()</a> in caldav-PUT-functions.php</div>
<div class="index-item-description">Work out the location we are doing the PUT to, and check that we have the rights to do the needful.</div>
</dd>
<dt class="field">
<img src="media/images/Page.png" alt="Page" title="Page" />
<span class="include-title">collection.php</span>
@ -242,13 +250,6 @@
</dd>
<dt class="field">
<img src="media/images/Page.png" alt="Page" title="Page" />
<span class="include-title">caldav-PUT-functions.php</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/_inc---caldav-PUT-functions.php.html">caldav-PUT-functions.php</a> in caldav-PUT-functions.php</div>
</dd>
<dt class="field">
<img src="media/images/Page.png" alt="Page" title="Page" />
<span class="include-title">caldav-REPORT-calquery.php</span>
</dt>
<dd class="index-item-body">
@ -306,6 +307,22 @@
<div class="index-item-details"><a href="davical/caldav/_inc---caldav-REPORT.php.html#functioncalendar_to_xml">calendar_to_xml()</a> in caldav-REPORT.php</div>
<div class="index-item-description">Return XML for a single calendar (or todo) entry from the DB</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">controlRequestContainer</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/caldav/_inc---caldav-PUT-functions.php.html#functioncontrolRequestContainer">controlRequestContainer()</a> in caldav-PUT-functions.php</div>
<div class="index-item-description">Work out the location we are doing the PUT to, and check that we have the rights to do the needful.</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">create_scheduling_requests</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/caldav/_inc---caldav-PUT-functions.php.html#functioncreate_scheduling_requests">create_scheduling_requests()</a> in caldav-PUT-functions.php</div>
<div class="index-item-description">Create scheduling requests in the schedule inbox for the</div>
</dd>
<dt class="field">
<img src="media/images/Page.png" alt="Page" title="Page" />
<span class="include-title">caldav.php</span>
@ -343,6 +360,13 @@
</dd>
<dt class="field">
<img src="media/images/Page.png" alt="Page" title="Page" />
<span class="include-title">caldav-POST.php</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/caldav/_inc---caldav-POST.php.html">caldav-POST.php</a> in caldav-POST.php</div>
</dd>
<dt class="field">
<img src="media/images/Page.png" alt="Page" title="Page" />
<span class="include-title">caldav-PROPPATCH.php</span>
</dt>
<dd class="index-item-body">
@ -350,6 +374,13 @@
</dd>
<dt class="field">
<img src="media/images/Page.png" alt="Page" title="Page" />
<span class="include-title">caldav-PUT-functions.php</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/caldav/_inc---caldav-PUT-functions.php.html">caldav-PUT-functions.php</a> in caldav-PUT-functions.php</div>
</dd>
<dt class="field">
<img src="media/images/Page.png" alt="Page" title="Page" />
<span class="include-title">caldav-PUT.php</span>
</dt>
<dd class="index-item-body">
@ -402,20 +433,6 @@
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">caldav_tag</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/propfind/_inc---caldav-PROPFIND.php.html#functioncaldav_tag">caldav_tag()</a> in caldav-PROPFIND.php</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">calendar_server_tag</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/propfind/_inc---caldav-PROPFIND.php.html#functioncalendar_server_tag">calendar_server_tag()</a> in caldav-PROPFIND.php</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">collection_to_xml</span>
</dt>
<dd class="index-item-body">
@ -446,12 +463,20 @@
<div class="index-item-description">The path corresponding to the collection_id</div>
</dd>
<dt class="field">
<img src="media/images/Class.png" alt="Class" title="Class" />
CalDAVRequest
<img src="media/images/Variable.png" alt="Variable" title="Variable" />
<span class="var-title">$collection_type</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/Request/CalDAVRequest.html">CalDAVRequest</a> in CalDAVRequest.php</div>
<div class="index-item-description">A class for collecting things to do with this request.</div>
<div class="index-item-details"><a href="davical/Request/CalDAVRequest.html#var$collection_type">CalDAVRequest::$collection_type</a> in CalDAVRequest.php</div>
<div class="index-item-description">The type of collection being requested:</div>
</dd>
<dt class="field">
<img src="media/images/Variable.png" alt="Variable" title="Variable" />
<span class="var-title">$current_user_principal_xml</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/Request/CalDAVRequest.html#var$current_user_principal_xml">CalDAVRequest::$current_user_principal_xml</a> in CalDAVRequest.php</div>
<div class="index-item-description">The 'current_user_principal_xml' the DAV:current-user-principal answer. An XMLElement object with an &lt;href&gt; or &lt;unauthenticated&gt; fragment.</div>
</dd>
<dt class="field">
<img src="media/images/Constructor.png" alt="Method" title="Method" />
@ -461,6 +486,14 @@
<div class="index-item-details"><a href="davical/Request/CalDAVRequest.html#methodCalDAVRequest">CalDAVRequest::CalDAVRequest()</a> in CalDAVRequest.php</div>
<div class="index-item-description">Create a new CalDAVRequest object.</div>
</dd>
<dt class="field">
<img src="media/images/Class.png" alt="Class" title="Class" />
CalDAVRequest
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/Request/CalDAVRequest.html">CalDAVRequest</a> in CalDAVRequest.php</div>
<div class="index-item-description">A class for collecting things to do with this request.</div>
</dd>
<dt class="field">
<img src="media/images/Page.png" alt="Page" title="Page" />
<span class="include-title">CalDAVRequest.php</span>
@ -476,6 +509,20 @@
<div style="clear: both"></div>
</div>
<dl>
<dt class="field">
<img src="media/images/Variable.png" alt="Variable" title="Variable" />
<span class="var-title">$description</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/RRuleTest.html#var$description">RRuleTest::$description</a> in test-RRULE.php</div>
</dd>
<dt class="field">
<img src="media/images/Variable.png" alt="Variable" title="Variable" />
<span class="var-title">$dtstart</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/RRuleTest.html#var$dtstart">RRuleTest::$dtstart</a> in test-RRULE.php</div>
</dd>
<dt class="field">
<img src="media/images/Page.png" alt="Page" title="Page" />
<span class="include-title">davical_configuration_missing.php</span>
@ -623,12 +670,18 @@
<div class="index-item-description">A generic function to create and fetch static objects</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">get_arbitrary_properties</span>
<img src="media/images/Variable.png" alt="Variable" title="Variable" />
<span class="var-title">$group_membership</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/propfind/_inc---caldav-PROPFIND.php.html#functionget_arbitrary_properties">get_arbitrary_properties()</a> in caldav-PROPFIND.php</div>
<div class="index-item-description">Fetches any arbitrary properties that were requested by the PROPFIND into an array, which we return.</div>
<div class="index-item-details"><a href="davical/Principal/CalDAVPrincipal.html#var$group_membership">CalDAVPrincipal::$group_membership</a> in CalDAVPrincipal.php</div>
</dd>
<dt class="field">
<img src="media/images/Variable.png" alt="Variable" title="Variable" />
<span class="var-title">$group_member_set</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/Principal/CalDAVPrincipal.html#var$group_member_set">CalDAVPrincipal::$group_member_set</a> in CalDAVPrincipal.php</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
@ -709,6 +762,13 @@
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/_htdocs---help.php.html">help.php</a> in help.php</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">handle_freebusy_request</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/caldav/_inc---caldav-POST.php.html#functionhandle_freebusy_request">handle_freebusy_request()</a> in caldav-POST.php</div>
</dd>
<dt class="field">
<img src="media/images/Constructor.png" alt="Method" title="Method" />
<span class="method-title">HTTPAuthSession</span>
@ -755,14 +815,6 @@
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/_htdocs---index.php.html">index.php</a> in index.php</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">import_collection</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/_inc---caldav-PUT-functions.php.html#functionimport_collection">import_collection()</a> in caldav-PUT-functions.php</div>
<div class="index-item-description">This function will import a whole calendar</div>
</dd>
<dt class="field">
<img src="media/images/Page.png" alt="Page" title="Page" />
<span class="include-title">interactive-page.php</span>
@ -770,6 +822,14 @@
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/_inc---interactive-page.php.html">interactive-page.php</a> in interactive-page.php</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">import_collection</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/caldav/_inc---caldav-PUT-functions.php.html#functionimport_collection">import_collection()</a> in caldav-PUT-functions.php</div>
<div class="index-item-description">This function will import a whole calendar</div>
</dd>
<dt class="field">
<img src="media/images/Method.png" alt="Method" title="Method" />
<span class="method-title">InitialiseRecord</span>
@ -895,28 +955,6 @@
<div class="index-item-description">The HTTP request method: PROPFIND, LOCK, REPORT, OPTIONS, etc...</div>
</dd>
</dl>
<a name="n"></a>
<div class="index-letter-section">
<div style="float: left" class="index-letter-title">n</div>
<div style="float: right"><a href="#top">top</a></div>
<div style="clear: both"></div>
</div>
<dl>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">namespace_array</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/propfind/_inc---caldav-PROPFIND.php.html#functionnamespace_array">namespace_array()</a> in caldav-PROPFIND.php</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">ns_tag</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/propfind/_inc---caldav-PROPFIND.php.html#functionns_tag">ns_tag()</a> in caldav-PROPFIND.php</div>
</dd>
</dl>
<a name="o"></a>
<div class="index-letter-section">
<div style="float: left" class="index-letter-title">o</div>
@ -961,28 +999,11 @@
<div class="index-item-details"><a href="davical/_inc---page-header.php.html">page-header.php</a> in page-header.php</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">principal_to_xml</span>
<img src="media/images/Method.png" alt="Method" title="Method" />
<span class="method-title">PHPTest</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/_inc---caldav-REPORT-principal.php.html#functionprincipal_to_xml">principal_to_xml()</a> in caldav-REPORT-principal.php</div>
<div class="index-item-description">Return XML for a single Principal (user) from the DB TODO: Refactor this functionality into the CalDAVPrincipal object</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">public_events_only</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/_inc---caldav-PUT-functions.php.html#functionpublic_events_only">public_events_only()</a> in caldav-PUT-functions.php</div>
<div class="index-item-description">Check if this collection should force all events to be PUBLIC.</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">putCalendarResource</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/_inc---caldav-PUT-functions.php.html#functionputCalendarResource">putCalendarResource()</a> in caldav-PUT-functions.php</div>
<div class="index-item-description">Put the resource from this request</div>
<div class="index-item-details"><a href="davical/RRuleTest.html#methodPHPTest">RRuleTest::PHPTest()</a> in test-RRULE.php</div>
</dd>
<dt class="field">
<img src="media/images/Page.png" alt="Page" title="Page" />
@ -991,6 +1012,22 @@
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/caldav/_htdocs---public.php.html">public.php</a> in public.php</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">public_events_only</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/caldav/_inc---caldav-PUT-functions.php.html#functionpublic_events_only">public_events_only()</a> in caldav-PUT-functions.php</div>
<div class="index-item-description">Check if this collection should force all events to be PUBLIC.</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">putCalendarResource</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/caldav/_inc---caldav-PUT-functions.php.html#functionputCalendarResource">putCalendarResource()</a> in caldav-PUT-functions.php</div>
<div class="index-item-description">Put the resource from this request</div>
</dd>
<dt class="field">
<img src="media/images/Method.png" alt="Method" title="Method" />
<span class="method-title">ParseDigestHeader</span>
@ -1023,6 +1060,20 @@
<div style="clear: both"></div>
</div>
<dl>
<dt class="field">
<img src="media/images/Variable.png" alt="Variable" title="Variable" />
<span class="var-title">$recur</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/RRuleTest.html#var$recur">RRuleTest::$recur</a> in test-RRULE.php</div>
</dd>
<dt class="field">
<img src="media/images/Variable.png" alt="Variable" title="Variable" />
<span class="var-title">$result_description</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/RRuleTest.html#var$result_description">RRuleTest::$result_description</a> in test-RRULE.php</div>
</dd>
<dt class="field">
<img src="media/images/Page.png" alt="Page" title="Page" />
<span class="include-title">relationship_types.php</span>
@ -1037,12 +1088,26 @@
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/_htdocs---roles.php.html">roles.php</a> in roles.php</div>
</dd>
<dt class="field">
<img src="media/images/Constructor.png" alt="Method" title="Method" />
<span class="method-title">RRuleTest</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/RRuleTest.html#methodRRuleTest">RRuleTest::RRuleTest()</a> in test-RRULE.php</div>
</dd>
<dt class="field">
<img src="media/images/Class.png" alt="Class" title="Class" />
RRuleTest
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/RRuleTest.html">RRuleTest</a> in test-RRULE.php</div>
</dd>
<dt class="field">
<img src="media/images/Function.png" alt="Function" title="Function" />
<span class="method-title">rollback_on_error</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/_inc---caldav-PUT-functions.php.html#functionrollback_on_error">rollback_on_error()</a> in caldav-PUT-functions.php</div>
<div class="index-item-details"><a href="davical/caldav/_inc---caldav-PUT-functions.php.html#functionrollback_on_error">rollback_on_error()</a> in caldav-PUT-functions.php</div>
<div class="index-item-description">This function launches an error</div>
</dd>
<dt class="field">
@ -1053,6 +1118,22 @@
<div class="index-item-details"><a href="davical/ldap/ldapDrivers.html#methodrequestUser">ldapDrivers::requestUser()</a> in drivers_ldap.php</div>
<div class="index-item-description">Returns the result of the LDAP query</div>
</dd>
<dt class="field">
<img src="media/images/Method.png" alt="Method" title="Method" />
<span class="method-title">RenderAsXML</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/Principal/CalDAVPrincipal.html#methodRenderAsXML">CalDAVPrincipal::RenderAsXML()</a> in CalDAVPrincipal.php</div>
<div class="index-item-description">Render XML for a single Principal (user) from the DB</div>
</dd>
<dt class="field">
<img src="media/images/Method.png" alt="Method" title="Method" />
<span class="method-title">RenderPrivileges</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/Principal/CalDAVPrincipal.html#methodRenderPrivileges">CalDAVPrincipal::RenderPrivileges()</a> in CalDAVPrincipal.php</div>
<div class="index-item-description">Returns the array of privilege names converted into XMLElements</div>
</dd>
<dt class="field">
<img src="media/images/Variable.png" alt="Variable" title="Variable" />
<span class="var-title">$raw_post</span>
@ -1191,6 +1272,13 @@
<div class="index-item-details"><a href="davical/_inc---caldav-REPORT-calquery.php.html#functionSqlFilterFragment">SqlFilterFragment()</a> in caldav-REPORT-calquery.php</div>
<div class="index-item-description">Process a filter fragment returning an SQL fragment</div>
</dd>
<dt class="field">
<img src="media/images/Method.png" alt="Method" title="Method" />
<span class="method-title">SQLTest</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/RRuleTest.html#methodSQLTest">RRuleTest::SQLTest()</a> in test-RRULE.php</div>
</dd>
<dt class="field">
<img src="media/images/Constructor.png" alt="Method" title="Method" />
<span class="method-title">squidPamDrivers</span>
@ -1362,6 +1450,14 @@
</dd>
<dt class="field">
<img src="media/images/Method.png" alt="Method" title="Method" />
<span class="method-title">UsernameFromEMail</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="davical/Principal/CalDAVPrincipal.html#methodUsernameFromEMail">CalDAVPrincipal::UsernameFromEMail()</a> in CalDAVPrincipal.php</div>
<div class="index-item-description">Work out the username, based on the given e-mail</div>
</dd>
<dt class="field">
<img src="media/images/Method.png" alt="Method" title="Method" />
<span class="method-title">UsernameFromPath</span>
</dt>
<dd class="index-item-body">
@ -1461,7 +1557,6 @@
<a class="index-letter" href="elementindex_davical.html#i">i</a>
<a class="index-letter" href="elementindex_davical.html#l">l</a>
<a class="index-letter" href="elementindex_davical.html#m">m</a>
<a class="index-letter" href="elementindex_davical.html#n">n</a>
<a class="index-letter" href="elementindex_davical.html#o">o</a>
<a class="index-letter" href="elementindex_davical.html#p">p</a>
<a class="index-letter" href="elementindex_davical.html#r">r</a>

View File

@ -11,6 +11,7 @@
<a href="#Post-parsing">Post-parsing</a><br />
<a href="#auth-functions.php">auth-functions.php</a><br />
<a href="#caldav-LOCK.php">caldav-LOCK.php</a><br />
<a href="#caldav-POST.php">caldav-POST.php</a><br />
<a href="#caldav-PROPFIND.php">caldav-PROPFIND.php</a><br />
<a href="#caldav-PUT-functions.php">caldav-PUT-functions.php</a><br />
<a href="#caldav-PUT.php">caldav-PUT.php</a><br />
@ -45,8 +46,8 @@
<a name="Post-parsing"></a>
<h1>Post-parsing</h1>
<h2>Warnings:</h2><br />
<b>Warning</b> - Class RSCDSSession parent Session not found<br />
<b>Warning</b> - Class RSCDSUser parent User not found<br />
<b>Warning</b> - Class RSCDSSession parent Session not found<br />
<a name="always.php"></a>
<h1>always.php</h1>
<h2>Warnings:</h2><br />
@ -55,25 +56,28 @@
<h1>auth-functions.php</h1>
<h2>Warnings:</h2><br />
<b>Warning on line 27</b> - Page-level DocBlock precedes "require_once "AWLUtilities.php"", use another DocBlock to document the source element<br />
<b>Warning on line 27</b> - package davical is already in category Technical, will now replace with category Documentation<br />
<h2>Errors:</h2><br />
<b>Error on line 27</b> - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage authentication"<br />
<b>Error on line 27</b> - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"<br />
<a name="caldav-LOCK.php"></a>
<h1>caldav-LOCK.php</h1>
<h2>Warnings:</h2><br />
<b>Warning on line 138</b> - File "/home/andrew/projects/davical/inc/caldav-LOCK.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br />
<b>Warning on line 136</b> - File "/home/andrew/projects/davical/inc/caldav-LOCK.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br />
<a name="caldav-POST.php"></a>
<h1>caldav-POST.php</h1>
<h2>Warnings:</h2><br />
<b>Warning on line 12</b> - Page-level DocBlock precedes "require_once "XMLDocument.php"", use another DocBlock to document the source element<br />
<a name="caldav-PROPFIND.php"></a>
<h1>caldav-PROPFIND.php</h1>
<h2>Warnings:</h2><br />
<b>Warning on line 16</b> - Page-level DocBlock precedes "require_once "XMLElement.php"", use another DocBlock to document the source element<br />
<b>Warning on line 16</b> - Page-level DocBlock precedes "require_once "iCalendar.php"", use another DocBlock to document the source element<br />
<h2>Errors:</h2><br />
<b>Error on line 16</b> - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"<br />
<b>Error on line 16</b> - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage propfind"<br />
<a name="caldav-PUT-functions.php"></a>
<h1>caldav-PUT-functions.php</h1>
<h2>Warnings:</h2><br />
<b>Warning on line 431</b> - File "/home/andrew/projects/davical/inc/caldav-PUT-functions.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br />
<b>Warning on line 15</b> - package davical is already in category Technical, will now replace with category Documentation<br />
<a name="caldav-PUT.php"></a>
<h1>caldav-PUT.php</h1>
<h2>Warnings:</h2><br />
@ -96,14 +100,14 @@
<a name="caldav-REPORT-principal.php"></a>
<h1>caldav-REPORT-principal.php</h1>
<h2>Warnings:</h2><br />
<b>Warning on line 135</b> - File "/home/andrew/projects/davical/inc/caldav-REPORT-principal.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br />
<b>Warning on line 52</b> - File "/home/andrew/projects/davical/inc/caldav-REPORT-principal.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br />
<a name="caldav-REPORT.php"></a>
<h1>caldav-REPORT.php</h1>
<h2>Warnings:</h2><br />
<b>Warning on line 34</b> - Page-level DocBlock precedes "require_once "iCalendar.php"", use another DocBlock to document the source element<br />
<b>Warning on line 12</b> - Page-level DocBlock precedes "require_once "XMLDocument.php"", use another DocBlock to document the source element<br />
<h2>Errors:</h2><br />
<b>Error on line 34</b> - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage caldav"<br />
<b>Error on line 34</b> - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"<br />
<b>Error on line 12</b> - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage caldav"<br />
<b>Error on line 12</b> - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"<br />
<a name="caldav.php"></a>
<h1>caldav.php</h1>
<h2>Warnings:</h2><br />
@ -153,7 +157,7 @@
<a name="freebusy.php"></a>
<h1>freebusy.php</h1>
<h2>Warnings:</h2><br />
<b>Warning on line 32</b> - File "/home/andrew/projects/davical/htdocs/freebusy.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br />
<b>Warning on line 29</b> - File "/home/andrew/projects/davical/htdocs/freebusy.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br />
<a name="help.php"></a>
<h1>help.php</h1>
<h2>Warnings:</h2><br />
@ -165,7 +169,7 @@
<a name="interactive-page.php"></a>
<h1>interactive-page.php</h1>
<h2>Warnings:</h2><br />
<b>Warning on line 19</b> - File "/home/andrew/projects/davical/inc/interactive-page.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br />
<b>Warning on line 20</b> - File "/home/andrew/projects/davical/inc/interactive-page.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br />
<a name="other_translated_strings.php"></a>
<h1>other_translated_strings.php</h1>
<h2>Warnings:</h2><br />
@ -203,7 +207,8 @@
<a name="test-RRULE.php"></a>
<h1>test-RRULE.php</h1>
<h2>Warnings:</h2><br />
<b>Warning on line 39</b> - File "/home/andrew/projects/davical/inc/test-RRULE.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br />
<b>Warning on line 10</b> - no @package tag was used in a DocBlock for class RRuleTest<br />
<b>Warning on line 94</b> - File "/home/andrew/projects/davical/inc/test-RRULE.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br />
<a name="tools.php"></a>
<h1>tools.php</h1>
<h2>Warnings:</h2><br />
@ -225,7 +230,7 @@
<h2>Warnings:</h2><br />
<b>Warning on line 94</b> - File "/home/andrew/projects/davical/htdocs/usr.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br />
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:43 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:17 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</body>
</html>

View File

@ -4,7 +4,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- Generated by phpDocumentor on Sun, 19 Oct 2008 21:25:36 +1300 -->
<!-- Generated by phpDocumentor on Tue, 28 Oct 2008 20:48:10 +1300 -->
<title>DAViCal</title>
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
</head>

View File

@ -23,21 +23,16 @@
<dt class="folder-title"><img class="tree-icon" src="media/images/class_folder.png" alt=" ">Classes</dt>
<dt class="folder-title"><img class="tree-icon" src="media/images/function_folder.png" alt=" ">Functions</dt>
<dd><img class="tree-icon" src="media/images/Class.png" alt="Class"><a href='davical/RRuleTest.html' target='right'>RRuleTest</a></dd>
<dt class="folder-title"><img class="tree-icon" src="media/images/function_folder.png" alt=" ">Functions</dt>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/_inc---caldav-REPORT-calquery.php.html#functionapply_filter' target='right'>apply_filter</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/_inc---caldav-REPORT-calquery.php.html#functionBuildSqlFilter' target='right'>BuildSqlFilter</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/_inc---check_UTF8.php.html#functioncheck_string' target='right'>check_string</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/_inc---always.php.html#functionConstructURL' target='right'>ConstructURL</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/_inc---caldav-PUT-functions.php.html#functioncontrolRequestContainer' target='right'>controlRequestContainer</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/_inc---always.php.html#functiongetStatusMessage' target='right'>getStatusMessage</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/_inc---always.php.html#functiongetUserByID' target='right'>getUserByID</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/_inc---always.php.html#functiongetUserByName' target='right'>getUserByName</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/_inc---caldav-PUT-functions.php.html#functionimport_collection' target='right'>import_collection</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/_inc---page-header.php.html#functionmake_help_link' target='right'>make_help_link</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/_inc---caldav-REPORT-principal.php.html#functionprincipal_to_xml' target='right'>principal_to_xml</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/_inc---caldav-PUT-functions.php.html#functionpublic_events_only' target='right'>public_events_only</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/_inc---caldav-PUT-functions.php.html#functionputCalendarResource' target='right'>putCalendarResource</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/_inc---caldav-PUT-functions.php.html#functionrollback_on_error' target='right'>rollback_on_error</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/_inc---page-header.php.html#functionsend_page_header' target='right'>send_page_header</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/_inc---caldav-REPORT-calquery.php.html#functionSqlFilterFragment' target='right'>SqlFilterFragment</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/_inc---check_UTF8.php.html#functionunicodeToUtf8' target='right'>unicodeToUtf8</a></dd>
@ -45,7 +40,6 @@
<dt class="folder-title"><img class="tree-icon" src="media/images/folder.png" alt=" ">Files</dt>
<dd><img class="tree-icon" src="media/images/Page.png" alt="File"><a href='davical/_inc---always.php.html' target='right'>always.php</a></dd>
<dd><img class="tree-icon" src="media/images/Page.png" alt="File"><a href='davical/_inc---caldav-LOCK.php.html' target='right'>caldav-LOCK.php</a></dd>
<dd><img class="tree-icon" src="media/images/Page.png" alt="File"><a href='davical/_inc---caldav-PUT-functions.php.html' target='right'>caldav-PUT-functions.php</a></dd>
<dd><img class="tree-icon" src="media/images/Page.png" alt="File"><a href='davical/_inc---caldav-REPORT-calquery.php.html' target='right'>caldav-REPORT-calquery.php</a></dd>
<dd><img class="tree-icon" src="media/images/Page.png" alt="File"><a href='davical/_inc---caldav-REPORT-freebusy.php.html' target='right'>caldav-REPORT-freebusy.php</a></dd>
<dd><img class="tree-icon" src="media/images/Page.png" alt="File"><a href='davical/_inc---caldav-REPORT-multiget.php.html' target='right'>caldav-REPORT-multiget.php</a></dd>
@ -103,12 +97,21 @@
<dl class="tree">
<dt class="folder-title"><img class="tree-icon" src="media/images/function_folder.png" alt=" ">Functions</dt>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/caldav/_inc---caldav-REPORT.php.html#functioncalendar_to_xml' target='right'>calendar_to_xml</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/caldav/_inc---caldav-PUT-functions.php.html#functioncontrolRequestContainer' target='right'>controlRequestContainer</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/caldav/_inc---caldav-PUT-functions.php.html#functioncreate_scheduling_requests' target='right'>create_scheduling_requests</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/caldav/_inc---caldav-POST.php.html#functionhandle_freebusy_request' target='right'>handle_freebusy_request</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/caldav/_inc---caldav-PUT-functions.php.html#functionimport_collection' target='right'>import_collection</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/caldav/_inc---caldav-PUT-functions.php.html#functionpublic_events_only' target='right'>public_events_only</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/caldav/_inc---caldav-PUT-functions.php.html#functionputCalendarResource' target='right'>putCalendarResource</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/caldav/_inc---caldav-PUT-functions.php.html#functionrollback_on_error' target='right'>rollback_on_error</a></dd>
<dt class="folder-title"><img class="tree-icon" src="media/images/folder.png" alt=" ">Files</dt>
<dd><img class="tree-icon" src="media/images/Page.png" alt="File"><a href='davical/caldav/_inc---caldav-DELETE.php.html' target='right'>caldav-DELETE.php</a></dd>
<dd><img class="tree-icon" src="media/images/Page.png" alt="File"><a href='davical/caldav/_inc---caldav-GET.php.html' target='right'>caldav-GET.php</a></dd>
<dd><img class="tree-icon" src="media/images/Page.png" alt="File"><a href='davical/caldav/_inc---caldav-MKCALENDAR.php.html' target='right'>caldav-MKCALENDAR.php</a></dd>
<dd><img class="tree-icon" src="media/images/Page.png" alt="File"><a href='davical/caldav/_inc---caldav-OPTIONS.php.html' target='right'>caldav-OPTIONS.php</a></dd>
<dd><img class="tree-icon" src="media/images/Page.png" alt="File"><a href='davical/caldav/_inc---caldav-POST.php.html' target='right'>caldav-POST.php</a></dd>
<dd><img class="tree-icon" src="media/images/Page.png" alt="File"><a href='davical/caldav/_inc---caldav-PROPPATCH.php.html' target='right'>caldav-PROPPATCH.php</a></dd>
<dd><img class="tree-icon" src="media/images/Page.png" alt="File"><a href='davical/caldav/_inc---caldav-PUT-functions.php.html' target='right'>caldav-PUT-functions.php</a></dd>
<dd><img class="tree-icon" src="media/images/Page.png" alt="File"><a href='davical/caldav/_inc---caldav-PUT.php.html' target='right'>caldav-PUT.php</a></dd>
<dd><img class="tree-icon" src="media/images/Page.png" alt="File"><a href='davical/caldav/_inc---caldav-REPORT.php.html' target='right'>caldav-REPORT.php</a></dd>
<dd><img class="tree-icon" src="media/images/Page.png" alt="File"><a href='davical/caldav/_htdocs---caldav.php.html' target='right'>caldav.php</a></dd>
@ -170,18 +173,15 @@
<dd>
<dl class="tree">
<dt class="folder-title"><img class="tree-icon" src="media/images/function_folder.png" alt=" ">Functions</dt>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/propfind/_inc---caldav-PROPFIND.php.html#functionadd_namespace' target='right'>add_namespace</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/propfind/_inc---caldav-PROPFIND.php.html#functionadd_arbitrary_properties' target='right'>add_arbitrary_properties</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/propfind/_inc---caldav-PROPFIND.php.html#functionadd_general_properties' target='right'>add_general_properties</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/propfind/_inc---caldav-PROPFIND.php.html#functionadd_principal_properties' target='right'>add_principal_properties</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/propfind/_inc---caldav-PROPFIND.php.html#functioncaldav_tag' target='right'>caldav_tag</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/propfind/_inc---caldav-PROPFIND.php.html#functioncalendar_server_tag' target='right'>calendar_server_tag</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/propfind/_inc---caldav-PROPFIND.php.html#functionbuild_propstat_response' target='right'>build_propstat_response</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/propfind/_inc---caldav-PROPFIND.php.html#functioncollection_to_xml' target='right'>collection_to_xml</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/propfind/_inc---caldav-PROPFIND.php.html#functionget_arbitrary_properties' target='right'>get_arbitrary_properties</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/propfind/_inc---caldav-PROPFIND.php.html#functionget_collection' target='right'>get_collection</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/propfind/_inc---caldav-PROPFIND.php.html#functionget_collection_contents' target='right'>get_collection_contents</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/propfind/_inc---caldav-PROPFIND.php.html#functionget_item' target='right'>get_item</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/propfind/_inc---caldav-PROPFIND.php.html#functionitem_to_xml' target='right'>item_to_xml</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/propfind/_inc---caldav-PROPFIND.php.html#functionnamespace_array' target='right'>namespace_array</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/propfind/_inc---caldav-PROPFIND.php.html#functionns_tag' target='right'>ns_tag</a></dd>
<dd><img class="tree-icon" src="media/images/Function.png" alt="Function"><a href='davical/propfind/_inc---caldav-PROPFIND.php.html#functionprivileges' target='right'>privileges</a></dd>
<dt class="folder-title"><img class="tree-icon" src="media/images/folder.png" alt=" ">Files</dt>
<dd><img class="tree-icon" src="media/images/Page.png" alt="File"><a href='davical/propfind/_inc---caldav-PROPFIND.php.html' target='right'>caldav-PROPFIND.php</a></dd>

View File

@ -15,7 +15,7 @@
<li>Make this a defined constant</li>
</ul>
<p class="notes" id="credit">
Documentation generated on Sun, 19 Oct 2008 21:25:43 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
Documentation generated on Tue, 28 Oct 2008 20:48:17 +1300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</body>
</html>

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 23:04+1200\n"
"POT-Creation-Date: 2008-10-28 20:48+1300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"