Home
last modified time | relevance | path

Searched refs:tableId (Results 1 – 25 of 25) sorted by relevance

/plugin/authgoogle/google/contrib/
DGoogle_FusiontablesService.php30 * @param string $tableId Table from which the column is being deleted.
34 public function delete($tableId, $columnId, $optParams = array()) { argument
35 $params = array('tableId' => $tableId, 'columnId' => $columnId);
43 * @param string $tableId Table to which the column belongs.
48 public function get($tableId, $columnId, $optParams = array()) { argument
49 $params = array('tableId' => $tableId, 'columnId' => $columnId);
61 * @param string $tableId Table for which a new column is being added.
66 public function insert($tableId, Google_Column $postBody, $optParams = array()) { argument
67 $params = array('tableId' => $tableId, 'postBody' => $postBody);
79 * @param string $tableId Table whose columns are being listed.
[all …]
DGoogle_BigqueryService.php306 * @param string $tableId Table ID of the table to read
314 public function listTabledata($projectId, $datasetId, $tableId, $optParams = array()) { argument
315 $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId);
342 * @param string $tableId Table ID of the table to delete
345 public function delete($projectId, $datasetId, $tableId, $optParams = array()) { argument
346 $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId);
357 * @param string $tableId Table ID of the requested table
361 public function get($projectId, $datasetId, $tableId, $optParams = array()) { argument
362 $params = array('projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId);
417 * @param string $tableId Table ID of the table to update
[all …]
DGoogle_AnalyticsService.php1607 public $tableId; variable in Google_GaDataProfileInfo
1633 public function setTableId( $tableId) { argument
1634 $this->tableId = $tableId;
1637 return $this->tableId;
2230 public $tableId; variable in Google_McfDataProfileInfo
2256 public function setTableId( $tableId) { argument
2257 $this->tableId = $tableId;
2260 return $this->tableId;
2728 public $tableId; variable in Google_RealtimeDataProfileInfo
2754 public function setTableId( $tableId) { argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/Resource/
DTables.php44 * @param string $tableId Table ID of the table to delete
47 public function delete($projectId, $datasetId, $tableId, $optParams = []) argument
49 $params = ['projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId];
60 * @param string $tableId Table ID of the requested table
67 public function get($projectId, $datasetId, $tableId, $optParams = []) argument
69 $params = ['projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId];
132 * @param string $tableId Table ID of the table to update
140 public function patch($projectId, $datasetId, $tableId, Table $postBody, $optParams = []) argument
142 …$params = ['projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId, 'postBody'…
191 * @param string $tableId Table ID of the table to update
[all …]
DTabledata.php40 * @param string $tableId Table ID of the destination table.
45 …public function insertAll($projectId, $datasetId, $tableId, TableDataInsertAllRequest $postBody, $… argument
47 …$params = ['projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId, 'postBody'…
57 * @param string $tableId Table ID of the table to read
68 public function listTabledata($projectId, $datasetId, $tableId, $optParams = []) argument
70 $params = ['projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId];
DRowAccessPolicies.php62 * @param string $tableId Required. Table ID of the table to list row access
73 public function listRowAccessPolicies($projectId, $datasetId, $tableId, $optParams = []) argument
75 $params = ['projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/
DRestoreTableRequest.php29 public $tableId; variable in Google\\Service\\BigtableAdmin\\RestoreTableRequest
48 public function setTableId($tableId) argument
50 $this->tableId = $tableId;
57 return $this->tableId;
DCreateTableRequest.php30 public $tableId; variable in Google\\Service\\BigtableAdmin\\CreateTableRequest
63 public function setTableId($tableId) argument
65 $this->tableId = $tableId;
72 return $this->tableId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
DBigTableIODetails.php33 public $tableId; variable in Google\\Service\\Dataflow\\BigTableIODetails
66 public function setTableId($tableId) argument
68 $this->tableId = $tableId;
75 return $this->tableId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryReservation/
DTableReference.php33 public $tableId; variable in Google\\Service\\BigQueryReservation\\TableReference
66 public function setTableId($tableId) argument
68 $this->tableId = $tableId;
75 return $this->tableId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DBigQueryTableSpec.php29 public $tableId; variable in Google\\Service\\Sheets\\BigQueryTableSpec
52 public function setTableId($tableId) argument
54 $this->tableId = $tableId;
61 return $this->tableId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
DTableReference.php33 public $tableId; variable in Google\\Service\\Bigquery\\TableReference
66 public function setTableId($tableId) argument
68 $this->tableId = $tableId;
75 return $this->tableId;
DRowAccessPolicyReference.php37 public $tableId; variable in Google\\Service\\Bigquery\\RowAccessPolicyReference
84 public function setTableId($tableId) argument
86 $this->tableId = $tableId;
93 return $this->tableId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
DGooglePrivacyDlpV2BigQueryTable.php33 public $tableId; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2BigQueryTable
66 public function setTableId($tableId) argument
68 $this->tableId = $tableId;
75 return $this->tableId;
DGooglePrivacyDlpV2TableDataProfile.php106 public $tableId; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2TableDataProfile
437 public function setTableId($tableId) argument
439 $this->tableId = $tableId;
446 return $this->tableId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecommendationsAI/
DGoogleCloudRecommendationengineV1beta1BigQuerySource.php41 public $tableId; variable in Google\\Service\\RecommendationsAI\\GoogleCloudRecommendationengineV1beta1BigQuerySource
102 public function setTableId($tableId) argument
104 $this->tableId = $tableId;
111 return $this->tableId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
DGaDataProfileInfo.php41 public $tableId; variable in Google\\Service\\Analytics\\GaDataProfileInfo
106 public function setTableId($tableId) argument
108 $this->tableId = $tableId;
115 return $this->tableId;
DRealtimeDataProfileInfo.php41 public $tableId; variable in Google\\Service\\Analytics\\RealtimeDataProfileInfo
106 public function setTableId($tableId) argument
108 $this->tableId = $tableId;
115 return $this->tableId;
DMcfDataProfileInfo.php41 public $tableId; variable in Google\\Service\\Analytics\\McfDataProfileInfo
106 public function setTableId($tableId) argument
108 $this->tableId = $tableId;
115 return $this->tableId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
DGoogleCloudRetailV2BigQuerySource.php43 public $tableId; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2BigQuerySource
118 public function setTableId($tableId) argument
120 $this->tableId = $tableId;
127 return $this->tableId;
/plugin/randomtables/action/
Dajax.php56 $tableId = isset($_POST['table_id']) ? trim($_POST['table_id']) : null;
57 if (!$tableId || !preg_match('/^[A-Za-z0-9_]+$/', $tableId)) {
74 $pick = $manager->rollOn($tableId);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DBigquery.php622 … 'path' => 'projects/{+projectId}/datasets/{+datasetId}/tables/{+tableId}/rowAccessPolicies',
635 'tableId' => [
680 'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}/insertAll',
693 'tableId' => [
700 'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}/data',
713 'tableId' => [
746 'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}',
759 'tableId' => [
766 'path' => 'projects/{projectId}/datasets/{datasetId}/tables/{tableId}',
779 'tableId' => [
[all …]
/plugin/database/
Ddatabase.php981 $tableId = count($environment->tableNames)+1;
982 $this->id=$tableId;
984 if ($tableId<10) $id='0'.$tableId;
985 else $id = $tableId;
2199 global $tableId;
2206 $auditTrail->add('action = '.$action.' table = '.$tableId.' record = '.$recordId);
2226 $tableId = substr($command,0,2);
2232 $tab=new Table($tableId);
2268 $tableId = - $tab->id;
2275 $auditTrail->add("action=".$action." tableId is ".$tableId."will be negative");
[all …]
/plugin/sqlraw/
Dsyntax.php108 $this->tableId = $data['id'];
203 if ($this->tableId != ' ') {
204 $id_string = 'id="'.$this->tableId.'" ';
/plugin/datatables/assets/datatables.net/js/
Djquery.dataTables.js4289 var tableId = settings.sTableId;
4301 'id': ! features.f ? tableId+'_filter' : null,
4358 .attr('aria-controls', tableId);
4934 tableId = settings.sTableId,
4941 'name': tableId+'_length',
4942 'aria-controls': tableId,
4957 div[0].id = tableId+'_length';