Home
last modified time | relevance | path

Searched refs:getType (Results 1576 – 1600 of 1742) sorted by path

1...<<61626364656667686970

/plugin/struct/meta/
H A DValue.php127 $raw = $this->column->getType()->rawValue($val);
136 $this->display[] = $this->column->getType()->displayValue($val);
137 $this->compare[] = $this->column->getType()->compareValue($val);
175 return $this->column->getType()->renderMultiValue($this->value, $R, $mode);
178 return $this->column->getType()->renderValue($this->value, $R, $mode);
196 $this->column->getType()->renderTagCloudLink($value, $R, $mode, $page, $filterQuery, $weight, $showCount);
208 return $this->column->getType()->multiValueEditor($name, $this->rawvalue, $id);
210 return $this->column->getType()->valueEditor($name, $this->rawvalue, $id);
H A DValueValidator.php38 $type = $col->getType();
/plugin/struct/
H A Dremote.php115 $class = explode('\\', get_class($column->getType()));
/plugin/struct/syntax/
H A Dcloud.php21 public function getType()
20 public function getType() global() function in syntax_plugin_struct_cloud
H A Dlist.php23 public function getType() global() function in syntax_plugin_struct_list
H A Doutput.php31 public function getType()
29 public function getType() global() function in syntax_plugin_struct_output
H A Dtable.php28 public function getType()
23 public function getType() global() function in syntax_plugin_struct_table
H A Dvalue.php23 public function getType() function in syntax_plugin_struct_value
/plugin/struct/types/
H A DLookup.php154 return $column->getType()->renderValue($value, $R, $mode);
176 return $column->getType()->renderMultiValue($values, $R, $mode);
198 return $column->getType()->displayValue($value);
218 return $column->getType()->rawValue($value);
252 $column->getType()->select($QB, $rightalias, $field, $alias);
287 $column->getType()->filter($add, $rightalias, $field, $comp, $value, $op);
316 $column->getType()->sort($QB, $rightalias, $field, $order);
/plugin/structacl/
H A Daction.php60 if (is_a($col->getType(), \dokuwiki\plugin\struct\types\User::class)) {
/plugin/structat/meta/
H A DSearchConfigAt.php126 $col->getType()->select($QB, $MN, 'value', $CN);
130 $col->getType()->select($QB, 'data_' . $col->getTable(), $col->getColName(), $CN);
165 … $col->getType()->filter($userWHERE, $coltbl, $colnam, $comp, $value, $op); // type based filter
174 $col->getType()->sort($QB, 'data_' . $col->getTable(), $colname, $asc ? 'ASC' : 'DESC');
/plugin/structat/syntax/
H A Dtable.php28 public function getType() function in syntax_plugin_structat_table
/plugin/structcombolookup/
H A Daction.php56 if(!$field->column->getType() instanceof NarrowingLookup) continue;
60 $config = $field->column->getType()->getConfig();
/plugin/structgantt/meta/
H A DGantt.php85 is_a($column->getType(), Date::class) ||
86 is_a($column->getType(), DateTime::class)
93 } elseif (is_a($column->getType(), Color::class)) {
252 $conf = $row[$this->colrefColor]->getColumn()->getType()->getConfig();
/plugin/structjoin/types/
H A DJoin.php29 return $column->getType()->renderValue($value, $R, $mode);
43 return $column->getType()->renderMultiValue($values, $R, $mode);
61 return $column->getType()->displayValue($value);
79 return $column->getType()->rawValue($value);
107 $column->getType()->select($QB, $rightalias, $field, $alias);
166 $column->getType()->filter($add, $rightalias, $field, $comp, $value, $op);
191 $column->getType()->sort($QB, $rightalias, $field, $order);
/plugin/structnotification/action/
H A Dnotification.php158 $type = $column->getType();
/plugin/structodt/
H A Dhelper.php292 } elseif ($value->getColumn()->getType() instanceof Wiki) {
/plugin/structsection/
H A Dsyntax.php25 public function getType() function in syntax_plugin_structsection
133 … if (!is_a($field->getColumn()->getType(), \dokuwiki\plugin\structsection\types\Section::class)) {
/plugin/structstatus/
H A Dsyntax.php16 public function getType() { function in syntax_plugin_structstatus
105 $type = $col->getType();
/plugin/structtasks/meta/
H A DUtilities.php69 $coltype = get_class($col->getType());
80 …if ($valid) $this->duedate_formats[$schema] = $s->findColumn('duedate')->getType()->getConfig()['f…
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php41 public function getType() function in dokuwiki\\plugin\\structtemplate\\meta\\StructTemplateSyntax
/plugin/styler/syntax/
H A Dstyler.php23 public function getType() function in syntax_plugin_styler_styler
H A Dverse.php23 public function getType() function in syntax_plugin_styler_verse
/plugin/subjectindex/syntax/
H A Dentry.php36 function getType() { function in syntax_plugin_subjectindex_entry
H A Dignore.php27 function getType() { function in syntax_plugin_subjectindex_ignore

1...<<61626364656667686970