Home
last modified time | relevance | path

Searched refs:getFullQualifiedLabel (Results 1 – 20 of 20) sorted by last modified time

/plugin/struct/meta/
H A DAccessTable.php428 $key = $value->getColumn()->getFullQualifiedLabel();
H A DAggregationCloud.php61 $key = $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 DCSVPageImporter.php67 $keys[$index] = $col->getFullQualifiedLabel();
H A DColumn.php76 public function getFullQualifiedLabel() function in dokuwiki\\plugin\\struct\\meta\\Column
H A DPageColumn.php70 public function getFullQualifiedLabel() function in dokuwiki\\plugin\\struct\\meta\\PageColumn
H A DRevisionColumn.php66 public function getFullQualifiedLabel() function in dokuwiki\\plugin\\struct\\meta\\RevisionColumn
H A DSearch.php137 $this->sortby[$col->getFullQualifiedLabel()] = [$col, $asc, $nc];
H A DSearchConfigParameters.php71 return $column->getFullQualifiedLabel();
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
/plugin/struct/
H A Dremote.php161 $row[$value->getColumn()->getFullQualifiedLabel()] = $value->getDisplayValue();
/plugin/struct/syntax/
H A Doutput.php192 ' 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/struct/helper/
H A Dfield.php202 $colname = $field->getColumn()->getFullQualifiedLabel();
/plugin/structstatus/
H A Dsyntax.php121 $args['data-field'] = $col->getFullQualifiedLabel();
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php174 $column_id = $column->getFullQualifiedLabel(false);
/plugin/structsection/
H A Dsyntax.php141 … $structDataAttribute = 'data-struct="' . hsc($field->getColumn()->getFullQualifiedLabel()) . '"';