Home
last modified time | relevance | path

Searched refs:params (Results 1101 – 1125 of 2939) sorted by relevance

1...<<41424344454647484950>>...118

/plugin/authgooglesheets/vendor/google/apiclient-services/src/SASPortalTesting/Resource/
H A DCustomersNodesDevices.php44 $params = ['parent' => $parent, 'postBody' => $postBody];
45 $params = array_merge($params, $optParams);
46 return $this->call('create', [$params], SasPortalDevice::class);
58 $params = ['parent' => $parent, 'postBody' => $postBody];
59 $params = array_merge($params, $optParams);
60 return $this->call('createSigned', [$params], SasPortalDevice::class);
80 $params = ['parent' => $parent];
81 $params = array_merge($params, $optParams);
82 return $this->call('list', [$params], SasPortalListDevicesResponse::class);
H A DNodesDeploymentsDevices.php44 $params = ['parent' => $parent, 'postBody' => $postBody];
45 $params = array_merge($params, $optParams);
46 return $this->call('create', [$params], SasPortalDevice::class);
58 $params = ['parent' => $parent, 'postBody' => $postBody];
59 $params = array_merge($params, $optParams);
60 return $this->call('createSigned', [$params], SasPortalDevice::class);
80 $params = ['parent' => $parent];
81 $params = array_merge($params, $optParams);
82 return $this->call('list', [$params], SasPortalListDevicesResponse::class);
H A DNodesNodesDevices.php44 $params = ['parent' => $parent, 'postBody' => $postBody];
45 $params = array_merge($params, $optParams);
46 return $this->call('create', [$params], SasPortalDevice::class);
58 $params = ['parent' => $parent, 'postBody' => $postBody];
59 $params = array_merge($params, $optParams);
60 return $this->call('createSigned', [$params], SasPortalDevice::class);
80 $params = ['parent' => $parent];
81 $params = array_merge($params, $optParams);
82 return $this->call('list', [$params], SasPortalListDevicesResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sasportal/Resource/
H A DCustomersDeploymentsDevices.php44 $params = ['parent' => $parent, 'postBody' => $postBody];
45 $params = array_merge($params, $optParams);
46 return $this->call('create', [$params], SasPortalDevice::class);
58 $params = ['parent' => $parent, 'postBody' => $postBody];
59 $params = array_merge($params, $optParams);
60 return $this->call('createSigned', [$params], SasPortalDevice::class);
81 $params = ['parent' => $parent];
82 $params = array_merge($params, $optParams);
83 return $this->call('list', [$params], SasPortalListDevicesResponse::class);
H A DNodesNodesDevices.php44 $params = ['parent' => $parent, 'postBody' => $postBody];
45 $params = array_merge($params, $optParams);
46 return $this->call('create', [$params], SasPortalDevice::class);
58 $params = ['parent' => $parent, 'postBody' => $postBody];
59 $params = array_merge($params, $optParams);
60 return $this->call('createSigned', [$params], SasPortalDevice::class);
80 $params = ['parent' => $parent];
81 $params = array_merge($params, $optParams);
82 return $this->call('list', [$params], SasPortalListDevicesResponse::class);
H A DNodesDeploymentsDevices.php44 $params = ['parent' => $parent, 'postBody' => $postBody];
45 $params = array_merge($params, $optParams);
46 return $this->call('create', [$params], SasPortalDevice::class);
58 $params = ['parent' => $parent, 'postBody' => $postBody];
59 $params = array_merge($params, $optParams);
60 return $this->call('createSigned', [$params], SasPortalDevice::class);
80 $params = ['parent' => $parent];
81 $params = array_merge($params, $optParams);
82 return $this->call('list', [$params], SasPortalListDevicesResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fitness/Resource/
H A DUsersDataSourcesDatasets.php53 $params = ['userId' => $userId, 'dataSourceId' => $dataSourceId, 'datasetId' => $datasetId];
54 $params = array_merge($params, $optParams);
55 return $this->call('delete', [$params]);
88 $params = ['userId' => $userId, 'dataSourceId' => $dataSourceId, 'datasetId' => $datasetId];
89 $params = array_merge($params, $optParams);
90 return $this->call('get', [$params], Dataset::class);
110 …$params = ['userId' => $userId, 'dataSourceId' => $dataSourceId, 'datasetId' => $datasetId, 'postB…
111 $params = array_merge($params, $optParams);
112 return $this->call('patch', [$params], Dataset::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/Resource/
H A DEditsDetails.php42 $params = ['packageName' => $packageName, 'editId' => $editId];
43 $params = array_merge($params, $optParams);
44 return $this->call('get', [$params], AppDetails::class);
57 $params = ['packageName' => $packageName, 'editId' => $editId, 'postBody' => $postBody];
58 $params = array_merge($params, $optParams);
59 return $this->call('patch', [$params], AppDetails::class);
72 $params = ['packageName' => $packageName, 'editId' => $editId, 'postBody' => $postBody];
73 $params = array_merge($params, $optParams);
74 return $this->call('update', [$params], AppDetails::class);
/plugin/authgoogle/google/contrib/
H A DGoogle_AppstateService.php39 $params = array('stateKey' => $stateKey);
40 $params = array_merge($params, $optParams);
41 $data = $this->__call('clear', array($params));
58 $params = array('stateKey' => $stateKey);
59 $params = array_merge($params, $optParams);
71 $params = array('stateKey' => $stateKey);
72 $params = array_merge($params, $optParams);
73 $data = $this->__call('get', array($params));
89 $params = array();
90 $params = array_merge($params, $optParams);
[all …]
/plugin/ajaxloader/
H A Dscript.js1 function doku_ajax(call, params) { argument
3 if (!params) {
4 params = {};
5 } else if (params.tagName && params.tagName.toLowerCase() === 'form') {
6 params = serialize_form(params);
9 params.call = call;
19 params[val] = more_params[val];
27 for (val in params) {
28 if (params.hasOwnProperty(val)) {
29 ajax.setVar(val, params[val]);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/Resource/
H A DFoldersAssets.php48 $params = ['parent' => $parent, 'postBody' => $postBody];
49 $params = array_merge($params, $optParams);
50 return $this->call('group', [$params], GroupAssetsResponse::class);
142 $params = ['parent' => $parent];
143 $params = array_merge($params, $optParams);
144 return $this->call('list', [$params], ListAssetsResponse::class);
169 $params = ['name' => $name, 'postBody' => $postBody];
170 $params = array_merge($params, $optParams);
171 return $this->call('updateSecurityMarks', [$params], SecurityMarks::class);
H A DProjectsAssets.php48 $params = ['parent' => $parent, 'postBody' => $postBody];
49 $params = array_merge($params, $optParams);
50 return $this->call('group', [$params], GroupAssetsResponse::class);
142 $params = ['parent' => $parent];
143 $params = array_merge($params, $optParams);
144 return $this->call('list', [$params], ListAssetsResponse::class);
169 $params = ['name' => $name, 'postBody' => $postBody];
170 $params = array_merge($params, $optParams);
171 return $this->call('updateSecurityMarks', [$params], SecurityMarks::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/Resource/
H A DProjectsLocationsNetworkconnectivityGlobalPolicyBasedRoutes.php61 $params = ['resource' => $resource];
62 $params = array_merge($params, $optParams);
63 return $this->call('getIamPolicy', [$params], Policy::class);
79 $params = ['resource' => $resource, 'postBody' => $postBody];
80 $params = array_merge($params, $optParams);
81 return $this->call('setIamPolicy', [$params], Policy::class);
100 $params = ['resource' => $resource, 'postBody' => $postBody];
101 $params = array_merge($params, $optParams);
102 return $this->call('testIamPermissions', [$params], TestIamPermissionsResponse::class);
H A DProjectsLocationsInternalRanges.php56 $params = ['resource' => $resource];
57 $params = array_merge($params, $optParams);
58 return $this->call('getIamPolicy', [$params], Policy::class);
74 $params = ['resource' => $resource, 'postBody' => $postBody];
75 $params = array_merge($params, $optParams);
76 return $this->call('setIamPolicy', [$params], Policy::class);
95 $params = ['resource' => $resource, 'postBody' => $postBody];
96 $params = array_merge($params, $optParams);
97 return $this->call('testIamPermissions', [$params], TestIamPermissionsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataprocMetastore/Resource/
H A DProjectsLocationsServicesDatabasesTables.php59 $params = ['resource' => $resource];
60 $params = array_merge($params, $optParams);
61 return $this->call('getIamPolicy', [$params], Policy::class);
77 $params = ['resource' => $resource, 'postBody' => $postBody];
78 $params = array_merge($params, $optParams);
79 return $this->call('setIamPolicy', [$params], Policy::class);
97 $params = ['resource' => $resource, 'postBody' => $postBody];
98 $params = array_merge($params, $optParams);
99 return $this->call('testIamPermissions', [$params], TestIamPermissionsResponse::class);
H A DProjectsLocationsServicesDatabases.php59 $params = ['resource' => $resource];
60 $params = array_merge($params, $optParams);
61 return $this->call('getIamPolicy', [$params], Policy::class);
77 $params = ['resource' => $resource, 'postBody' => $postBody];
78 $params = array_merge($params, $optParams);
79 return $this->call('setIamPolicy', [$params], Policy::class);
98 $params = ['resource' => $resource, 'postBody' => $postBody];
99 $params = array_merge($params, $optParams);
100 return $this->call('testIamPermissions', [$params], TestIamPermissionsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/Resource/
H A DProjectsLocationsSnapshots.php46 $params = ['projectId' => $projectId, 'location' => $location, 'snapshotId' => $snapshotId];
47 $params = array_merge($params, $optParams);
48 return $this->call('delete', [$params], DeleteSnapshotResponse::class);
62 $params = ['projectId' => $projectId, 'location' => $location, 'snapshotId' => $snapshotId];
63 $params = array_merge($params, $optParams);
64 return $this->call('get', [$params], Snapshot::class);
78 $params = ['projectId' => $projectId, 'location' => $location];
79 $params = array_merge($params, $optParams);
80 return $this->call('list', [$params], ListSnapshotsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/Resource/
H A DProjectsLocationsLakesContent.php59 $params = ['resource' => $resource];
60 $params = array_merge($params, $optParams);
61 return $this->call('getIamPolicy', [$params], GoogleIamV1Policy::class);
77 $params = ['resource' => $resource, 'postBody' => $postBody];
78 $params = array_merge($params, $optParams);
79 return $this->call('setIamPolicy', [$params], GoogleIamV1Policy::class);
97 $params = ['resource' => $resource, 'postBody' => $postBody];
98 $params = array_merge($params, $optParams);
99 … return $this->call('testIamPermissions', [$params], GoogleIamV1TestIamPermissionsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/Resource/
H A DAccountsClientsUsers.php47 … $params = ['accountId' => $accountId, 'clientAccountId' => $clientAccountId, 'userId' => $userId];
48 $params = array_merge($params, $optParams);
49 return $this->call('get', [$params], ClientUser::class);
74 $params = ['accountId' => $accountId, 'clientAccountId' => $clientAccountId];
75 $params = array_merge($params, $optParams);
76 return $this->call('list', [$params], ListClientUsersResponse::class);
94 …$params = ['accountId' => $accountId, 'clientAccountId' => $clientAccountId, 'userId' => $userId, …
95 $params = array_merge($params, $optParams);
96 return $this->call('update', [$params], ClientUser::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/Resource/
H A DMattersHoldsAccounts.php47 $params = ['matterId' => $matterId, 'holdId' => $holdId, 'postBody' => $postBody];
48 $params = array_merge($params, $optParams);
49 return $this->call('create', [$params], HeldAccount::class);
62 $params = ['matterId' => $matterId, 'holdId' => $holdId, 'accountId' => $accountId];
63 $params = array_merge($params, $optParams);
64 return $this->call('delete', [$params], VaultEmpty::class);
80 $params = ['matterId' => $matterId, 'holdId' => $holdId];
81 $params = array_merge($params, $optParams);
82 return $this->call('list', [$params], ListHeldAccountsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Eventarc/Resource/
H A DProjectsLocationsChannelConnections.php61 $params = ['resource' => $resource];
62 $params = array_merge($params, $optParams);
63 return $this->call('getIamPolicy', [$params], Policy::class);
79 $params = ['resource' => $resource, 'postBody' => $postBody];
80 $params = array_merge($params, $optParams);
81 return $this->call('setIamPolicy', [$params], Policy::class);
100 $params = ['resource' => $resource, 'postBody' => $postBody];
101 $params = array_merge($params, $optParams);
102 return $this->call('testIamPermissions', [$params], TestIamPermissionsResponse::class);
H A DProjectsLocationsChannels.php60 $params = ['resource' => $resource];
61 $params = array_merge($params, $optParams);
62 return $this->call('getIamPolicy', [$params], Policy::class);
78 $params = ['resource' => $resource, 'postBody' => $postBody];
79 $params = array_merge($params, $optParams);
80 return $this->call('setIamPolicy', [$params], Policy::class);
98 $params = ['resource' => $resource, 'postBody' => $postBody];
99 $params = array_merge($params, $optParams);
100 return $this->call('testIamPermissions', [$params], TestIamPermissionsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/Resource/
H A DProjects.php47 $params = ['name' => $name, 'postBody' => $postBody];
48 $params = array_merge($params, $optParams);
49 return $this->call('explain', [$params], GoogleApiHttpBody::class);
63 $params = ['name' => $name];
64 $params = array_merge($params, $optParams);
65 return $this->call('getConfig', [$params], GoogleCloudMlV1GetConfigResponse::class);
79 $params = ['name' => $name, 'postBody' => $postBody];
80 $params = array_merge($params, $optParams);
81 return $this->call('predict', [$params], GoogleApiHttpBody::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessAccountManagement/Resource/
H A DAccountsInvitations.php46 $params = ['name' => $name, 'postBody' => $postBody];
47 $params = array_merge($params, $optParams);
48 return $this->call('accept', [$params], MybusinessaccountmanagementEmpty::class);
61 $params = ['name' => $name, 'postBody' => $postBody];
62 $params = array_merge($params, $optParams);
63 return $this->call('decline', [$params], MybusinessaccountmanagementEmpty::class);
79 $params = ['parent' => $parent];
80 $params = array_merge($params, $optParams);
81 return $this->call('list', [$params], ListInvitationsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/Resource/
H A DProjectsLocationsProviders.php60 $params = ['resource' => $resource];
61 $params = array_merge($params, $optParams);
62 return $this->call('getIamPolicy', [$params], Policy::class);
78 $params = ['resource' => $resource, 'postBody' => $postBody];
79 $params = array_merge($params, $optParams);
80 return $this->call('setIamPolicy', [$params], Policy::class);
99 $params = ['resource' => $resource, 'postBody' => $postBody];
100 $params = array_merge($params, $optParams);
101 return $this->call('testIamPermissions', [$params], TestIamPermissionsResponse::class);

1...<<41424344454647484950>>...118