Home
last modified time | relevance | path

Searched refs:table (Results 76 – 100 of 1203) sorted by relevance

12345678910>>...49

/plugin/dir/
H A Dstyle.css6 div.dokuwiki table.pagelist,
7 div.dokuwiki table.ul {
15 div.dokuwiki table.pagelist tr {
20 div.dokuwiki table.pagelist th,
21 div.dokuwiki table.pagelist td {
25 div.dokuwiki table.ul th,
26 div.dokuwiki table.ul td {
30 div.dokuwiki table.ul ul {
34 div.dokuwiki table.pagelist th,
35 div.dokuwiki table.ul th {
/plugin/html2pdf/html2pdf/html2ps/
H A Dstrategy.table.layout.fixed.php7 function apply($table, &$context) { argument
8 $width = $table->get_width();
10 for ($i = 0, $size = $table->cols_count(); $i < $size; $i++) {
11 $cwc =& $table->get_cwc($i);
12 $widths[] = $cwc->apply(0, $table->parent->get_width());
/plugin/sqlraw/
H A Dsorttable.min.js1table){if(table.className.search(/\bsortable\b/)!=-1){sorttable.makeSortable(table);}});},makeSort… argument
2table.tHead==null)table.tHead=table.getElementsByTagName('thead')[0];if(table.tHead.rows.length!=1…
3 if(sortbottomrows){if(table.tFoot==null){tfo=document.createElement('tfoot');table.appendChild(tfo)…
6 headrow=table.tHead.rows[0].cells;for(var i=0;i<headrow.length;i++){if(!headrow[i].className.match(…
7 …=sorttable["sort_"+override];}else{headrow[i].sorttable_sortfunction=sorttable.guessType(table,i);}
8 headrow[i].sorttable_columnindex=i;headrow[i].sorttable_tbody=table.tBodies[0];dean_addEvent(headro…
14 …sType:function(table,column){sortfn=sorttable.sort_alpha;for(var i=0;i<table.tBodies[0].rows.lengt… argument
/plugin/quickstats/scripts/
H A Dsorttable.js36 sorttable.makeSortable(table);
42 makeSortable: function(table) { argument
47 the.appendChild(table.rows[0]);
48 table.insertBefore(the,table.firstChild);
51 if (table.tHead == null) table.tHead = table.getElementsByTagName('thead')[0];
60 for (var i=0; i<table.rows.length; i++) {
66 if (table.tFoot == null) {
69 table.appendChild(tfo);
78 headrow = table.tHead.rows[0].cells;
91 headrow[i].sorttable_tbody = table.tBodies[0];
[all …]
/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 DWrite.php30 public $table; variable in Google\\Service\\Spanner\\Write
53 public function setTable($table) argument
55 $this->table = $table;
62 return $this->table;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
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;
H A DMysqlTable.php28 public $table; variable in Google\\Service\\Datastream\\MysqlTable
47 public function setTable($table) argument
49 $this->table = $table;
56 return $this->table;
/plugin/structstatus/
H A Dsyntax.php54 list($table, $column) = explode('.', $match, 2);
55 return array($table, $column);
75 * @param string $table
79 public function tpl($table, $field) { argument
84 blank($table) ||
92 if(!in_array($table, $assignments->getPageAssignments($id))) return '';
95 $access = \dokuwiki\plugin\struct\meta\AccessTable::getPageAccess($table, $id);
107 msg(hsc("$table.$field is not a Status field"), -1);
/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;
H A DGoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequestBigQueryDestination.php33 public $table; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequestBigQueryDestination
66 public function setTable($table) argument
68 $this->table = $table;
75 return $this->table;
/plugin/struct/types/
H A DLookup.php53 * @param string $table
57 protected function getColumn($table, $infield)
61 $table = new Schema($table);
62 if (!$table->getId()) {
64 msg(sprintf('Schema %s does not exist', $table), -1);
70 $column = $table->findColumn($field);
73 $column = $table->findColumn($field);
77 $column = new PageColumn(0, new Page(), $table);
80 $column = new PageColumn(0, new Page(['usetitles' => true]), $table);
60 getColumn($table, $infield) global() argument
[all...]
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Dgetid3.css59 table.table td {
67 table.table td.header {
74 table.table tr.even_files {
78 table.table tr.odd_files {
82 table.dump {
88 table.dump td {
152 table.form td {
/plugin/struct/meta/
H A DSchemaBuilder.php17 * never be passed as $table anywhere!
32 * @var string The table name associated with the schema
34 protected $table = '';
37 * @var Schema the previously valid schema for this table
56 * @param string $table The table's name
57 * @param array $data The defining of the table (basically what get's posted in the schema editor form)
60 public function __construct($table, $data)
64 $this->table = $table;
33 protected $table = ''; global() variable in dokuwiki\\plugin\\struct\\meta\\SchemaBuilder
59 __construct($table, $data) global() argument
219 migrateSingleToMulti($table, $colref) global() argument
[all...]
H A DSearch.php84 * @param string $table
87 public function addSchema($table, $alias = '')
89 $schema = new Schema($table);
91 throw new StructException('schema missing', $table);
547 [$colname, $table] = $this->resolveColumn($colname);
550 // no table given? assume the first is meant
551 if ($table === null) {
553 $table = $schema_list[0];
556 $schema = $this->schemas[$table] ?? null;
563 * Split a given column name into table an
88 addSchema($table, $alias = '') global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DBigQueryIODetails.php37 public $table; variable in Google\\Service\\Dataflow\\BigQueryIODetails
84 public function setTable($table) argument
86 $this->table = $table;
93 return $this->table;
/plugin/tableedit/
H A Dtableedit.js58 function countColumns(table) { argument
60 var lines = table.split("\n");
72 function normalizeTable(table) { argument
73 var maxColumns = countColumns(table);
74 var lines = table.split("\n");
245 var table = field.value;
253 var endPos = table.indexOf(emptyLine, currentPosition);
254 endPos = (endPos != -1 ? endPos : table.length);
256 array[0] = table.substring(0, startPos);
257 array[1] = table.substring(startPos, endPos);
[all …]
/plugin/strata/
H A Dstyle.css63 .strata-container-table tr.filter input {
70 .strata-container-table tr.filter {
74 .strata-container-table tr.filter.isFiltered, .strata-container.strata-ui-filter table tr.filter {
75 display: table-row;
81 .strata-container-table:hover .sorting {
86 .strata-container-table .sorting[data-strata-sort-direction="asc"],
87 .strata-container-table:hover .sorting[data-strata-sort-direction="asc"] {
92 .strata-container-table .sorting[data-strata-sort-direction="desc"],
93 .strata-container-table
[all...]
/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/database2/
H A Dmedia.php115 list( $dsn, $authSlot, $table, $column, $idColumn, $rowid, $pageID,
148 public function __construct( $dsn, $authSlot, $table, $ioIndex, argument
155 $table = trim( $table );
156 if ( !self::isValidName( $table ) )
159 $this->table = $table;
179 ' FROM ' . $this->table .
227 $title = sprintf( $db->getLang( 'printtitle' ), $table );
244 $name = $table . '_print_' . date( 'Y-m-d_H-i' ) . '.html';
276 $name = $table . '_export_' . date( 'Y-m-d_H-i' ) . '.csv';
286 if ( !$st->execute( array( $table ) ) )
[all …]
/plugin/dokutranslate/
H A Dscreen.css8 table.dokutranslate td {
13 table.dokutranslate td.mistrans {
17 table.dokutranslate td.reph {
21 table.dokutranslate td.incaccept {
25 table.dokutranslate td.accept {
29 table.dokutranslate td.reviewme {
/plugin/syntaxhighlighter4/dist/
H A Dtheme-swift.css9 .syntaxhighlighter table,
10 .syntaxhighlighter table td,
11 .syntaxhighlighter table tr,
12 .syntaxhighlighter table tbody,
13 .syntaxhighlighter table thead,
14 .syntaxhighlighter table caption,
59 .syntaxhighlighter table {
250 .syntaxhighlighter table,
251 .syntaxhighlighter table td,
252 .syntaxhighlighter table tr,
[all …]
/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/CloudAsset/
H A DBigQueryDestination.php39 public $table; variable in Google\\Service\\CloudAsset\\BigQueryDestination
100 public function setTable($table) argument
102 $this->table = $table;
109 return $this->table;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DImportContextCsvImportOptions.php46 public $table; variable in Google\\Service\\SQLAdmin\\ImportContextCsvImportOptions
121 public function setTable($table) argument
123 $this->table = $table;
130 return $this->table;

12345678910>>...49