mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-03 01:43:35 +00:00
1106 lines
52 KiB
HTML
1106 lines
52 KiB
HTML
<?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></title>
|
|
<link rel="stylesheet" href="media/stylesheet.css" />
|
|
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
|
|
</head>
|
|
<body>
|
|
<a name="top"></a>
|
|
<h2>[awl] element index</h2>
|
|
<h3>Package indexes</h3>
|
|
<ul>
|
|
<li><a href="elementindex_davical.html">davical</a></li>
|
|
</ul>
|
|
<a href="elementindex.html">All elements</a>
|
|
<br />
|
|
<div class="index-letter-menu">
|
|
<a class="index-letter" href="elementindex_awl.html#a">a</a>
|
|
<a class="index-letter" href="elementindex_awl.html#b">b</a>
|
|
<a class="index-letter" href="elementindex_awl.html#c">c</a>
|
|
<a class="index-letter" href="elementindex_awl.html#d">d</a>
|
|
<a class="index-letter" href="elementindex_awl.html#e">e</a>
|
|
<a class="index-letter" href="elementindex_awl.html#f">f</a>
|
|
<a class="index-letter" href="elementindex_awl.html#g">g</a>
|
|
<a class="index-letter" href="elementindex_awl.html#h">h</a>
|
|
<a class="index-letter" href="elementindex_awl.html#i">i</a>
|
|
<a class="index-letter" href="elementindex_awl.html#k">k</a>
|
|
<a class="index-letter" href="elementindex_awl.html#l">l</a>
|
|
<a class="index-letter" href="elementindex_awl.html#m">m</a>
|
|
<a class="index-letter" href="elementindex_awl.html#n">n</a>
|
|
<a class="index-letter" href="elementindex_awl.html#p">p</a>
|
|
<a class="index-letter" href="elementindex_awl.html#r">r</a>
|
|
<a class="index-letter" href="elementindex_awl.html#s">s</a>
|
|
<a class="index-letter" href="elementindex_awl.html#t">t</a>
|
|
<a class="index-letter" href="elementindex_awl.html#u">u</a>
|
|
<a class="index-letter" href="elementindex_awl.html#v">v</a>
|
|
<a class="index-letter" href="elementindex_awl.html#w">w</a>
|
|
<a class="index-letter" href="elementindex_awl.html#x">x</a>
|
|
<a class="index-letter" href="elementindex_awl.html#y">y</a>
|
|
<a class="index-letter" href="elementindex_awl.html#_">_</a>
|
|
</div>
|
|
|
|
<a name="_"></a>
|
|
<div class="index-letter-section">
|
|
<div style="float: left" class="index-letter-title">_</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/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">_EpochFromParts</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/iCalDate.html#method_EpochFromParts">iCalDate::_EpochFromParts()</a> in RRule.php</div>
|
|
<div class="index-item-description">Given a local text date, convert it to an epoch</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">_GMTEpochFromParts</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/iCalDate.html#method_GMTEpochFromParts">iCalDate::_GMTEpochFromParts()</a> in RRule.php</div>
|
|
<div class="index-item-description">Given a GMT text date, convert it to an epoch</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">_GMTTextFromEpoch</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/iCalDate.html#method_GMTTextFromEpoch">iCalDate::_GMTTextFromEpoch()</a> in RRule.php</div>
|
|
<div class="index-item-description">Given a GMT epoch date, convert it to text</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">_PartsFromText</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/iCalDate.html#method_PartsFromText">iCalDate::_PartsFromText()</a> in RRule.php</div>
|
|
<div class="index-item-description">Given a text date, convert it to parts</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">_TextFromEpoch</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/iCalDate.html#method_TextFromEpoch">iCalDate::_TextFromEpoch()</a> in RRule.php</div>
|
|
<div class="index-item-description">Given an epoch date, convert it to text</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Constructor.png" alt="Method" title="Method" />
|
|
<span class="method-title">__construct</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RepeatRuleTimeZone.html#method__construct">RepeatRuleTimeZone::__construct()</a> in RRule-v2.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Constructor.png" alt="Method" title="Method" />
|
|
<span class="method-title">__construct</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RepeatRule.html#method__construct">RepeatRule::__construct()</a> in RRule-v2.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Constructor.png" alt="Method" title="Method" />
|
|
<span class="method-title">__construct</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalendarInfo.html#method__construct">CalendarInfo::__construct()</a> in caldav-client-v2.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Constructor.png" alt="Method" title="Method" />
|
|
<span class="method-title">__construct</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RepeatRuleDateTime.html#method__construct">RepeatRuleDateTime::__construct()</a> in RRule-v2.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">__toString</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalendarInfo.html#method__toString">CalendarInfo::__toString()</a> in caldav-client-v2.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">__toString</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RepeatRuleDateTime.html#method__toString">RepeatRuleDateTime::__toString()</a> in RRule-v2.php</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="a"></a>
|
|
<div class="index-letter-section">
|
|
<div style="float: left" class="index-letter-title">a</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/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">AddDays</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/iCalDate.html#methodAddDays">iCalDate::AddDays()</a> in RRule.php</div>
|
|
<div class="index-item-description">Add some integer number of days to a date</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">AddDuration</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/iCalDate.html#methodAddDuration">iCalDate::AddDuration()</a> in RRule.php</div>
|
|
<div class="index-item-description">Add duration</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">AddMonths</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/iCalDate.html#methodAddMonths">iCalDate::AddMonths()</a> in RRule.php</div>
|
|
<div class="index-item-description">Add some number of months to a date</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">ApplyBySetPos</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/iCalDate.html#methodApplyBySetPos">iCalDate::ApplyBySetPos()</a> in RRule.php</div>
|
|
<div class="index-item-description">Given set position descriptions like '1', '3', '11', '-3' or '-1' and a set, return the subset matching the list of set positions.</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">AsDate</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RepeatRuleDateTime.html#methodAsDate">RepeatRuleDateTime::AsDate()</a> in RRule-v2.php</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="b"></a>
|
|
<div class="index-letter-section">
|
|
<div style="float: left" class="index-letter-title">b</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/Variable.png" alt="Variable" title="Variable" />
|
|
<span class="var-title">$base_url</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#var$base_url">CalDAVClient::$base_url</a> in caldav-client.php</div>
|
|
<div class="index-item-description">Server, username, password, calendar</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Variable.png" alt="Variable" title="Variable" />
|
|
<span class="var-title">$body</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#var$body">CalDAVClient::$body</a> in caldav-client.php</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="c"></a>
|
|
<div class="index-letter-section">
|
|
<div style="float: left" class="index-letter-title">c</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/Variable.png" alt="Variable" title="Variable" />
|
|
<span class="var-title">$calendar</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#var$calendar">CalDAVClient::$calendar</a> in caldav-client.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Constructor.png" alt="Method" title="Method" />
|
|
<span class="method-title">CalDAVClient</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#methodCalDAVClient">CalDAVClient::CalDAVClient()</a> in caldav-client.php</div>
|
|
<div class="index-item-description">Constructor, initialises the class</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Class.png" alt="Class" title="Class" />
|
|
CalDAVClient
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<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/Class.png" alt="Class" title="Class" />
|
|
CalendarInfo
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalendarInfo.html">CalendarInfo</a> in caldav-client-v2.php</div>
|
|
<div class="index-item-description">A class for holding basic calendar information</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">current</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RepeatRule.html#methodcurrent">RepeatRule::current()</a> in RRule-v2.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Page.png" alt="Page" title="Page" />
|
|
<span class="include-title">caldav-client-v2.php</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/_inc---caldav-client-v2.php.html">caldav-client-v2.php</a> in caldav-client-v2.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Page.png" alt="Page" title="Page" />
|
|
<span class="include-title">caldav-client.php</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/_inc---caldav-client.php.html">caldav-client.php</a> in caldav-client.php</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="d"></a>
|
|
<div class="index-letter-section">
|
|
<div style="float: left" class="index-letter-title">d</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/Variable.png" alt="Variable" title="Variable" />
|
|
<span class="var-title">$displayname</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalendarInfo.html#var$displayname">CalendarInfo::$displayname</a> in caldav-client-v2.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">DateDifference</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/iCalDate.html#methodDateDifference">iCalDate::DateDifference()</a> in RRule.php</div>
|
|
<div class="index-item-description">Produce an iCalendar format DURATION for the difference between this an another iCalDate</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">date_mask</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RepeatRule.html#methoddate_mask">RepeatRule::date_mask()</a> in RRule-v2.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">day</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RepeatRuleDateTime.html#methodday">RepeatRuleDateTime::day()</a> in RRule-v2.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">DaysInMonth</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/iCalDate.html#methodDaysInMonth">iCalDate::DaysInMonth()</a> in RRule.php</div>
|
|
<div class="index-item-description">No of days in a month 1(Jan) - 12(Dec)</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">DoCalendarQuery</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#methodDoCalendarQuery">CalDAVClient::DoCalendarQuery()</a> in caldav-client.php</div>
|
|
<div class="index-item-description">Given XML for a calendar query, return an array of the events (/todos) in the response. Each event in the array will have a 'href', 'etag' and '$response_type' part, where the 'href' is relative to the calendar and the '$response_type' contains the definition of the calendar data in iCalendar format.</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">DoDELETERequest</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#methodDoDELETERequest">CalDAVClient::DoDELETERequest()</a> in caldav-client.php</div>
|
|
<div class="index-item-description">DELETE a text/icalendar resource</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">DoGETRequest</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#methodDoGETRequest">CalDAVClient::DoGETRequest()</a> in caldav-client.php</div>
|
|
<div class="index-item-description">Get a single item from the server.</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">DoOptionsRequest</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#methodDoOptionsRequest">CalDAVClient::DoOptionsRequest()</a> in caldav-client.php</div>
|
|
<div class="index-item-description">Send an OPTIONS request to the server</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">DoPUTRequest</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#methodDoPUTRequest">CalDAVClient::DoPUTRequest()</a> in caldav-client.php</div>
|
|
<div class="index-item-description">PUT a text/icalendar resource, returning the etag</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">DoRequest</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#methodDoRequest">CalDAVClient::DoRequest()</a> in caldav-client.php</div>
|
|
<div class="index-item-description">Send a request to the server</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">DoXMLRequest</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#methodDoXMLRequest">CalDAVClient::DoXMLRequest()</a> in caldav-client.php</div>
|
|
<div class="index-item-description">Send an XML request to the server (e.g. PROPFIND, REPORT, MKCALENDAR)</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="e"></a>
|
|
<div class="index-letter-section">
|
|
<div style="float: left" class="index-letter-title">e</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/Variable.png" alt="Variable" title="Variable" />
|
|
<span class="var-title">$entry</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#var$entry">CalDAVClient::$entry</a> in caldav-client.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">epoch</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RepeatRuleDateTime.html#methodepoch">RepeatRuleDateTime::epoch()</a> in RRule-v2.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Function.png" alt="Function" title="Function" />
|
|
<span class="method-title">expand_event_instances</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/_inc---RRule-v2.php.html#functionexpand_event_instances">expand_event_instances()</a> in RRule-v2.php</div>
|
|
<div class="index-item-description">Expand the event instances for an iCalendar VEVENT (or VTODO)</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="f"></a>
|
|
<div class="index-letter-section">
|
|
<div style="float: left" class="index-letter-title">f</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/Variable.png" alt="Variable" title="Variable" />
|
|
<span class="var-title">$Format</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RepeatRuleDateTime.html#var$Format">RepeatRuleDateTime::$Format</a> in RRule-v2.php</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="g"></a>
|
|
<div class="index-letter-section">
|
|
<div style="float: left" class="index-letter-title">g</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/Variable.png" alt="Variable" title="Variable" />
|
|
<span class="var-title">$getctag</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalendarInfo.html#var$getctag">CalendarInfo::$getctag</a> in caldav-client-v2.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">GetEntryByHref</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#methodGetEntryByHref">CalDAVClient::GetEntryByHref()</a> in caldav-client.php</div>
|
|
<div class="index-item-description">Get the calendar entry by HREF</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">GetEntryByUid</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#methodGetEntryByUid">CalDAVClient::GetEntryByUid()</a> in caldav-client.php</div>
|
|
<div class="index-item-description">Get the calendar entry by UID</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">GetEvents</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#methodGetEvents">CalDAVClient::GetEvents()</a> in caldav-client.php</div>
|
|
<div class="index-item-description">Get the events in a range from $start to $finish. The dates should be in the</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">GetHttpRequest</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#methodGetHttpRequest">CalDAVClient::GetHttpRequest()</a> in caldav-client.php</div>
|
|
<div class="index-item-description">Output http request headers</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">GetHttpResponse</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#methodGetHttpResponse">CalDAVClient::GetHttpResponse()</a> in caldav-client.php</div>
|
|
<div class="index-item-description">Output http response headers</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">GetMonthByDay</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/iCalDate.html#methodGetMonthByDay">iCalDate::GetMonthByDay()</a> in RRule.php</div>
|
|
<div class="index-item-description">Applies any BYDAY to the month to return a set of days</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">GetMonthByMonthDay</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/iCalDate.html#methodGetMonthByMonthDay">iCalDate::GetMonthByMonthDay()</a> in RRule.php</div>
|
|
<div class="index-item-description">Applies any BYMONTHDAY to the month to return a set of days</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">GetNext</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RRule.html#methodGetNext">RRule::GetNext()</a> in RRule.php</div>
|
|
<div class="index-item-description">This is most of the meat of the RRULE processing, where we find the next date.</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">GetTodos</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#methodGetTodos">CalDAVClient::GetTodos()</a> in caldav-client.php</div>
|
|
<div class="index-item-description">Get the todo's in a range from $start to $finish. The dates should be in the</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">GetWeekByDay</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/iCalDate.html#methodGetWeekByDay">iCalDate::GetWeekByDay()</a> in RRule.php</div>
|
|
<div class="index-item-description">Applies any BYDAY to the week to return a set of days</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">GetXmlRequest</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#methodGetXmlRequest">CalDAVClient::GetXmlRequest()</a> in caldav-client.php</div>
|
|
<div class="index-item-description">Output xml request</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">GetXmlResponse</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#methodGetXmlResponse">CalDAVClient::GetXmlResponse()</a> in caldav-client.php</div>
|
|
<div class="index-item-description">Output xml response</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">GreaterThan</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/iCalDate.html#methodGreaterThan">iCalDate::GreaterThan()</a> in RRule.php</div>
|
|
<div class="index-item-description">Test if $this is greater than the date parameter</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="h"></a>
|
|
<div class="index-letter-section">
|
|
<div style="float: left" class="index-letter-title">h</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/Variable.png" alt="Variable" title="Variable" />
|
|
<span class="var-title">$headers</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#var$headers">CalDAVClient::$headers</a> in caldav-client.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Variable.png" alt="Variable" title="Variable" />
|
|
<span class="var-title">$httpRequest</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#var$httpRequest">CalDAVClient::$httpRequest</a> in caldav-client.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Variable.png" alt="Variable" title="Variable" />
|
|
<span class="var-title">$httpResponse</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#var$httpResponse">CalDAVClient::$httpResponse</a> in caldav-client.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">hour</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RepeatRuleDateTime.html#methodhour">RepeatRuleDateTime::hour()</a> in RRule-v2.php</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="i"></a>
|
|
<div class="index-letter-section">
|
|
<div style="float: left" class="index-letter-title">i</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/Constructor.png" alt="Method" title="Method" />
|
|
<span class="method-title">iCalDate</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/iCalDate.html#methodiCalDate">iCalDate::iCalDate()</a> in RRule.php</div>
|
|
<div class="index-item-description">The constructor takes either an iCalendar date, a text string formatted as an iCalendar date, or epoch seconds.</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Class.png" alt="Class" title="Class" />
|
|
iCalDate
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/iCalDate.html">iCalDate</a> in RRule.php</div>
|
|
<div class="index-item-description">A Class for handling dates in iCalendar format. We do make the simplifying assumption that all date handling in here is normalised to GMT. One day we might provide some functions to do that, but for now it is done externally.</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="k"></a>
|
|
<div class="index-letter-section">
|
|
<div style="float: left" class="index-letter-title">k</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/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">key</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RepeatRule.html#methodkey">RepeatRule::key()</a> in RRule-v2.php</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="l"></a>
|
|
<div class="index-letter-section">
|
|
<div style="float: left" class="index-letter-title">l</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/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">LessThan</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/iCalDate.html#methodLessThan">iCalDate::LessThan()</a> in RRule.php</div>
|
|
<div class="index-item-description">Test if $this is less than the date parameter</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="m"></a>
|
|
<div class="index-letter-section">
|
|
<div style="float: left" class="index-letter-title">m</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/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">minute</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RepeatRuleDateTime.html#methodminute">RepeatRuleDateTime::minute()</a> in RRule-v2.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">modify</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RepeatRuleDateTime.html#methodmodify">RepeatRuleDateTime::modify()</a> in RRule-v2.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">month</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RepeatRuleDateTime.html#methodmonth">RepeatRuleDateTime::month()</a> in RRule-v2.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">MonthDays</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/iCalDate.html#methodMonthDays">iCalDate::MonthDays()</a> in RRule.php</div>
|
|
<div class="index-item-description">Given a MonthDays string like "1MO", "-2WE" 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/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">next</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RepeatRule.html#methodnext">RepeatRule::next()</a> in RRule-v2.php</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="p"></a>
|
|
<div class="index-letter-section">
|
|
<div style="float: left" class="index-letter-title">p</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/Variable.png" alt="Variable" title="Variable" />
|
|
<span class="var-title">$pass</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#var$pass">CalDAVClient::$pass</a> in caldav-client.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Variable.png" alt="Variable" title="Variable" />
|
|
<span class="var-title">$port</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#var$port">CalDAVClient::$port</a> in caldav-client.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Variable.png" alt="Variable" title="Variable" />
|
|
<span class="var-title">$protocol</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#var$protocol">CalDAVClient::$protocol</a> in caldav-client.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">ParseResponse</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#methodParseResponse">CalDAVClient::ParseResponse()</a> in caldav-client.php</div>
|
|
<div class="index-item-description">Split response into httpResponse and xmlResponse</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="r"></a>
|
|
<div class="index-letter-section">
|
|
<div style="float: left" class="index-letter-title">r</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/Variable.png" alt="Variable" title="Variable" />
|
|
<span class="var-title">$requestMethod</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#var$requestMethod">CalDAVClient::$requestMethod</a> in caldav-client.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Page.png" alt="Page" title="Page" />
|
|
<span class="include-title">RRule-v2.php</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/_inc---RRule-v2.php.html">RRule-v2.php</a> in RRule-v2.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Page.png" alt="Page" title="Page" />
|
|
<span class="include-title">RRule.php</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/_inc---RRule.php.html">RRule.php</a> in RRule.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Function.png" alt="Function" title="Function" />
|
|
<span class="method-title">rdate_expand</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/_inc---RRule-v2.php.html#functionrdate_expand">rdate_expand()</a> in RRule-v2.php</div>
|
|
<div class="index-item-description">Expand the event instances for an RDATE or EXDATE property</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">
|
|
<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">RenderGMT</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/iCalDate.html#methodRenderGMT">iCalDate::RenderGMT()</a> in RRule.php</div>
|
|
<div class="index-item-description">Render the date as GMT</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Class.png" alt="Class" title="Class" />
|
|
RepeatRule
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RepeatRule.html">RepeatRule</a> in RRule-v2.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Class.png" alt="Class" title="Class" />
|
|
RepeatRuleDateTime
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RepeatRuleDateTime.html">RepeatRuleDateTime</a> in RRule-v2.php</div>
|
|
<div class="index-item-description">Wrap the DateTime class to make it friendlier to passing in random strings from iCalendar objects, and especially the random stuff used to identify timezones. We also add some utility methods and stuff too, in order to simplify some of the operations we need to do with dates.</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Class.png" alt="Class" title="Class" />
|
|
RepeatRuleTimeZone
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RepeatRuleTimeZone.html">RepeatRuleTimeZone</a> in RRule-v2.php</div>
|
|
<div class="index-item-description">Wrap the DateTimeZone class to allow parsing some iCalendar TZID strangenesses</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">rewind</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RepeatRule.html#methodrewind">RepeatRule::rewind()</a> in RRule-v2.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">RFC5545</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RepeatRuleDateTime.html#methodRFC5545">RepeatRuleDateTime::RFC5545()</a> in RRule-v2.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">RFC5545Duration</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RepeatRuleDateTime.html#methodRFC5545Duration">RepeatRuleDateTime::RFC5545Duration()</a> in RRule-v2.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Constructor.png" alt="Method" title="Method" />
|
|
<span class="method-title">RRule</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RRule.html#methodRRule">RRule::RRule()</a> in RRule.php</div>
|
|
<div class="index-item-description">The constructor takes a start date and an RRULE definition. Both of these follow the iCalendar standard.</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Class.png" alt="Class" title="Class" />
|
|
RRule
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RRule.html">RRule</a> in RRule.php</div>
|
|
<div class="index-item-description">A Class for handling Events on a calendar which repeat</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Function.png" alt="Function" title="Function" />
|
|
<span class="method-title">rrule_expand</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/_inc---RRule-v2.php.html#functionrrule_expand">rrule_expand()</a> in RRule-v2.php</div>
|
|
<div class="index-item-description">Expand the event instances for an RRULE property</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="s"></a>
|
|
<div class="index-letter-section">
|
|
<div style="float: left" class="index-letter-title">s</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/Variable.png" alt="Variable" title="Variable" />
|
|
<span class="var-title">$server</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#var$server">CalDAVClient::$server</a> in caldav-client.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">second</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RepeatRuleDateTime.html#methodsecond">RepeatRuleDateTime::second()</a> in RRule-v2.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">SetContentType</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#methodSetContentType">CalDAVClient::SetContentType()</a> in caldav-client.php</div>
|
|
<div class="index-item-description">Add a Content-type: header.</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">setDate</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RepeatRuleDateTime.html#methodsetDate">RepeatRuleDateTime::setDate()</a> in RRule-v2.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">SetDepth</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#methodSetDepth">CalDAVClient::SetDepth()</a> in caldav-client.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">SetEpochDate</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/iCalDate.html#methodSetEpochDate">iCalDate::SetEpochDate()</a> in RRule.php</div>
|
|
<div class="index-item-description">Set the date from an epoch</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">SetGMTDate</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/iCalDate.html#methodSetGMTDate">iCalDate::SetGMTDate()</a> in RRule.php</div>
|
|
<div class="index-item-description">Set the date from a text string</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">SetLocalDate</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/iCalDate.html#methodSetLocalDate">iCalDate::SetLocalDate()</a> in RRule.php</div>
|
|
<div class="index-item-description">Set the date from a text string</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">SetMatch</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#methodSetMatch">CalDAVClient::SetMatch()</a> in caldav-client.php</div>
|
|
<div class="index-item-description">Adds an If-Match or If-None-Match header</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">SetMonthDay</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/iCalDate.html#methodSetMonthDay">iCalDate::SetMonthDay()</a> in RRule.php</div>
|
|
<div class="index-item-description">Set the day in the month to what we have been given</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">setTimeZone</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RepeatRuleDateTime.html#methodsetTimeZone">RepeatRuleDateTime::setTimeZone()</a> in RRule-v2.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">SetUserAgent</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#methodSetUserAgent">CalDAVClient::SetUserAgent()</a> in caldav-client.php</div>
|
|
<div class="index-item-description">Add a Depth: header. Valid values are 1 or infinity</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">SetWeekStart</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/iCalDate.html#methodSetWeekStart">iCalDate::SetWeekStart()</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">set_timezone</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RepeatRule.html#methodset_timezone">RepeatRule::set_timezone()</a> in RRule-v2.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">Start</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RepeatRule.html#methodStart">RepeatRule::Start()</a> in RRule-v2.php</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="t"></a>
|
|
<div class="index-letter-section">
|
|
<div style="float: left" class="index-letter-title">t</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/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">TestByMonth</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/iCalDate.html#methodTestByMonth">iCalDate::TestByMonth()</a> in RRule.php</div>
|
|
<div class="index-item-description">Test to see if our _mo matches something in the list of months we have received.</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">tzid</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RepeatRuleTimeZone.html#methodtzid">RepeatRuleTimeZone::tzid()</a> in RRule-v2.php</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="u"></a>
|
|
<div class="index-letter-section">
|
|
<div style="float: left" class="index-letter-title">u</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/Variable.png" alt="Variable" title="Variable" />
|
|
<span class="var-title">$url</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalendarInfo.html#var$url">CalendarInfo::$url</a> in caldav-client-v2.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Variable.png" alt="Variable" title="Variable" />
|
|
<span class="var-title">$user</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#var$user">CalDAVClient::$user</a> in caldav-client.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Variable.png" alt="Variable" title="Variable" />
|
|
<span class="var-title">$user_agent</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#var$user_agent">CalDAVClient::$user_agent</a> in caldav-client.php</div>
|
|
<div class="index-item-description">The useragent which is send to the caldav server</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">UTC</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RepeatRuleDateTime.html#methodUTC">RepeatRuleDateTime::UTC()</a> in RRule-v2.php</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="v"></a>
|
|
<div class="index-letter-section">
|
|
<div style="float: left" class="index-letter-title">v</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/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">valid</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RepeatRule.html#methodvalid">RepeatRule::valid()</a> in RRule-v2.php</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="w"></a>
|
|
<div class="index-letter-section">
|
|
<div style="float: left" class="index-letter-title">w</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/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">WithinScope</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RRule.html#methodWithinScope">RRule::WithinScope()</a> in RRule.php</div>
|
|
<div class="index-item-description">Processes the array of $relative_days to $base and removes any which are not within the scope of our rule.</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="x"></a>
|
|
<div class="index-letter-section">
|
|
<div style="float: left" class="index-letter-title">x</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/Variable.png" alt="Variable" title="Variable" />
|
|
<span class="var-title">$xmlRequest</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#var$xmlRequest">CalDAVClient::$xmlRequest</a> in caldav-client.php</div>
|
|
</dd>
|
|
<dt class="field">
|
|
<img src="media/images/Variable.png" alt="Variable" title="Variable" />
|
|
<span class="var-title">$xmlResponse</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/CalDAVClient.html#var$xmlResponse">CalDAVClient::$xmlResponse</a> in caldav-client.php</div>
|
|
</dd>
|
|
</dl>
|
|
<a name="y"></a>
|
|
<div class="index-letter-section">
|
|
<div style="float: left" class="index-letter-title">y</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/Method.png" alt="Method" title="Method" />
|
|
<span class="method-title">year</span>
|
|
</dt>
|
|
<dd class="index-item-body">
|
|
<div class="index-item-details"><a href="awl/caldav/RepeatRuleDateTime.html#methodyear">RepeatRuleDateTime::year()</a> in RRule-v2.php</div>
|
|
</dd>
|
|
</dl>
|
|
|
|
<div class="index-letter-menu">
|
|
<a class="index-letter" href="elementindex_awl.html#a">a</a>
|
|
<a class="index-letter" href="elementindex_awl.html#b">b</a>
|
|
<a class="index-letter" href="elementindex_awl.html#c">c</a>
|
|
<a class="index-letter" href="elementindex_awl.html#d">d</a>
|
|
<a class="index-letter" href="elementindex_awl.html#e">e</a>
|
|
<a class="index-letter" href="elementindex_awl.html#f">f</a>
|
|
<a class="index-letter" href="elementindex_awl.html#g">g</a>
|
|
<a class="index-letter" href="elementindex_awl.html#h">h</a>
|
|
<a class="index-letter" href="elementindex_awl.html#i">i</a>
|
|
<a class="index-letter" href="elementindex_awl.html#k">k</a>
|
|
<a class="index-letter" href="elementindex_awl.html#l">l</a>
|
|
<a class="index-letter" href="elementindex_awl.html#m">m</a>
|
|
<a class="index-letter" href="elementindex_awl.html#n">n</a>
|
|
<a class="index-letter" href="elementindex_awl.html#p">p</a>
|
|
<a class="index-letter" href="elementindex_awl.html#r">r</a>
|
|
<a class="index-letter" href="elementindex_awl.html#s">s</a>
|
|
<a class="index-letter" href="elementindex_awl.html#t">t</a>
|
|
<a class="index-letter" href="elementindex_awl.html#u">u</a>
|
|
<a class="index-letter" href="elementindex_awl.html#v">v</a>
|
|
<a class="index-letter" href="elementindex_awl.html#w">w</a>
|
|
<a class="index-letter" href="elementindex_awl.html#x">x</a>
|
|
<a class="index-letter" href="elementindex_awl.html#y">y</a>
|
|
<a class="index-letter" href="elementindex_awl.html#_">_</a>
|
|
</div> </body>
|
|
</html> |