Home
last modified time | relevance | path

Searched refs:getTables (Results 1 – 25 of 1115) sorted by relevance

12345678910>>...45

/dports/textproc/R-cran-openxlsx/openxlsx/tests/testthat/
H A Dtest-deleting_tables.R14 expect_equal(length(getTables(wb, sheet = 1)), 2L)
15 expect_equal(length(getTables(wb, sheet = "Sheet 1")), 2L)
17 expect_equal(length(getTables(wb, sheet = 2)), 0)
18 expect_equal(length(getTables(wb, sheet = "Sheet 2")), 0)
20 expect_error(getTables(wb, sheet = 3))
21 expect_error(getTables(wb, sheet = "Sheet 3"))
35 expect_equal(length(getTables(wb, sheet = 1)), 0)
52 expect_equal(length(getTables(wb, sheet = 1)), 2L)
55 expect_error(getTables(wb, sheet = 2))
56 expect_error(getTables(wb, sheet = "Sheet 1"))
[all …]
H A Dtest-loading_workbook_tables.R23 expect_equal(unname(getTables(wb, 1)), "Table2", check.attributes = FALSE)
24 expect_equal(unname(getTables(wb, 3)), "Table3", check.attributes = FALSE)
28 expect_equal(getTables(wb, sheet = 1), character(0), check.attributes = FALSE)
/dports/www/drupal8/drupal-8.9.20/core/modules/views/tests/src/Kernel/Plugin/
H A DJoinTest.php66 $tables = $query->getTables();
101 $tables = $query->getTables();
113 $tables = $query->getTables();
123 $tables = $query->getTables();
145 $tables = $query->getTables();
171 $tables = $query->getTables();
198 $tables = $query->getTables();
212 $tables = $query->getTables();
/dports/www/drupal9/drupal-9.2.10/core/modules/views/tests/src/Kernel/Plugin/
H A DJoinTest.php66 $tables = $query->getTables();
101 $tables = $query->getTables();
113 $tables = $query->getTables();
123 $tables = $query->getTables();
145 $tables = $query->getTables();
171 $tables = $query->getTables();
198 $tables = $query->getTables();
214 $tables = $query->getTables();
/dports/textproc/R-cran-openxlsx/openxlsx/man/
H A DgetTables.Rd3 \name{getTables}
4 \alias{getTables}
7 getTables(wb, sheet)
27 getTables(wb, sheet = "Sheet 1")
H A DremoveTable.Rd14 \item{table}{Name of table to remove. See \code{\link[=getTables]{getTables()}}}
37 getTables(wb, sheet = 1)
41 getTables(wb, sheet = 1)
/dports/www/ilias/ILIAS-5.4.25/Modules/DataCollection/classes/
H A Dclass.ilObjDataCollection.php90 foreach ($this->getTables() as $table) {
346 foreach ($this->getTables() as $table) {
351 foreach ($original->getTables() as $table) {
360 foreach ($this->getTables() as $table) {
483 public function getTables() function in ilObjDataCollection
513 foreach ($this->getTables() as $table) {
/dports/www/ilias6/ILIAS-6.14/Modules/DataCollection/classes/
H A Dclass.ilObjDataCollection.php90 foreach ($this->getTables() as $table) {
346 foreach ($this->getTables() as $table) {
351 foreach ($original->getTables() as $table) {
360 foreach ($this->getTables() as $table) {
483 public function getTables() function in ilObjDataCollection
513 foreach ($this->getTables() as $table) {
/dports/textproc/R-cran-XML/XML/inst/examples/
H A DbondYields.R18 list("G_BC_CAT" = tb, getTables = function() tables) nameattr in function
21 xmlTreeParse(uri, handlers = h())$getTables()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/cb/
H A Dcbfilter.cpp203 void CBFilter::getTables(int* const redMap, in getTables() function in Digikam::CBFilter
384 getTables(r_table, g_table, b_table, a_table, sixteenBit); in adjustRGB()
389 getTables(r_table, dummy_table, dummy_table, dummy_table, sixteenBit); in adjustRGB()
396 getTables(dummy_table, g_table, dummy_table, dummy_table, sixteenBit); in adjustRGB()
403 getTables(dummy_table, dummy_table, b_table, dummy_table, sixteenBit); in adjustRGB()
410 getTables(dummy_table, dummy_table, dummy_table, a_table, sixteenBit); in adjustRGB()
/dports/java/sqlitejdbc/sqlitejdbc-v056/src/test/
H A DDBMetaDataTest.java33 @Test public void getTables() throws SQLException { in getTables() method in DBMetaDataTest
34 ResultSet rs = meta.getTables(null, null, null, null); in getTables()
44 rs = meta.getTables(null, null, "bob", null); in getTables()
47 rs = meta.getTables(null, null, "test", null); in getTables()
51 rs = meta.getTables(null, null, "test%", null); in getTables()
56 rs = meta.getTables(null, null, null, new String[] { "table" }); in getTables()
62 rs = meta.getTables(null, null, null, new String[] { "view" }); in getTables()
152 ResultSet rs = meta.getTables(null, null, null, null); in columnOrderOfgetTables()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/evoab2/
H A DNCatalog.cxx44 Reference< XResultSet > xResult = m_xMetaData->getTables( in refreshTables()
64 Reference< XNameAccess > SAL_CALL OEvoabCatalog::getTables( ) in getTables() function in OEvoabCatalog
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/mork/
H A DMCatalog.cxx48 Reference< XResultSet > xResult = m_xMetaData->getTables(Any(), in refreshTables()
81 Reference< XNameAccess > SAL_CALL OCatalog::getTables( ) in getTables() function in OCatalog
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/evoab2/
H A DNCatalog.cxx44 Reference< XResultSet > xResult = m_xMetaData->getTables( in refreshTables()
64 Reference< XNameAccess > SAL_CALL OEvoabCatalog::getTables( ) in getTables() function in OEvoabCatalog
/dports/www/limesurvey/limesurvey/tests/helpers/
H A DUpdateDbHelperTest.php125 $upgradeTables = $connection->schema->getTables();
129 $upgradeTables = $connection->schema->getTables();
189 $freshInstallTables = $inst->connection->schema->getTables();
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/macab/
H A DMacabCatalog.cxx46 Reference< XResultSet > xResult = m_xMetaData->getTables( in refreshTables()
89 Reference< XNameAccess > SAL_CALL MacabCatalog::getTables( ) in getTables() function in MacabCatalog
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/macab/
H A DMacabCatalog.cxx46 Reference< XResultSet > xResult = m_xMetaData->getTables( in refreshTables()
89 Reference< XNameAccess > SAL_CALL MacabCatalog::getTables( ) in getTables() function in MacabCatalog
/dports/net-p2p/udpt/udpt-6a7bf22/src/db/
H A Ddriver_sqlite.cpp308 sqlite3_stmt *getTables; in cleanup() local
310 …ERE type='table' AND name LIKE 't________________________________________'", -1, &getTables, NULL); in cleanup()
317 while (sqlite3_step(getTables) == SQLITE_ROW) in cleanup()
319 char* tblN = (char*)sqlite3_column_text(getTables, 0); in cleanup()
351 sqlite3_finalize(getTables); in cleanup()
/dports/databases/p5-DBD-Sybase/DBD-Sybase-1.16/eg/
H A Dcheck-space.pl82 my @tables = getTables($dbh);
102 sub getTables { subroutine
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/
H A DAliasMapper.java32 getTables("osname.aliases", osnameAliasTable, osnameCanonicalTable); //$NON-NLS-1$
33 getTables("processor.aliases", processorAliasTable, processorCanonicalTable); //$NON-NLS-1$
36 …private static void getTables(String resourceName, Map<String, Collection<String>> aliasTable, Map… in getTables() method in AliasMapper
/dports/www/nextcloud/nextcloud/lib/private/DB/
H A DSchemaWrapper.php131 public function getTables() { function in OC\\DB\\SchemaWrapper
132 return $this->schema->getTables();
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/namespace/
H A DTestNamespaceAuditor.java167 assertTrue(nspState.getTables().size() == 2); in testTableOperations()
259 assertEquals(2, stateInfo.getTables().size()); in testDeleteTable()
267 assertEquals(1, stateInfo.getTables().size()); in testDeleteTable()
461 assertEquals(1, stateInfo.getTables().size()); in testRegionOperations()
519 + "should be 0.", 0, nstate.getTables().size()); in testRecreateTableWithSameNameAfterFirstTimeFailure()
531 + "be one now.", 1, nstate.getTables().size()); in testRecreateTableWithSameNameAfterFirstTimeFailure()
604 return (getNamespaceState(nsp1).getTables().size() == 2); in testStatePreserve()
610 assertEquals("Expected: " + before.getTables() + " Found: " + after.getTables(), before in testStatePreserve()
611 .getTables().size(), after.getTables().size()); in testStatePreserve()
738 assertEquals("Total tables count should be 2.", 2, nstate.getTables().size()); in testCloneSnapshot()
/dports/www/thirtybees/thirtybees-1.1.0/install/dev/
H A Dindex.phtml150 <?php foreach ($this->loader->getTables() as $entity => $is_multilang): ?>
221 <?php foreach ($this->loader->getTables() as $subentity => $bar): ?>
/dports/finance/prestashop/prestashop/classes/cache/
H A DCache.php404 if ($tables = $this->getTables($query)) {
457 if ($tables = $this->getTables($query)) {
528 public function getTables($string) function in CacheCore
558 if ($tables = $this->getTables($query)) {
/dports/www/matomo/piwik/core/DataAccess/LogQueryBuilder/
H A DJoinTables.php73 public function getTables() function in Piwik\\DataAccess\\LogQueryBuilder\\JoinTables
86 $tables = in_array($tableName, $this->getTables());
148 $tables = $this->getTables();

12345678910>>...45