Home
last modified time | relevance | path

Searched defs:table (Results 1 – 25 of 483) sorted by relevance

12345678910>>...20

/plugin/tablelayout/script/
Dtablelayout_functions.js6 exports.getNumberOfTableCols = function ($table) {
18 exports.floatTable = function ($table, direction) {
31 exports.applyStylesToTable = function ($table, layoutdata) {
45 exports.fixColumnWidths = function ($table) {
57 exports.styleColumnWidths = function ($table, colwidths) {
75 exports.freezeTableRows = function ($table, rowsToFreeze, rowsVisible) {
Dscript.js44 function addSearchSortRow($table, numHeaderRows, columnCount) {
67 function addSortFunctionality($table, $searchSortRow, numHeaderRows) {
99 function addSearchFunctionality($table, $searchSortRow, numHeaderRows) {
139 function applyFunctionalityToTable($table, $secedit_form, layoutdata) {
/plugin/struct/meta/
H A DAssignments.php73 public function addPattern($pattern, $table)
94 public function removePattern($pattern, $table)
176 public function assignPageSchema($page, $table)
189 public function deassignPageSchema($page, $table)
345 public function propagatePageAssignments($table)
H A DSchemaBuilder.php34 protected $table = ''; variable in dokuwiki\\plugin\\struct\\meta\\SchemaBuilder
60 public function __construct($table, $data)
220 protected function migrateSingleToMulti($table, $colref)
H A DSchema.php33 protected $table = ''; variable in dokuwiki\\plugin\\struct\\meta\\Schema
56 public function __construct($table, $ts = 0)
154 public static function cleanTableName($table)
/plugin/html2pdf/html2pdf/html2ps/
Dstrategy.table.layout.auto.php7 function apply($table, &$context) {
12 function use_colspans(&$table, $widths, &$context, $width_fun, $minwc, $maxwc) {
68 function table_columns_fit(&$table, $width, &$context) {
/plugin/rater/scripts/
Djquery.tablesorter.js155 function buildParserCache(table, $headers) { argument
202 function detectParserForColumn(table, rows, rowIndex, cellIndex) { argument
248 function buildCache(table) { argument
322 function appendToTable(table, cache) { argument
377 function buildHeaders(table) { argument
463 function checkCellColSpan(table, rows, row) { argument
490 function checkHeaderOptions(table, i) { argument
497 function checkHeaderOptionsSortingLocked(table, i) { argument
502 function applyWidget(table) { argument
539 function setHeadersCss(table, $headers, list, css) { argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
DOracleObjectIdentifier.php29 public $table; variable in Google\\Service\\Datastream\\OracleObjectIdentifier
48 public function setTable($table)
DMysqlObjectIdentifier.php29 public $table; variable in Google\\Service\\Datastream\\MysqlObjectIdentifier
48 public function setTable($table)
DMysqlTable.php28 public $table; variable in Google\\Service\\Datastream\\MysqlTable
47 public function setTable($table)
DOracleTable.php28 public $table; variable in Google\\Service\\Datastream\\OracleTable
47 public function setTable($table)
/plugin/bez/meta/
H A DValidationException.php8 protected $table = ''; variable in dokuwiki\\plugin\\bez\\meta\\ValidationException
10 public function __construct($table, $validaion_errors, $code = 0, Exception $previous = null) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
DDelete.php27 public $table; variable in Google\\Service\\Spanner\\Delete
46 public function setTable($table)
DWrite.php30 public $table; variable in Google\\Service\\Spanner\\Write
53 public function setTable($table)
/plugin/eventline/
Dscript.js56 function onKeyPress(timeline, bandIndices, table) { argument
67 function performFiltering(timeline, bandIndices, table) { argument
112 function clearAll(timeline, bandIndices, table) { argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
DGoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequestBigQueryDestination.php33 public $table; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequestBigQueryDestination
66 public function setTable($table)
DGoogleCloudContactcenterinsightsV1ExportInsightsDataRequestBigQueryDestination.php33 public $table; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1ExportInsightsDataRequestBigQueryDestination
66 public function setTable($table)
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dextension.cache.mysql.php89 private $table; variable in getID3_cached_mysql
104 public function __construct($host, $database, $username, $password, $table='getid3_cache') {
Dextension.cache.mysqli.php88 private $table; variable in getID3_cached_mysqli
108 public function __construct($host, $database, $username, $password, $table='getid3_cache') {
Dextension.cache.sqlite3.php112 private $table; variable in getID3_cached_sqlite3
121 public function __construct($table='getid3_cache', $hide=false) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
DBigQueryIODetails.php37 public $table; variable in Google\\Service\\Dataflow\\BigQueryIODetails
84 public function setTable($table)
/plugin/sortablejs/
Dscript.js106 defaultSort: function ( table, colid, revs ) { argument
155 makeSortable: function ( table, overrides, bottoms, ph2 ) { argument
284 guessType: function ( table, column ) { argument
/plugin/fksnewsfeed/inc/ORM/
DAbstractService.php14 protected string $table; variable in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\ORM\\AbstractService
20 … public function __construct(helper_plugin_sqlite $sqlite, string $table, string $modelClassName) {
/plugin/issuetracker/
Dtablekit.js63 getBodyRows : function(table) { argument
71 getHeaderCells : function(table, cell) { argument
106 register : function(table, options) { argument
118 notify : function(eventName, table, event) { argument
124 isSortable : function(table) { argument
127 isResizable : function(table) { argument
130 isEditable : function(table) { argument
192 unloadTable : function(table){ argument
235 reloadTable : function(table){ argument
276 stripe : function(table) { argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
DField.php37 public $table; variable in Google\\Service\\CloudHealthcare\\Field
88 public function setTable($table)

12345678910>>...20