| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/Resource/ |
| D | ManagementFilters.php | 37 * @param string $filterId ID of the filter to be deleted. 41 public function delete($accountId, $filterId, $optParams = []) argument 43 $params = ['accountId' => $accountId, 'filterId' => $filterId]; 51 * @param string $filterId Filter ID to retrieve filters for. 55 public function get($accountId, $filterId, $optParams = []) argument 57 $params = ['accountId' => $accountId, 'filterId' => $filterId]; 98 * @param string $filterId ID of the filter to be updated. 103 public function patch($accountId, $filterId, Filter $postBody, $optParams = []) argument 105 $params = ['accountId' => $accountId, 'filterId' => $filterId, 'postBody' => $postBody]; 113 * @param string $filterId ID of the filter to be updated. [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/ |
| D | DuplicateFilterViewRequest.php | 25 public $filterId; variable in Google\\Service\\Sheets\\DuplicateFilterViewRequest 30 public function setFilterId($filterId) argument 32 $this->filterId = $filterId; 39 return $this->filterId;
|
| D | DeleteFilterViewRequest.php | 25 public $filterId; variable in Google\\Service\\Sheets\\DeleteFilterViewRequest 30 public function setFilterId($filterId) argument 32 $this->filterId = $filterId; 39 return $this->filterId;
|
| /plugin/strata/ |
| D | script.js | 158 var createFilterFieldAndSort = function(filterElement, filterType, filterId, field, sortType, field… argument 159 createItemFilterAndSort(containerElement, filterId, field, fieldSelector, filterType); 161 var input = createFilterTextField(containerElement, filterId, caption); 168 var select = createFilterSelect(containerElement, filterId, fieldSelector, caption, cmp); 174 var createFilterTextField = function(element, filterId, caption) { argument 182 delete jQuery(element).data('strata-search')[filterId]; 184 jQuery(element).data('strata-search')[filterId] = val.toLowerCase(); 193 var createFilterSelect = function(element, filterId, fieldSelector, caption, cmp) { argument 224 delete jQuery(element).data('strata-search')[filterId]; 226 jQuery(element).data('strata-search')[filterId] = jQuery(this).val().toLowerCase(); [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
| D | Analytics.php | 831 'path' => 'management/accounts/{accountId}/filters/{filterId}', 839 'filterId' => [ 846 'path' => 'management/accounts/{accountId}/filters/{filterId}', 854 'filterId' => [ 889 'path' => 'management/accounts/{accountId}/filters/{filterId}', 897 'filterId' => [ 904 'path' => 'management/accounts/{accountId}/filters/{filterId}', 912 'filterId' => [
|
| /plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/ |
| D | MatrixHttpApi.php | 865 * @param string $filterId 871 public function getFilter(string $userId, string $filterId) { argument 872 $path = sprintf("/user/%s/filter/%s", urlencode($userId), urlencode($filterId));
|