Home
last modified time | relevance | path

Searched refs:result (Results 426 – 450 of 1997) sorted by last modified time

1...<<11121314151617181920>>...80

/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DPDO.php93 $result = $stmt->fetchAll();
96 foreach ($result as $row) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php553 $result = $this->server->xml->expect(
560 $lockInfo->owner = $result->owner;
562 $lockInfo->scope = $result->scope;
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DPropFind.php65 $this->result[$propertyName] = [404, null];
68 $this->itemsLeft = count($this->result);
96 …if ($this->itemsLeft && isset($this->result[$propertyName]) && $this->result[$propertyName][0] ===…
128 if (!isset($this->result[$propertyName])) {
139 $this->result[$propertyName] = [$status, $value];
151 return isset($this->result[$propertyName]) ? $this->result[$propertyName][1] : null;
166 return isset($this->result[$propertyName]) ? $this->result[$propertyName][0] : null;
227 $result = [];
230 $result[] = $propertyName;
233 return $result;
[all …]
H A DPropPatch.php38 protected $result = []; variable in Sabre\\DAV\\PropPatch
272 if (is_bool($result)) {
273 if ($result) {
276 $result = 204;
279 $result = 200;
283 $result = 403;
286 if (!is_int($result)) {
289 $this->result[$propertyName] = $result;
290 if ($result >= 400) {
312 if (is_array($result)) {
[all …]
H A DServer.php647 $result = [
661 $result,
669 return $result;
764 return $result[0][200];
782 $result = [];
791 return $result;
952 $result = [
973 return $result;
1161 return $result;
1560 $result = [];
[all …]
H A DTree.php264 $result = [];
272 $result[$fullPath] = $childNode;
278 $result[$fullPath] = $this->getNodeForPath($fullPath);
284 return $result;
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DAbstractPrincipalCollection.php148 …$result = $this->principalBackend->searchPrincipals($this->principalPrefix, $searchProperties, $te…
151 foreach ($result as $row) {
H A DPlugin.php332 $result = $node->getSupportedPrivilegeSet();
334 if ($result)
335 return $result;
586 $result = null;
598 if ($result) {
599 return $result;
648 foreach ($results as $result) {
1119 new DAV\Xml\Response\MultiStatus($result),
1141 $result = [];
1177 return $result;
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DAbstractBackend.php42 $result = $this->searchPrincipals(
47 if ($result) {
48 return $result[0];
H A DPDO.php101 … $result = $this->pdo->query('SELECT ' . implode(',', $fields) . ' FROM ' . $this->tableName);
105 while ($row = $result->fetch(\PDO::FETCH_ASSOC)) {
297 $result = [];
299 $result[] = $row['uri'];
301 return $result;
319 $result = [];
321 $result[] = $row['uri'];
323 return $result;
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DCurrentUserPrivilegeSet.php122 $result = [];
129 $result[] = $element['value'][0];
131 return new self($result);
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DExpandPropertyReport.php76 $result = [];
95 $result[$propName] = $value;
99 return $result;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractPDOTest.php81 $result = $propPatch->commit();
84 $this->assertTrue($result);
H A DAbstractTest.php16 $result = $propPatch->commit();
18 $this->assertFalse($result);
69 $result = $abstract->getMultipleCalendarObjects(1, [
89 $this->assertEquals($expected, $result);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeNotificationsTest.php39 $result = $calendarHome->getChildren();
40 $this->assertEquals('notifications', $result[0]->getName());
48 $result = $calendarHome->getChild('notifications');
49 $this->assertEquals('notifications', $result->getName());
H A DCalendarHomeSharedCalendarsTest.php84 $result = $instance->shareReply('uri', SharingPlugin::STATUS_DECLINED, 'curi', '1');
85 $this->assertNull($result);
H A DCalendarHomeTest.php168 $result = $this->usercalendars->createExtendedCollection('newcalendar', $mkCol);
169 $this->assertNull($result);
H A DCalendarTest.php60 $result = $this->calendar->propPatch($propPatch);
61 $result = $propPatch->commit();
63 $this->assertEquals(true, $result);
79 $result = $this->calendar->getProperties($question);
81 foreach($question as $q) $this->assertArrayHasKey($q,$result);
83 …$this->assertEquals(array('VEVENT','VTODO'), $result['{urn:ietf:params:xml:ns:caldav}supported-cal…
242 $result = $this->calendar->getSupportedPrivilegeSet();
246 $result['aggregates'][0]['aggregates'][2]['privilege']
H A DSharingPluginTest.php98 $result = $this->server->updateProperties('calendars/user1/cal1', array(
104 ], $result);
112 $result = $this->server->updateProperties('calendars/user1/cal3', array(
118 ), $result);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DDeliverNewEventTest.php71 $result = $this->request(new Request('GET', '/calendars/user1/default/foo.ics'))->getBody();
72 $resultVObj = VObject\Reader::read($result);
H A DIMipPluginTest.php43 $result = $this->schedule($message);
59 $this->assertEquals($expected, $result);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/
H A DScheduleCalendarTranspTest.php83 $result = $this->parse(
90 $result['value']
107 $result = $this->parse(
114 $result['value']
H A DSupportedCalendarComponentSetTest.php69 $result = $this->parse(
76 $result['value']
95 $result = $this->parse(
102 $result['value']
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Request/
H A DCalendarQueryReportTest.php27 $result = $this->parse($xml);
42 $result['value']
108 $result = $this->parse($xml);
212 $result['value']
H A DInviteReplyTest.php27 $result = $this->parse($xml);
32 $result['value']
50 $result = $this->parse($xml);
55 $result['value']

1...<<11121314151617181920>>...80