Home
last modified time | relevance | path

Searched refs:column (Results 26 – 50 of 526) sorted by relevance

12345678910>>...22

/plugin/datatemplate/syntax/
H A Dentry.php220 * @param array $column
224 function _formatData($column, $value){ argument
230 $type = $column['type'];
234 $val = $this->dthlp->_addPrePostFixes($column['type'], $val);
240 $id = $this->dthlp->_addPrePostFixes($column['type'], $id);
245 $val = ':'.$column['key'].":$val";
250 $id = $this->dthlp->_addPrePostFixes($column['type'], $id);
254 $val = $this->dthlp->_addPrePostFixes($column['type'], $val);
259 …$outs[] = '<a href="'.wl(str_replace('/',':',cleanID($column['key'])),array('dataflt'=>$column['ke…
264 $val = $this->dthlp->_addPrePostFixes($column['type'], $val);
[all …]
/plugin/struct/action/
H A Dinline.php31 protected $column;
96 $value = $this->schemadata->getDataColumn($this->column);
99 echo '<label data-column="' . hsc($this->column->getFullQualifiedLabel()) . '" for="' . $id . '">';
104 $hint = $this->column->getType()->getTranslatedHint();
143 if (!$validator->validateValue($this->column, $value)) {
149 $tosave[$this->column->getLabel()] = $value;
182 $value = $this->schemadata->getDataColumn($this->column);
210 $this->column = null;
234 $this->column
28 protected $column = null; global() variable in action_plugin_struct_inline
[all...]
/plugin/subjectindex/
H A Dstyle.css62 column-gap: 1em;
63 -moz-column-gap: 1em;
64 -webkit-column-gap: 1em;
65 column-rule: 0;
66 -moz-column-rule: 0;
67 -webkit-column-rule: 0;
68 column-width: 15em;
69 -moz-column-width: 15em;
70 -webkit-column-width: 15em;
74 column-rule: 1px solid #D7D5D4;
[all …]
/plugin/pagelist/
H A Dhelper.php18 /** @var bool whether first headline/title is shown in the page column */
22 * @var array with entries: 'columnname' => bool/int enabled/disable column, something also config setting
25 public $column = []; variable in helper_plugin_pagelist
121 $this->column = [
143 'desc' => '(optional) adds an extra column for plugin data',
146 'column key' => 'string'
151 'desc' => '(optional) override value of an existing column, value equal to false disables column',
153 'column key' => 'string',
161 'column ke
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
H A DSourcePosition.php25 public $column; variable in Google\\Service\\FirebaseRules\\SourcePosition
46 public function setColumn($column) argument
48 $this->column = $column;
55 return $this->column;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1beta1Tag.php22 public $column; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1beta1Tag
29 public function setColumn($column) argument
31 $this->column = $column;
35 return $this->column;
H A DGoogleCloudDatacatalogV1ColumnSchema.php26 public $column; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1ColumnSchema
45 public function setColumn($column) argument
47 $this->column = $column;
54 return $this->column;
H A DGoogleCloudDatacatalogV1Tag.php25 public $column; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1Tag
44 public function setColumn($column) argument
46 $this->column = $column;
53 return $this->column;
H A DGoogleCloudDatacatalogV1beta1ColumnSchema.php23 public $column; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1beta1ColumnSchema
30 public function setColumn($column) argument
32 $this->column = $column;
36 return $this->column;
/plugin/database2/
H A Ddatabase2.php1052 $error = $this->checkValue( $rowid, $column, $input['data'.$column], $store[$column], $def );
1059 $store[$column] = $input['data'.$column];
1192 $store[$column] = $this->getInitialValue( $column, $def );
1245 $store[$column] = $this->valueFromDB( $rowid, $column, $value, $this->meta[$column] );
1359 $out[$column] = $record[$column];
1865 $headers[$column] = $def['label'] ? $def['label'] : $column;
1973 $headers[$column] = $def['label'] ? $def['label'] : $column;
1999 $name = $column;
2917 if ( $column && $column['isColumn'] )
4087 return $column;
[all …]
/plugin/structcombolookup/types/
H A DNarrowingLookup.php40 $column = $this->getNarrowByColumn();
41 if(!$column) return array();
42 $field = $column->getLabel();
59 $column = $this->getNarrowByColumn();
60 if(!$column) return '';
61 $field = $column->getLabel();
79 $column = $this->getLookupColumn();
80 if(!$column) return array();
81 $field = $column->getLabel();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DMysqlColumn.php29 public $column; variable in Google\\Service\\Datastream\\MysqlColumn
68 public function setColumn($column) argument
70 $this->column = $column;
77 return $this->column;
H A DOracleColumn.php25 public $column; variable in Google\\Service\\Datastream\\OracleColumn
62 public function setColumn($column) argument
64 $this->column = $column;
71 return $this->column;
/plugin/bez/mdl/
H A DFactory.php242 foreach ($obj->get_columns() as $column) {
243 if ($obj->$column === null) continue;
244 $set[] = ":$column";
245 $columns[] = $column;
246 $value = $obj->$column;
248 $execute[':'.$column] = null;
250 $execute[':'.$column] = $value;
275 foreach ($obj->get_columns() as $column) {
276 if ($column == 'id') continue;
277 $set[] = "$column
[all...]
/plugin/btable2/
H A Dsyntax.php180 $doodle[$row][$column] = true;
182 $doodle[$row][$column] = false;
262 foreach ($columns as $column) {
381 foreach ($columns as $column) {
383 if ($doodle[$row][$column]) {
390 $count[$column] += 1;
409 $column = $columns[$i];
411 if ($doodle[$row][$column]) {
415 $count[$column] += 1;
458 foreach ($columns as $column) {
[all …]
/plugin/struct/meta/
H A DAggregationTable.php126 foreach ($filters as $column => $filter) {
131 if ($column === $col->getFullQualifiedLabel()) {
132 $column = $col->getTranslatedLabel();
135 $fltrs[] = sprintf('"%s" %s "%s"', $column, $this->helper->getLang("comparator $comp"), $value);
152 * Shows the column headers with links to sort by column
158 // additional column for row numbers
166 foreach ($this->columns as $num => $column) {
174 if (is_a($column, 'dokuwiki\plugin\struct\meta\Column')) {
175 $header = $column
[all...]
H A DSchema.php126 $column = new Column(
133 $type->setContext($column);
135 $this->columns[] = $column;
336 * Find a column in the schema by its label
383 foreach ($this->columns as $column) {
385 'colref' => $column->getColref(),
386 'ismulti' => $column->isMulti(),
387 'isenabled' => $column->isEnabled(),
388 'sort' => $column->getSort(),
389 'label' => $column
[all...]
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.layout.fixed.css6 .syntax-container.syntax-theme-base div.fixed.syntax .numbers-column {
13 .syntax-container.syntax-theme-base div.fixed.syntax .numbers-column div {
15 .syntax-container.syntax-theme-base div.fixed.syntax .code-column {
19 .syntax-container.syntax-theme-base div.fixed.syntax .code-column table {
23 .syntax-container.syntax-theme-base div.fixed.syntax .code-column .source {
27 .syntax-container.syntax-theme-base div.fixed.syntax .code-column .source.alt {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/
H A DReportRequestOrderBy.php32 public function setColumn(ReportApiColumnSpec $column) argument
34 $this->column = $column;
41 return $this->column;
H A DReportRequestFilters.php37 public function setColumn(ReportApiColumnSpec $column) argument
39 $this->column = $column;
46 return $this->column;
/plugin/data-au/syntax/
H A Dentry.php87 $column = $this->dthlp->_column($line[0]);
89 $column['comment'] = $matches[2];
91 if($column['multi']) {
92 if(!isset($dataau[$column['key']])) {
96 $dataau[$column['key']] = array();
102 if(!in_array($val, $dataau[$column['key']])) {
103 $dataau[$column['key']][] = $val;
107 $dataau[$column['key']] = $this->dthlp->_cleanData($line[1], $column['type']);
109 $columns[$column['key']] = $column;
326 foreach($columns as $column) {
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DLl1.php305 protected $column = 0; variable in Hoa\\Compiler\\Ll1
384 $this->column = 0;
389 $column = $this->column;
430 $column = 0;
432 $column++;
454 $column += $strlen;
524 $column = 0;
526 $column++;
546 $column += $strlen;
615 $this->line + 1, $this->column + 1
[all …]
/plugin/permissioninfo/
H A Dstyle.css32 -moz-column-count:auto;
33 -moz-column-width:150px;
34 -webkit-column-count:auto;
35 -webkit-column-width:150px;
36 column-count:auto;
37 column-width:150px;
/plugin/twcheckliste/theme_twCheckliste/
H A Dtw_style.css123 -moz-column-count:2;
124 -moz-column-gap: 2%;
125 -moz-column-width: 45%;
126 -webkit-column-count:2;
127 -webkit-column-gap: 2%;
128 -webkit-column-width: 45%;
129 column-count: 2;
130 column-gap: 2%;
131 column-width: 45%;
/plugin/commonmark/vendor/league/commonmark/src/
H A DCursor.php

12345678910>>...22