Home
last modified time | relevance | path

Searched refs:property (Results 76 – 100 of 1146) sorted by relevance

12345678910>>...46

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DParagraph.php65 public function setProperty(TextProperty $property) argument
67 $this->property = $property;
74 return $this->property;
H A DGoogleCloudVisionV1p1beta1Paragraph.php65 public function setProperty(GoogleCloudVisionV1p1beta1TextAnnotationTextProperty $property) argument
67 $this->property = $property;
74 return $this->property;
H A DGoogleCloudVisionV1p2beta1Word.php65 public function setProperty(GoogleCloudVisionV1p2beta1TextAnnotationTextProperty $property) argument
67 $this->property = $property;
74 return $this->property;
H A DGoogleCloudVisionV1p3beta1Page.php85 public function setProperty(GoogleCloudVisionV1p3beta1TextAnnotationTextProperty $property) argument
87 $this->property = $property;
94 return $this->property;
H A DPage.php85 public function setProperty(TextProperty $property) argument
87 $this->property = $property;
94 return $this->property;
H A DGoogleCloudVisionV1p2beta1Page.php85 public function setProperty(GoogleCloudVisionV1p2beta1TextAnnotationTextProperty $property) argument
87 $this->property = $property;
94 return $this->property;
H A DGoogleCloudVisionV1p4beta1Page.php85 public function setProperty(GoogleCloudVisionV1p4beta1TextAnnotationTextProperty $property) argument
87 $this->property = $property;
94 return $this->property;
H A DGoogleCloudVisionV1p1beta1Page.php85 public function setProperty(GoogleCloudVisionV1p1beta1TextAnnotationTextProperty $property) argument
87 $this->property = $property;
94 return $this->property;
H A DGoogleCloudVisionV1p3beta1Block.php97 public function setProperty(GoogleCloudVisionV1p3beta1TextAnnotationTextProperty $property) argument
99 $this->property = $property;
106 return $this->property;
H A DGoogleCloudVisionV1p2beta1Block.php97 public function setProperty(GoogleCloudVisionV1p2beta1TextAnnotationTextProperty $property) argument
99 $this->property = $property;
106 return $this->property;
H A DGoogleCloudVisionV1p4beta1Block.php97 public function setProperty(GoogleCloudVisionV1p4beta1TextAnnotationTextProperty $property) argument
99 $this->property = $property;
106 return $this->property;
H A DBlock.php97 public function setProperty(TextProperty $property) argument
99 $this->property = $property;
106 return $this->property;
H A DGoogleCloudVisionV1p1beta1Block.php97 public function setProperty(GoogleCloudVisionV1p1beta1TextAnnotationTextProperty $property) argument
99 $this->property = $property;
106 return $this->property;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTag.php117 protected function getAlign($property) argument
119 $property = strtolower($property);
120 return array_key_exists($property, self::ALIGN) ? self::ALIGN[$property] : '';
/plugin/authgoogle/google/contrib/
H A DGoogle_FreebaseService.php137 public $property; variable in Google_TopicLookup
144 public function setProperty(Google_TopicLookupProperty $property) { argument
145 $this->property = $property;
148 return $this->property;
300 public $property; variable in Google_TopicValue
340 public function setProperty(Google_TopicPropertyvalue $property) { argument
341 $this->property = $property;
344 return $this->property;
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst21 This annotation can be defined on a property to indicate that the property should
29 This annotation can be defined on a property to indicate that the property should
37 This annotation can be defined on a property to indicate that the property should
45 property. If this is not defined, the property will be translated from camel-case
74 property was available. If a later version is serialized, then this property is
80 This annotation can be defined on a property to specify if the property
209 the method should appear like a property of the object.
261 ``@VirtualProperty()`` can also have an optional property ``name``, used to define the internal pro…
270 This annotation can be defined on a property to indicate that the data of the property
277 This annotation can be defined on a property to indicate that the data of the property
[all …]
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/tests/Fixtures/
H A DExceptionThrower.php17 private $property; variable in SebastianBergmann\\ObjectEnumerator\\Fixtures\\ExceptionThrower
21 unset($this->property);
24 public function __get($property) argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DRunPivotReportRequest.php48 public $property; variable in Google\\Service\\AnalyticsData\\RunPivotReportRequest
183 public function setProperty($property) argument
185 $this->property = $property;
192 return $this->property;
H A DRunReportRequest.php60 public $property; variable in Google\\Service\\AnalyticsData\\RunReportRequest
237 public function setProperty($property) argument
239 $this->property = $property;
246 return $this->property;
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationReader.php244 public function getPropertyAnnotations(ReflectionProperty $property) argument
246 $class = $property->getDeclaringClass();
247 $context = 'property ' . $class->getName() . "::\$" . $property->getName();
250 $this->parser->setImports($this->getPropertyImports($property));
254 return $this->parser->parse($property->getDocComment(), $context);
260 public function getPropertyAnnotation(ReflectionProperty $property, $annotationName) argument
262 $annotations = $this->getPropertyAnnotations($property);
378 private function getPropertyImports(ReflectionProperty $property) argument
380 $class = $property->getDeclaringClass();
389 if ($trait->hasProperty($property->getName())) {
H A DIndexedReader.php89 public function getPropertyAnnotations(\ReflectionProperty $property) argument
92 foreach ($this->delegate->getPropertyAnnotations($property) as $annot) {
102 public function getPropertyAnnotation(\ReflectionProperty $property, $annotation) argument
104 return $this->delegate->getPropertyAnnotation($property, $annotation);
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCard.php474 foreach ($this->children() as $property) {
475 $group = $property->group;
481 $propertiesByGroup[$group][] = $property;
492 foreach ($properties as $property) {
493 switch ($property->name) {
498 $value = $property->getParts();
504 $property->xmlSerialize($writer);
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php482 foreach ($this->children() as $property) {
484 $group = $property->group;
490 $propertiesByGroup[$group][] = $property;
505 foreach ($properties as $property) {
506 switch ($property->name) {
512 $value = $property->getParts();
518 $property->xmlSerialize($writer);
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.rules.page.inc.php90 function setCSSProperty($property) { argument
91 $this->css->add_property($property);
165 function setCSSProperty($property) { argument
166 $this->css->add_property($property);
377 foreach ($properties as $property) {
378 $at_rule->setCSSProperty($property);
388 foreach ($properties as $property) {
389 $at_rule->setCSSProperty($property);
/plugin/displayfile/
H A Dsyntax.php212 $property = $reflection->getProperty('_codeblock');
213 $property->setAccessible(true);
214 return $property->getValue($renderer);
220 $property = $reflection->getProperty('_codeblock');
221 $property->setAccessible(true);
222 $codeblock = $property->getValue($renderer);
223 $property->setValue($renderer, $codeblock + 1);
224 return $property->getValue($renderer);

12345678910>>...46