Home
last modified time | relevance | path

Searched refs:propertyType (Results 1 – 25 of 40) sorted by relevance

12

/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/
H A DPropertyTypeMatcher.php21 private $propertyType; variable in DeepCopy\\Matcher\\PropertyTypeMatcher
24 * @param string $propertyType Property type
26 public function __construct($propertyType) argument
28 $this->propertyType = $propertyType;
44 return $reflectionProperty->getValue($object) instanceof $this->propertyType;
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/
H A DPropertyTypeMatcher.php21 private $propertyType; variable in DeepCopy\\Matcher\\PropertyTypeMatcher
24 * @param string $propertyType Property type
26 public function __construct($propertyType) argument
28 $this->propertyType = $propertyType;
44 return $reflectionProperty->getValue($object) instanceof $this->propertyType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/
H A DGoogleAnalyticsAdminV1alphaPropertySummary.php37 public $propertyType; variable in Google\\Service\\GoogleAnalyticsAdmin\\GoogleAnalyticsAdminV1alphaPropertySummary
84 public function setPropertyType($propertyType) argument
86 $this->propertyType = $propertyType;
93 return $this->propertyType;
H A DGoogleAnalyticsAdminV1alphaProperty.php61 public $propertyType; variable in Google\\Service\\GoogleAnalyticsAdmin\\GoogleAnalyticsAdminV1alphaProperty
204 public function setPropertyType($propertyType) argument
206 $this->propertyType = $propertyType;
213 return $this->propertyType;
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DXML.php160 $propertyType = 'text';
180 $propertyType,
231 $propertyType = 'float';
242 $propertyType = 'text';
251 $propertyType = 'freebusy';
266 $propertyType = 'date-time';
281 $propertyType = static::getTagName($xmlProperty['value'][0]['name']);
287 if ('date' === $propertyType) {
297 $propertyType,
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DXML.php178 $propertyType = 'text';
199 $propertyType,
256 $propertyType = 'float';
267 $propertyType = 'text';
276 $propertyType = 'freebusy';
290 $propertyType = 'date-time';
309 $propertyType = static::getTagName($xmlProperty['value'][0]['name']);
315 if ('date' === $propertyType) {
325 $propertyType,
/plugin/diagramsnet/lib/plugins/
H A Dsql.js391 var propertyType = name.substring(0, 11).toLowerCase();
396 propertyType = "constrain primary key";
400 propertyType = "constrain foreign key";
405 …malProperty = propertyType !== 'primary key' && propertyType !== 'foreign key' && propertyType !==…
452 if (propertyType === 'primary key' || propertyType === 'constrain primary key') {
502 if (propertyType === 'foreign key' || propertyType === 'constrain foreign key') {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DProjection.php22 protected $propertyType = PropertyReference::class; variable in Google\\Service\\Datastore\\Projection
H A DPropertyOrder.php26 protected $propertyType = PropertyReference::class; variable in Google\\Service\\Datastore\\PropertyOrder
H A DPropertyFilter.php26 protected $propertyType = PropertyReference::class; variable in Google\\Service\\Datastore\\PropertyFilter
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Properties.php23 protected $propertyType = GoogleCloudApigeeV1Property::class; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Properties
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DResultDisplayField.php30 protected $propertyType = NamedProperty::class; variable in Google\\Service\\CloudSearch\\ResultDisplayField
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p2beta1Symbol.php28 protected $propertyType = GoogleCloudVisionV1p2beta1TextAnnotationTextProperty::class; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1Symbol
H A DGoogleCloudVisionV1p3beta1Symbol.php28 protected $propertyType = GoogleCloudVisionV1p3beta1TextAnnotationTextProperty::class; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1Symbol
H A DGoogleCloudVisionV1p4beta1Symbol.php28 protected $propertyType = GoogleCloudVisionV1p4beta1TextAnnotationTextProperty::class; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1Symbol
H A DSymbol.php28 protected $propertyType = TextProperty::class; variable in Google\\Service\\Vision\\Symbol
H A DGoogleCloudVisionV1p1beta1Symbol.php28 protected $propertyType = GoogleCloudVisionV1p1beta1TextAnnotationTextProperty::class; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1Symbol
H A DGoogleCloudVisionV1p1beta1Word.php29 protected $propertyType = GoogleCloudVisionV1p1beta1TextAnnotationTextProperty::class; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1Word
H A DGoogleCloudVisionV1p3beta1Word.php29 protected $propertyType = GoogleCloudVisionV1p3beta1TextAnnotationTextProperty::class; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1Word
H A DWord.php29 protected $propertyType = TextProperty::class; variable in Google\\Service\\Vision\\Word
H A DGoogleCloudVisionV1p2beta1Paragraph.php29 protected $propertyType = GoogleCloudVisionV1p2beta1TextAnnotationTextProperty::class; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1Paragraph
H A DGoogleCloudVisionV1p4beta1Paragraph.php29 protected $propertyType = GoogleCloudVisionV1p4beta1TextAnnotationTextProperty::class; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1Paragraph
H A DGoogleCloudVisionV1p3beta1Paragraph.php29 protected $propertyType = GoogleCloudVisionV1p3beta1TextAnnotationTextProperty::class; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1Paragraph
H A DGoogleCloudVisionV1p4beta1Word.php29 protected $propertyType = GoogleCloudVisionV1p4beta1TextAnnotationTextProperty::class; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1Word
H A DParagraph.php29 protected $propertyType = TextProperty::class; variable in Google\\Service\\Vision\\Paragraph

12