/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/Resource/ |
H A D | PretargetingConfig.php | 38 * @param string $configId The specific id of the configuration to delete. 41 public function delete($accountId, $configId, $optParams = []) argument 43 $params = ['accountId' => $accountId, 'configId' => $configId]; 51 * @param string $configId The specific id of the configuration to retrieve. 55 public function get($accountId, $configId, $optParams = []) argument 57 $params = ['accountId' => $accountId, 'configId' => $configId]; 96 * @param string $configId The specific id of the configuration to update. 101 public function patch($accountId, $configId, PretargetingConfigModel $postBody, $optParams = []) argument 103 $params = ['accountId' => $accountId, 'configId' => $configId, 'postBody' => $postBody]; 112 * @param string $configId The specific id of the configuration to update. [all …]
|
/plugin/confmanager/adminActions/ |
H A D | ConfigManagerAdminShowConfig.php | 12 private $configId; variable in ConfigManagerAdminShowConfig 31 $this->configId = $INPUT->str('configFile'); 32 $this->config = $this->helper->getConfigById($this->configId); 52 'configFile' => $this->configId 56 $JSINFO['configId'] = $this->configId; 67 $default = $this->configId; 79 $id = $this->configId;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/ |
H A D | EndpointsApiService.php | 25 public $configId; variable in Google\\Service\\Appengine\\EndpointsApiService 42 public function setConfigId($configId) argument 44 $this->configId = $configId; 51 return $this->configId;
|
/plugin/confmanager/action/ |
H A D | deleteicon.php | 65 $configId = $INPUT->str('configId', null, true); 66 if ($configId === null) { 70 $config = $this->helper->getConfigById($configId);
|
H A D | upload.php | 64 $configId = $INPUT->str('configId', null, true); 65 if ($configId === null) { 69 $config = $this->helper->getConfigById($configId);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/ |
H A D | PretargetingConfig.php | 24 public $configId; variable in Google\\Service\\AdExchangeBuyer\\PretargetingConfig 63 public function setConfigId($configId) argument 65 $this->configId = $configId; 69 return $this->configId;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/Resource/ |
H A D | ServicesConfigs.php | 62 * @param string $configId Required. The id of the service configuration 71 public function get($serviceName, $configId, $optParams = []) argument 73 $params = ['serviceName' => $serviceName, 'configId' => $configId];
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | AdExchangeBuyer.php | 470 'path' => 'pretargetingconfigs/{accountId}/{configId}', 478 'configId' => [ 485 'path' => 'pretargetingconfigs/{accountId}/{configId}', 493 'configId' => [ 520 'path' => 'pretargetingconfigs/{accountId}/{configId}', 528 'configId' => [ 535 'path' => 'pretargetingconfigs/{accountId}/{configId}', 543 'configId' => [
|
H A D | ServiceManagement.php | 158 'configId' => [ 249 'path' => 'v1/services/{serviceName}/configs/{configId}', 257 'configId' => [
|
H A D | CloudBuild.php | 268 'configId' => [ 286 'configId' => [ 592 'configId' => [ 610 'configId' => [
|
H A D | GameServices.php | 295 'configId' => [
|
H A D | SecurityCommandCenter.php | 801 'configId' => [
|
/plugin/confmanager/ |
H A D | script.js | 220 jQuery('#configIdParam').val(JSINFO.configId); 239 configId : JSINFO.configId,
|
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/ |
H A D | jquery.jplayer.inspector.js | 40 config.configId = config.idPrefix + "config_" + $.jPlayerInspector.i; 120 + '<div id="' + config.configId + '"></div>' 126 config.configJq = $("#" + config.configId);
|
H A D | jquery.jplayer.inspector.min.js | 2 …configId=d.idPrefix+"config_"+a.jPlayerInspector.i,d.toggleId=d.idPrefix+"toggle_"+a.jPlayerInspec…
|
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/ |
H A D | jquery.jplayer.inspector.js | 40 config.configId = config.idPrefix + "config_" + $.jPlayerInspector.i; 120 + '<div id="' + config.configId + '"></div>' 126 config.configJq = $("#" + config.configId);
|