Home
last modified time | relevance | path

Searched refs:getColumn (Results 1 – 25 of 56) 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/
H A Dsyntax.php133 … if (!is_a($field->getColumn()->getType(), \dokuwiki\plugin\structsection\types\Section::class)) {
137 $R->header($field->getColumn()->getTranslatedLabel(), $lvl, $pos);
138 $pos += strlen($field->getColumn()->getTranslatedLabel());
141 … $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']);
/plugin/structnotification/action/
H A Dnotification.php60 $colLabel = $value->getColumn()->getLabel();
156 $column = $value->getColumn();
230 $schema = $value->getColumn()->getTable();
231 $label = $value->getColumn()->getLabel();
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DListParser.php
/plugin/structstatus/
H A 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/jdraw/src/com/mxgraph/examples/swing/editor/
H A DSchemaGraphComponent.java40 int col = getColumn(edge, isSource); in SchemaGraphComponent()
89 public int getColumn(mxCellState state, boolean isSource) in getColumn() method in SchemaGraphComponent
H A 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/struct/syntax/
H A Doutput.php187 $renderer->cdata($field->getColumn()->getTranslatedLabel());
192 ' data-struct="' . hsc($field->getColumn()->getFullQualifiedLabel()) .
/plugin/findologicxmlexport/vendor/hoa/compiler/Exception/
H A DIllegalToken.php82 public function getColumn() function in Hoa\\Compiler\\Exception\\IllegalToken
H A DUnrecognizedToken.php82 public function getColumn() function in Hoa\\Compiler\\Exception\\UnrecognizedToken
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/
H A DReportRequestOrderBy.php39 public function getColumn() function in Google\\Service\\Doubleclicksearch\\ReportRequestOrderBy
H A DReportRequestFilters.php44 public function getColumn() function in Google\\Service\\Doubleclicksearch\\ReportRequestFilters
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WorkflowExecutions/
H A DPosition.php45 public function getColumn() function in Google\\Service\\WorkflowExecutions\\Position
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/
H A DSourceLocation.php45 public function getColumn() function in Google\\Service\\CloudDebugger\\SourceLocation
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Exception/
H A DUnrecognizedToken.php66 ->integer($result->getColumn())
H A DIllegalToken.php66 ->integer($result->getColumn())
H A DUnexpectedToken.php66 ->integer($result->getColumn())
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DScriptError.php49 public function getColumn() function in Google\\Service\\DisplayVideo\\ScriptError
/plugin/structodt/
H A Dhelper.php277 $label = $value->getColumn()->getLabel();
292 } elseif ($value->getColumn()->getType() instanceof Wiki) {
353 $column = $value->getColumn();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
H A DSourcePosition.php53 public function getColumn() function in Google\\Service\\FirebaseRules\\SourcePosition
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1beta1Tag.php33 public function getColumn() function in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1beta1Tag
H A DGoogleCloudDatacatalogV1ColumnSchema.php52 public function getColumn() function in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1ColumnSchema
H A DGoogleCloudDatacatalogV1Tag.php51 public function getColumn() function in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1Tag

123