Home
last modified time | relevance | path

Searched refs:property (Results 276 – 300 of 1146) sorted by last modified time

1...<<11121314151617181920>>...46

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/
H A DSupportedCollationSetTest.php22 $property = new SupportedCollationSet();
25 $xml = $this->write(['{DAV:}root' => $property]);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Property/
H A DSupportedAddressDataTest.php12 $property = new SupportedAddressData();
13 $this->assertInstanceOf('Sabre\CardDAV\Xml\Property\SupportedAddressData', $property);
22 $property = new SupportedAddressData();
25 $xml = $this->write(['{DAV:}root' => $property]);
H A DSupportedCollationSetTest.php12 $property = new SupportedCollationSet();
13 $this->assertInstanceOf('Sabre\CardDAV\Xml\Property\SupportedCollationSet', $property);
22 $property = new SupportedCollationSet();
25 $xml = $this->write(['{DAV:}root' => $property]);
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md21 * #229: Converting vcards from 3.0 to 4.0 that contained a `LANG` property
115 * #143: `SCHEDULE-AGENT` on the `ORGANIZER` property is respected.
145 * #125: Send CANCEL messages when ORGANIZER property gets deleted.
170 * VEVENT now get populated with a DTSTAMP and UID property by default.
284 * Fixed: Setting correct property group on VCard conversion
302 * Added: You can now add() multiple parameters to a property in one call.
334 * Added: OPTION_FORGIVING now also allows slashes in property names.
350 * Fixed: Recursive loop in ICalendar\DateTime property.
360 * Removed: CommaSeparatedText property. Now included into Text.
374 * Added: A few tweaks to improve component and property creation.
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/
H A DCli.php359 $extra = ' (property: "' . $warn['node']->name . '")';
405 $extra = ' (property: "' . $warn['node']->name . '")';
H A DVCardConverter.php52 foreach($input->children as $property) {
67 * @param Property $property
78 $parameters = $property->parameters();
85 $valueType = $property->getValueType();
88 $property->name,
89 $property->getParts(),
97 …if ($property instanceof Property\Uri && in_array($property->name, array('PHOTO','LOGO','SOUND')))…
133 } elseif ($property->name === 'KIND') {
182 switch($property->name) {
205 if (!$property->group) {
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php112 foreach ($mutations as $property => $newValue) {
114 switch ($property) {
165 foreach ($properties as $property => $newValue) {
167 switch ($property) {
175 throw new DAV\Exception\BadRequest('Unknown property: ' . $property);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php13 $property = $vobj->add('ATTENDEE', $input);
17 $property->getNormalizedValue()
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php202 foreach ($properties as $property) {
207 ) = \Sabre\Xml\Service::parseClarkNotation($property);
/plugin/pot/
H A DLICENSE217 patents or other property right claims or to contest validity of any
/plugin/spreadout/
H A DLICENSE216 patents or other property right claims or to contest validity of any
/plugin/indexmenu/
H A Dstyle.css87 /*Mouseover property*/
97 /*Mouseover property*/
102 /*tocbullet property*/
111 /*scrolling arrow property*/
120 /*toc property*/
H A DCOPYING219 patents or other property right claims or to contest validity of any
/plugin/actionrenderer/
H A DLICENSE216 patents or other property right claims or to contest validity of any
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DProjection.php28 public function setProperty(PropertyReference $property) argument
30 $this->property = $property;
37 return $this->property;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p1beta1Word.php65 public function setProperty(GoogleCloudVisionV1p1beta1TextAnnotationTextProperty $property) argument
67 $this->property = $property;
74 return $this->property;
H A DGoogleCloudVisionV1p3beta1Block.php97 public function setProperty(GoogleCloudVisionV1p3beta1TextAnnotationTextProperty $property) argument
99 $this->property = $property;
106 return $this->property;
H A DGoogleCloudVisionV1p3beta1Page.php85 public function setProperty(GoogleCloudVisionV1p3beta1TextAnnotationTextProperty $property) argument
87 $this->property = $property;
94 return $this->property;
H A DGoogleCloudVisionV1p3beta1Word.php65 public function setProperty(GoogleCloudVisionV1p3beta1TextAnnotationTextProperty $property) argument
67 $this->property = $property;
74 return $this->property;
H A DPage.php85 public function setProperty(TextProperty $property) argument
87 $this->property = $property;
94 return $this->property;
H A DWord.php65 public function setProperty(TextProperty $property) argument
67 $this->property = $property;
74 return $this->property;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DPropertyValue.php25 public $property; variable in Google\\Service\\YouTube\\PropertyValue
34 public function setProperty($property) argument
36 $this->property = $property;
43 return $this->property;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/
H A DProperties.php43 * @param string $property Required. The property for which to acknowledge user
49 …public function acknowledgeUserDataCollection($property, GoogleAnalyticsAdminV1alphaAcknowledgeUse… argument
51 $params = ['property' => $property, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DGoogleAnalyticsAdmin.php323 'path' => 'v1alpha/{+property}:acknowledgeUserDataCollection',
326 'property' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DResultDisplayField.php64 public function setProperty(NamedProperty $property) argument
66 $this->property = $property;
73 return $this->property;

1...<<11121314151617181920>>...46