Home
last modified time | relevance | path

Searched refs:Table (Results 26 – 50 of 274) sorted by last modified time

1234567891011

/plugin/odt/
H A Dexample.css145 /* Table
156 /* Table heading
164 /* Table cell
H A Dstyle.css47 /* Style for Table of contents and chapter index preview */
H A DChangeLog.txt23 * Fixed issue 'Table does not span across 100% of the page #40'.
/plugin/edittable/lib/
H A Dhandsontable.full.js4643 exports.Viewport = exports.TableRenderer = exports.Table = exports.Settings = exports.Selection = e…
4833 exports.Table = _table2.default;
27017 var Table = function () {
27022 function Table(wotInstance, table) {
27025 _classCallCheck(this, Table);
27069 _createClass(Table, [{
27708 return Table;
27711 exports.default = Table;
46433 return _src.Table.prototype.getCell.call(this, coords);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md32 Table of Contents
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md10 Table of Contents
/plugin/ckgedit/ckeditor/
H A DCHANGES.md105 …m/ckeditor/ckeditor-dev/issues/1489): Fixed: Table contents can be removed in read-only mode when …
160 …om/ckeditor/ckeditor-dev/issues/1816): Fixed: Table breaks when <kbd>Enter</kbd> is pressed over t…
382 * [#694](https://github.com/ckeditor/ckeditor-dev/pull/694): Refactoring in the [Table Selection](h…
466 * [#10472](https://dev.ckeditor.com/ticket/10472): Fixed: Unable to use [Table Resize](https://cked…
1171 * [#11626](https://dev.ckeditor.com/ticket/11626): Fixed: [Table Resize](https://ckeditor.com/cke4/…
1177 * [#11823](https://dev.ckeditor.com/ticket/11823): [IE8] Fixed: [Table Resize](https://ckeditor.com…
1261 * [#11660](https://dev.ckeditor.com/ticket/11660): [IE] Fixed: Table content is lost when some extr…
1360 * [#11237](https://dev.ckeditor.com/ticket/11237): Fixed: Table border attribute value is deleted w…
1551 * [#10389](https://dev.ckeditor.com/ticket/10389): Fixed: Invalid HTML in the "Text and Table" temp…
1673 * [#9875](https://dev.ckeditor.com/ticket/9875): Table dialog window does not populate width correc…
[all …]
H A Dckeditor.js.unc23001 a.ui.addButton && a.ui.addButton("Table", {
H A Dconfig.js.unc184 …{ name: 'insert', items : [ 'Image','Table','HorizontalRule','Smiley','SpecialChar', config.ToolB…
207 …{ name: 'insert', items : [ 'Table','HorizontalRule','Smiley','SpecialChar', 'Footnotes'] }, …
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified690 "deleteTable": "Delete Table",
700 "invalidHeight": "Table height must be a number.",
702 "invalidWidth": "Table width must be a number.",
703 "menu": "Table Properties",
712 "title": "Table Properties",
713 "toolbar": "Table",
H A Den.js-4.9.merged5Table","headers":"Headers","headersBoth":"Both","headersColumn":"First column","headersNone":"None…
H A Den.js.4.95Table","headers":"Headers","headersBoth":"Both","headersColumn":"First column","headersNone":"None…
H A Den.js.unc5Table","headers":"Headers","headersBoth":"Both","headersColumn":"First column","headersNone":"None…
H A Dlang_array.txt613 "deleteTable": "Delete Table",
623 "invalidHeight": "Table height must be a number.",
625 "invalidWidth": "Table width must be a number.",
626 "menu": "Table Properties",
635 "title": "Table Properties",
636 "toolbar": "Table",
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified690 "deleteTable": "Delete Table",
700 "invalidHeight": "Table height must be a number.",
702 "invalidWidth": "Table width must be a number.",
703 "menu": "Table Properties",
712 "title": "Table Properties",
713 "toolbar": "Table",
/plugin/ckgedit/ckeditor/plugins/copyformatting/styles/
H A Dcopyformatting.css25 /* Added `!important` rule as a fix for overriding the cursor by the Table Resize plugin.
26 …The `!important` rule is used because the Table Resize plugin creates a `<div>` which changes the …
/plugin/wrap/
H A Dexample.txt307 === Table width ===
312 ^ Table ^ is ^
317 ^ Table ^ is ^
/plugin/tablewidth/
H A Dplugin.info.txt5 name Table Width Plugin
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.print.less29 /* Table & Day-Row Restyling
H A Dfullcalendar.less235 /* Fake Table Rows
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DTable.php20 class Table extends \Google\Model class
712 class_alias(Table::class, 'Google_Service_Bigquery_Table');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/
H A DCreateTableRequest.php25 protected $tableType = Table::class;
47 * @param Table
49 public function setTable(Table $table)
54 * @return Table
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DTable.php20 class Table extends \Google\Collection class
127 class_alias(Table::class, 'Google_Service_Slides_Table');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DTable.php20 class Table extends \Google\Collection class
93 class_alias(Table::class, 'Google_Service_ShoppingContent_Table');
H A DRateGroup.php29 protected $mainTableType = Table::class;
37 protected $subtablesType = Table::class;
69 * @param Table
71 public function setMainTable(Table $mainTable)
76 * @return Table
111 * @param Table[]
118 * @return Table[]

1234567891011