Home
last modified time | relevance | path

Searched refs:columns (Results 101 – 125 of 286) sorted by relevance

12345678910>>...12

/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/structodt/meta/
H A DAggregationTableOdt.php51 $table = $this->columns[0]->getTable();
H A DAggregationEditorTableOdt.php58 $table = hsc($this->columns[0]->getTable());
/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js399 var columns = this.CreateElement('div');
417 columns.className = 'columns';
418 columns.appendChild(div);
419 this.bar.appendChild(columns);
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js86 {var div=this.CreateElement('div');var columns=this.CreateElement('div');var showEvery=10;var i=1;w…
91 columns.className='columns';columns.appendChild(div);this.bar.appendChild(columns);}
/plugin/datatables/assets/datatables.net-plugins/features/rowFill/
H A DdataTables.rowFill.min.js
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSql.interp153 columns
/plugin/wrap/
H A Dall.less63 /* columns
86 /*____________ CSS3 columns ____________*/
190 /* show 2 instead 4 columns on medium sized screens (mobile, etc) */
H A Dhelper.php171 $columns = 0;
174 $columns = $matches [0] [strlen($matches [0])-1];
225 } else if ( $columns > 0 ) {
478 // So as a workaround we implement columns as a table.
/plugin/datatables/assets/datatables.net-plugins/features/mark.js/
H A Ddatatables.mark.es6.min.js
H A Ddatatables.mark.min.js
/plugin/prettytables/
H A DREADME3 Toolbar button that fixes the source code of a table by aligning the columns.
/plugin/tablelayout/
H A DREADME3 Set the width of table columns and set which lines to fix
/plugin/quickstats/lang/en/
H A Dquery.txt27 Queries will result in tables with the following columns for each of the months you select from the…
34 of displaying a ''brief'' format with the following columns:
41 The columns in angle brackets will not appear in every table. The ''Country'' column will be excl…
/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/strata/
H A Dmanual.txt398 The ''%%ui%%'' block controls the interactive user interface of tables and lists. It can be used to make columns sortable and filterable. A ''%%ui%%'' block looks as follows:
414 Using ''%%sort%%'' you can specify whether all columns are sortable (''%%default%%'') or not (''%%none%%''). Instead of the default sorting order, you can also choose ''%%left to right%%'' or ''%%right to left%%'' sorting.
416 Using ''%%filter%%'' you can specify whether and how columns are filterable:
422 By default, columns are not filterable.
425 The properties ''%%sort%%'' and ''%%filter%%'' are applied on each column. It is also possible to set these properties differently for some columns, as follows:
446 Here, we use a block ''%%Relation%%'' to set different properties for the column named ''%%Relation%%'' (this name is specified in the ''%%fields%%'' group). Thus, all columns are sortable and have text-based filters, except the column ''%%Relation%%'', which is not sortable and has a select-based filter.
448 Besides identifying columns by name, they can also be identified by number. For example, column ''%%Relation%%'' is also column ''%%#2%%''.
450 When multiple columns have the same name, settings are applied to all columns that have the given name. To identify specific columns, inde
[all...]
/plugin/issuetracker/
H A DREADME23 columns. The email addresses of this group members are automatically loaded
67 Configure columns to be shown to = multi select of columns to be displayed
/plugin/conform/
H A Dhelper.php145 $tables[$tablecount]['columns'] = ($columns - 1);
/plugin/struct/meta/
H A DCSVPageImporter.php61 $this->columns,
/plugin/semanticdata/syntax/
H A Dentry.php95 $columns[$column['key']] = $column;
97 return array('data'=>$data, 'cols'=>$columns, 'classes'=>$class,
/plugin/c3chart/
H A DREADME.md33 columns: [
48 columns: [
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php549 $columns = (string) $root->getAttribute('columns');
551 if ($columns == 'max') {
554 $result['columns'] = $this->getInteger($columns, 80);
/plugin/tableplot/example/
H A DexampleEarthquakePlot.txt64 <tableplot>&series=columns&width=600&height=400&id=Earthquakes&position=after&plotArgs={title: {tex…
/plugin/combo/grammar/
H A DPageSql.g4217 columns: column (COMMA column)*;
242 (STAR|columns)?
/plugin/structtasks/meta/
H A DUtilities.php61 $columns = [];

12345678910>>...12