Home
last modified time | relevance | path

Searched refs:getColumn (Results 1 – 25 of 63) sorted by relevance

123

/plugin/struct/action/
H A Dedit.php134 $label = $field->getColumn()->getLabel();
161 $trans = hsc($field->getColumn()->getTranslatedLabel());
162 $hint = hsc($field->getColumn()->getTranslatedHint());
164 $colname = $field->getColumn()->getFullQualifiedLabel();
170 if (!$field->getColumn()->isVisibleInEditor()) {
/plugin/structsection/
Dsyntax.php132 … if (!is_a($field->getColumn()->getType(), \dokuwiki\plugin\structsection\types\Section::class)) {
136 $R->header($field->getColumn()->getTranslatedLabel(), $lvl, $pos);
137 $pos += strlen($field->getColumn()->getTranslatedLabel());
140 … $structDataAttribute = 'data-struct="' . hsc($field->getColumn()->getFullQualifiedLabel()) . '"';
/plugin/struct/meta/
H A DAggregationCloud.php47 $type = strtolower($value->getColumn()->getType()->getClass());
61 $key = $value->getColumn()->getFullQualifiedLabel() . '=';
105 $asort = $a['tag']->getColumn()->getType()->getSortString($a['tag']);
106 $bsort = $b['tag']->getColumn()->getType()->getSortString($b['tag']);
H A DAggregationFilter.php72 $colName = $value->getColumn()->getFullQualifiedLabel();
73 $colValues[$colName]['column'] = $value->getColumn();
74 $colValues[$colName]['label'] = $value->getColumn()->getTranslatedLabel();
H A DNestedResult.php116 if ($valObj->getColumn()->isMulti() && $valObj->getValue()) {
121 $newValue = new Value($valObj->getColumn(), $value);
127 $newValue = new Value($valObj->getColumn(), ''); // add empty node
175 $value->getColumn()->getTable()
H A DValue.php47 public function getColumn() function in dokuwiki\\plugin\\struct\\meta\\Value
232 return '[' . $this->getColumn()->getFullQualifiedLabel() . '] ' .
H A DAggregationList.php126 'data-struct-column' => strtolower($value->getColumn()->getFullQualifiedLabel()),
127 'data-struct-type' => strtolower($value->getColumn()->getType()->getClass()),
/plugin/structnotification/action/
H A Dnotification.php62 $colLabel = $value->getColumn()->getLabel();
185 $column = $value->getColumn();
264 $schema = $value->getColumn()->getTable();
265 $label = $value->getColumn()->getLabel();
/plugin/struct/syntax/
H A Doutput.php194 … $renderer->doc .= ' data-field="' . hsc($field->getColumn()->getFullQualifiedLabel()) . '"';
199 $renderer->cdata($field->getColumn()->getTranslatedLabel());
204 ' data-struct="' . hsc($field->getColumn()->getFullQualifiedLabel()) .
/plugin/structstatus/
DStatus.php22 $this->column = $this->getColumn($this->config['schema'], 'name_$LANG');
118 $col_color = $this->getColumn($this->config['schema'], 'color');
126 $col_icon = $this->getColumn($this->config['schema'], 'icon');
/plugin/struct/helper/
H A Dfield.php198 $trans = hsc($field->getColumn()->getTranslatedLabel());
199 $hint = hsc($field->getColumn()->getTranslatedHint());
202 $colname = $field->getColumn()->getFullQualifiedLabel();
/plugin/struct/_test/
H A DValueTest.php32 $this->assertSame($col, $val->getColumn());
64 $this->assertSame($col, $val->getColumn());
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DSchemaGraphComponent.java40 int col = getColumn(edge, isSource); in SchemaGraphComponent()
89 public int getColumn(mxCellState state, boolean isSource) in getColumn() method in SchemaGraphComponent
DJTableRenderer.java321 TableColumn column = getColumnModel().getColumn(0); in MyTable()
323 column = getColumnModel().getColumn(2); in MyTable()
325 column = getColumnModel().getColumn(3); in MyTable()
327 column = getColumnModel().getColumn(4); in MyTable()
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/
DReportRequestOrderBy.php39 public function getColumn() function in Google\\Service\\Doubleclicksearch\\ReportRequestOrderBy
DReportRequestFilters.php44 public function getColumn() function in Google\\Service\\Doubleclicksearch\\ReportRequestFilters
/plugin/findologicxmlexport/vendor/hoa/compiler/Exception/
DIllegalToken.php82 public function getColumn() function in Hoa\\Compiler\\Exception\\IllegalToken
DUnrecognizedToken.php82 public function getColumn() function in Hoa\\Compiler\\Exception\\UnrecognizedToken
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/
DSourceLocation.php45 public function getColumn() function in Google\\Service\\CloudDebugger\\SourceLocation
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WorkflowExecutions/
DPosition.php45 public function getColumn() function in Google\\Service\\WorkflowExecutions\\Position
/plugin/structodt/
Dhelper.php277 $label = $value->getColumn()->getLabel();
292 } elseif ($value->getColumn()->getType() instanceof Wiki) {
353 $column = $value->getColumn();
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Exception/
DUnrecognizedToken.php66 ->integer($result->getColumn())
DIllegalToken.php66 ->integer($result->getColumn())
DUnexpectedToken.php66 ->integer($result->getColumn())
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
DScriptError.php49 public function getColumn() function in Google\\Service\\DisplayVideo\\ScriptError

123