Home
last modified time | relevance | path

Searched refs:column (Results 1 – 25 of 526) sorted by relevance

12345678910>>...22

/plugin/struct/meta/
H A DSearchConfigParameters.php59 * Returns the full qualified name for a given column
61 * @param string|Column $column
64 protected function resolveColumn($column) argument
66 if (!is_a($column, Column::class)) {
67 $column = $this->searchConfig->findColumn($column);
68 if (!$column) return false;
70 /** @var Column $column */
71 return $column->getFullQualifiedLabel();
75 * Sets the sorting column
80 setSort($column, $asc = true) global() argument
123 addFilter($column, $comp, $value) global() argument
140 removeFilter($column) global() argument
[all...]
H A DValue.php15 protected $column; variable in dokuwiki\\plugin\\struct\\meta\\Value
35 * @param Column $column
38 public function __construct(Column $column, $value) argument
40 $this->column = $column;
49 return $this->column;
127 $raw = $this->column->getType()->rawValue($val);
136 $this->display[] = $this->column->getType()->displayValue($val);
137 $this->compare[] = $this->column->getType()->compareValue($val);
142 if (!$this->column
[all...]
H A DSchemaBuilder.php94 // update column info
114 if (isset($this->data['cols'])) foreach ($this->data['cols'] as $idx => $column) {
115 $this->data['cols'][$idx]['label'] = $this->fixLabel($column['label'], $labels);
118 if (isset($this->data['new'])) foreach ($this->data['new'] as $idx => $column) {
119 $this->data['new'][$idx]['label'] = $this->fixLabel($column['label'], $labels);
166 * Updates all the existing column infos and adds them to the new schema
170 foreach ($this->oldschema->getColumns() as $column) {
171 $oldEntry = $column->getType()->getAsEntry();
172 $oldTid = $column->getTid();
175 $sort = $column
[all...]
H A DSchemaImporter.php60 foreach ($input['columns'] as $column) {
62 $column['config'] = json_encode($column['config'], JSON_PRETTY_PRINT);
64 if (!empty($column['colref']) && $column['colref'] <= $existing) {
65 // update existing column
66 $data['cols'][$column['colref']] = $column;
68 // add new column
69 $data['new'][] = $column;
[all...]
/plugin/struct/types/
H A DLookup.php21 /** @var Column caches the referenced column */
22 protected $column;
39 * Get the configured loojup column
45 if ($this->column instanceof Column) return $this->column;
46 $this->column = $this->getColumn($this->config['schema'], $this->config['field']);
47 return $this->column;
51 * Gets the given column, applies language place holder
70 $column = $table->findColumn($field);
71 if (!$column) {
25 protected $column = null; global() variable in dokuwiki\\plugin\\struct\\types\\Lookup
[all...]
H A DTraitFilterPrefix.php36 $column = "$tablealias.$colname";
40 $column = "$pl || $column";
44 $column = "$column || $pl";
48 $add->where($op, "$column $comp $pl");
/plugin/structjoin/types/
H A DJoin.php27 $column = $this->getLookupColumn();
28 if(!$column) return false;
42 if(!$column) return false;
60 if($column) {
78 if($column) {
96 if(!$column) {
106 $field = $column->getColName();
154 if(!$column) {
158 $field = $column->getColName();
181 if(!$column) {
[all …]
/plugin/datatables/assets/datatables.net-buttons-bs/css/
H A Dbuttons.bootstrap.min.css
/plugin/bez/mdl/
H A DAcl.php26 foreach($columns as $column) {
27 if (!array_key_exists($column, $this->acl)) {
28 throw new \Exception("column: $column not exists in table");
31 if ($this->acl[$column] < $perm) {
32 $this->acl[$column] = $perm;
40 foreach ($columns as $column) {
42 $this->acl[$column] = BEZ_PERMISSION_NONE;
55 public function add_column($column, $perm=BEZ_PERMISSION_NONE) { argument
56 if (isset($this->acl[$column])) {
[all...]
/plugin/projects/plugins/target/
H A Dplot.php68 if ($column != $x_column + 1) $columns[] = $column - 1;
69 $all_columns[] = $column - 1;
73 foreach ($columns as $column) {
74 $name = $this->plot->column($column + 1);
81 foreach ($columns as $column) {
85 $max_col = $column;
138 foreach ($columns as $column) {
139 $name = $this->plot->column($column + 1);
170 foreach ($columns as $column)
176 foreach ($columns as $column) {
[all …]
/plugin/columns/
H A Daction.php225 private $column; variable in columns_block
235 $this->column = array();
298 $columns = count($this->column);
322 $column = -1;
330 $nextColumn = $column + 1;
332 if (($column >= 0) && ($column < count($this->column))) {
333 $this->column[$column]->addAttributes($temp);
335 $column = $nextColumn;
345 $this->column[$column]->addAttributes($temp);
470 foreach ($this->column as $column) {
[all …]
/plugin/latexport/implementation/
H A Ddecorator_tables.php64 private $column; variable in DecoratorTables
127 $this->column = 0;
176 $cell = $this->row[$this->column];
182 $this->column += $numberOfPlaceholders;
186 $this->column += $colspan;
192 $column = 0;
195 $cell = $this->row[$column];
198 $starts = $column + 1;
207 $column += $cell->getCols();
208 } while($column < sizeof($this->row));
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCatNamespace.asciidoc58 $params['h'] = (list) Comma-separated list of column names to display
60 $params['s'] = (list) Comma-separated list of column names or column aliases to sort by
61 $params['v'] = (boolean) Verbose mode. Display column headers (Default = false)
80 $params['h'] = (list) Comma-separated list of column names to display
82 $params['s'] = (list) Comma-separated list of column names or column aliases to sort by
83 $params['v'] = (boolean) Verbose mode. Display column headers (Default = false)
98 $params['h'] = (list) Comma-separated list of column names to display
100 $params['s'] = (list) Comma-separated list of column name
[all...]
/plugin/findologicxmlexport/vendor/hoa/compiler/Exception/
H A DIllegalToken.php54 protected $column = 0; variable in Hoa\\Compiler\\Exception\\IllegalToken
65 * @param int $column Column.
67 public function __construct($message, $code, $arg, $line, $column) argument
72 $this->column = $column;
84 return $this->column;
H A DUnrecognizedToken.php54 protected $column = 0; variable in Hoa\\Compiler\\Exception\\UnrecognizedToken
65 * @param int $column Column.
67 public function __construct($message, $code, $arg, $line, $column) argument
72 $this->column = $column;
84 return $this->column;
/plugin/wrap/
H A Dall.less90 -moz-column-gap: 1.5em;
91 -webkit-column-gap: 1.5em;
92 column-gap: 1.5em;
93 -moz-column-rule: 1px dotted #666;
94 -webkit-column-rule: 1px dotted #666;
95 column-rule: 1px dotted #666;
98 -moz-column-count: 2;
99 -webkit-column-count: 2;
100 column-count: 2;
103 -moz-column
[all...]
/plugin/struct/helper/
H A Dfield.php21 public $column; variable in helper_plugin_struct_field
24 * Initialize the appropriate column
32 // find the column
34 $this->column = $this->findColumn($this->opt['label']);
50 if (!$this->column) {
55 $this->error = !$validator->validateValue($this->column, $value);
66 if ($this->column) {
67 $label = $this->column->getTranslatedLabel();
88 if (!$this->column) return;
118 if (!empty($value) && $this->column
[all...]
/plugin/csv/_test/csv/
H A Dc-q-q-escaping.csv2 line without enclosure,second column
3 enclosure " in column,hello \
4 "line with enclosure","second column"
5 "column with enclosure "", and comma inside text","second column enclosure in text """
10 "column with \n \t \\","second col"
/plugin/database2/
H A Dmedia.php85 list( $pageID, $ioIndex, $column ) = $source;
115 list( $dsn, $authSlot, $table, $column, $idColumn, $rowid, $pageID,
166 final public function getMedia( $column, $idColumn, $rowid ) argument
169 $column = trim( $column );
173 if ( !self::isValidName( $column ) ||
178 $st = $this->getLink()->prepare( 'SELECT ' . $column .
254 foreach ( $meta as $column => $def )
256 $cols[$column] = $column;
263 foreach ( $header as $column => $data )
264 $header[$column] = $meta[$column]['label'] ? $meta[$column]['label'] : $column;
[all …]
/plugin/struct/action/
H A Dbureaucracy.php70 foreach ($schema->getColumns(false) as $column) {
75 $field->opt['label'] = $column->getFullQualifiedLabel();
76 $field->column = $column;
94 if (!$field->column->getType() instanceof Lookup) continue;
99 $config = $field->column->getType()->getConfig();
129 if ($field->column->isMulti()) {
132 $event->data['values'][$field->column->getFullQualifiedLabel()] = $new_value[0] ?? '';
153 $tbl = $field->column->getTable();
154 $lbl = $field->column
[all...]
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php223 foreach ( $row as $column => $value ) {
225 $def = $meta [$column];
227 $headers [$column] = $def ['label'] ? $def ['label'] : $column;
266 foreach ( $cols as $column ) {
270 if (is_array ( $meta [$column] ))
271 $def = $meta [$column];
277 $pos = strripos ( $column, ' AS ' );
280 $temp = substr ( $column, $pos + 4 );
285 $column = $temp;
290 $headers [$column] = $def ['label'] ? $def ['label'] : $column;
[all …]
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php199 foreach ( $row as $column => $value ) {
201 $def = $meta [$column];
203 $headers [$column] = $def ['label'] ? $def ['label'] : $column;
242 foreach ( $cols as $column ) {
246 if (is_array ( $meta [$column] ))
247 $def = $meta [$column];
253 $pos = strripos ( $column, ' AS ' );
256 $temp = substr ( $column, $pos + 4 );
261 $column = $temp;
266 $headers [$column] = $def ['label'] ? $def ['label'] : $column;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WorkflowExecutions/
H A DPosition.php25 public $column; variable in Google\\Service\\WorkflowExecutions\\Position
38 public function setColumn($column) argument
40 $this->column = $column;
47 return $this->column;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/
H A DSourceLocation.php25 public $column; variable in Google\\Service\\CloudDebugger\\SourceLocation
38 public function setColumn($column) argument
40 $this->column = $column;
47 return $this->column;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DScriptError.php25 public $column; variable in Google\\Service\\DisplayVideo\\ScriptError
42 public function setColumn($column) argument
44 $this->column = $column;
51 return $this->column;

12345678910>>...22