/plugin/struct/action/ |
H A D | edit.php | 134 $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 D | syntax.php | 133 … 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 D | AggregationCloud.php | 47 $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 D | notification.php | 60 $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 D | ListParser.php |
|
/plugin/structstatus/ |
H A D | Status.php | 22 $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 D | field.php | 198 $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 D | SchemaGraphComponent.java | 40 int col = getColumn(edge, isSource); in SchemaGraphComponent() 89 public int getColumn(mxCellState state, boolean isSource) in getColumn() method in SchemaGraphComponent
|
H A D | JTableRenderer.java | 321 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 D | output.php | 187 $renderer->cdata($field->getColumn()->getTranslatedLabel()); 192 ' data-struct="' . hsc($field->getColumn()->getFullQualifiedLabel()) .
|
/plugin/findologicxmlexport/vendor/hoa/compiler/Exception/ |
H A D | IllegalToken.php | 82 public function getColumn() function in Hoa\\Compiler\\Exception\\IllegalToken
|
H A D | UnrecognizedToken.php | 82 public function getColumn() function in Hoa\\Compiler\\Exception\\UnrecognizedToken
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/ |
H A D | ReportRequestOrderBy.php | 39 public function getColumn() function in Google\\Service\\Doubleclicksearch\\ReportRequestOrderBy
|
H A D | ReportRequestFilters.php | 44 public function getColumn() function in Google\\Service\\Doubleclicksearch\\ReportRequestFilters
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WorkflowExecutions/ |
H A D | Position.php | 45 public function getColumn() function in Google\\Service\\WorkflowExecutions\\Position
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/ |
H A D | SourceLocation.php | 45 public function getColumn() function in Google\\Service\\CloudDebugger\\SourceLocation
|
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Exception/ |
H A D | UnrecognizedToken.php | 66 ->integer($result->getColumn())
|
H A D | IllegalToken.php | 66 ->integer($result->getColumn())
|
H A D | UnexpectedToken.php | 66 ->integer($result->getColumn())
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/ |
H A D | ScriptError.php | 49 public function getColumn() function in Google\\Service\\DisplayVideo\\ScriptError
|
/plugin/structodt/ |
H A D | helper.php | 277 $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 D | SourcePosition.php | 53 public function getColumn() function in Google\\Service\\FirebaseRules\\SourcePosition
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/ |
H A D | GoogleCloudDatacatalogV1beta1Tag.php | 33 public function getColumn() function in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1beta1Tag
|
H A D | GoogleCloudDatacatalogV1ColumnSchema.php | 52 public function getColumn() function in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1ColumnSchema
|
H A D | GoogleCloudDatacatalogV1Tag.php | 51 public function getColumn() function in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1Tag
|