Home
last modified time | relevance | path

Searched refs:calendars (Results 1 – 25 of 38) sorted by relevance

12

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMock.php10 protected $calendars; variable in Sabre\\CalDAV\\Backend\\Mock
12 function __construct(array $calendars = [], array $calendarData = []) { argument
14 foreach($calendars as &$calendar) {
20 $this->calendars = $calendars;
45 foreach($this->calendars as $row) {
72 $this->calendars[] = array_merge([
91 foreach($this->calendars as $k=>$calendar) {
93 unset($this->calendars[$k]);
H A DMockSharing.php14 … function __construct(array $calendars = [], array $calendarData = [], array $notifications = []) { argument
16 parent::__construct($calendars, $calendarData);
156 foreach($this->calendars as $k=>$cal) {
H A DAbstractPDOTest.php26 $calendars = $backend->getCalendarsForUser('principals/user2');
27 $this->assertEquals(array(),$calendars);
42 $calendars = $backend->getCalendarsForUser('principals/user2');
52 $this->assertInternalType('array',$calendars);
53 $this->assertEquals(1,count($calendars));
57 $this->assertArrayHasKey($name, $calendars[0]);
58 $this->assertEquals($value,$calendars[0][$name]);
87 $calendars = $backend->getCalendarsForUser('principals/user2');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DFreeBusyGroup.php26 public $calendars; variable in Google\\Service\\Calendar\\FreeBusyGroup
33 public function setCalendars($calendars) argument
35 $this->calendars = $calendars;
42 return $this->calendars;
H A DFreeBusyResponse.php42 public function setCalendars($calendars) argument
44 $this->calendars = $calendars;
51 return $this->calendars;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCalendar.php55 public $calendars; variable in Google\\Service\\Calendar
115 'path' => 'calendars/{calendarId}/acl',
129 'path' => 'calendars/{calendarId}/acl',
350 'calendars',
354 'path' => 'calendars/{calendarId}/clear',
364 'path' => 'calendars/{calendarId}',
374 'path' => 'calendars/{calendarId}',
384 'path' => 'calendars',
388 'path' => 'calendars/{calendarId}',
398 'path' => 'calendars/{calendarId}',
[all …]
H A DDirectory.php1304 'calendars',
1308 … 'path' => 'admin/directory/v1/customer/{customer}/resources/calendars/{calendarResourceId}',
1323 … 'path' => 'admin/directory/v1/customer/{customer}/resources/calendars/{calendarResourceId}',
1338 'path' => 'admin/directory/v1/customer/{customer}/resources/calendars',
1348 'path' => 'admin/directory/v1/customer/{customer}/resources/calendars',
1374 … 'path' => 'admin/directory/v1/customer/{customer}/resources/calendars/{calendarResourceId}',
1389 … 'path' => 'admin/directory/v1/customer/{customer}/resources/calendars/{calendarResourceId}',
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarTest.php24 protected $calendars; variable in Sabre\\CalDAV\\CalendarTest
32 $this->calendars = $this->backend->getCalendarsForUser('principals/user1');
33 $this->assertEquals(2, count($this->calendars));
34 $this->calendar = new Calendar($this->backend, $this->calendars[0]);
47 $this->assertEquals($this->calendars[0]['uri'], $this->calendar->getName());
165 $calendar = new Calendar($this->backend, $this->calendars[1]);
177 $calendars = $this->backend->getCalendarsForUser('principals/user1');
178 $this->assertEquals(1, count($calendars));
H A DCalendarHomeSharedCalendarsTest.php17 $calendars = array(
32 $calendars,
H A DPluginTest.php68 $calendars = new CalendarRoot($principalBackend,$this->caldavBackend);
72 $root->addChild($calendars);
352 $calendars = $this->caldavBackend->getCalendarsForUser('principals/user1');
353 $this->assertEquals(3, count($calendars));
356 foreach($calendars as $calendar) {
401 $calendars = $this->caldavBackend->getCalendarsForUser('principals/user1');
402 $this->assertEquals(3, count($calendars));
405 foreach($calendars as $calendar) {
H A DCalendarObjectTest.php25 $calendars = $this->backend->getCalendarsForUser('principals/user1');
26 $this->assertEquals(2,count($calendars));
27 $this->calendar = new Calendar($this->backend, $calendars[0]);
H A DValidateICalTest.php24 $calendars = array(
39 $this->calBackend = new Backend\Mock($calendars, []);
/plugin/davcal/db/
H A Dupdate0005.sql1 ALTER TABLE calendars ADD disabled integer;
2 UPDATE calendars SET disabled = 0;
H A Dupdate0001.sql15 CREATE TABLE calendars ( table
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DSimplePDO.php84 $calendars = [];
87 $calendars[] = [
95 return $calendars;
/plugin/davcal/
H A DcalendarBackendDokuwiki.php91 $calendars = array();
119 $calendars[] = $calendar;
122 dbglog($calendars);
123 return $calendars;
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php716 public $calendars; variable in Google_CalendarService
734 …$this->calendars = new Google_CalendarsServiceResource($this, $this->serviceName, 'calendars', jso…
1778 public $calendars; variable in Google_FreeBusyGroup
1782 public function setCalendars(/* array(Google_string) */ $calendars) { argument
1783 $this->assertIsArray($calendars, 'Google_string', __METHOD__);
1784 $this->calendars = $calendars;
1787 return $this->calendars;
1859 public $calendars; variable in Google_FreeBusyResponse
1866 public function setCalendars(Google_FreeBusyCalendar $calendars) { argument
1867 $this->calendars = $calendars;
[all …]
/plugin/webdavclient/
H A Dadmin.php104 $calendars = $_REQUEST['cb']['calendar'];
106 if(count($calendars) == 0 && count($addressbooks) == 0)
112 foreach($calendars as $cal)
/plugin/calendoku/
H A Dplugin.info.txt6 desc Transforms one or more Dokuwiki namespace into calendars with icals in it.
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DPluginTest.php33 $calendars = new CalDAV\CalendarRoot($principalBackend,$this->caldavBackend);
37 $root->addChild($calendars);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarHome.php195 $calendars = $this->caldavBackend->getCalendarsForUser($this->principalInfo['uri']);
197 foreach ($calendars as $calendar) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarHome.php197 $calendars = $this->caldavBackend->getCalendarsForUser($this->principalInfo['uri']);
199 foreach ($calendars as $calendar) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DFreeBusyRequestTest.php23 $calendars = [
62 $this->caldavBackend = new CalDAV\Backend\MockScheduling($calendars, $calendarobjects);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php155 $calendars = [];
178 $calendars[] = $calendar;
182 return $calendars;
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dintl.rst59 For the following calendars should use 'traditional':
70 Also for non-Gregorian calendars need to be specified in locale.

12