Home
last modified time | relevance | path

Searched refs:getColumn (Results 1 – 25 of 56) sorted by last modified time

123

/plugin/struct/meta/
H A DAccessTable.php383 if ($value->getColumn() == $column) {
428 $key = $value->getColumn()->getFullQualifiedLabel();
H A DAggregationCloud.php47 $type = strtolower($value->getColumn()->getType()->getClass());
61 $key = $value->getColumn()->getFullQualifiedLabel() . '=';
105 $asort = $a['tag']->getColumn()->getType()->getSortString($a['tag']);
106 $bsort = $b['tag']->getColumn()->getType()->getSortString($b['tag']);
H A DAggregationList.php126 'data-struct-column' => strtolower($value->getColumn()->getFullQualifiedLabel()),
127 'data-struct-type' => strtolower($value->getColumn()->getType()->getClass()),
H A DAggregationValue.php57 $type = 'struct_' . strtolower($value->getColumn()->getType()->getClass());
H A DSearch.php
H A DValue.php47 public function getColumn() function in dokuwiki\\plugin\\struct\\meta\\Value
232 return '[' . $this->getColumn()->getFullQualifiedLabel() . '] ' .
/plugin/struct/
H A Dremote.php161 $row[$value->getColumn()->getFullQualifiedLabel()] = $value->getDisplayValue();
/plugin/struct/syntax/
H A Doutput.php187 $renderer->cdata($field->getColumn()->getTranslatedLabel());
192 ' data-struct="' . hsc($field->getColumn()->getFullQualifiedLabel()) .
/plugin/struct/types/
H A DLookup.php46 $this->column = $this->getColumn($this->config['schema'], $this->config['field']);
57 protected function getColumn($table, $infield)
60 protected function getColumn($table, $infield) global() function in dokuwiki\\plugin\\struct\\types\\Lookup
/plugin/struct/action/
H A Dedit.php134 $label = $field->getColumn()->getLabel();
161 $trans = hsc($field->getColumn()->getTranslatedLabel());
162 $hint = hsc($field->getColumn()->getTranslatedHint());
164 $colname = $field->getColumn()->getFullQualifiedLabel();
170 if (!$field->getColumn()->isVisibleInEditor()) {
/plugin/struct/helper/
H A Dfield.php198 $trans = hsc($field->getColumn()->getTranslatedLabel());
199 $hint = hsc($field->getColumn()->getTranslatedHint());
202 $colname = $field->getColumn()->getFullQualifiedLabel();
/plugin/structstatus/
H A DStatus.php22 $this->column = $this->getColumn($this->config['schema'], 'name_$LANG');
118 $col_color = $this->getColumn($this->config['schema'], 'color');
126 $col_icon = $this->getColumn($this->config['schema'], 'icon');
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js367 …s.worksheet.getColumn(this.nativeCol + 1) && this.worksheet.getColumn(this.nativeCol + 1).isCustom…
2996 var column = this._worksheet.getColumn(address.col);
3817 value: function getColumn(colIndex) {
4437 value: function getColumn(c) {
4506 this.getColumn(_i).defn = this.getColumn(_i - nExpand).defn;
4510 this.getColumn(_i2 + nExpand).defn = this.getColumn(_i2).defn;
4515 this.getColumn(_i3).defn = null;
5167 return this.getColumn(this.columnCount);
/plugin/structodt/
H A Dhelper.php277 $label = $value->getColumn()->getLabel();
292 } elseif ($value->getColumn()->getType() instanceof Wiki) {
353 $column = $value->getColumn();
/plugin/structgantt/meta/
H A DGantt.php252 $conf = $row[$this->colrefColor]->getColumn()->getType()->getConfig();
/plugin/structnotification/action/
H A Dnotification.php60 $colLabel = $value->getColumn()->getLabel();
156 $column = $value->getColumn();
230 $schema = $value->getColumn()->getTable();
231 $label = $value->getColumn()->getLabel();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1beta1Tag.php33 public function getColumn() function in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1beta1Tag
H A DGoogleCloudDatacatalogV1ColumnSchema.php52 public function getColumn() function in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1ColumnSchema
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/
H A DReportRequestFilters.php44 public function getColumn() function in Google\\Service\\Doubleclicksearch\\ReportRequestFilters
H A DReportRequestOrderBy.php39 public function getColumn() function in Google\\Service\\Doubleclicksearch\\ReportRequestOrderBy
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WorkflowExecutions/
H A DPosition.php45 public function getColumn() function in Google\\Service\\WorkflowExecutions\\Position
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/
H A DSourceLocation.php45 public function getColumn() function in Google\\Service\\CloudDebugger\\SourceLocation
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DMysqlColumn.php75 public function getColumn() function in Google\\Service\\Datastream\\MysqlColumn
H A DOracleColumn.php69 public function getColumn() function in Google\\Service\\Datastream\\OracleColumn
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DScriptError.php49 public function getColumn() function in Google\\Service\\DisplayVideo\\ScriptError

123