Home
last modified time | relevance | path

Searched refs:get (Results 2001 – 2025 of 3429) sorted by path

1...<<81828384858687888990>>...138

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DSchedulingObject.php65 function get() { function in Sabre\\CalDAV\\Schedule\\SchedulingObject
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php183 if ($rt = $propFind->get('{DAV:}resourcetype')) {
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DCard.php69 function get() { function in Sabre\\CardDAV\\Card
134 $data = $this->get();
166 return strlen($this->get());
H A DPlugin.php174 $val = $node->get();
417 $blob = $node->get();
671 $contentType = $propFind->get('{DAV:}getcontenttype');
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPropFindAll.php89 function get($propertyName) { function in Sabre\\DAV\\Browser\\PropFindAll
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php83 $body = $node->get();
875 $val = $propFind->get('{http://sabredav.org/ns}sync-token');
878 $val = $propFind->get('{DAV:}sync-token');
H A DFile.php38 function get() { function in Sabre\\DAV\\File
H A DIFile.php47 function get(); function
H A DPropFind.php149 function get($propertyName) { function in Sabre\\DAV\\PropFind
H A DSimpleFile.php77 function get() { function in Sabre\\DAV\\SimpleFile
H A DTree.php303 $data = $source->get();
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DFile.php34 function get() { function in Sabre\\DAV\\FS\\File
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DFile.php91 function get() { function in Sabre\\DAV\\FSExt\\File
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarObjectTest.php44 $this->assertInternalType('string',$children[0]->get());
86 $this->assertEquals($newData, $children[0]->get());
103 $this->assertEquals($newData, $children[0]->get());
303 $this->assertEquals($expected, $obj->get());
319 $this->assertEquals('foo', $obj->get());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DPluginTest.php113 $propFind->get('{' . Plugin::NS_CALENDARSERVER . '}notificationtype')
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DSchedulingObjectTest.php62 $this->assertInternalType('string',$children[0]->get());
267 $this->assertEquals($this->data, $obj->get());
282 $this->assertEquals('foo', $obj->get());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
H A DPluginTest.php46 $this->assertFalse(is_null($propFind->get($propName)));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DCardTest.php37 $result = $this->card->get();
55 $result = $this->card->get();
70 $result = $this->card->get();
H A DPluginTest.php83 $propFind->get($ns . 'supported-address-data')
87 $propFind->get($ns . 'supported-collation-set')
H A DSogoStripContentTypeTest.php52 $this->assertEquals('text/plain', $propFind->get('{DAV:}getcontenttype'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DBasicNodeTest.php23 $file->get();
H A DHttpMoveTest.php38 $this->assertEquals('content1', $this->tree->getChild('file1')->get());
49 $this->assertEquals('content1', $this->tree->getChild('file3')->get());
61 $this->assertEquals('content1', $this->tree->getChild('file2')->get());
74 $this->assertEquals('content1', $this->tree->getChild('file2')->get());
87 $this->assertEquals('content1', $this->tree->getChild('file1')->get());
88 $this->assertEquals('content2', $this->tree->getChild('file2')->get());
113 $this->assertEquals('content1', $this->tree->getChild('file1')->get());
114 $this->assertEquals('content2', $this->tree->getChild('file2')->get());
H A DHttpPutTest.php43 $this->server->tree->getNodeForPath('file2')->get()
72 $this->server->tree->getNodeForPath('file1')->get()
106 $this->server->tree->getNodeForPath('file1')->get()
140 $this->server->tree->getNodeForPath('file1')->get()
193 $this->server->tree->getNodeForPath('file2')->get()
288 $this->server->tree->getNodeForPath('file2')->get()
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Browser/
H A DPropFindAllTest.php13 $this->assertEquals('foo', $pf->get('{DAV:}displayname'));
24 $this->assertEquals('foo', $pf->get('{DAV:}displayname'));
34 $this->assertEquals('foo', $pf->get('{DAV:}displayname'));
44 $this->assertEquals(null, $pf->get('{DAV:}displayname'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/
H A DFileTest.php70 $this->assertEquals('Contents',stream_get_contents($file->get()));

1...<<81828384858687888990>>...138