Home
last modified time | relevance | path

Searched refs:getFullQualifiedLabel (Results 1 – 24 of 24) sorted by relevance

/plugin/struct/meta/
H A DAggregationFilter.php38 if (isset($allFilters[$column->getFullQualifiedLabel()])) {
39 if ($allFilters[$column->getFullQualifiedLabel()][1] == $displayValue) {
72 $colName = $value->getColumn()->getFullQualifiedLabel();
H A DAggregationTable.php131 if ($column === $col->getFullQualifiedLabel()) {
203 $data = 'data-field="' . hsc($column->getFullQualifiedLabel()) . '"';
213 if (isset($sorts[$column->getFullQualifiedLabel()])) {
214 [/*colname*/, $currentSort] = $sorts[$column->getFullQualifiedLabel()];
289 if (isset($filters[$column->getFullQualifiedLabel()])) {
290 [, $current] = $filters[$column->getFullQualifiedLabel()];
303 $key = $column->getFullQualifiedLabel() . $column->getType()->getDefaultComparator();
H A DSummaryColumn.php65 public function getFullQualifiedLabel() function in dokuwiki\\plugin\\struct\\meta\\SummaryColumn
H A DUserColumn.php66 public function getFullQualifiedLabel() function in dokuwiki\\plugin\\struct\\meta\\UserColumn
H A DRevisionColumn.php66 public function getFullQualifiedLabel() function in dokuwiki\\plugin\\struct\\meta\\RevisionColumn
H A DPageColumn.php70 public function getFullQualifiedLabel() function in dokuwiki\\plugin\\struct\\meta\\PageColumn
H A DColumn.php76 public function getFullQualifiedLabel() function in dokuwiki\\plugin\\struct\\meta\\Column
H A DAggregationCloud.php61 $key = $value->getColumn()->getFullQualifiedLabel() . '=';
H A DCSVPageImporter.php67 $keys[$index] = $col->getFullQualifiedLabel();
H A DSearchConfigParameters.php71 return $column->getFullQualifiedLabel();
H A DValue.php232 return '[' . $this->getColumn()->getFullQualifiedLabel() . '] ' .
H A DAggregationList.php126 'data-struct-column' => strtolower($value->getColumn()->getFullQualifiedLabel()),
H A DSearch.php137 $this->sortby[$col->getFullQualifiedLabel()] = [$col, $asc, $nc];
H A DAccessTable.php428 $key = $value->getColumn()->getFullQualifiedLabel();
/plugin/struct/_test/
H A DSearchConfigParameterTest.php106 $this->assertEquals('schema2.athird', $sorts['schema2.athird'][0]->getFullQualifiedLabel());
129 …$this->assertEquals('schema1.first', $filters[0][0]->getFullQualifiedLabel(), 'full qualified colu…
135 …$this->assertEquals('schema2.afirst', $filters[1][0]->getFullQualifiedLabel(), 'full qualified col…
/plugin/struct/syntax/
H A Doutput.php194 … $renderer->doc .= ' data-field="' . hsc($field->getColumn()->getFullQualifiedLabel()) . '"';
204 ' data-struct="' . hsc($field->getColumn()->getFullQualifiedLabel()) .
/plugin/struct/action/
H A Dbureaucracy.php75 $field->opt['label'] = $column->getFullQualifiedLabel();
132 … $event->data['values'][$field->column->getFullQualifiedLabel()] = $new_value[0] ?? '';
H A Dedit.php164 $colname = $field->getColumn()->getFullQualifiedLabel();
H A Dinline.php99 …echo '<label data-column="' . hsc($this->column->getFullQualifiedLabel()) . '" for="' . $id . '">';
/plugin/structstatus/
Dsyntax.php121 $args['data-field'] = $col->getFullQualifiedLabel();
/plugin/structsection/
Dsyntax.php140 … $structDataAttribute = 'data-struct="' . hsc($field->getColumn()->getFullQualifiedLabel()) . '"';
/plugin/struct/
H A Dremote.php161 $row[$value->getColumn()->getFullQualifiedLabel()] = $value->getDisplayValue();
/plugin/structtemplate/meta/
DStructTemplateSyntax.php174 $column_id = $column->getFullQualifiedLabel(false);
/plugin/struct/helper/
H A Dfield.php202 $colname = $field->getColumn()->getFullQualifiedLabel();