| /plugin/sfauth/lang/en/ |
| D | settings.php | 7 $lang['consumer key'] = 'Consumer Key for the main Salesforce instance'; 8 $lang['consumer secret'] = 'Consumer Secret for the main Salesforce instance'; 11 $lang['consumer key 2'] = '(optional) Consumer Key for a second Salesforce instance'; 12 $lang['consumer secret 2'] = '(optional) Consumer Secret for a second Salesforce instance'; 15 $lang['consumer key 3'] = '(optional) Consumer Key for a third Salesforce instance'; 16 $lang['consumer secret 3'] = '(optional) Consumer Secret for a third Salesforce instance';
|
| /plugin/fedauth/classes/svc/ |
| D | fa_openid.svc.class.php | 18 * OpenID consumer object. 20 var $consumer = null; variable in fa_openid_svc 32 * Returns the OpenID consumer. 36 * @return the OpenID consumer object 42 if (isset($this->consumer)) { 43 return $this->consumer; 47 require_once("Auth/OpenID/Consumer.php"); 53 // create OpenID consumer 54 $this->consumer = new Auth_OpenID_Consumer($store); 55 return $this->consumer; [all …]
|
| /plugin/autotweet/ |
| D | OAuth.php | 72 * @param OAuthConsumer $consumer 76 abstract public function build_signature($request, $consumer, $token); argument 81 * @param OAuthConsumer $consumer 86 public function check_signature($request, $consumer, $token, $signature) { argument 87 $built = $this->build_signature($request, $consumer, $token); 95 * encoded per Parameter Encoding) of the Consumer Secret and Token Secret, separated by an '&' 104 public function build_signature($request, $consumer, $token) { argument 109 $consumer->secret, 131 * oauth_signature is set to the concatenated encoded values of the Consumer Secret and 139 public function build_signature($request, $consumer, $token) { argument [all …]
|
| /plugin/sfauth/conf/ |
| D | default.php | 4 $conf['consumer key'] = ''; 5 $conf['consumer secret'] = ''; 6 $conf['consumer key 2'] = ''; 7 $conf['consumer secret 2'] = ''; 8 $conf['consumer key 3'] = ''; 9 $conf['consumer secret 3'] = '';
|
| D | metadata.php | 25 $meta['consumer key'] = array('string'); 26 $meta['consumer secret'] = array('password'); 29 $meta['consumer key 2'] = array('string'); 30 $meta['consumer secret 2'] = array('password'); 33 $meta['consumer key 3'] = array('string'); 34 $meta['consumer secret 3'] = array('password');
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/ |
| D | OrganizationsDevelopersAppsKeys.php | 33 * Creates a custom consumer key and secret for a developer app. This is 34 * particularly useful if you want to migrate existing consumer keys and secrets 35 * to Apigee from another system. Consumer keys and secrets can contain letters, 37 * To avoid service disruptions, a consumer key and secret should not exceed 2 38 * KBs each. **Note**: When creating the consumer key and secret, an association 41 * UpdateDeveloperAppKey API to make the association after the consumer key and 42 * secret are created. If a consumer key and secret already exist, you can keep 59 * Deletes an app's consumer key and removes all API products associated with 60 * the app. After the consumer key is deleted, it cannot be used to access any 61 * APIs. **Note**: After you delete a consumer key, you may want to: 1. Create a [all …]
|
| D | OrganizationsDevelopersAppsKeysApiproducts.php | 34 * Removes an API product from an app's consumer key. After the API product is 36 * **Note**: The consumer key is not removed, only its association with the API 52 * Approves or revokes the consumer key for an API product. After a consumer key 53 * is approved, the app can use it to access APIs. A consumer key that is 55 * associated with a revoked consumer key will remain active. However, Apigee 56 * checks the status of the consumer key and if set to `revoked` will not allow 64 * @opt_param string action Approve or revoke the consumer key by setting this
|
| D | OrganizationsDevelopersAppsKeysCreate.php | 33 * Creates a custom consumer key and secret for a developer app. This is 34 * particularly useful if you want to migrate existing consumer keys and secrets 35 * to Apigee from another system. Consumer keys and secrets can contain letters, 37 * To avoid service disruptions, a consumer key and secret should not exceed 2 38 * KBs each. **Note**: When creating the consumer key and secret, an association 41 * UpdateDeveloperAppKey API to make the association after the consumer key and 42 * secret are created. If a consumer key and secret already exist, you can keep
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/Resource/ |
| D | ServicesProjectsServicenetworkingGlobalNetworks.php | 39 * @param string $name Required. Name of the consumer config to retrieve in the 44 * a project number e.g. `12345` that contains the service consumer's VPC 45 * network. {network} is the name of the service consumer's VPC network. 61 * for which the consumer config is being updated in the format: 66 * the project that contains the service consumer's VPC network e.g. `12345`. 67 * {network} is the name of the service consumer's VPC network.
|
| D | ServicesProjectsServicenetworkingGlobalNetworksPeeredDnsDomains.php | 36 * namespace originating in the service producer VPC network to the consumer VPC 45 * the project that contains the service consumer's VPC network e.g. `12345`. 46 * {network} is the name of the service consumer's VPC network. 66 * that contains the service consumer's VPC network e.g. `12345`. {network} is 67 * the name of the service consumer's VPC network. {name} is the name of the 88 * number e.g. `12345` that contains the service consumer's VPC network. 89 * {network} is the name of the service consumer's VPC network.
|
| D | ServicesConnections.php | 38 * administrator of the service consumer's VPC network invokes this method. The 78 * List the private connections that are configured in a service consumer's VPC 88 * @opt_param string network The name of service consumer's VPC network that's 92 * number, such as in `12345` that includes the VPC service consumer's VPC 93 * network. {network} is the name of the service consumer's VPC network.
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/ |
| D | TenancyUnit.php | 26 public $consumer; variable in Google\\Service\\ServiceConsumerManagement\\TenancyUnit 45 public function setConsumer($consumer) argument 47 $this->consumer = $consumer; 54 return $this->consumer;
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/source-map/ |
| D | README.md | 211 var consumer = new sourceMap.SourceMapConsumer(rawSourceMapJsonData); 221 consumer.allGeneratedPositionsFor({ line: 2, source: "foo.coffee" }) 229 consumer.computeColumnSpans(); 232 consumer.allGeneratedPositionsFor({ line: 2, source: "foo.coffee" }) 275 consumer.originalPositionFor({ line: 2, column: 10 }) 281 consumer.originalPositionFor({ line: 99999999999999999, column: 999999999999999 }) 307 consumer.generatedPositionFor({ source: "example.js", line: 2, column: 10 }) 336 consumer.allGeneratedpositionsfor({ line: 2, source: "foo.coffee" }) 351 `consumer.sourceContentFor(s)` will succeed for every source `s` in 352 `consumer.sources`. [all …]
|
| /plugin/asciidocjs/node_modules/source-map/ |
| D | README.md | 211 var consumer = new sourceMap.SourceMapConsumer(rawSourceMapJsonData); 221 consumer.allGeneratedPositionsFor({ line: 2, source: "foo.coffee" }) 229 consumer.computeColumnSpans(); 232 consumer.allGeneratedPositionsFor({ line: 2, source: "foo.coffee" }) 279 consumer.originalPositionFor({ line: 2, column: 10 }) 285 consumer.originalPositionFor({ line: 99999999999999999, column: 999999999999999 }) 315 consumer.generatedPositionFor({ source: "example.js", line: 2, column: 10 }) 348 consumer.allGeneratedpositionsfor({ line: 2, source: "foo.coffee" }) 363 `consumer.sourceContentFor(s)` will succeed for every source `s` in 364 `consumer.sources`. [all …]
|
| /plugin/asciidocjs/node_modules/clean-css/lib/reader/ |
| D | load-original-sources.js | 31 var consumer; 37 consumer = allSourceMapConsumers[source]; 39 for (i = 0, l = consumer.sources.length; i < l; i++) { 40 uri = consumer.sources[i]; 41 source = consumer.sourceContentFor(uri, true);
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/DataprocMetastore/ |
| D | NetworkConfig.php | 23 protected $consumersType = Consumer::class; 27 * @param Consumer[] 34 * @return Consumer[]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/ |
| D | AddSubnetworkRequest.php | 30 public $consumer; variable in Google\\Service\\ServiceNetworking\\AddSubnetworkRequest 95 public function setConsumer($consumer) argument 97 $this->consumer = $consumer; 104 return $this->consumer;
|
| /plugin/fedauth/Auth/OpenID/ |
| D | Consumer.php | 4 * This module documents the main interface with the OpenID consumer 16 * 1. The user enters their OpenID into a field on the consumer's 18 * 2. The consumer site discovers the user's OpenID server using the 20 * 3. The consumer site sends the browser a redirect to the identity 24 * to the consumer site. This redirect contains the server's 27 * The most important part of the flow to note is the consumer's site 33 * This consumer library is designed with that flow in mind. The goal 37 * At a high level, there are two important parts in the consumer 57 * OpenID is a protocol that works best when the consumer site is able 61 * the consumer site is not able to store state. This mode should be [all …]
|
| D | DumbStore.php | 25 * saving state on the consumer site. Using this store makes the 26 * consumer vulnerable to replay attacks, as it's unable to use 48 * your consumer site needs to use the same $secret_phrase.
|
| /plugin/openid/Auth/OpenID/ |
| D | Consumer.php | 4 * This module documents the main interface with the OpenID consumer 16 * 1. The user enters their OpenID into a field on the consumer's 18 * 2. The consumer site discovers the user's OpenID server using the 20 * 3. The consumer site sends the browser a redirect to the identity 24 * to the consumer site. This redirect contains the server's 27 * The most important part of the flow to note is the consumer's site 33 * This consumer library is designed with that flow in mind. The goal 37 * At a high level, there are two important parts in the consumer 57 * OpenID is a protocol that works best when the consumer site is able 61 * the consumer site is not able to store state. This mode should be [all …]
|
| D | DumbStore.php | 25 * saving state on the consumer site. Using this store makes the 26 * consumer vulnerable to replay attacks, as it's unable to use 49 * your consumer site needs to use the same $secret_phrase.
|
| /plugin/openid/ |
| D | action.php | 84 * Returns the Consumer URL 102 * Return an OpenID Consumer 107 if (isset($this->consumer)) { 108 return $this->consumer; 112 require_once "Auth/OpenID/Consumer.php"; 118 // create OpenID consumer 119 $this->consumer = new Auth_OpenID_Consumer($store); 120 return $this->consumer; 170 $consumer = $this->getConsumer(); 171 $auth = $consumer->begin($_POST['openid_identifier']); [all …]
|
| /plugin/sfauth/lang/de/ |
| D | settings.php | 3 $lang['consumer key'] = 'Verbraucherschlüssel'; 4 $lang['consumer secret'] = 'Verbrauchergeheimnis';
|
| /plugin/autotweet/lang/en/ |
| D | settings.php | 3 $lang['consumer_key'] = 'Consumer Key'; 4 $lang['consumer_secret'] = 'Consumer Secret';
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/Resource/ |
| D | ServicesTenancyUnits.php | 94 * consumer. To trigger the attachment, the targeted tenant project must be in a 121 * service consumer, for example 'projects', or 'organizations'. {resource id} 122 * is the consumer numeric id, such as project number: '123456'. {service} the 173 * Find the tenancy unit for a managed service and service consumer. This method 179 * @param string $parent Required. Managed service and service consumer. 181 * the cloud resource collection type representing the service consumer, for 182 * example 'projects', or 'organizations'. {resource id} is the consumer numeric
|