Home
last modified time | relevance | path

Searched refs:table (Results 26 – 50 of 1203) sorted by path

12345678910>>...49

/plugin/animation/styles/
H A DshCore.css20 .syntaxhighlighter table,
21 .syntaxhighlighter table td,
22 .syntaxhighlighter table tr,
23 .syntaxhighlighter table tbody,
24 .syntaxhighlighter table thead,
25 .syntaxhighlighter table caption,
74 .syntaxhighlighter table {
77 .syntaxhighlighter table caption {
81 .syntaxhighlighter table td.code {
104 .syntaxhighlighter table td.code .line {
[all …]
H A DshThemeDefault.css32 .syntaxhighlighter table caption {
/plugin/apidoc/
H A Dstyle.css4 table.apidoc {width: 100%;border-collapse: separate;border: none;}
5 table.apidoc tr {vertical-align: top;border: none;}
6 table.apidoc tr td {border: none;}
/plugin/approve/action/
H A Dmigration.php50 * @param string $table the table the entry should be saved to (will not be escaped)
54 protected function insertOrIgnore(helper_plugin_sqlite $sqlite, $table, $entry) { argument
58 $sql = "INSERT OR IGNORE INTO $table ($keys) VALUES ($vals)";
/plugin/approve/
H A Dprint.css6 display: table;
/plugin/asciimath/
H A Dasciimathml148r.js719 var row, frag, n, k, table = document.createDocumentFragment();
739 table.appendChild(AMcreateMmlNode("mtr",row));
741 node = AMcreateMmlNode("mtable",table);
/plugin/authdrupal7/
H A Dauth.php467 foreach($ttl as $table) {
469 $sql .= "$table $mode";
/plugin/authdrupal8/
H A Dauth.php349 * table such as SELECT.
354 * @return array|false with the result table
441 * must be locked. For eg. you use a table 'user' and the alias 'u' in
461 foreach($ttl as $table) {
463 $sql .= "$table $mode";
H A Dpassword.inc215 * $account object, for example the uid to look up the hash in a custom table
221 * A user object with at least the fields from the {users} table.
269 * A user object with at least the fields from the {users} table.
/plugin/authgoogle/google/contrib/
H A DGoogle_FusiontablesService.php626 public $table; variable in Google_FusiontablesService
642 …$this->table = new Google_TableServiceResource($this, $this->serviceName, 'table', json_decode('{"…
H A DGoogle_SQLAdminService.php605 public $table; variable in Google_ExportContext
620 public function setTable(/* array(Google_string) */ $table) { argument
621 $this->assertIsArray($table, 'Google_string', __METHOD__);
622 $this->table = $table;
625 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/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/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/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;
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/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2AuxiliaryTable.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;
H A DGooglePrivacyDlpV2StatisticalTable.php61 public function setTable(GooglePrivacyDlpV2BigQueryTable $table) argument
63 $this->table = $table;
70 return $this->table;
/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/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 DMysqlTable.php28 public $table; variable in Google\\Service\\Datastream\\MysqlTable
47 public function setTable($table) argument
49 $this->table = $table;
56 return $this->table;

12345678910>>...49