Lines Matching refs:props

458         $props = $this->server->getPropertiesForPath('/principals/user1',array(
466 $this->assertArrayHasKey(0,$props);
467 $this->assertArrayHasKey(200,$props[0]);
470 $this->assertArrayHasKey('{urn:ietf:params:xml:ns:caldav}calendar-home-set',$props[0][200]);
471 $prop = $props[0][200]['{urn:ietf:params:xml:ns:caldav}calendar-home-set'];
475 …$this->assertArrayHasKey('{http://calendarserver.org/ns/}calendar-proxy-read-for', $props[0][200]);
476 $prop = $props[0][200]['{http://calendarserver.org/ns/}calendar-proxy-read-for'];
480 …$this->assertArrayHasKey('{http://calendarserver.org/ns/}calendar-proxy-write-for', $props[0][200]…
481 $prop = $props[0][200]['{http://calendarserver.org/ns/}calendar-proxy-write-for'];
485 … $this->assertArrayHasKey('{' . Plugin::NS_CALENDARSERVER . '}email-address-set',$props[0][200]);
486 $prop = $props[0][200]['{' . Plugin::NS_CALENDARSERVER . '}email-address-set'];
494 $props = $this->server->getPropertiesForPath('/calendars/user1',array(
498 $this->assertArrayHasKey(0,$props);
499 $this->assertArrayHasKey(200,$props[0]);
500 $this->assertArrayHasKey('{DAV:}supported-report-set',$props[0][200]);
502 $prop = $props[0][200]['{DAV:}supported-report-set'];
519 $props = $this->server->getPropertiesForPath('/calendars/user1/UUID-123467',array(
523 $this->assertArrayHasKey(0,$props);
524 $this->assertArrayHasKey(200,$props[0]);
525 $this->assertArrayHasKey('{DAV:}supported-report-set',$props[0][200]);
527 $prop = $props[0][200]['{DAV:}supported-report-set'];
546 $props = $this->server->getPropertiesForPath('/calendars/user1',array(
550 $this->assertArrayHasKey(0,$props);
551 $this->assertArrayHasKey(200,$props[0]);
552 $this->assertArrayHasKey('{DAV:}supported-report-set',$props[0][200]);
554 $prop = $props[0][200]['{DAV:}supported-report-set'];
1131 $props = $this->server->getProperties('calendars/user1/UUID-123467', [
1141 ], $props);