Home
last modified time | relevance | path

Searched refs:columns (Results 151 – 175 of 286) sorted by path

12345678910>>...12

/plugin/dokumicrobugtracker/css/
H A Ddemo_table.css326 * Sorting classes for columns
H A Ddemo_table_jui.css377 * Sorting classes for columns
/plugin/dokumicrobugtracker/
H A Dstyle.css326 * Sorting classes for columns
908 * Sorting classes for columns
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md304 [NB only works on table columns or rows]
313 - Tables - bug when using colspan across columns which may have a cell width specified
359 - Tables - colspan (on a row after first row) exceeds number of columns in table
418 - table with fixed width column and long word in cell set to colspan across this column (adding spare width to all columns)
/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/fckg/fckeditor/editor/lang/
H A Dlang-template.txt31 DlgImgHelpLiRight : "Use <b>right</b> and <b>middle</b> to create columns at the center and right…
/plugin/filelist/
H A Dsyntax.php
/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/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp.phpt62 --columns <n> Number of columns to use for progress output.
63 --columns max Use maximum number of columns for progress output.
H A Dhelp2.phpt63 --columns <n> Number of columns to use for progress output.
64 --columns max Use maximum number of columns for progress output.
/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/flowcharts/
H A Dmermaid.min.js1 …n=no(t);return function(r,i){return e(n(r),i,t)}}(t,e):no(t)}));return a.columns=i||[],a},parseRow…
/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/html2pdf/html2pdf/html2ps/
H A DChangeLog378 * Fixed: table cells with width constraints spanning several columns
997 * Fixed: underconstrained tables, containing columns with
1065 columns could cause table to be rendered incorrectly
1530 * box.table.php: fixed bug 1251142 (PS) colspanned columns with
1559 * box.table.php: fixed bug 1231826 - empty colspan columns are not
H A Dbox.table.php1211 $columns = $this->table_column_widths($context);
1214 $real_width = array_sum($columns);
1240 $cw = array_sum(array_slice($columns, $j, $span));
H A Dstrategy.table.layout.auto.php76 $columns = count($minw);
113 for ($i=0; $i < $columns; $i++) {
126 for ($i=0; $i < $columns; $i++) {
163 for ($i=0; $i < $columns; $i++) {
176 for ($j=0; $j<$columns; $j++) {
/plugin/html5video2/
H A Dstyle.css1654 grid-template-columns: 1fr 1fr;
1670 grid-template-columns: 1fr;
/plugin/icons/assets/font-awesome/css/
H A Dfont-awesome.min.css4 …t-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\…
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …ntent:"\FE14"}.mdi-format-color-text::before{content:"\F69D"}.mdi-format-columns::before{content:"…
/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/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jmol2/jmol/
H A DCHANGES.txt1396 # quaternion from first two columns of a 3x3 rotation matrix
2757 # allows setting isosurface Z values using a block of data (ni rows by nj columns)
5029 # adds capability to read data from selected fields (white-space delimited columns) in a file
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt2562 getid3.check.php now has columns to show the presence of ID3v1,
/plugin/mediasyntax/
H A DREADME28 2012-09-19: 1 hour: converter: do not have empty columns right of your table

12345678910>>...12