Home
last modified time | relevance | path

Searched refs:properties (Results 126 – 150 of 802) sorted by relevance

12345678910>>...33

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p2beta1EntityAnnotation.php141 public function setProperties($properties) argument
143 $this->properties = $properties;
150 return $this->properties;
H A DEntityAnnotation.php141 public function setProperties($properties) argument
143 $this->properties = $properties;
150 return $this->properties;
H A DGoogleCloudVisionV1p1beta1EntityAnnotation.php141 public function setProperties($properties) argument
143 $this->properties = $properties;
150 return $this->properties;
H A DGoogleCloudVisionV1p3beta1EntityAnnotation.php141 public function setProperties($properties) argument
143 $this->properties = $properties;
150 return $this->properties;
H A DGoogleCloudVisionV1p4beta1EntityAnnotation.php141 public function setProperties($properties) argument
143 $this->properties = $properties;
150 return $this->properties;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInstanceTemplate.php128 public function setProperties(InstanceProperties $properties) argument
130 $this->properties = $properties;
137 return $this->properties;
/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/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php229 * @param array $properties
248 if (!isset($properties[$sccs])) {
258 if (isset($properties[$transp])) {
271 if (isset($properties[$xmlName])) {
1136 * @param array $properties
1160 if (isset($properties[$xmlName])) {
1410 $sharee->properties = array_merge(
1411 $oldSharee->properties,
1412 $sharee->properties
1416 … isset($sharee->properties['{DAV:}displayname']) ? $sharee->properties['{DAV:}displayname'] : null,
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DSpreadsheet.php103 public function setProperties(SpreadsheetProperties $properties) argument
105 $this->properties = $properties;
112 return $this->properties;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DSelect.php14 $properties = $this->cssManager->MergeCSS('', 'SELECT', $attr);
15 if (isset($properties['FONT-FAMILY'])) {
16 $this->mpdf->SetFont($properties['FONT-FAMILY'], $this->mpdf->FontStyle, 0, false);
18 if (isset($properties['FONT-SIZE'])) {
19 $mmsize = $this->sizeConverter->convert($properties['FONT-SIZE'], $this->mpdf->default_font_size / Mpdf::SCALE);
26 if (isset($properties['COLOR'])) {
27 $this->mpdf->selectoption['COLOR'] = $this->colorConverter->convert($properties['COLOR'], $this->mpdf->PDFAXwarnings);
H A DBlockTag.php126 // Cannot set block properties inside table - use Bold to indicate h1-h6
132 $properties = $this->cssManager->MergeCSS('', $tag, $attr);
133 if (!empty($properties)) {
134 $this->mpdf->setCSS($properties, 'INLINE');
245 } // mPDF 6 (uses $p - preview of properties so blklvl can be incremented after page-break)
249 // mPDF 6 (uses $p - preview of properties so blklvl can be imcremented after page-break)
319 // Must Add new page if changed page properties
337 $properties = $this->cssManager->MergeCSS('BLOCK', $tag, $attr); // mPDF 6 - moved to after page-break-before
339 if (isset($properties['PAGE-BREAK-INSIDE']) && strtoupper($properties['PAG
[all...]
H A DA.php34 $properties = $this->cssManager->MergeCSS('INLINE', 'A', $attr);
35 if (!empty($properties)) {
36 $this->mpdf->setCSS($properties, 'INLINE');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Result.php120 public function setProperties(GoogleCloudApigeeV1Properties $properties) argument
122 $this->properties = $properties;
129 return $this->properties;
/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php347 $properties = [];
354 $properties[] = $child->jsonSerialize();
361 $properties,
375 $properties = [];
382 $properties[] = $child;
389 if (!empty($properties)) {
392 foreach ($properties as $property) {
634 $properties = array_unique($this->select($propName), SORT_REGULAR);
636 if (1 === count($properties)) {
638 $this->add($properties[0]);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Request/
H A DAddressBookQueryReportTest.php28 $addressBookQueryReport->properties = [
65 $addressBookQueryReport->properties = [
123 $addressBookQueryReport->properties = [
168 $addressBookQueryReport->properties = [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1DocumentEntity.php163 public function setProperties($properties) argument
165 $this->properties = $properties;
172 return $this->properties;
H A DGoogleCloudDocumentaiV1beta1DocumentEntity.php163 public function setProperties($properties) argument
165 $this->properties = $properties;
172 return $this->properties;
H A DGoogleCloudDocumentaiV1beta2DocumentEntity.php163 public function setProperties($properties) argument
165 $this->properties = $properties;
172 return $this->properties;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/
H A DSyncCollectionTest.php25 $elem->properties = ['{DAV:}foo'];
49 $elem->properties = ['{DAV:}foo'];
73 $elem->properties = ['{DAV:}foo'];
/plugin/projects/plugins/file/
H A Dplot_dependency.php28 private $properties = array(); variable in PlotDefinition
47 if (!isset($this->properties[$name])) return NULL;
48 return $this->properties[$name];
93 $this->properties[$name] = $value;
115 if ($use == 'x') $this->properties['x_column'] = trim($range[0]);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php194 * @param array $properties
197 function createCalendar($principalUri, $calendarUri, array $properties) { argument
215 if (!isset($properties[$sccs])) {
224 if (isset($properties[$transp])) {
229 if (isset($properties[$xmlName])) {
231 $values[':' . $dbName] = $properties[$xmlName];
1009 * @param array $properties
1012 function createSubscription($principalUri, $uri, array $properties) { argument
1021 if (!isset($properties['{http://calendarserver.org/ns/}source'])) {
1033 if (isset($properties[$xmlName])) {
[all …]
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md106 * #187: Fixed validator rules for `LAST-MODIFIED` properties.
123 * #179: Added `isFloating` to `DATE-TIME` properties.
219 * #51: Support for iterating RDATE properties.
316 2.1 quoted printable-encoded properties.
338 * Fixed: URI properties should not escape ; and ,.
346 * Changed: All $duration properties are now public.
378 * Fixed: jCard encoding of TIME properties.
458 * Changed: API for DateTime properties has slightly changed.
555 creation of components and properties.
591 properties such as N, ADR, ORG and CATEGORIES.
[all …]
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md106 * #187: Fixed validator rules for `LAST-MODIFIED` properties.
123 * #179: Added `isFloating` to `DATE-TIME` properties.
219 * #51: Support for iterating RDATE properties.
316 2.1 quoted printable-encoded properties.
338 * Fixed: URI properties should not escape ; and ,.
346 * Changed: All $duration properties are now public.
378 * Fixed: jCard encoding of TIME properties.
458 * Changed: API for DateTime properties has slightly changed.
555 creation of components and properties.
591 properties such as N, ADR, ORG and CATEGORIES.
[all …]
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md66 * #187: Fixed validator rules for `LAST-MODIFIED` properties.
83 * #179: Added `isFloating` to `DATE-TIME` properties.
179 * #51: Support for iterating RDATE properties.
276 2.1 quoted printable-encoded properties.
298 * Fixed: URI properties should not escape ; and ,.
306 * Changed: All $duration properties are now public.
338 * Fixed: jCard encoding of TIME properties.
418 * Changed: API for DateTime properties has slightly changed.
515 creation of components and properties.
551 properties such as N, ADR, ORG and CATEGORIES.
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DPropPatchTest.php249 … $propPatch->handle(['{DAV:}a', '{DAV:}b', '{DAV:}c'], function($properties) use (&$calledA) {
255 ], $properties);
281 … $propPatch->handle(['{DAV:}a', '{DAV:}b', '{DAV:}c'], function($properties) use (&$calledA) {
287 ], $properties);
312 … $propPatch->handle(['{DAV:}a', '{DAV:}b', '{DAV:}c'], function($properties) use (&$calledA) {
318 ], $properties);
351 … $propPatch->handle(['{DAV:}a', '{DAV:}b', '{DAV:}c'], function($properties) use (&$calledA) {

12345678910>>...33