Home
last modified time | relevance | path

Searched refs:getType (Results 26 – 50 of 1742) sorted by last modified time

12345678910>>...70

/plugin/struct/meta/
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);
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/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/mermaid/
H A Dsyntax.php34 function getType()
14 function getType() global() function in syntax_plugin_mermaid
/plugin/doi/syntax/
H A Ddoi.php16 public function getType() function in syntax_plugin_doi_doi
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/openlayersmap/
H A Dscript.js412 return geoJsonStyle[feature.getGeometry().getType()];
463 return gpxJsonStyle[feature.getGeometry().getType()];
/plugin/openlayersmap/syntax/
H A Dagslayer.php42 * @see DokuWiki_Syntax_Plugin::getType()
44 public function getType(): string
52 public function getType(): string global() function in syntax_plugin_openlayersmap_agslayer

12345678910>>...70