Home
last modified time | relevance | path

Searched refs:getColumn (Results 26 – 50 of 56) sorted by path

123

/plugin/jdraw/lib/
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
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()
H A DSchemaGraphComponent.java40 int col = getColumn(edge, isSource); in SchemaGraphComponent()
89 public int getColumn(mxCellState state, boolean isSource) in getColumn() method in SchemaGraphComponent
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/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/struct/helper/
H A Dfield.php198 $trans = hsc($field->getColumn()->getTranslatedLabel());
199 $hint = hsc($field->getColumn()->getTranslatedHint());
202 $colname = $field->getColumn()->getFullQualifiedLabel();
/plugin/struct/meta/
H A DAccessTable.php383 if ($value->getColumn() == $column) {
428 $key = $value->getColumn()->getFullQualifiedLabel();
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 DAggregationList.php126 'data-struct-column' => strtolower($value->getColumn()->getFullQualifiedLabel()),
127 'data-struct-type' => strtolower($value->getColumn()->getType()->getClass()),
H A DAggregationValue.php57 $type = 'struct_' . strtolower($value->getColumn()->getType()->getClass());
H A DSearch.php
H A DValue.php47 public function getColumn() function in dokuwiki\\plugin\\struct\\meta\\Value
232 return '[' . $this->getColumn()->getFullQualifiedLabel() . '] ' .
/plugin/struct/
H A Dremote.php161 $row[$value->getColumn()->getFullQualifiedLabel()] = $value->getDisplayValue();
/plugin/struct/syntax/
H A Doutput.php187 $renderer->cdata($field->getColumn()->getTranslatedLabel());
192 ' data-struct="' . hsc($field->getColumn()->getFullQualifiedLabel()) .
/plugin/struct/types/
H A DLookup.php46 $this->column = $this->getColumn($this->config['schema'], $this->config['field']);
57 protected function getColumn($table, $infield)
60 protected function getColumn($table, $infield) global() function in dokuwiki\\plugin\\struct\\types\\Lookup
/plugin/structcombolookup/types/
H A DNarrowingLookup.php28 … $this->narrowByColumn = $this->getColumn($this->config['schema'], $this->config['narrow by']);
/plugin/structcondstyle/
H A Daction.php190 if ($value->getColumn() === $cond_column) {
/plugin/structgantt/meta/
H A DGantt.php252 $conf = $row[$this->colrefColor]->getColumn()->getType()->getConfig();
/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/structodt/
H A Dhelper.php277 $label = $value->getColumn()->getLabel();
292 } elseif ($value->getColumn()->getType() instanceof Wiki) {
353 $column = $value->getColumn();
/plugin/structrowcolor/
H A Dstruct.php93 if ($value->getColumn() === $rowcolor_column) {

123