Home
last modified time | relevance | path

Searched refs:getType (Results 1551 – 1575 of 1742) sorted by path

1...<<61626364656667686970

/plugin/strata/syntax/
H A Dinfo.php22 public function getType() { function in syntax_plugin_strata_info
H A Dnodata.php19 public function getType() { function in syntax_plugin_strata_nodata
H A Dselect.php21 function getType() { function in syntax_plugin_strata_select
/plugin/struct/action/
H A Dajax.php78 return $column->getType()->handleAjax();
H A Dbureaucracy.php94 if (!$field->column->getType() instanceof Lookup) continue;
99 $config = $field->column->getType()->getConfig();
157 if ($field->column->isMulti() && $field->column->getType() instanceof Lookup) {
H A Dinline.php104 $hint = $this->column->getType()->getTranslatedHint();
H A Dmove.php70 if (get_class($col->getType()) == Page::class) {
72 } elseif (get_class($col->getType()) == Lookup::class) {
75 } elseif ($col->getType() instanceof Media) {
172 if ($col->getType() instanceof Lookup) {
192 $tconf = $col->getType()->getConfig();
H A Doutput.php118 if (is_a($col->getType(), '\dokuwiki\plugin\struct\types\Date')) {
119 $format = $col->getType()->getConfig()['format'];
/plugin/struct/helper/
H A Dfield.php118 if (!empty($value) && $this->column->getType() instanceof User) {
143 if (!empty($value) && $this->column->getType() instanceof User) {
166 $this->column->getType() instanceof Page
167 && $this->column->getType()->getConfig()['usetitles']
182 if ($this->column->getType() instanceof Lookup) {
/plugin/struct/meta/
H A DAccessDataValidator.php73 $label = $col->getType()->getLabel();
H A DAccessTable.php139 $this->labels[$col->getColref()] = $col->getType()->getLabel();
512 if ($col->getType()->isMulti()) {
520 $col->getType()->select($QB, $tn, 'value', $outname);
524 $col->getType()->select($QB, 'DATA', $colname, $outname);
H A DAggregationCloud.php47 $type = strtolower($value->getColumn()->getType()->getClass());
105 $asort = $a['tag']->getColumn()->getType()->getSortString($a['tag']);
106 $bsort = $b['tag']->getColumn()->getType()->getSortString($b['tag']);
H A DAggregationList.php127 'data-struct-type' => strtolower($value->getColumn()->getType()->getClass()),
H A DAggregationTable.php303 $key = $column->getFullQualifiedLabel() . $column->getType()->getDefaultComparator();
418 $this->columns[$i]->getType()->renderValue($this->sums[$i], $this->renderer, $this->mode);
H A DAggregationValue.php57 $type = 'struct_' . strtolower($value->getColumn()->getType()->getClass());
H A DColumn.php101 public function getType() function in dokuwiki\\plugin\\struct\\meta\\Column
169 return $this->getType()->isVisibleInEditor();
177 return $this->getType()->isVisibleInPage();
H A DPageColumn.php59 $conf = $this->getType()->getConfig();
H A DRevisionColumn.php27 $this->getType()->setContext($this);
H A DSchema.php390 'class' => $column->getType()->getClass(),
391 'config' => $column->getType()->getConfig()
H A DSchemaBuilder.php171 $oldEntry = $column->getType()->getAsEntry();
H A DSchemaEditor.php128 $html .= '<input type="text" name="' . $base . '[label]" value="' . hsc($col->getType()->getLabel()) . '">';
132 $checked = $col->getType()->isMulti() ? 'checked="checked"' : '';
137 $config = json_encode($col->getType()->getConfig(), JSON_PRETTY_PRINT);
147 $selected = ($col->getType()->getClass() == $type) ? 'selected="selected"' : '';
H A DSearch.php
H A DSearchCloud.php73 $col->getType()->select($QB, $MN, 'value', 'tag');
76 $col->getType()->select($QB, $datatable, $col->getColName(), 'tag');
H A DSummaryColumn.php27 $this->getType()->setContext($this);
H A DUserColumn.php28 $this->getType()->setContext($this);

1...<<61626364656667686970