Home
last modified time | relevance | path

Searched refs:propertyType (Results 26 – 40 of 40) sorted by path

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p4beta1Block.php35 protected $propertyType = GoogleCloudVisionV1p4beta1TextAnnotationTextProperty::class; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1Block
H A DGoogleCloudVisionV1p4beta1Page.php33 protected $propertyType = GoogleCloudVisionV1p4beta1TextAnnotationTextProperty::class; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1Page
H A DGoogleCloudVisionV1p4beta1Paragraph.php29 protected $propertyType = GoogleCloudVisionV1p4beta1TextAnnotationTextProperty::class; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1Paragraph
H A DGoogleCloudVisionV1p4beta1Symbol.php28 protected $propertyType = GoogleCloudVisionV1p4beta1TextAnnotationTextProperty::class; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1Symbol
H A DGoogleCloudVisionV1p4beta1Word.php29 protected $propertyType = GoogleCloudVisionV1p4beta1TextAnnotationTextProperty::class; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1Word
H A DPage.php33 protected $propertyType = TextProperty::class; variable in Google\\Service\\Vision\\Page
H A DParagraph.php29 protected $propertyType = TextProperty::class; variable in Google\\Service\\Vision\\Paragraph
H A DSymbol.php28 protected $propertyType = TextProperty::class; variable in Google\\Service\\Vision\\Symbol
H A DWord.php29 protected $propertyType = TextProperty::class; variable in Google\\Service\\Vision\\Word
/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/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/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/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/jmol2/jmol/
H A DCHANGES.txt3654 # syntax: getProperty(propertyType, qualifier, item, item, item,...)
/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,

12