Home
last modified time | relevance | path

Searched refs:configId (Results 1 – 16 of 16) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/Resource/
H A DPretargetingConfig.php38 * @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 DConfigManagerAdminShowConfig.php12 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 DEndpointsApiService.php25 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 Ddeleteicon.php65 $configId = $INPUT->str('configId', null, true);
66 if ($configId === null) {
70 $config = $this->helper->getConfigById($configId);
H A Dupload.php64 $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 DPretargetingConfig.php24 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 DServicesConfigs.php62 * @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 DAdExchangeBuyer.php470 '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 DServiceManagement.php158 'configId' => [
249 'path' => 'v1/services/{serviceName}/configs/{configId}',
257 'configId' => [
H A DCloudBuild.php268 'configId' => [
286 'configId' => [
592 'configId' => [
610 'configId' => [
H A DGameServices.php295 'configId' => [
H A DSecurityCommandCenter.php801 'configId' => [
/plugin/confmanager/
H A Dscript.js220 jQuery('#configIdParam').val(JSINFO.configId);
239 configId : JSINFO.configId,
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
H A Djquery.jplayer.inspector.js40 config.configId = config.idPrefix + "config_" + $.jPlayerInspector.i;
120 + '<div id="' + config.configId + '"></div>'
126 config.configJq = $("#" + config.configId);
H A Djquery.jplayer.inspector.min.js2configId=d.idPrefix+"config_"+a.jPlayerInspector.i,d.toggleId=d.idPrefix+"toggle_"+a.jPlayerInspec…
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A Djquery.jplayer.inspector.js40 config.configId = config.idPrefix + "config_" + $.jPlayerInspector.i;
120 + '<div id="' + config.configId + '"></div>'
126 config.configJq = $("#" + config.configId);