Home
last modified time | relevance | path

Searched refs:configuration (Results 26 – 50 of 622) sorted by path

12345678910>>...25

/plugin/authdrupal8/
H A DREADME.md37 In configuration backend you have to edit at least the following entries:
/plugin/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php803 public $configuration; variable in Google_Job
817 public function setConfiguration(Google_JobConfiguration $configuration) { argument
818 $this->configuration = $configuration;
821 return $this->configuration;
1265 public $configuration; variable in Google_JobListJobs
1281 public function setConfiguration(Google_JobConfiguration $configuration) { argument
1282 $this->configuration = $configuration;
1285 return $this->configuration;
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md303 $ phpunit --configuration phpunit.xml.dist
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DLICENSE28 source, and configuration files.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/
H A DCustomerApplyConfigurationRequest.php25 public $configuration; variable in Google\\Service\\AndroidProvisioningPartner\\CustomerApplyConfigurationRequest
32 public function setConfiguration($configuration) argument
34 $this->configuration = $configuration;
41 return $this->configuration;
H A DDevice.php28 public $configuration; variable in Google\\Service\\AndroidProvisioningPartner\\Device
59 public function setConfiguration($configuration) argument
61 $this->configuration = $configuration;
68 return $this->configuration;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DJob.php57 public function setConfiguration(JobConfiguration $configuration) argument
59 $this->configuration = $configuration;
66 return $this->configuration;
H A DJobListJobs.php55 public function setConfiguration(JobConfiguration $configuration) argument
57 $this->configuration = $configuration;
64 return $this->configuration;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DContainer.php501 'getOpenid-configuration' => [
502 'path' => 'v1/{+parent}/.well-known/openid-configuration',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DWorkItem.php26 public $configuration; variable in Google\\Service\\Dataflow\\WorkItem
71 public function setConfiguration($configuration) argument
73 $this->configuration = $configuration;
80 return $this->configuration;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DCustomViewabilityMetric.php36 public function setConfiguration(CustomViewabilityMetricConfiguration $configuration) argument
38 $this->configuration = $configuration;
45 return $this->configuration;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DLICENSE28 source, and configuration files.
/plugin/authgooglesheets/vendor/google/auth/
H A DCOPYING29 source, and configuration files.
H A DLICENSE28 source, and configuration files.
H A DREADME.md66 > Consider using `.htaccess` or apache configuration files as well.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md523 passing an array of arrays of listener configuration.
725 …request. You can pass a 'request.options' configuration setting to a client to apply default reque…
913 * Added the ability to overwrite configuration settings in a client when grabbing a throwaway clien…
934 * Bug fix: Removed the possibility of creating configuration files with circular dependencies
1131 '_default' with a default JSON configuration file.
1186 * cURL configuration values can be specified in service descriptions using `curl.` prefixed paramet…
H A DUPGRADING.md696 3.7 introduces `request.options` as a parameter for a client configuration and as an optional argum…
697 request methods. When paired with a client's configuration settings, these options allow you to spe…
698 for various aspects of a request. Because these options make other previous configuration options r…
699 configuration options and methods of a client and AbstractCommand have been deprecated.
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md148 …g records to handlers further down the configuration, useful for temporarily disabling a handler i…
460 * Added configuration of Pushover notification retries/expiry
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
H A DREADME.md95 vendor/bin/phpunit --verbose --configuration tests/phpunit.xml
/plugin/authhttp/
H A DREADME69 DokuWiki's "superuser" configuration setting default of "@admin", you should
114 auth plugin for authsplit, the last three configuration settings above will
/plugin/authldaplocal/
H A DREADME.md18 …e plugin directory and have a configuration dialog. Configuration of the backend is done through t…
/plugin/authloginapi/
H A DREADME.md9 * Login and go to the configuration page.
/plugin/authremoteuser/
H A DREADME.md79 5. Save this configuration.
89 Copy the configuration settings to the `conf/local.protected.php` file to
/plugin/authshibboleth/
H A DREADME.md28 ## Shibboleth configuration
37 ## Plugin installation and configuration
45 Alternatively, you can use the configuration manager.
47 …at is not the case or you need to tune something, there is a bunch of configuration options you ca…
53 …nstead of `local.php`, because `local.php` may be overwritten if you use the configuration manager.
/plugin/authsmartcard/
H A DREADME.md28 Depending on your version of Apache and virtual host configuration, you may also need (but should u…
34 …se, integrate the entries in authsmartcard/.htaccess into your Apache configuration specific for t…
66 Available configuration options for the plugin are:

12345678910>>...25