Home
last modified time | relevance | path

Searched refs:columns (Results 76 – 100 of 286) sorted by last modified time

12345678910>>...12

/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/mobiletable/
H A DREADME.md5 This plugin creates a second representation of a table, where all columns are stacked on top of eac…
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Dbpmn-js.css128 grid-template-columns: repeat(3, 1fr);
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md230 * `FEAT`: add decision table columns resizing ([#500](https://github.com/bpmn-io/dmn-js/issues/500))
256 * `FEAT`: rework context menu for input/output columns ([#495](https://github.com/bpmn-io/dmn-js/is…
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md99 The table formatter allows coloring full columns. To use that mechanism pass an array of colors as third parameter to
105 The ``TableFormatter`` class allows you to align texts in multiple columns. It tries to figure out the available
109 widths, the second contains the texts to fill into the columns. Between each column a border is printed (a single space
120 When mixing fixed and percentage widths, percentages refer to the remaining space after all fixed columns have been
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php8 * Output text in multiple columns
15 /** @var string border between columns */
115 * @param array $columns
119 protected function calculateColLengths($columns) argument
123 $fixed = (count($columns) - 1) * $border; // borders are used already
126 // first pass for format check and fixed columns
127 foreach ($columns as $idx => $col) {
128 // handle fixed columns
153 foreach ($columns as $idx => $col) {
161 $columns[
189 format($columns, $texts, $colors = array()) global() argument
[all...]
/plugin/sortablejs/
H A Dplugin.info.txt6 desc Allow sorting tables by columns
/plugin/btable2/
H A DREADME.md23 <columns>
28 </columns>
47 - tag "columns"
59 - rows/columns seperator may also be newline instead of "^".
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/btable2/doc/
H A Dscreenshot1.txt3 <columns>
8 </columns>
/plugin/odt/ODT/styles/
H A DODTPageLayoutStyle.php272 $columns = '';
292 $columns .= $items ['odt_property'].'="'.$items ['value'].'" ';
302 if ( !empty($layout) || !empty($bgi) || !empty($columns) || !empty($footnote) ||
311 if ( !empty($columns) || !empty($content_columns) ) {
312 $style .= '<style:columns '.$columns.">\n";
H A DODTUnknownStyle.php162 $columns = '';
164 $columns = $properties ['column-count'];
209 <style:columns fo:column-count="'.$columns.'" fo:column-gap="'.$gap.'">
/plugin/odt/
H A DChangeLog.txt41 list-style, flex, transition, outline, animation, border-bottom, columns
49 + Support relative width for columns
68 * Bugfix: Fixed issue 'Multi column frame with 2 columns does not span across all columns #33'.
/plugin/structgantt/meta/
H A DGantt.php73 * Figure out which columns will be used for dates and color
78 * @todo handle multi columns
83 foreach ($this->columns as $column) {
108 throw new StructException('Not enough Date columns selected');
26 protected $columns; global() variable in dokuwiki\\plugin\\structgantt\\meta\\Gantt
/plugin/edittable/lib/
H A Dhandsontable.full.js15765 var columnSetting = settings.columns || GridSettings.prototype.columns;
16728 …if (priv.settings.columns && (0, _function.isFunction)(priv.settings.columns) && priv.settings.col…
16730 …} else if (priv.settings.columns && priv.settings.columns[col] && priv.settings.columns[col].title…
17757 this.columns = [];
18091 this.columns.length = 0;
19664 columns: void 0,
33370 var columns = this.instance.getSettings().columns;
33372 if (columns) {
33385 var column = columnsAsFunc ? columns(i) : columns[i];
37055 if (columns.length) {
[all …]
H A Dhandsontable.less259 .handsontable.ht__selection--columns thead th.ht__highlight,
1148 .handsontable.ht__manualColumnMove.after-selection--columns thead th.ht__highlight {
1154 .handsontable.ht__manualColumnMove.on-moving--columns,
1155 .handsontable.ht__manualColumnMove.on-moving--columns thead th.ht__highlight {
1161 .handsontable.ht__manualColumnMove.on-moving--columns .manualColumnResizer {
1184 .handsontable.on-moving--columns.show-ui .ht__manualColumnMove--guideline,
1185 .handsontable.on-moving--columns .ht__manualColumnMove--backlight {
/plugin/ckgedit/ckeditor/
H A DCHANGES.md362 …](https://ckeditor.com/cke4/addon/tabletools) plugin throws an error when trying to delete columns.
/plugin/ckgedit/ckeditor/plugins/smiley/
H A Dplugin.js.unc88 * The number of columns to be generated by the smilies matrix.
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified689 "columns": "Columns",
699 "invalidCols": "Number of columns must be a number greater than 0.",
H A Den.js-4.9.merged5columns":"Columns","deleteTable":"Delete Table","headers":"Headers","headersBoth":"Both","headersC…
H A Den.js.4.95columns":"Columns","deleteTable":"Delete Table","headers":"Headers","headersBoth":"Both","headersC…
H A Den.js.unc5columns":"Columns","deleteTable":"Delete Table","headers":"Headers","headersBoth":"Both","headersC…
H A Dfr.js.unc618 "columns": "Colonnes",
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.unc175 var columns = this.definition.charColumns,
191 for ( var j = 0; j < columns; j++, i++ ) {

12345678910>>...12