Home
last modified time | relevance | path

Searched refs:properties (Results 101 – 125 of 802) sorted by relevance

12345678910>>...33

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DEntity.php44 public function setProperties($properties) argument
46 $this->properties = $properties;
53 return $this->properties;
H A DGoogleDatastoreAdminV1Index.php105 public function setProperties($properties) argument
107 $this->properties = $properties;
114 return $this->properties;
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.property.collection.php17 $properties = $this->getPropertiesRaw();
18 foreach ($properties as $property) {
74 $properties = $this->_properties;
77 array_multisort($priorities, $properties);
79 return $properties;
117 $properties = $collection->getPropertiesSortedByPriority();
118 foreach ($properties as $property) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DResourceUpdate.php42 public $properties; variable in Google\\Service\\DeploymentManager\\ResourceUpdate
123 public function setProperties($properties) argument
125 $this->properties = $properties;
132 return $this->properties;
H A DDeploymentmanagerResource.php48 public $properties; variable in Google\\Service\\DeploymentManager\\DeploymentmanagerResource
153 public function setProperties($properties) argument
155 $this->properties = $properties;
162 return $this->properties;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DBuildBazelRemoteExecutionV2NodeProperties.php39 public function setProperties($properties) argument
41 $this->properties = $properties;
48 return $this->properties;
/plugin/webdav/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']);
/plugin/webdav/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/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/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']);
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityPolicy.php58 public function setAllowedProperties(array $properties) argument
60 $this->allowedProperties = $properties;
114 foreach ($this->allowedProperties as $class => $properties) {
116 … $allowed = \in_array($property, \is_array($properties) ? $properties : [$properties]);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DImage.php68 public function setProperties(MediaProperties $properties) argument
70 $this->properties = $properties;
77 return $this->properties;
/plugin/odt/ODT/
H A DODTDocument.php371 function spanOpenUseProperties($properties){ argument
447 function paragraphOpenUseProperties($properties){ argument
891 $properties ['width'] = $data ['width'];
892 $properties ['height'] = $data ['height'];
912 $properties = array();
914 $properties ['style-parent'] = $parent;
916 $properties ['page-number'] = 'auto';
1211 function tableAddColumnUseProperties ($properties){ argument
1269 function tableRowOpenUseProperties($properties){ argument
1327 function openTextBoxUseProperties ($properties) { argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DUpdateDimensionPropertiesRequest.php64 public function setProperties(DimensionProperties $properties) argument
66 $this->properties = $properties;
73 return $this->properties;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
H A DDuplicatePropertySniff.php64 $properties = array();
77 if (isset($properties[$propName]) === true) {
81 $tokens[$properties[$propName]]['line'],
86 $properties[$propName] = $next;
/plugin/odt/ODT/styles/
H A DODTTextListStyle.php96 public function importProperties($properties, $disabled=array()) { argument
97 $this->importPropertiesInternal(ODTTextStyle::getTextProperties (), $properties, $disabled);
98 $this->importPropertiesInternal(self::$list_fields, $properties, $disabled);
157 $properties = array();
182 $properties ['list-style'] = $list_style_properties;
183 $properties ['list-level'] = $list_level_properties;
184 $properties ['label'] = $label_properties;
185 $properties ['text'] = $text_properties;
186 $style->list_level_styles [$level_number] = $properties;
214 foreach ($this->properties as $property => $items) {
[all …]
H A DODTStyleStyle.php110 foreach ($this->properties as $property => $items) {
216 … protected function importPropertiesInternal(array $fields, $properties, $disabled, &$dest=NULL) { argument
217 parent::importPropertiesInternal($fields, $properties, $disabled, $dest);
225 foreach ($this->properties as $property => $items) {
232 $this->properties [$property] = NULL;
233 unset ($this->properties [$property]);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DResponse.php129 foreach ($this->getResponseProperties() as $status => $properties) {
132 if (!$properties || (!ctype_digit($status) && !is_int($status))) {
137 $writer->writeElement('{DAV:}prop', $properties);
238 … $properties = isset($elem['value']['{DAV:}prop']) ? $elem['value']['{DAV:}prop'] : [];
239 if ($properties) $propertyLists[$status] = $properties;
/plugin/calendoku/
H A Dhelper.php12 var $properties = array(); variable in CalenDoku_CalendarComponent
44 $properties = preg_split('/;/', $curfield);
45 $curfield = $properties[0];
46 if (count($properties) > 1)
47 for ($i = 1; $i < count($properties); $i++) {
48 $propretval = preg_split('/=/', $properties[$i]);
49 $this->properties[$curfield][$propretval[0]] = $propretval[1];
167 if (isset($this->properties['DTSTART']['VALUE'])) {
168 if (!strcmp($this->properties['DTSTART']['VALUE'], 'DATE')) {
173 } else if (isset($this->properties['DTEND']['VALUE'])) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1SchemaEntityType.php67 public function setProperties($properties) argument
69 $this->properties = $properties;
76 return $this->properties;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php275 $properties = [];
287 $properties = $mkcalendar->getProperties();
297 if (isset($properties['{DAV:}resourcetype'])) {
298 $resourceType = $properties['{DAV:}resourcetype']->getValue();
303 $this->server->createCollection($path, new MkCol($resourceType, $properties));
544 $requestedProperties = $report->properties;
556 $properties = $this->server->getPropertiesForPath(
564 $properties = current($properties);
592 $result = [$properties];
628 list($properties) =
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php261 $properties = [];
273 $properties = $mkcalendar->getProperties();
283 if (isset($properties['{DAV:}resourcetype'])) {
284 $resourceType = $properties['{DAV:}resourcetype']->getValue();
289 $this->server->createCollection($path, new MkCol($resourceType, $properties));
523 $requestedProperties = $report->properties;
535 $properties = $this->server->getPropertiesForPath(
543 $properties = current($properties);
571 $result = [$properties];
600 list($properties) =
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Ordering/
H A DAlphabeticalPropertyOrderingStrategy.php14 public function order(array $properties): array argument
17 $properties,
23 return $properties;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Environment.php158 public function setProperties(GoogleCloudApigeeV1Properties $properties) argument
160 $this->properties = $properties;
167 return $this->properties;
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php191 * @param array $properties
195 function propFind($url, array $properties, $depth = 0) { argument
202 foreach ($properties as $property) {
262 * @param array $properties
265 function propPatch($url, array $properties) { argument
268 $propPatch->properties = $properties;

12345678910>>...33