| /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/ |
| D | syntax.php | 132 … 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 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']);
|
| H A D | AggregationFilter.php | 72 $colName = $value->getColumn()->getFullQualifiedLabel(); 73 $colValues[$colName]['column'] = $value->getColumn(); 74 $colValues[$colName]['label'] = $value->getColumn()->getTranslatedLabel();
|
| H A D | NestedResult.php | 116 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 D | Value.php | 47 public function getColumn() function in dokuwiki\\plugin\\struct\\meta\\Value 232 return '[' . $this->getColumn()->getFullQualifiedLabel() . '] ' .
|
| H A D | AggregationList.php | 126 'data-struct-column' => strtolower($value->getColumn()->getFullQualifiedLabel()), 127 'data-struct-type' => strtolower($value->getColumn()->getType()->getClass()),
|
| /plugin/structnotification/action/ |
| H A D | notification.php | 62 $colLabel = $value->getColumn()->getLabel(); 185 $column = $value->getColumn(); 264 $schema = $value->getColumn()->getTable(); 265 $label = $value->getColumn()->getLabel();
|
| /plugin/struct/syntax/ |
| H A D | output.php | 194 … $renderer->doc .= ' data-field="' . hsc($field->getColumn()->getFullQualifiedLabel()) . '"'; 199 $renderer->cdata($field->getColumn()->getTranslatedLabel()); 204 ' data-struct="' . hsc($field->getColumn()->getFullQualifiedLabel()) .
|
| /plugin/structstatus/ |
| 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/struct/_test/ |
| H A D | ValueTest.php | 32 $this->assertSame($col, $val->getColumn()); 64 $this->assertSame($col, $val->getColumn());
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
| D | SchemaGraphComponent.java | 40 int col = getColumn(edge, isSource); in SchemaGraphComponent() 89 public int getColumn(mxCellState state, boolean isSource) in getColumn() method in SchemaGraphComponent
|
| 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/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/ |
| D | ReportRequestOrderBy.php | 39 public function getColumn() function in Google\\Service\\Doubleclicksearch\\ReportRequestOrderBy
|
| D | ReportRequestFilters.php | 44 public function getColumn() function in Google\\Service\\Doubleclicksearch\\ReportRequestFilters
|
| /plugin/findologicxmlexport/vendor/hoa/compiler/Exception/ |
| D | IllegalToken.php | 82 public function getColumn() function in Hoa\\Compiler\\Exception\\IllegalToken
|
| D | UnrecognizedToken.php | 82 public function getColumn() function in Hoa\\Compiler\\Exception\\UnrecognizedToken
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/ |
| D | SourceLocation.php | 45 public function getColumn() function in Google\\Service\\CloudDebugger\\SourceLocation
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/WorkflowExecutions/ |
| D | Position.php | 45 public function getColumn() function in Google\\Service\\WorkflowExecutions\\Position
|
| /plugin/structodt/ |
| D | helper.php | 277 $label = $value->getColumn()->getLabel(); 292 } elseif ($value->getColumn()->getType() instanceof Wiki) { 353 $column = $value->getColumn();
|
| /plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Exception/ |
| D | UnrecognizedToken.php | 66 ->integer($result->getColumn())
|
| D | IllegalToken.php | 66 ->integer($result->getColumn())
|
| D | UnexpectedToken.php | 66 ->integer($result->getColumn())
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/ |
| D | ScriptError.php | 49 public function getColumn() function in Google\\Service\\DisplayVideo\\ScriptError
|