Home
last modified time | relevance | path

Searched refs:allColumns (Results 1 – 25 of 107) sorted by relevance

12345

/dports/www/matomo/piwik/core/DataTable/Renderer/
H A DCsv.php116 * @param array $allColumns
138 * @param array $allColumns
161 $allColumns = array_merge(array($table->getKeyName() => true), $allColumns);
173 * @param array $allColumns
184 $allColumns['value'] = true;
373 private function buildCsvString($allColumns, $csv) argument
379 if (sizeof($allColumns) === 1
380 && reset($allColumns)
381 && !is_string(key($allColumns))
442 unset($allColumns[$name]);
[all …]
H A DHtml.php24 protected $allColumns; variable in Piwik\\DataTable\\Renderer\\Html
46 $this->allColumns = array();
108 $this->allColumns[$columnToAdd] = true;
113 $this->allColumns[$column] = true;
145 $this->allColumns['_metadata'] = $someMetadata;
146 $this->allColumns['_idSubtable'] = $someIdSubTable;
158 foreach ($this->allColumns as $name => $toDisplay) {
174 foreach ($this->allColumns as $name => $toDisplay) {
H A DRss.php145 $allColumns = array();
155 $allColumns[$column] = true;
163 foreach ($allColumns as $name => $toDisplay) {
175 foreach ($allColumns as $columnName => $toDisplay) {
/dports/www/matomo/piwik/plugins/CoreVisualizations/Visualizations/
H A DGraph.php197 $allColumns = $this->getDataTable()->getColumns();
198 $selectableColumns = array_intersect($defaultColumns, $allColumns);
202 $selectableColumns = $this->removeLabelFromArray($allColumns);
229 $allColumns = [];
231 $allColumns = $this->report->getAllMetrics();
233 $allColumns = array_merge($allColumns, $this->getDataTable()->getColumns());
244 $allColumns = array_merge($allColumns, $extraProcessedMetricNames);
247 $allColumns = array_unique($allColumns);
250 if (empty($allColumns)) {
251 $allColumns = $this->getDefaultColumnsToDisplay();
[all …]
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/utils/
H A DTableColumnManager.java64 private List<TableColumn> allColumns; field in TableColumnManager
106 allColumns = new ArrayList<>(count); in reset()
109 allColumns.add(columnModel.getColumn(i)); in reset()
196 for (TableColumn column : allColumns) { in showColumn()
210 for (TableColumn column : allColumns) { in showColumn()
238 int position = allColumns.indexOf(column); in showColumn()
301 for (TableColumn tableColumn : allColumns) { in showPopup()
359 if (!allColumns.contains(column)) { in columnAdded()
360 allColumns.add(column); in columnAdded()
376 allColumns.remove(column); in columnMoved()
[all …]
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Entity/Sql/
H A DDefaultTableMapping.php113 protected $allColumns = []; variable in Drupal\\Core\\Entity\\Sql\\DefaultTableMapping
322 if (!isset($this->allColumns[$table_name])) {
323 $this->allColumns[$table_name] = [];
326 …$this->allColumns[$table_name] = array_merge($this->allColumns[$table_name], array_values($this->g…
334 …$this->allColumns[$table_name] = array_merge($this->getExtraColumns($table_name), $this->allColumn…
337 …$this->allColumns[$table_name] = array_merge($this->allColumns[$table_name], $this->getExtraColumn…
340 return $this->allColumns[$table_name];
454 unset($this->allColumns[$table_name]);
486 unset($this->allColumns[$table_name]);
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Entity/Sql/
H A DDefaultTableMapping.php113 protected $allColumns = []; variable in Drupal\\Core\\Entity\\Sql\\DefaultTableMapping
322 if (!isset($this->allColumns[$table_name])) {
323 $this->allColumns[$table_name] = [];
326 …$this->allColumns[$table_name] = array_merge($this->allColumns[$table_name], array_values($this->g…
334 …$this->allColumns[$table_name] = array_merge($this->getExtraColumns($table_name), $this->allColumn…
337 …$this->allColumns[$table_name] = array_merge($this->allColumns[$table_name], $this->getExtraColumn…
340 return $this->allColumns[$table_name];
463 unset($this->allColumns[$table_name]);
495 unset($this->allColumns[$table_name]);
/dports/graphics/digikam/digikam-7.4.0/core/app/views/tableview/
H A Dtableview_columnfactory.cpp254 … TableViewColumnDescription::List allColumns = TableViewColumnFactory::getColumnDescriptionList(); in loadSettings() local
258 … if (TableViewColumnDescription::FindInListById(allColumns, QLatin1String("thumbnail"), &nextDesc)) in loadSettings()
263 … if (TableViewColumnDescription::FindInListById(allColumns, QLatin1String("filename"), &nextDesc)) in loadSettings()
268 …if (TableViewColumnDescription::FindInListById(allColumns, QLatin1String("digikam-rating"), &nextD… in loadSettings()
273 …if (TableViewColumnDescription::FindInListById(allColumns, QLatin1String("itemcreationdatetime"), … in loadSettings()
278 …if (TableViewColumnDescription::FindInListById(allColumns, QLatin1String("digikam-title"), &nextDe… in loadSettings()
283 …if (TableViewColumnDescription::FindInListById(allColumns, QLatin1String("digikam-tags"), &nextDes… in loadSettings()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/
H A DTestColumnSeeking.java78 List<String> allColumns = generateRandomWords(10, "column"); in testDuplicateVersions() local
97 for (String column : allColumns) { in testDuplicateVersions()
108 for (String column : allColumns) { in testDuplicateVersions()
157 LOG.info("Columns: " + allColumns.size() + " Keys: " + kvSet.size()); in testDuplicateVersions()
190 List<String> allColumns = generateRandomWords(100, "column"); in testReseeking() local
209 for (String column : allColumns) { in testReseeking()
219 for (String column : allColumns) { in testReseeking()
269 LOG.info("Columns: " + allColumns.size() + " Keys: " + kvSet.size()); in testReseeking()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/lib/php/Proxy/
H A DLicenseViewProxy.php28 …private $allColumns = array('rf_pk', 'rf_shortname', 'rf_text', 'rf_url', 'rf_add_date', 'rf_copyl… variable in Fossology\\Lib\\Proxy\\LicenseViewProxy
55 … = array_key_exists(self::OPT_COLUMNS, $options) ? $options[self::OPT_COLUMNS] : $this->allColumns;
72 … = array_key_exists(self::OPT_COLUMNS, $options) ? $options[self::OPT_COLUMNS] : $this->allColumns;
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/zendframework/zend-db/src/Sql/
H A DCombine.php174 $allColumns = [];
176 $allColumns = array_merge(
177 $allColumns,
185 foreach ($allColumns as $alias => $column) {
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Db/Sql/
H A DCombine.php169 $allColumns = array();
171 $allColumns = array_merge(
172 $allColumns,
180 foreach ($allColumns as $alias => $column) {
/dports/devel/spark/spark-2.1.1/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/
H A DFileFormatWriter.scala59 val allColumns: Seq[Attribute], constant
67 assert(AttributeSet(allColumns) == AttributeSet(partitionColumns ++ nonPartitionColumns),
114 allColumns = queryExecution.logical.output,
271 spec => spec.bucketColumnNames.map(c => description.allColumns.find(_.name == c).get)
275 spec => spec.sortColumnNames.map(c => description.allColumns.find(_.name == c).get)
336 val getSortingKey = UnsafeProjection.create(sortingExpressions, description.allColumns)
346 description.nonPartitionColumns, description.allColumns)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/ui/components/
H A DDataGridUtils.ts128 allColumns: ReadonlyArray<Column>, columnId: string): number {
130allColumns.filter(c => !c.hidden).reduce((sumOfWeights, col) => sumOfWeights + col.widthWeighting,…
131 const matchingColumn = allColumns.find(c => c.id === columnId);
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/ui/home/
H A Dhomewidget.cpp69 QList<Column> allColumns; // not owned in DENG_GUI_PIMPL() local
205 allColumns.at(0).widget->show(!gotGames); in DENG_GUI_PIMPL()
206 for (int i = 1; i < allColumns.size(); ++i) in DENG_GUI_PIMPL()
208 Column const &col = allColumns.at(i); in DENG_GUI_PIMPL()
226 for (int index = 0; index < allColumns.size(); ++index) in DENG_GUI_PIMPL()
228 Column const &col = allColumns.at(index); in DENG_GUI_PIMPL()
383 allColumns << Column(col, conf); in DENG_GUI_PIMPL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/ui/src/common/
H A Dprotos.ts147 const allColumns = rawQueryResultColumns(raw); constant
150 const i = allColumns.indexOf(key);
151 assertTrue(i !== -1, `Expected column "${key}" (cols ${allColumns})`);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/common/
H A Dprotos.ts144 const allColumns = rawQueryResultColumns(raw); constant
147 const i = allColumns.indexOf(key);
148 assertTrue(i !== -1, `Expected column "${key}" (cols ${allColumns})`);
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/cloud.google.com/go/spanner/
H A Dgo17_test.go318 allColumns := []string{
353 allColumns,
362 allColumns,
399 allColumns,
/dports/editors/ted/Ted-2.23/Ted/
H A DtedRowTool.c295 const int allColumns= 1; in APP_BUTTON_CALLBACK_H() local
297 tedAppSelectRow( ea, direction, allColumns ); in APP_BUTTON_CALLBACK_H()
308 const int allColumns= 1; in APP_BUTTON_CALLBACK_H() local
310 tedAppSelectRow( ea, direction, allColumns ); in APP_BUTTON_CALLBACK_H()
321 const int allColumns= 1; in APP_BUTTON_CALLBACK_H() local
323 tedAppSelectRow( ea, direction, allColumns ); in APP_BUTTON_CALLBACK_H()
H A DtedCellTool.c338 const int allColumns= 0; in APP_BUTTON_CALLBACK_H() local
340 tedAppSelectRow( ea, direction, allColumns ); in APP_BUTTON_CALLBACK_H()
349 const int allColumns= 0; in APP_BUTTON_CALLBACK_H() local
351 tedAppSelectRow( ea, direction, allColumns ); in APP_BUTTON_CALLBACK_H()
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/Database/
H A DSearch.php208 $allColumns = $GLOBALS['dbi']->getColumns($GLOBALS['db'], $table);
231 foreach ($allColumns as $column) {
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Database/
H A DSearch.php226 $allColumns = $this->dbi->getColumns($GLOBALS['db'], $table);
249 foreach ($allColumns as $column) {
/dports/math/vtk6/VTK-6.2.0/Filters/Statistics/
H A DvtkMultiCorrelativeStatistics.cxx303 vtksys_stl::set<vtksys_stl::pair<vtkStdString,vtkDataArray*> > allColumns; in Learn() local
320 allColumns.insert( vtksys_stl::pair<vtkStdString,vtkDataArray*>( *colIt, arr ) ); in Learn()
327 vtkIdType m = static_cast<vtkIdType>( allColumns.size() ); in Learn()
332 for ( acIt = allColumns.begin(); acIt != allColumns.end(); ++ acIt ) in Learn()
543 vtksys_stl::set<vtksys_stl::pair<vtkStdString,vtkDataArray*> > allColumns; in Derive() local
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/core/src/pdf417/
H A DPDFDetectionResult.h43 const std::vector<Nullable<DetectionResultColumn>> & allColumns();
/dports/www/matomo/piwik/core/Db/Schema/
H A DMysql.php414 $allColumns = $db->fetchAll("SHOW COLUMNS FROM " . $tableName);
417 foreach ($allColumns as $column) {

12345