Home
last modified time | relevance | path

Searched refs:properties (Results 151 – 175 of 802) sorted by last modified time

12345678910>>...33

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DMkCalendar.php26 public $properties = []; variable in Sabre\\CalDAV\\Xml\\Request\\MkCalendar
35 return $this->properties;
71 $self->properties = array_merge($self->properties, $elem['value']['{DAV:}prop']);
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php206 * @param array $properties
209 function getProperties($properties) { argument
212 foreach ($properties as $propertyName) {
H A DAddressBookHome.php170 $properties = $mkCol->getRemainingValues();
172 $this->carddavBackend->createAddressBook($this->principalUri, $name, $properties);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php330 $properties = array();
336 $properties[] = $child->jsonSerialize();
342 $properties,
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Xml/Request/
H A DAddressBookMultiGetReport.php29 public $properties; variable in Sabre\\CardDAV\\Xml\\Request\\AddressBookMultiGetReport
H A DAddressBookQueryReport.php29 public $properties; variable in Sabre\\CardDAV\\Xml\\Request\\AddressBookQueryReport
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DJson.php97 $properties = array_map(
117 array_merge($properties, $components),
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php195 $properties = [];
207 $properties[$varName] = $varValue;
213 $properties
338 $properties = $this->server->getPropertiesByNode($propFind, $node);
340 $properties = $propFind->getResultForMultiStatus()[200];
342 foreach ($properties as $propName => $propValue) {
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md137 * Added: Context properties.
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DIProperties.php42 * @param array $properties
45 function getProperties($properties); argument
H A DPropFind.php39 * @param array $properties
43 function __construct($path, array $properties, $depth = 0, $requestType = self::NORMAL) { argument
46 $this->properties = $properties;
51 $this->properties = [
62 foreach ($this->properties as $propertyName) {
246 return $this->properties;
319 protected $properties = []; variable in Sabre\\DAV\\PropFind
H A DPropPatch.php76 * @param string|string[] $properties
80 function handle($properties, callable $callback) { argument
83 foreach ((array)$properties as $propertyName) {
102 is_string($properties) ? $properties : $usedProperties,
118 $properties = $this->getRemainingMutations();
119 if (!$properties) {
124 foreach ($properties as $propertyName) {
129 $properties,
139 * @param string|string[] $properties
143 function setResultCode($properties, $resultCode) { argument
[all …]
H A DServer.php816 $properties = $this->getProperties($path, array_keys($propertyMap));
820 if (!isset($properties[$property])) continue;
822 if (is_scalar($properties[$property])) {
823 $headers[$header] = $properties[$property];
826 } elseif ($properties[$property] instanceof Xml\Property\GetLastModified) {
827 $headers[$header] = HTTP\Util::toHTTPDate($properties[$property]->getTime());
1183 * @param array $properties
1186 function updateProperties($path, array $properties) { argument
1188 $propPatch = new PropPatch($properties);
H A DTemporaryFileFilterPlugin.php267 $properties = [
278 $data = $this->server->generateMultiStatus([$properties]);
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php115 $propPatch->handleRemaining(function($properties) use ($path) {
120 foreach ($properties as $name => $value) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php144 $report->properties
157 * @param array $properties
160 …nse($syncToken, $collectionUrl, array $added, array $modified, array $deleted, array $properties) { argument
172 …foreach ($this->server->getPropertiesForMultiplePaths($fullPaths, $properties) as $fullPath => $pr…
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DResponse.php126 foreach ($this->getResponseProperties() as $status => $properties) {
129 if (!$properties || (!ctype_digit($status) && !is_int($status))) {
133 $writer->writeElement('{DAV:}prop', $properties);
219 … $properties = isset($elem['value']['{DAV:}prop']) ? $elem['value']['{DAV:}prop'] : [];
220 $propertyLists[$status] = $properties;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DMkCol.php26 protected $properties = []; variable in Sabre\\DAV\\Xml\\Request\\MkCol
36 return $this->properties;
74 $self->properties = array_merge($self->properties, $elem['value']['{DAV:}prop']);
H A DPropFind.php34 public $properties; variable in Sabre\\DAV\\Xml\\Request\\PropFind
68 $self->properties = $v;
H A DPropPatch.php29 public $properties = []; variable in Sabre\\DAV\\Xml\\Request\\PropPatch
52 foreach ($this->properties as $propertyName => $propertyValue) {
102 $self->properties = array_merge($self->properties, $elem['value']['{DAV:}prop']);
108 $self->properties[$remove] = null;
H A DSyncCollectionReport.php49 public $properties; variable in Sabre\\DAV\\Xml\\Request\\SyncCollectionReport
95 $self->properties = $elems['{DAV:}prop'];
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1115 $result = $this->expandProperties($requestUri, $report->properties, $depth);
1257 $report->properties,
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php181 $propPatch->handle(array_keys($this->fieldMap), function($properties) use ($path) {
188 foreach ($properties as $key => $value) {
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DExpandPropertyReport.php33 public $properties; variable in Sabre\\DAVACL\\Xml\\Request\\ExpandPropertyReport
61 $obj->properties = self::traverse($elems);
H A DPrincipalPropertySearchReport.php28 public $properties; variable in Sabre\\DAVACL\\Xml\\Request\\PrincipalPropertySearchReport
97 $self->properties = array_keys($elem['value']);

12345678910>>...33