Home
last modified time | relevance | path

Searched refs:getColumns (Results 1 – 25 of 2420) sorted by relevance

12345678910>>...97

/dports/editors/abiword/abiword-3.0.5/src/wp/ap/win/
H A Dap_Win32Dialog_Columns.cpp139 enableLineBetweenControl(getColumns() != 1); in _onInitDialog()
214 if( _wtoi( buf ) > 0 && _wtoi(buf) != (signed) getColumns() ) in _onCommand()
218 SetDlgItemTextW(m_hDlg, wId, _itow(getColumns(),buf,10)); in _onCommand()
219 checkButton(AP_RID_DIALOG_COLUMN_RADIO_ONE, (getColumns()==1)); in _onCommand()
220 checkButton(AP_RID_DIALOG_COLUMN_RADIO_TWO, (getColumns()==2)); in _onCommand()
267 setColumns( getColumns() + 1 ); in _onDeltaPos()
271 if( getColumns() > 1 ) in _onDeltaPos()
273 setColumns( getColumns() - 1 ); in _onDeltaPos()
277 checkButton(AP_RID_DIALOG_COLUMN_RADIO_ONE, (getColumns()==1)); in _onDeltaPos()
278 checkButton(AP_RID_DIALOG_COLUMN_RADIO_TWO, (getColumns()==2)); in _onDeltaPos()
[all …]
/dports/www/phalcon4/cphalcon-4.1.1/tests/tocheck-database/Db/Index/
H A DGetColumnsCest.php37 $index1->getColumns()
45 $index2->getColumns()
53 $index3->getColumns()
61 $index4->getColumns()
69 $index5->getColumns()
/dports/www/phalcon4/cphalcon-4.1.1/tests/tocheck-database/Db/Reference/
H A DGetColumnsCest.php37 $reference1->getColumns()
45 $reference2->getColumns()
53 $reference3->getColumns()
61 $reference4->getColumns()
69 $reference5->getColumns()
/dports/www/phalcon/cphalcon-3.4.5/tests/unit/Db/
H A DIndexTest.php36 $this->assertEquals($index1->getColumns(), ['column1']);
40 $this->assertEquals($index2->getColumns(), ['column1', 'column2']);
44 $this->assertEquals($index3->getColumns(), ['column3']);
48 $this->assertEquals($index4->getColumns(), ['column4']);
53 $this->assertEquals($index5->getColumns(), ['column7']);
H A DReferenceTest.php36 $this->assertEquals($reference1->getColumns(), ['column1']);
44 $this->assertEquals($reference2->getColumns(), ['column3', 'column4']);
52 $this->assertEquals($reference3->getColumns(), ['column1']);
60 $this->assertEquals($reference4->getColumns(), ['column1']);
68 $this->assertEquals($reference5->getColumns(), ['column1']);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/
H A DDatabaseDriver.php213 $localColumn = current($myFk->getColumns());
216 …ame'] = $this->getFieldNameForColumn($manyTable->getName(), current($otherFk->getColumns()), true);
219 if (current($manyTable->getColumns())->getName() == $localColumn) {
228 $cols = $myFk->getColumns();
238 $cols = $otherFk->getColumns();
247 …ppedBy'] = $this->getFieldNameForColumn($manyTable->getName(), current($myFk->getColumns()), true);
294 $pkColumns = $table->getPrimaryKey()->getColumns();
328 $indexColumns = $index->getColumns();
345 $columns = $this->tables[$tableName]->getColumns();
452 $fkColumns = $foreignKey->getColumns();
[all …]
/dports/finance/prestashop/prestashop/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/
H A DDatabaseDriver.php216 $localColumn = current($myFk->getColumns());
219 …ame'] = $this->getFieldNameForColumn($manyTable->getName(), current($otherFk->getColumns()), true);
222 if (current($manyTable->getColumns())->getName() == $localColumn) {
231 $cols = $myFk->getColumns();
241 $cols = $otherFk->getColumns();
250 …ppedBy'] = $this->getFieldNameForColumn($manyTable->getName(), current($myFk->getColumns()), true);
297 $pkColumns = $table->getPrimaryKey()->getColumns();
331 $indexColumns = $index->getColumns();
348 $columns = $this->tables[$tableName]->getColumns();
471 $fkColumns = $foreignKey->getColumns();
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DIndex.php105 public function getColumns() function in Doctrine\\DBAL\\Schema\\Index
129 return array_map(array($this, 'trimQuotes'), $this->getColumns());
181 $columns = $this->getColumns();
205 if (count($other->getColumns()) != count($this->getColumns())) {
210 $sameColumns = $this->spansColumns($other->getColumns());
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.php105 public function getColumns() function in Doctrine\\DBAL\\Schema\\Index
129 return array_map(array($this, 'trimQuotes'), $this->getColumns());
181 $columns = $this->getColumns();
205 if (count($other->getColumns()) != count($this->getColumns())) {
210 $sameColumns = $this->spansColumns($other->getColumns());
254 …if ($this->spansColumns($other->getColumns()) && ($this->isPrimary() || $this->isUnique()) && $thi…
/dports/databases/pear-DoctrineDBAL/DoctrineDBAL-2.3.4/Doctrine/DBAL/Schema/
H A DIndex.php85 public function getColumns() function in Doctrine\\DBAL\\Schema\\Index
95 return array_map(array($this, 'trimQuotes'), $this->getColumns());
163 if (count($other->getColumns()) != count($this->getColumns())) {
168 $sameColumns = $this->spansColumns($other->getColumns());
201 … if ($this->spansColumns($other->getColumns()) && ($this->isPrimary() || $this->isUnique())) {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/viewer/model/
H A DColumnPresentationTests.java274 TreeColumn[] columns = tree.getColumns(); in testInitialColumnAverageWidth()
304 TreeColumn[] columns = tree.getColumns(); in testInitialColumnWidth()
329 TreeColumn[] columns = fViewer.getTree().getColumns(); in testRespectUserSettings()
345 columns = fViewer.getTree().getColumns(); in testRespectUserSettings()
353 waitWhile(t -> fViewer.getTree().getColumns().length > 0, createColumnsErrorMessage()); in testRespectUserSettings()
358 columns = fViewer.getTree().getColumns(); in testRespectUserSettings()
374 TreeColumn[] columns = fViewer.getTree().getColumns(); in testRespectMemento()
395 columns = fViewer.getTree().getColumns(); in testRespectMemento()
410 TreeColumn[] columns = fViewer.getTree().getColumns(); in testChangedColumnIds()
428 columns = fViewer.getTree().getColumns(); in testChangedColumnIds()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/awt/
H A DTextField.java165 getColumns() in getColumns() method in TextField
267 return(getMinimumSize(getColumns())); in getMinimumSize()
301 return(getMinimumSize(getColumns())); in minimumSize()
331 return(getPreferredSize(getColumns())); in getPreferredSize()
366 return(getPreferredSize(getColumns())); in preferredSize()
489 return(getClass().getName() + "(columns=" + getColumns() + ",echoChar=" + in paramString()
H A DTextArea.java221 getColumns() in getColumns() method in TextArea
289 return(getMinimumSize(getRows(), getColumns())); in getMinimumSize()
324 return(getMinimumSize(getRows(), getColumns())); in minimumSize()
355 return(getPreferredSize(getRows(), getColumns())); in getPreferredSize()
394 return(getPreferredSize(getRows(), getColumns())); in preferredSize()
560 getColumns() + ",scrollbars=" + getScrollbarVisibility() + in paramString()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/awt/
H A DTextField.java165 getColumns() in getColumns() method in TextField
267 return(getMinimumSize(getColumns())); in getMinimumSize()
301 return(getMinimumSize(getColumns())); in minimumSize()
331 return(getPreferredSize(getColumns())); in getPreferredSize()
366 return(getPreferredSize(getColumns())); in preferredSize()
489 return(getClass().getName() + "(columns=" + getColumns() + ",echoChar=" + in paramString()
H A DTextArea.java221 getColumns() in getColumns() method in TextArea
289 return(getMinimumSize(getRows(), getColumns())); in getMinimumSize()
324 return(getMinimumSize(getRows(), getColumns())); in minimumSize()
355 return(getPreferredSize(getRows(), getColumns())); in getPreferredSize()
394 return(getPreferredSize(getRows(), getColumns())); in preferredSize()
560 getColumns() + ",scrollbars=" + getScrollbarVisibility() + in paramString()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/awt/
H A DTextField.java168 getColumns() in getColumns() method in TextField
270 return getMinimumSize (getColumns ()); in getMinimumSize()
300 return minimumSize (getColumns ()); in minimumSize()
334 return getPreferredSize (getColumns ()); in getPreferredSize()
364 return preferredSize (getColumns ()); in preferredSize()
491 return(getClass().getName() + "(columns=" + getColumns() + ",echoChar=" + in paramString()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DIndex.php100 public function getColumns() function in Doctrine\\DBAL\\Schema\\Index
135 return array_map([$this, 'trimQuotes'], $this->getColumns());
187 $columns = $this->getColumns();
214 if (count($other->getColumns()) !== count($this->getColumns())) {
219 $sameColumns = $this->spansColumns($other->getColumns());
263 return $this->spansColumns($other->getColumns())
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DIndex.php100 public function getColumns() function in Doctrine\\DBAL\\Schema\\Index
135 return array_map([$this, 'trimQuotes'], $this->getColumns());
187 $columns = $this->getColumns();
214 if (count($other->getColumns()) !== count($this->getColumns())) {
219 $sameColumns = $this->spansColumns($other->getColumns());
263 return $this->spansColumns($other->getColumns())
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DIndex.php92 public function getColumns() function in Doctrine\\DBAL\\Schema\\Index
127 return array_map([$this, 'trimQuotes'], $this->getColumns());
179 $columns = $this->getColumns();
203 if (count($other->getColumns()) !== count($this->getColumns())) {
208 $sameColumns = $this->spansColumns($other->getColumns());
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.php100 public function getColumns() function in Doctrine\\DBAL\\Schema\\Index
135 return array_map([$this, 'trimQuotes'], $this->getColumns());
187 $columns = $this->getColumns();
214 if (count($other->getColumns()) !== count($this->getColumns())) {
219 $sameColumns = $this->spansColumns($other->getColumns());
263 return $this->spansColumns($other->getColumns())
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DIndex.php100 public function getColumns() function in Doctrine\\DBAL\\Schema\\Index
135 return array_map([$this, 'trimQuotes'], $this->getColumns());
187 $columns = $this->getColumns();
214 if (count($other->getColumns()) !== count($this->getColumns())) {
219 $sameColumns = $this->spansColumns($other->getColumns());
263 return $this->spansColumns($other->getColumns())
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DIndex.php92 public function getColumns() function in Doctrine\\DBAL\\Schema\\Index
127 return array_map([$this, 'trimQuotes'], $this->getColumns());
179 $columns = $this->getColumns();
203 if (count($other->getColumns()) !== count($this->getColumns())) {
208 $sameColumns = $this->spansColumns($other->getColumns());
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.php100 public function getColumns() function in Doctrine\\DBAL\\Schema\\Index
135 return array_map([$this, 'trimQuotes'], $this->getColumns());
187 $columns = $this->getColumns();
214 if (count($other->getColumns()) !== count($this->getColumns())) {
219 $sameColumns = $this->spansColumns($other->getColumns());
263 return $this->spansColumns($other->getColumns())
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DIndex.php100 public function getColumns() function in Doctrine\\DBAL\\Schema\\Index
135 return array_map([$this, 'trimQuotes'], $this->getColumns());
187 $columns = $this->getColumns();
214 if (count($other->getColumns()) !== count($this->getColumns())) {
219 $sameColumns = $this->spansColumns($other->getColumns());
263 return $this->spansColumns($other->getColumns())
/dports/www/nextcloud/nextcloud/3rdparty/doctrine/dbal/src/Schema/
H A DIndex.php91 public function getColumns() function in Doctrine\\DBAL\\Schema\\Index
126 return array_map([$this, 'trimQuotes'], $this->getColumns());
178 $columns = $this->getColumns();
205 if (count($other->getColumns()) !== count($this->getColumns())) {
210 $sameColumns = $this->spansColumns($other->getColumns());
254 return $this->spansColumns($other->getColumns())

12345678910>>...97