| /plugin/struct/meta/ |
| H A D | AggregationFilter.php | 38 if (isset($allFilters[$column->getFullQualifiedLabel()])) { 39 if ($allFilters[$column->getFullQualifiedLabel()][1] == $displayValue) { 72 $colName = $value->getColumn()->getFullQualifiedLabel();
|
| H A D | AggregationTable.php | 131 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 D | SummaryColumn.php | 65 public function getFullQualifiedLabel() function in dokuwiki\\plugin\\struct\\meta\\SummaryColumn
|
| H A D | UserColumn.php | 66 public function getFullQualifiedLabel() function in dokuwiki\\plugin\\struct\\meta\\UserColumn
|
| H A D | RevisionColumn.php | 66 public function getFullQualifiedLabel() function in dokuwiki\\plugin\\struct\\meta\\RevisionColumn
|
| H A D | PageColumn.php | 70 public function getFullQualifiedLabel() function in dokuwiki\\plugin\\struct\\meta\\PageColumn
|
| H A D | Column.php | 76 public function getFullQualifiedLabel() function in dokuwiki\\plugin\\struct\\meta\\Column
|
| H A D | AggregationCloud.php | 61 $key = $value->getColumn()->getFullQualifiedLabel() . '=';
|
| H A D | CSVPageImporter.php | 67 $keys[$index] = $col->getFullQualifiedLabel();
|
| H A D | SearchConfigParameters.php | 71 return $column->getFullQualifiedLabel();
|
| H A D | Value.php | 232 return '[' . $this->getColumn()->getFullQualifiedLabel() . '] ' .
|
| H A D | AggregationList.php | 126 'data-struct-column' => strtolower($value->getColumn()->getFullQualifiedLabel()),
|
| H A D | Search.php | 137 $this->sortby[$col->getFullQualifiedLabel()] = [$col, $asc, $nc];
|
| H A D | AccessTable.php | 428 $key = $value->getColumn()->getFullQualifiedLabel();
|
| /plugin/struct/_test/ |
| H A D | SearchConfigParameterTest.php | 106 $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 D | output.php | 194 … $renderer->doc .= ' data-field="' . hsc($field->getColumn()->getFullQualifiedLabel()) . '"'; 204 ' data-struct="' . hsc($field->getColumn()->getFullQualifiedLabel()) .
|
| /plugin/struct/action/ |
| H A D | bureaucracy.php | 75 $field->opt['label'] = $column->getFullQualifiedLabel(); 132 … $event->data['values'][$field->column->getFullQualifiedLabel()] = $new_value[0] ?? '';
|
| H A D | edit.php | 164 $colname = $field->getColumn()->getFullQualifiedLabel();
|
| H A D | inline.php | 99 …echo '<label data-column="' . hsc($this->column->getFullQualifiedLabel()) . '" for="' . $id . '">';
|
| /plugin/structstatus/ |
| D | syntax.php | 121 $args['data-field'] = $col->getFullQualifiedLabel();
|
| /plugin/structsection/ |
| D | syntax.php | 140 … $structDataAttribute = 'data-struct="' . hsc($field->getColumn()->getFullQualifiedLabel()) . '"';
|
| /plugin/struct/ |
| H A D | remote.php | 161 $row[$value->getColumn()->getFullQualifiedLabel()] = $value->getDisplayValue();
|
| /plugin/structtemplate/meta/ |
| D | StructTemplateSyntax.php | 174 $column_id = $column->getFullQualifiedLabel(false);
|
| /plugin/struct/helper/ |
| H A D | field.php | 202 $colname = $field->getColumn()->getFullQualifiedLabel();
|