Home
last modified time | relevance | path

Searched refs:isUnique (Results 1 – 25 of 858) sorted by relevance

12345678910>>...35

/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/autotests/
H A Dksharedptrtest.cpp50 QVERIFY(u.isUnique()); in testWithStrings()
53 QVERIFY(u.isUnique()); in testWithStrings()
57 QVERIFY(!u.isUnique()); in testWithStrings()
59 QVERIFY(!v.isUnique()); in testWithStrings()
62 QVERIFY(!u.isUnique()); in testWithStrings()
64 QVERIFY(!v.isUnique()); in testWithStrings()
66 QVERIFY(!w.isUnique()); in testWithStrings()
72 QVERIFY(!u.isUnique()); in testWithStrings()
75 QVERIFY(!v.isUnique()); in testWithStrings()
77 QVERIFY(!w.isUnique()); in testWithStrings()
[all …]
/dports/databases/pear-DoctrineDBAL/DoctrineDBAL-2.3.4/Doctrine/DBAL/Schema/
H A DIndex.php51 * @param bool $isUnique
54 …public function __construct($indexName, array $columns, $isUnique = false, $isPrimary = false, arr… argument
56 $isUnique = ($isPrimary)?true:$isUnique;
59 $this->_isUnique = $isUnique;
111 public function isUnique() function in Doctrine\\DBAL\\Schema\\Index
171 if ( ! $this->isUnique() && !$this->isPrimary()) {
179 } else if ($other->isUnique() != $this->isUnique()) {
197 } else if ($this->isSimpleIndex() && $other->isUnique()) {
201 … if ($this->spansColumns($other->getColumns()) && ($this->isPrimary() || $this->isUnique())) {
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DIndex.php64 * @param boolean $isUnique
69 …public function __construct($indexName, array $columns, $isUnique = false, $isPrimary = false, arr… argument
71 $isUnique = $isUnique || $isPrimary;
74 $this->_isUnique = $isUnique;
145 public function isUnique() function in Doctrine\\DBAL\\Schema\\Index
217 if ( ! $this->isUnique() && ! $this->isPrimary()) {
229 if ($other->isUnique() != $this->isUnique()) {
250 } elseif ($this->isSimpleIndex() && $other->isUnique()) {
254 …if ($this->spansColumns($other->getColumns()) && ($this->isPrimary() || $this->isUnique()) && $thi…
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DIndex.php64 * @param boolean $isUnique
69 …public function __construct($indexName, array $columns, $isUnique = false, $isPrimary = false, arr… argument
71 $isUnique = $isUnique || $isPrimary;
74 $this->_isUnique = $isUnique;
145 public function isUnique() function in Doctrine\\DBAL\\Schema\\Index
217 if ( ! $this->isUnique() && ! $this->isPrimary()) {
229 if ($other->isUnique() != $this->isUnique()) {
250 } elseif ($this->isSimpleIndex() && $other->isUnique()) {
254 …if ($this->spansColumns($other->getColumns()) && ($this->isPrimary() || $this->isUnique()) && $thi…
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DIndex.php52 * @param bool $isUnique
60 $isUnique = false, argument
65 $isUnique = $isUnique || $isPrimary;
68 $this->_isUnique = $isUnique;
151 public function isUnique() function in Doctrine\\DBAL\\Schema\\Index
230 if (! $this->isUnique() && ! $this->isPrimary()) {
242 return $other->isUnique() === $this->isUnique();
259 if ($this->isSimpleIndex() && $other->isUnique()) {
264 && ($this->isPrimary() || $this->isUnique())
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DIndex.php52 * @param bool $isUnique
60 $isUnique = false, argument
65 $isUnique = $isUnique || $isPrimary;
68 $this->_isUnique = $isUnique;
151 public function isUnique() function in Doctrine\\DBAL\\Schema\\Index
230 if (! $this->isUnique() && ! $this->isPrimary()) {
242 return $other->isUnique() === $this->isUnique();
259 if ($this->isSimpleIndex() && $other->isUnique()) {
264 && ($this->isPrimary() || $this->isUnique())
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DIndex.php51 * @param bool $isUnique
56 …public function __construct($indexName, array $columns, $isUnique = false, $isPrimary = false, arr… argument
58 $isUnique = $isUnique || $isPrimary;
61 $this->_isUnique = $isUnique;
143 public function isUnique() function in Doctrine\\DBAL\\Schema\\Index
219 if (! $this->isUnique() && ! $this->isPrimary()) {
231 return $other->isUnique() === $this->isUnique();
246 } elseif ($this->isSimpleIndex() && $other->isUnique()) {
250 …return $this->spansColumns($other->getColumns()) && ($this->isPrimary() || $this->isUnique()) && $…
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DIndex.php52 * @param bool $isUnique
60 $isUnique = false, argument
65 $isUnique = $isUnique || $isPrimary;
68 $this->_isUnique = $isUnique;
151 public function isUnique() function in Doctrine\\DBAL\\Schema\\Index
230 if (! $this->isUnique() && ! $this->isPrimary()) {
242 return $other->isUnique() === $this->isUnique();
259 if ($this->isSimpleIndex() && $other->isUnique()) {
264 && ($this->isPrimary() || $this->isUnique())
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DIndex.php52 * @param bool $isUnique
60 $isUnique = false, argument
65 $isUnique = $isUnique || $isPrimary;
68 $this->_isUnique = $isUnique;
151 public function isUnique() function in Doctrine\\DBAL\\Schema\\Index
230 if (! $this->isUnique() && ! $this->isPrimary()) {
242 return $other->isUnique() === $this->isUnique();
259 if ($this->isSimpleIndex() && $other->isUnique()) {
264 && ($this->isPrimary() || $this->isUnique())
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DIndex.php51 * @param bool $isUnique
56 …public function __construct($indexName, array $columns, $isUnique = false, $isPrimary = false, arr… argument
58 $isUnique = $isUnique || $isPrimary;
61 $this->_isUnique = $isUnique;
143 public function isUnique() function in Doctrine\\DBAL\\Schema\\Index
219 if (! $this->isUnique() && ! $this->isPrimary()) {
231 return $other->isUnique() === $this->isUnique();
248 if ($this->isSimpleIndex() && $other->isUnique()) {
252 …return $this->spansColumns($other->getColumns()) && ($this->isPrimary() || $this->isUnique()) && $…
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DIndex.php52 * @param bool $isUnique
60 $isUnique = false, argument
65 $isUnique = $isUnique || $isPrimary;
68 $this->_isUnique = $isUnique;
151 public function isUnique() function in Doctrine\\DBAL\\Schema\\Index
230 if (! $this->isUnique() && ! $this->isPrimary()) {
242 return $other->isUnique() === $this->isUnique();
259 if ($this->isSimpleIndex() && $other->isUnique()) {
264 && ($this->isPrimary() || $this->isUnique())
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DIndex.php52 * @param bool $isUnique
60 $isUnique = false, argument
65 $isUnique = $isUnique || $isPrimary;
68 $this->_isUnique = $isUnique;
151 public function isUnique() function in Doctrine\\DBAL\\Schema\\Index
230 if (! $this->isUnique() && ! $this->isPrimary()) {
242 return $other->isUnique() === $this->isUnique();
259 if ($this->isSimpleIndex() && $other->isUnique()) {
264 && ($this->isPrimary() || $this->isUnique())
/dports/www/nextcloud/nextcloud/3rdparty/doctrine/dbal/src/Schema/
H A DIndex.php51 * @param bool $isUnique
59 $isUnique = false, argument
64 $isUnique = $isUnique || $isPrimary;
67 $this->_isUnique = $isUnique;
142 public function isUnique() function in Doctrine\\DBAL\\Schema\\Index
221 if (! $this->isUnique() && ! $this->isPrimary()) {
233 return $other->isUnique() === $this->isUnique();
250 if ($this->isSimpleIndex() && $other->isUnique()) {
255 && ($this->isPrimary() || $this->isUnique())
/dports/databases/kdb/kdb-3.2.0/src/
H A DKDbIndexSchema.cpp33 , isUnique(false) in Private()
69 bool isUnique; member in KDbIndexSchema::Private
87 d->isUnique = index.isUnique(); in KDbIndexSchema()
175 d->isUnique = true; in setPrimaryKey()
178 bool KDbIndexSchema::isUnique() const in isUnique() function in KDbIndexSchema
180 return d->isUnique; in isUnique()
185 d->isUnique = set; in setUnique()
186 if (!d->isUnique) in setUnique()
213 dbg.space() << ((!index.isPrimaryKey()) && index.isUnique() ? "UNIQUE" : ""); in operator <<()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DSecurityOrigin.h118 bool canAccessDatabase() const { return !isUnique(); } in canAccessDatabase()
119 bool canAccessLocalStorage() const { return !isUnique(); } in canAccessLocalStorage()
120 bool canAccessCookies() const { return !isUnique(); } in canAccessCookies()
121 bool canAccessPasswordManager() const { return !isUnique(); } in canAccessPasswordManager()
122 bool canAccessFileSystem() const { return !isUnique(); } in canAccessFileSystem()
127 bool canAccessSessionStorage() const { return !isUnique(); } in canAccessSessionStorage()
142 bool isUnique() const { return m_isUnique; } in isUnique() function
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Database/Schema/Parser/AST/
H A DCreateIndexDefinitionItem.php41 public $isUnique = false; variable in TYPO3\\CMS\\Core\\Database\\Schema\\Parser\\AST\\CreateIndexDefinitionItem
88 * @param bool $isUnique
95 bool $isUnique = false, argument
101 $this->isUnique = $isUnique;
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Database/Schema/Parser/AST/
H A DCreateIndexDefinitionItem.php42 public $isUnique = false; variable in TYPO3\\CMS\\Core\\Database\\Schema\\Parser\\AST\\CreateIndexDefinitionItem
89 * @param bool $isUnique
96 bool $isUnique = false, argument
102 $this->isUnique = $isUnique;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Database/Schema/Parser/AST/
H A DCreateIndexDefinitionItem.php42 public $isUnique = false; variable in TYPO3\\CMS\\Core\\Database\\Schema\\Parser\\AST\\CreateIndexDefinitionItem
89 * @param bool $isUnique
96 bool $isUnique = false, argument
102 $this->isUnique = $isUnique;
/dports/games/trenchbroom/TrenchBroom-ed46601/common/doc/
H A DTool Subsystem.mdj12831 "isUnique": false,
12849 "isUnique": false,
12867 "isUnique": false,
12885 "isUnique": false,
12903 "isUnique": false,
12921 "isUnique": false,
12939 "isUnique": false,
12957 "isUnique": false,
12975 "isUnique": false,
19468 "isUnique": false,
[all …]
/dports/www/kf5-khtml/khtml-5.89.0/src/xml/
H A Dsecurity_origin.cpp105 if (isUnique() || other->isUnique()) { in canAccess()
146 if (isUnique()) { in canRequest()
151 if (targetOrigin->isUnique()) { in canRequest()
194 if (isUnique()) { in toString()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/CIPLabeler/configs/
H A DTetrahedral.cpp98 bool isUnique = priority.isUnique(); in label() local
99 if (!isUnique && edges.size() == 4) { in label()
123 if (!priority.isUnique()) { in label()
126 } else if (!isUnique) { in label()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/PhilipsREC/src/
H A DitkPhilipsPAR.cxx818 if ( isUnique ) in ReadPAR()
824 isUnique = 1; in ReadPAR()
834 if ( isUnique ) in ReadPAR()
891 isUnique = 1; in ReadPAR()
1025 if ( isUnique ) in ReadPAR()
1031 isUnique = 1; in ReadPAR()
1041 if ( isUnique ) in ReadPAR()
1367 if ( isUnique ) in ReadPAR()
1373 isUnique = 1; in ReadPAR()
1383 if ( isUnique ) in ReadPAR()
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmAdminPlugin/modules/admin/actions/
H A DcopyActivityAction.class.php57 $isUnique = true;
61 $isUnique = false;
66 if ($isUnique) {
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/
H A DIndexHandlerImpl.java118 this.unique = storeIndex.isUnique(); in IndexHandlerImpl()
136 this.unique = isUnique(storeIndex); in IndexHandlerImpl()
198 protected boolean isUnique(Index storeIndex) { in isUnique() method in IndexHandlerImpl
199 return storeIndex.isUnique(); in isUnique()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/
H A DIndexHandlerImpl.java118 this.unique = storeIndex.isUnique(); in IndexHandlerImpl()
136 this.unique = isUnique(storeIndex); in IndexHandlerImpl()
198 protected boolean isUnique(Index storeIndex) { in isUnique() method in IndexHandlerImpl
199 return storeIndex.isUnique(); in isUnique()

12345678910>>...35