Home
last modified time | relevance | path

Searched refs:columns (Results 226 – 250 of 286) sorted by path

12345678910>>...12

/plugin/syntaxhighlighter/Styles/
H A DSyntaxHighlighter.css59 .dp-highlighter .columns div
72 .dp-highlighter.nogutter .columns div
77 .dp-highlighter .columns
85 .dp-highlighter .columns div
/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/syntaxhighlighter3/sxh3/src/sass/
H A DshCore.scss72 // main table and columns
/plugin/tableedit/
H A DREADME.md6 … of this plugin is to simplify handling Dokuwiki table columns. It's not easy to move some columns
H A Dtableedit.js65 var columns = (result != null ? result.length : 0);
66 maxColumns = (columns > maxColumns ? columns : maxColumns);
81 var columns = 0;
84 columns = (result != null ? result.length : 0);
87 columns = (result != null ? result.length : 0);
98 for (var j = 0; j < maxColumns - columns; j++) {
234 var columns = countTableColumns(tableFieldId) - 1;
235 columns = (columns >= 0 ? columns : 0);
236 for (var i = 0; i < columns; i++) {
/plugin/tablelayout/
H A DREADME3 Set the width of table columns and set which lines to fix
H A Dplugin.info.txt6 desc Set the width of table columns and set which lines to fix
/plugin/tableplot/example/
H A DexampleEarthquakePlot.txt64 <tableplot>&series=columns&width=600&height=400&id=Earthquakes&position=after&plotArgs={title: {tex…
/plugin/tablewidth/
H A Dplugin.info.txt6 desc Allows to specify width of table columns.
/plugin/tuxquote/
H A Dquotes.txt970 …ds of the old Indian saying: "Before you criticize a man's collection of columns, walk a mile in h…
/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/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/webcomponent/
H A DREADME.md26 * Rename teaser-columns with card columns
/plugin/webcomponent/_test/data/pages/
H A Dblockquote.txt20 <card-columns>
39 </card-columns>
H A Dcard.txt14 * Can be formatted in columns with the [[card_column|card-columns]] component
H A Dcard_column.txt6 With the ''card-columns'' components, you can put any type [[card|card]] ([[blockquote|blockquote]]…
14 <card-columns>
16 </card-columns>
22 <card-columns>
37 </card-columns>
41 <teaser-columns>
56 </teaser-columns>
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md418 * Changed all MySQL columns from `VARCHAR` to `VARBINARY` where possible.
/plugin/wrap/
H A Dall.less63 /* columns
86 /*____________ CSS3 columns ____________*/
190 /* show 2 instead 4 columns on medium sized screens (mobile, etc) */
H A Dexample.txt37 * **multi-columns**
65 You can have columns easily by adding the class ''column'' and a width, e.g.
85 Normally you would only need the class ''column'', but for more sophisticated uses (not only for columns, but for any other classes, like [[#boxes and notes]] as well) you can have several kinds of "floats":
107 With certain width keywords you can fit your columns automatically to fill the available horizontal space. Those columns will also react to the screen size, so will be responsive and wrap underneath each other on mobile devices.
111 * **''half''** fits two columns in a row
112 * **''third''** fits three columns in a row
113 * **''quarter''** fits four columns in a row
135 === Multi-columns ===
138 Multi-columns wor
[all...]
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/xlsx2dw/packages/exceljs/
H A Dexceljs.js2062 if (columns) {
2092 var columns = [];
2108 return columns.length ? columns : null;
5160 columns.push(column);
23338 columns: []
26868 var columns = [];
26881 return columns;
26899 return columns;
26910 columns.push('');
26927 columns.push('');
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs15290 var columns/*:Array<ColInfo>*/ = []; variable
15294 if(cols) parse_ws_xml_cols(columns, cols);
15331 if(columns.length > 0) s["!cols"] = columns;
15433 function parse_ws_xml_cols(columns, cols) { argument
15443 while(colm <= colM) columns[colm++] = dup(coll);
22171 colpeat = parseInt(ctag['number-columns-repeated']||"1", 10);
22215 mC = parseInt(ctag['number-columns-spanned'],10) || 0;
22220 /* 19.675.2 table:number-columns-repeated */
22221 if(ctag['number-columns-repeated']) colpeat = parseInt(ctag['number-columns-repeated'], 10);
22419 case 'table-header-columns': break; // 9.1.11 <table:table-header-columns>
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts434 columns: any[]; property
H A Ddhtmlxgantt.js13columns,i=0;i<e.length;i++)if(e[i].name==t)return i;return null},getColumn:function(t){var e=this.…

12345678910>>...12