Home
last modified time | relevance | path

Searched refs:column (Results 326 – 350 of 526) sorted by path

1...<<11121314151617181920>>...22

/plugin/edittable/lib/
H A Dhandsontable.full.js17204 if (column !== void 0 && (column < 0 || column >= instance.countCols())) {
17890 callback(column.col, (0, _element.outerWidth)(column.table));
26659 columnsWidth += leftOverlay.sumCellSizes(column - 1, column);
30370 column: this.toVisualColumn(row.column)
30422 column: this.toPhysicalColumn(row.column)
32953 for (var column = 0; column < renderedColumns; column++) {
43502 column = columnInMapper === null ? column : columnInMapper;
43505 return column;
44255 column = this.hot.runHooks('modifyCol', column);
44271 column = this.hot.runHooks('modifyCol', column);
[all …]
H A Dhandsontable.less267 /* row + column resizer*/
/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...]
H A DMlNamespace.asciidoc312 $params['has_header_row'] = (boolean) Optional parameter to specify whether a delimited file includes the column names in its first row
313 $params['column_names'] = (list) Optional parameter containing a comma separated list of the column names for a delimited file
H A DTextStructureNamespace.asciidoc36 $params['has_header_row'] = (boolean) Optional parameter to specify whether a delimited file includes the column names in its first row
37 $params['column_names'] = (list) Optional parameter containing a comma separated list of the column names for a delimited file
/plugin/extendpage/
H A DREADME.md18 in the first column with a page to be used as extension in the third column.
24 The syntax for the first column follows the same behavior as the [assignments in
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt30 DlgImgHelpLiBase : "Use <b>baseline</b> to create a vertical column of images at the left-hand m…
32 DlgImgHelpNote : "<b>Note</b>: Placing a column of images in the left margin without the basel…
/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/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 …]
H A DREADME.md224 and column 8:
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php197 $column = 1;
208 $column = $offset - $leftnl + (0 === $leftnl);
217 "\n" . '%s' . "\n" . str_repeat(' ', $column - 1) . '↑',
223 $column,
227 $column
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Exception/
H A DIllegalToken.php58 $column = 42
60 ->when($result = new SUT('foo', 0, 'bar', $line, $column))
67 ->isEqualTo($column);
H A DUnexpectedToken.php58 $column = 42
60 ->when($result = new SUT('foo', 0, 'bar', $line, $column))
67 ->isEqualTo($column);
H A DUnrecognizedToken.php58 $column = 42
60 ->when($result = new SUT('foo', 0, 'bar', $line, $column))
67 ->isEqualTo($column);
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md812 - Fix bug \#343 return integer when the column is datetime [\#562](https://github.com/schmittjoh/se…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exception/
H A DXmlErrorException.php33 … %s (line: %d, column: %d)', $level, $error->message, $error->file, $error->line, $error->column));
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5 …round-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table t…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php54 protected $column = 0; variable in PHPUnit_TextUI_ResultPrinter
560 $this->column++;
563 if ($this->column == $this->maxColumn
567 $this->write(str_repeat(' ', $this->maxColumn - $this->column));
580 if ($this->column == $this->maxColumn) {
588 $this->column = 0;
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dbatch.rst18 {% for column in row %}
19 <td>{{ column }}</td>
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst468 protected function getValue($column, $name)
470 $sth = $this->dbh->prepare('SELECT '.$column.' FROM templates WHERE name = :name');
H A Dtemplates.rst340 skeleton document that you might use for a simple two-column page:
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dbatch.test6 {% for column in row %}
7 <div class=item>{{ column }}</div>
H A Dbatch_float.test6 {% for column in row %}
7 <div class=item>{{ column }}</div>
H A Dbatch_with_empty_fill.test7 {% for column in row %}
8 <td>{{ column }}</td>

1...<<11121314151617181920>>...22