Home
last modified time | relevance | path

Searched refs:columns (Results 26 – 50 of 286) sorted by relevance

12345678910>>...12

/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DConsole.php50 $columns = 80;
53 $columns = $matches[1];
75 $columns = $matches[2];
80 return $columns - 1;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Area120Tables/
H A DTable.php51 public function setColumns($columns) argument
53 $this->columns = $columns;
60 return $this->columns;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DDataSourceTable.php61 public function setColumns($columns) argument
63 $this->columns = $columns;
70 return $this->columns;
H A DPivotTable.php49 public function setColumns($columns) argument
51 $this->columns = $columns;
58 return $this->columns;
/plugin/columns/
H A Dplugin.info.txt1 base columns
6 desc Arrange information in multiple columns.
7 url http://www.dokuwiki.org/plugin:columns
/plugin/projects/plugins/file/
H A Dplot_dependency.php30 private $columns = array(); variable in PlotDefinition
37 public function columns() { return $this->columns; } function in PlotDefinition
44 public function column($column) { return $this->columns[$column]; }
114 $this->columns[$i] = $style;
128 if (!$this->columns) {
/plugin/gitlog/
H A Dsyntax.php164 $columns = explode(GITLOG_DELIMITER, $line);
167 $changedfiles = $this->run_git('show --pretty="format:" --name-only '.$columns[0], $repo, $bare);
170 'commit' => $columns[0],
171 'timestamp' => $columns[1],
172 'author' => $columns[2],
173 'message' => $columns[3],
/plugin/projects/plugins/target/
H A Dplot.php59 $columns = array();
67 foreach ($this->plot->columns() as $column => $name) {
68 if ($column != $x_column + 1) $columns[] = $column - 1;
73 foreach ($columns as $column) {
81 foreach ($columns as $column) {
97 reset($columns);
101 $data->SetYAxisName($this->plot->column(current($columns) + 1));
138 foreach ($columns as $column) {
170 foreach ($columns as $column)
176 foreach ($columns as $column) {
/plugin/refnotes/
H A Ddatabase.php238 $columns = 0;
249 $columns = $column;
252 if ($column != $columns) {
276 if ($valid && ($row > 1) && ($columns > 1)) {
277 $this->handleTable($table, $columns, $row);
286 private function handleTable($table, $columns, $rows) { argument
288 for ($c = 0; $c < $columns; $c++) {
293 $this->handleDataSheet($table, $columns, $rows, $key);
296 if ($columns == 2) {
312 private function handleDataSheet($table, $columns, argument
[all...]
/plugin/btable2/
H A Dsyntax.php128 $columns = $data[1];
139 $columns_count = count($columns);
177 $column = $renderer->_xmlEntities($columns[$i]);
262 foreach ($columns as $column) {
290 …$renderer->doc .= $this->_doodleResults($dID, $doodle, $columns, $columns_count, $rows_count, $cha…
308 …$renderer->doc .= $this->_doodleForm($dID, $columns, $columns_count, $selectable_rows, $change_row…
322 …function _doodleResults($dID, $doodle, $columns, $columns_count, $total_rows, $change_row, $allow_… argument
381 foreach ($columns as $column) {
409 $column = $columns[$i];
458 foreach ($columns as $column) {
[all …]
H A Dexport.php42 $columns = array_keys($content[$rows[0]]); variable
44 if (count($columns) > 0) {
46 foreach($columns as $column) {
56 foreach ($columns as $column) {
/plugin/btable/
H A Dexport.php42 $columns = array_keys($content[$rows[0]]); variable
44 if (count($columns) > 0) {
46 foreach($columns as $column) {
56 foreach ($columns as $column) {
/plugin/struct/meta/
H A DSchema.php36 protected $columns = []; variable in dokuwiki\\plugin\\struct\\meta\\Schema
101 // load existing columns
135 $this->columns[] = $column;
230 $this->columns = [];
318 * Returns a list of columns in this schema
320 * @param bool $withDisabled if false, disabled columns will not be returned
327 $this->columns,
332 return $this->columns;
338 * Only enabled columns are returned!
345 foreach ($this->columns a
[all...]
H A DCSVImporter.php26 protected $columns = []; variable in dokuwiki\\plugin\\struct\\meta\\CSVImporter
104 * Read the CSV headers and match it with the Schema columns
116 $this->columns[] = $pidCol;
121 // just skip the checks for 'pid' but discard other columns not present in the schema
129 $this->columns[$i] = $col;
132 if (!$this->columns) {
183 foreach ($this->columns as $i => $column) {
H A DSearch.php35 /** @var Column[] list of columns to select */
36 protected $columns = []; variable in dokuwiki\\plugin\\struct\\meta\\Search
101 * Call multiple times for multiple columns. Be sure the referenced tables have been
111 foreach ($this->columns as $key => $col) {
112 if ($col->getLabel() === $colname) unset($this->columns[$key]);
118 if (!$col) return; //FIXME do we really want to ignore missing columns?
119 $this->columns[] = $col;
125 * Call multiple times for multiple columns. Be sure the referenced tables have been
135 if (!$col) return; //FIXME do we really want to ignore missing columns?
151 * Returns all set sort columns
[all...]
H A DCSVExporter.php57 * @param Column[] $columns
60 protected function header($columns)
69 foreach ($columns as $col) {
59 header($columns) global() argument
H A DAggregationTable.php14 /** @var array for summing up columns */
40 'columns' => $this->columns,
130 foreach ($this->columns as $col) {
166 foreach ($this->columns as $num => $column) {
273 foreach ($this->columns as $column) {
388 $this->renderer->tablecell_open(count($this->columns) + $this->data['rownumbers'], 'center');
413 $len = count($this->columns);
418 $this->columns[$i]->getType()->renderValue($this->sums[$i], $this->renderer, $this->mode);
441 $this->renderer->tableheader_open((count($this->columns)
32 protected $columns; global() variable in dokuwiki\\plugin\\struct\\meta\\AggregationTable
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/
H A DReportRequest.php73 public function setColumns($columns) argument
75 $this->columns = $columns;
82 return $this->columns;
/plugin/struct/action/
H A Daggregationeditor.php173 // filter columns based on searchconf cols from syntax
174 $columns = $this->resolveColumns($searchconf, $schema);
176 foreach ($columns as $column) {
193 * Names of columns in the new entry editor: either all,
203 // if no valid column config, return all columns
212 $columns = [];
214 $columns[] = $schema->findColumn($col);
216 // filter invalid columns (where findColumn() returned false)
217 return array_filter($columns);
/plugin/userimportextended/lang/en/
H A Dintro.txt3 Requires a CSV file of users with at least five columns. The columns must contain, in order: user-i…
6 Except for the user-id, all of the columns may be empty. In that case the users will be created wit…
/plugin/odt/ODT/styles/
H A DODTUnknownStyle.php162 $columns = '';
164 $columns = $properties ['column-count'];
209 <style:columns fo:column-count="'.$columns.'" fo:column-gap="'.$gap.'">
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.unc10 columns = config.smiley_columns || 8,
149 if ( i % columns === 0 )
164 if ( i % columns == columns - 1 )
168 if ( i < columns - 1 ) {
169 for ( ; i < columns - 1; i++ )
182 if ( i % columns === 0 )
194 if ( i % columns == columns - 1 )
198 if ( i < columns - 1 ) {
199 for ( ; i < columns - 1; i++ )
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.unc10 columns = config.smiley_columns || 8,
149 if ( i % columns === 0 )
164 if ( i % columns == columns - 1 )
168 if ( i < columns - 1 ) {
169 for ( ; i < columns - 1; i++ )
182 if ( i % columns === 0 )
194 if ( i % columns == columns - 1 )
198 if ( i < columns - 1 ) {
199 for ( ; i < columns - 1; i++ )
/plugin/data/syntax/
H A Dentry.php93 $columns = [];
125 $columns[$column['key']] = $column;
129 'cols' => $columns,
345 $columns = ['title', 'value', 'comment'];
358 $columns = ['title', 'type', 'multi', 'value', 'comment'];
370 foreach ($columns as $column) {
481 $renderer->form->addElement("<td class=\"{$columns[$index]}\">");
507 $columns = ['title', 'value', 'comment'];
514 $columns = ['title', 'type', 'multi', 'value', 'comment'];
526 foreach ($columns a
[all...]
/plugin/btable2/doc/
H A Dscreenshot1.txt3 <columns>
8 </columns>

12345678910>>...12