Home
last modified time | relevance | path

Searched refs:property (Results 51 – 75 of 1146) sorted by relevance

12345678910>>...46

/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php196 foreach (ReflectionHelper::getProperties($reflectedObject) as $property) {
197 $this->copyObjectProperty($newObject, $property);
203 private function copyObjectProperty($object, ReflectionProperty $property) argument
206 if ($property->isStatic()) {
217 if ($matcher->matches($object, $property->getName())) {
220 $property->getName(),
231 $property->setAccessible(true);
232 $propertyValue = $property->getValue($object);
235 $property->setValue($object, $this->recursiveCopy($propertyValue));
/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;
H A DPropertyOrder.php46 public function setProperty(PropertyReference $property) argument
48 $this->property = $property;
55 return $this->property;
H A DPropertyFilter.php48 public function setProperty(PropertyReference $property) argument
50 $this->property = $property;
57 return $this->property;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Properties.php29 public function setProperty($property) argument
31 $this->property = $property;
38 return $this->property;
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_optimise.php54 $this->property =& $css->property;
108 if(isset($shorthands[$this->property]))
143 if(isset($shorthands[$this->property]))
146 if(is_array($shorthands[$this->property]))
375 if($this->property == 'font')
392 if (in_array($this->property, $color_values))
479 * @param string $property
485 function dissolve_4value_shorthands($property,$value) argument
488 if(!is_array($shorthands[$property]))
490 $return[$property] = $value;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/
H A DGoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest.php50 public $property; variable in Google\\Service\\GoogleAnalyticsAdmin\\GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest
143 public function setProperty($property) argument
145 $this->property = $property;
152 return $this->property;
/plugin/odt/helper/
H A Dcssimport.php35 protected $property; variable in css_declaration
45 $this->property = $property;
55 return $this->property;
71 if ( empty ($this->property) ) {
75 switch ($this->property) {
125 switch ($this->property) {
195 if ( $this->property == 'font' ) {
841 switch ($this->property) {
889 switch ($this->property) {
955 $property = trim($property);
[all …]
/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/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;
/plugin/strata/syntax/
H A Dentry.php105 list(, $property, $ptype, $multi, $values) = $parts;
108 // trim property so we don't get accidental 'name ' keys
109 $property = utf8_trim($property);
112 if(!isset($result['data'][$property])) {
113 $result['data'][$property] = array();
128 $result['data'][$property][] = array('value'=>$v,'type'=>$type,'hint'=>($hint?:null));
140 foreach($buckets as $property=>&$bucket) {
142 $property = $this->util->normalizePredicate($property);
[all...]
/plugin/odt/ODT/styles/
H A DODTTextStyle.php164 public function setProperty($property, $value) { argument
166 if (array_key_exists ($property, $style_fields)) {
168 ($property, $style_fields [$property][0], $value, $style_fields [$property][1]);
171 if (array_key_exists ($property, self::$text_fields)) {
173 … ($property, self::$text_fields [$property][0], $value, self::$text_fields [$property][1]);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p2beta1Symbol.php66 public function setProperty(GoogleCloudVisionV1p2beta1TextAnnotationTextProperty $property) argument
68 $this->property = $property;
75 return $this->property;
H A DGoogleCloudVisionV1p3beta1Symbol.php66 public function setProperty(GoogleCloudVisionV1p3beta1TextAnnotationTextProperty $property) argument
68 $this->property = $property;
75 return $this->property;
H A DGoogleCloudVisionV1p4beta1Symbol.php66 public function setProperty(GoogleCloudVisionV1p4beta1TextAnnotationTextProperty $property) argument
68 $this->property = $property;
75 return $this->property;
H A DSymbol.php66 public function setProperty(TextProperty $property) argument
68 $this->property = $property;
75 return $this->property;
H A DGoogleCloudVisionV1p1beta1Symbol.php66 public function setProperty(GoogleCloudVisionV1p1beta1TextAnnotationTextProperty $property) argument
68 $this->property = $property;
75 return $this->property;
H A DGoogleCloudVisionV1p1beta1Word.php65 public function setProperty(GoogleCloudVisionV1p1beta1TextAnnotationTextProperty $property) argument
67 $this->property = $property;
74 return $this->property;
H A DGoogleCloudVisionV1p3beta1Word.php65 public function setProperty(GoogleCloudVisionV1p3beta1TextAnnotationTextProperty $property) argument
67 $this->property = $property;
74 return $this->property;
H A DWord.php65 public function setProperty(TextProperty $property) argument
67 $this->property = $property;
74 return $this->property;
H A DGoogleCloudVisionV1p2beta1Paragraph.php65 public function setProperty(GoogleCloudVisionV1p2beta1TextAnnotationTextProperty $property) argument
67 $this->property = $property;
74 return $this->property;
H A DGoogleCloudVisionV1p4beta1Paragraph.php65 public function setProperty(GoogleCloudVisionV1p4beta1TextAnnotationTextProperty $property) argument
67 $this->property = $property;
74 return $this->property;
H A DGoogleCloudVisionV1p3beta1Paragraph.php65 public function setProperty(GoogleCloudVisionV1p3beta1TextAnnotationTextProperty $property) argument
67 $this->property = $property;
74 return $this->property;
H A DGoogleCloudVisionV1p4beta1Word.php65 public function setProperty(GoogleCloudVisionV1p4beta1TextAnnotationTextProperty $property) argument
67 $this->property = $property;
74 return $this->property;

12345678910>>...46