Home
last modified time | relevance | path

Searched refs:doctrineTypeComments (Results 1 – 12 of 12) sorted by relevance

/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php143 protected $doctrineTypeComments = null; variable in Doctrine\\DBAL\\Platforms\\AbstractPlatform
476 $this->doctrineTypeComments = [];
485 $this->doctrineTypeComments[] = $typeName;
496 if ($this->doctrineTypeComments === null) {
500 assert(is_array($this->doctrineTypeComments));
502 return in_array($doctrineType->getName(), $this->doctrineTypeComments);
514 if ($this->doctrineTypeComments === null) {
518 assert(is_array($this->doctrineTypeComments));
520 …$this->doctrineTypeComments[] = $doctrineType instanceof Type ? $doctrineType->getName() : $doctri…
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php141 protected $doctrineTypeComments = null; variable in Doctrine\\DBAL\\Platforms\\AbstractPlatform
467 $this->doctrineTypeComments = [];
476 $this->doctrineTypeComments[] = $typeName;
487 if ($this->doctrineTypeComments === null) {
491 assert(is_array($this->doctrineTypeComments));
493 return in_array($doctrineType->getName(), $this->doctrineTypeComments);
505 if ($this->doctrineTypeComments === null) {
509 assert(is_array($this->doctrineTypeComments));
511 …$this->doctrineTypeComments[] = $doctrineType instanceof Type ? $doctrineType->getName() : $doctri…
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php143 protected $doctrineTypeComments = null; variable in Doctrine\\DBAL\\Platforms\\AbstractPlatform
476 $this->doctrineTypeComments = [];
485 $this->doctrineTypeComments[] = $typeName;
496 if ($this->doctrineTypeComments === null) {
500 assert(is_array($this->doctrineTypeComments));
502 return in_array($doctrineType->getName(), $this->doctrineTypeComments);
514 if ($this->doctrineTypeComments === null) {
518 assert(is_array($this->doctrineTypeComments));
520 …$this->doctrineTypeComments[] = $doctrineType instanceof Type ? $doctrineType->getName() : $doctri…
/dports/databases/pear-DoctrineDBAL/DoctrineDBAL-2.3.4/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php103 protected $doctrineTypeComments = null; variable in Doctrine\\DBAL\\Platforms\\AbstractPlatform
351 $this->doctrineTypeComments = array();
357 $this->doctrineTypeComments[] = $typeName;
371 if ($this->doctrineTypeComments === null) {
375 return in_array($doctrineType->getName(), $this->doctrineTypeComments);
387 if ($this->doctrineTypeComments === null) {
391 …$this->doctrineTypeComments[] = $doctrineType instanceof Type ? $doctrineType->getName() : $doctri…
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php143 protected $doctrineTypeComments = null; variable in Doctrine\\DBAL\\Platforms\\AbstractPlatform
454 $this->doctrineTypeComments = array();
460 $this->doctrineTypeComments[] = $typeName;
474 if ($this->doctrineTypeComments === null) {
478 return in_array($doctrineType->getName(), $this->doctrineTypeComments);
490 if ($this->doctrineTypeComments === null) {
494 …$this->doctrineTypeComments[] = $doctrineType instanceof Type ? $doctrineType->getName() : $doctri…
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php143 protected $doctrineTypeComments = null; variable in Doctrine\\DBAL\\Platforms\\AbstractPlatform
454 $this->doctrineTypeComments = array();
460 $this->doctrineTypeComments[] = $typeName;
474 if ($this->doctrineTypeComments === null) {
478 return in_array($doctrineType->getName(), $this->doctrineTypeComments);
490 if ($this->doctrineTypeComments === null) {
494 …$this->doctrineTypeComments[] = $doctrineType instanceof Type ? $doctrineType->getName() : $doctri…
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php139 protected $doctrineTypeComments = null; variable in Doctrine\\DBAL\\Platforms\\AbstractPlatform
465 $this->doctrineTypeComments = [];
474 $this->doctrineTypeComments[] = $typeName;
485 if ($this->doctrineTypeComments === null) {
489 return in_array($doctrineType->getName(), $this->doctrineTypeComments);
501 if ($this->doctrineTypeComments === null) {
505 …$this->doctrineTypeComments[] = $doctrineType instanceof Type ? $doctrineType->getName() : $doctri…
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php141 protected $doctrineTypeComments; variable in Doctrine\\DBAL\\Platforms\\AbstractPlatform
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php141 protected $doctrineTypeComments; variable in Doctrine\\DBAL\\Platforms\\AbstractPlatform
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php141 protected $doctrineTypeComments; variable in Doctrine\\DBAL\\Platforms\\AbstractPlatform
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/
H A DAbstractPlatform.php141 protected $doctrineTypeComments; variable in Doctrine\\DBAL\\Platforms\\AbstractPlatform
/dports/www/nextcloud/nextcloud/3rdparty/doctrine/dbal/src/Platforms/
H A DAbstractPlatform.php85 protected $doctrineTypeComments; variable in Doctrine\\DBAL\\Platforms\\AbstractPlatform