Home
last modified time | relevance | path

Searched refs:table (Results 326 – 350 of 1203) sorted by last modified time

1...<<11121314151617181920>>...49

/plugin/wrap/
H A Dexample.txt309 You can set the width of a table via ''tablewidth'' as every table inside that wrap will always be 100% wide. This makes it possible to give tables any width by adding an additional width to the wrap (or none for 100%).
379 The following will try to avoid a pagebreak: <WRAP nopagebreak>much content, belonging together (like a long table)</WRAP>
381 The following will try to avoid a pagebreak: <WRAP nopagebreak>much content, belonging together (like a long table)</WRAP>
H A Dall.less283 .wrap_tablewidth table {
/plugin/tablewidth/
H A Dplugin.info.txt6 desc Allows to specify width of table columns.
H A Daction.php52 $table = $this->styleTable($data[2][0], $tableWidth);
55 $table = $data[2][0];
58 return $table . $this->renderColumns($width) . $data[3][0];
/plugin/avtaskbox/
H A Dplugin.info.txt6 desc Creates task/user story table boxes.
H A Dsyntax.php41 'desc' => 'Creates task/user story table boxes.',
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.less265 .xdsoft_datetimepicker .xdsoft_calendar table {
H A Djquery.datetimepicker.js1457 var table = '',
1482 table += '<table><thead><tr>';
1485 table += '<th></th>';
1489table += '<th>' + options.i18n[options.lang].dayOfWeek[(j + options.dayOfWeekStart) % 7] + '</th>';
1492 table += '</tr></thead>';
1493 table += '<tbody>';
1563 table += '<tr>';
1566 table += '<th>' + w + '</th>';
1575 table += '</tr>';
1581 table += '</tbody></table>';
[all …]
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.print.less70 .fc tbody .fc-row .fc-content-skeleton table {
82 display: table-row !important; }
85 display: table-cell !important; }
113 .fc-time-grid .fc-content-skeleton table {
H A Dfullcalendar.less197 .fc-bg table {
203 .fc table {
207 table-layout: fixed;
243 .fc-row table {
858 .fc-view > table {
969 .fc-time-grid table {
1216 /* table resets */
1217 .fc .fc-list-table {
1218 table-layout: auto;
1221 .fc-list-table td {
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/
H A Dsabredav.css22 table { selector
136 section table {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DMysqlObjectIdentifier.php29 public $table; variable in Google\\Service\\Datastream\\MysqlObjectIdentifier
48 public function setTable($table) argument
50 $this->table = $table;
57 return $this->table;
H A DOracleTable.php28 public $table; variable in Google\\Service\\Datastream\\OracleTable
47 public function setTable($table) argument
49 $this->table = $table;
56 return $this->table;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/
H A DCreateTableRequest.php49 public function setTable(Table $table) argument
51 $this->table = $table;
58 return $this->table;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DDelete.php27 public $table; variable in Google\\Service\\Spanner\\Delete
46 public function setTable($table) argument
48 $this->table = $table;
55 return $this->table;
H A DReadRequest.php50 public $table; variable in Google\\Service\\Spanner\\ReadRequest
155 public function setTable($table) argument
157 $this->table = $table;
164 return $this->table;
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md230 * Fixed table row styling issues in HtmlFormatter
426 * Added support for table formatting in FirePHPHandler via the table context key
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1ActionIncompatibleDataSchema.php42 public $table; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1ActionIncompatibleDataSchema
103 public function setTable($table) argument
105 $this->table = $table;
112 return $this->table;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2StatisticalTable.php61 public function setTable(GooglePrivacyDlpV2BigQueryTable $table) argument
63 $this->table = $table;
70 return $this->table;
H A DGooglePrivacyDlpV2BigQueryField.php44 public function setTable(GooglePrivacyDlpV2BigQueryTable $table) argument
46 $this->table = $table;
53 return $this->table;
H A DGooglePrivacyDlpV2ContentItem.php48 public function setTable(GooglePrivacyDlpV2Table $table) argument
50 $this->table = $table;
57 return $this->table;
H A DGooglePrivacyDlpV2OutputStorageConfig.php46 public function setTable(GooglePrivacyDlpV2BigQueryTable $table) argument
48 $this->table = $table;
55 return $this->table;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DField.php37 public $table; variable in Google\\Service\\CloudHealthcare\\Field
88 public function setTable($table) argument
90 $this->table = $table;
97 return $this->table;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
H A DGoogleCloudContactcenterinsightsV1ExportInsightsDataRequestBigQueryDestination.php33 public $table; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1ExportInsightsDataRequestBigQueryDestination
66 public function setTable($table) argument
68 $this->table = $table;
75 return $this->table;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md558 …es of the package. The function API will be removed in 2.0.0. A migration table has been provided …

1...<<11121314151617181920>>...49