Home
last modified time | relevance | path

Searched refs:columns (Results 101 – 125 of 286) sorted by last modified time

12345678910>>...12

/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js1 …gth)},commit:b},{type:"text",id:"txtCols","default":2,label:h.lang.table.columns,required:true,con…
H A Dtable.js.unc257 label: editor.lang.table.columns,
/plugin/ckgedit/ckeditor/lang/
H A Dlang_array.txt612 "columns": "Columns",
622 "invalidCols": "Number of columns must be a number greater than 0.",
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.unc10 columns = config.smiley_columns || 8,
149 if ( i % columns === 0 )
164 if ( i % columns == columns - 1 )
168 if ( i < columns - 1 ) {
169 for ( ; i < columns - 1; i++ )
182 if ( i % columns === 0 )
194 if ( i % columns == columns - 1 )
198 if ( i < columns - 1 ) {
199 for ( ; i < columns - 1; i++ )
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified689 "columns": "Columns",
699 "invalidCols": "Number of columns must be a number greater than 0.",
/plugin/html5video2/
H A Dstyle.css1654 grid-template-columns: 1fr 1fr;
1670 grid-template-columns: 1fr;
/plugin/wrap/
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.
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 Dall.less63 /* columns
86 /*____________ CSS3 columns ____________*/
190 /* show 2 instead 4 columns on medium sized screens (mobile, etc) */
/plugin/tablewidth/
H A Dplugin.info.txt6 desc Allows to specify width of table columns.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DTable.php26 public $columns; variable in Google\\Service\\Slides\\Table
43 public function setColumns($columns) argument
45 $this->columns = $columns;
52 return $this->columns;
H A DCreateTableRequest.php25 public $columns; variable in Google\\Service\\Slides\\CreateTableRequest
40 public function setColumns($columns) argument
42 $this->columns = $columns;
49 return $this->columns;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DReadRequest.php26 public $columns; variable in Google\\Service\\Spanner\\ReadRequest
57 public function setColumns($columns) argument
59 $this->columns = $columns;
66 return $this->columns;
H A DPartitionReadRequest.php26 public $columns; variable in Google\\Service\\Spanner\\PartitionReadRequest
45 public function setColumns($columns) argument
47 $this->columns = $columns;
54 return $this->columns;
H A DWrite.php26 public $columns; variable in Google\\Service\\Spanner\\Write
39 public function setColumns($columns) argument
41 $this->columns = $columns;
48 return $this->columns;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1beta1Schema.php29 public function setColumns($columns) argument
31 $this->columns = $columns;
38 return $this->columns;
H A DGoogleCloudDatacatalogV1Schema.php29 public function setColumns($columns) argument
31 $this->columns = $columns;
38 return $this->columns;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAnalytics.php2117 'columns',
2121 'path' => 'metadata/{reportType}/columns',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DTable.php26 public $columns; variable in Google\\Service\\Docs\\Table
47 public function setColumns($columns) argument
49 $this->columns = $columns;
56 return $this->columns;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DGrid.php32 public function setColumns(ChoiceQuestion $columns) argument
34 $this->columns = $columns;
41 return $this->columns;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DBigtableColumnFamily.php45 public function setColumns($columns) argument
47 $this->columns = $columns;
54 return $this->columns;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DDataSourceSheetProperties.php35 public function setColumns($columns) argument
37 $this->columns = $columns;
44 return $this->columns;
H A DDataSourceTable.php61 public function setColumns($columns) argument
63 $this->columns = $columns;
70 return $this->columns;
H A DPivotTable.php49 public function setColumns($columns) argument
51 $this->columns = $columns;
58 return $this->columns;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/
H A DReportRequest.php73 public function setColumns($columns) argument
75 $this->columns = $columns;
82 return $this->columns;

12345678910>>...12