Home
last modified time | relevance | path

Searched refs:properties (Results 201 – 225 of 802) sorted by last modified time

12345678910>>...33

/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php329 $propFindXml->properties = [];
336 … $newProperties = $this->server->getPropertiesForPath($path, $propFindXml->properties, $depth);
383 $newProperties = $propPatch->properties;
573 $properties = $mkcol->getProperties();
575 if (!isset($properties['{DAV:}resourcetype']))
578 $resourceType = $properties['{DAV:}resourcetype']->getValue();
579 unset($properties['{DAV:}resourcetype']);
583 $properties = [];
588 $mkcol = new MkCol($resourceType, $properties);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/
H A DPropFindTest.php22 $propFind->properties = ['{DAV:}hello'];
H A DSyncCollectionTest.php25 $elem->properties = ['{DAV:}foo'];
49 $elem->properties = ['{DAV:}foo'];
73 $elem->properties = ['{DAV:}foo'];
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPropsTest.php196 ], $result->properties);
/plugin/indexmenu/images/doku2/
H A Dstyle.css3 /*Link properties*/
/plugin/indexmenu/
H A DCREDITS34 Css dynamic properties and suggestion of js theme with differents image formats
H A Dstyle.css16 /* dtree properties. No need to change*/
34 /*Link properties*/
45 /*Link properties*/
/plugin/indexmenu/inc/
H A Dpclzip.lib.php161 // properties() : List the properties of the archive
555 // properties.
556 // The properties of each entries in the list are (used also in other functions) :
1033 // Function : properties()
1035 // This method gives the properties of the archive.
1036 // The properties are :
1044 // An array with the archive properties.
1046 public function properties()
1048 //--(MAGIC-PclTrace)--//PclTraceFctStart(__FILE__, __LINE__, "PclZip::properties", "");
1091 function properties() global() function in PclZip
[all...]
/plugin/indexmenu/images/thread2/
H A Dstyle.css16 /* dtree properties. No need to change*/
/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 DGoogleCloudDocumentaiV1SchemaEntityType.php67 public function setProperties($properties) argument
69 $this->properties = $properties;
76 return $this->properties;
H A DGoogleCloudDocumentaiV1beta1DocumentEntity.php163 public function setProperties($properties) argument
165 $this->properties = $properties;
172 return $this->properties;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DMetaline.php29 public function setProperties($properties) argument
31 $this->properties = $properties;
38 return $this->properties;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DGoogleDatastoreAdminV1Index.php105 public function setProperties($properties) argument
107 $this->properties = $properties;
114 return $this->properties;
/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;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DGoogleAnalyticsAdmin.php53 public $properties; variable in Google\\Service\\GoogleAnalyticsAdmin
319 'properties',
333 'path' => 'v1alpha/properties',
377 'path' => 'v1alpha/properties',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DAddSheetRequest.php28 public function setProperties(SheetProperties $properties) argument
30 $this->properties = $properties;
37 return $this->properties;
H A DDuplicateSheetResponse.php28 public function setProperties(SheetProperties $properties) argument
30 $this->properties = $properties;
37 return $this->properties;
H A DSpreadsheet.php103 public function setProperties(SpreadsheetProperties $properties) argument
105 $this->properties = $properties;
112 return $this->properties;
H A DUpdateSheetPropertiesRequest.php46 public function setProperties(SheetProperties $properties) argument
48 $this->properties = $properties;
55 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/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Organization.php335 public function setProperties(GoogleCloudApigeeV1Properties $properties) argument
337 $this->properties = $properties;
344 return $this->properties;
H A DGoogleCloudApigeeV1Result.php120 public function setProperties(GoogleCloudApigeeV1Properties $properties) argument
122 $this->properties = $properties;
129 return $this->properties;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DHadoopJob.php52 public $properties; variable in Google\\Service\\Dataproc\\HadoopJob
155 public function setProperties($properties) argument
157 $this->properties = $properties;
164 return $this->properties;
H A DHiveJob.php34 public $properties; variable in Google\\Service\\Dataproc\\HiveJob
77 public function setProperties($properties) argument
79 $this->properties = $properties;
86 return $this->properties;

12345678910>>...33