/plugin/elasticsearch/vendor/ruflin/elastica/src/ |
H A D | ClientConfiguration.php | 26 protected $configuration = [ variable in Elastica\\ClientConfiguration 118 return $this->configuration; 125 return $this->configuration[$key]; 133 return \array_key_exists($key, $this->configuration); 141 return $this->configuration; 150 $this->configuration[$key] = $value; 161 if (!\array_key_exists($key, $this->configuration)) { 162 $this->configuration[$key] = [$value]; 164 if (\is_array($this->configuration[$key])) { 165 $this->configuration[$key][] = $value; [all …]
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/ |
H A D | ConfigurationTest.php | 16 protected $configuration; variable in Util_ConfigurationTest 114 $this->configuration->getFilterConfiguration() 131 $this->configuration->getGroupConfiguration() 194 $this->configuration->getListenerConfiguration() 217 $this->configuration->getLoggingConfiguration() 241 $this->configuration->getPHPConfiguration() 250 $this->configuration->handlePHPConfiguration(); 275 $this->configuration->handlePHPConfiguration(); 289 $this->configuration->handlePHPConfiguration(); 340 $this->configuration, [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/ |
H A D | CustomerApplyConfigurationRequest.php | 25 public $configuration; variable in Google\\Service\\AndroidProvisioningPartner\\CustomerApplyConfigurationRequest 32 public function setConfiguration($configuration) argument 34 $this->configuration = $configuration; 41 return $this->configuration;
|
H A D | Device.php | 28 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/Dfareporting/ |
H A D | CustomViewabilityMetric.php | 36 public function setConfiguration(CustomViewabilityMetricConfiguration $configuration) argument 38 $this->configuration = $configuration; 45 return $this->configuration;
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/ |
H A D | list-suites.phpt | 2 phpunit --list-suites --configuration=__DIR__.'/../_files/configuration.suites.xml' 6 $_SERVER['argv'][2] = '--configuration'; 7 $_SERVER['argv'][3] = __DIR__.'/../_files/configuration.suites.xml';
|
H A D | help.phpt | 5 $_SERVER['argv'][1] = '--no-configuration'; 87 -c|--configuration <file> Read configuration from XML file. 88 --no-configuration Ignore default configuration file (phpunit.xml). 89 --no-coverage Ignore code coverage configuration. 93 --generate-configuration Generate configuration file with suggested settings.
|
H A D | help2.phpt | 5 $_SERVER['argv'][1] = '--no-configuration'; 88 -c|--configuration <file> Read configuration from XML file. 89 --no-configuration Ignore default configuration file (phpunit.xml). 90 --no-coverage Ignore code coverage configuration. 94 --generate-configuration Generate configuration file with suggested settings.
|
H A D | phar-extension-suppressed.phpt | 2 phpunit --configuration tests/_files/phpunit-example-extension 5 $_SERVER['argv'][1] = '--configuration';
|
/plugin/groupmgr/ |
H A D | README | 32 2. forbidden_groups configuration setting specifies groups that cannot be 36 4. The conf_namespace option specifies a separate namespace for configuration. 38 used in the actual page while the full tag is placed in the configuration 40 5. If require_conf_namespace is set, all configuration options placed in the 41 page are ignored, necesitating the use of the configuration namespace. 42 For security reasons, this is the default configuration.
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | cache-api-1.1.1.jar | ... cache.configuration.CacheEntryListenerConfiguration)
javax.cache.configuration.CacheEntryListenerConfiguration configuration
public void <init> (javax ... |
/plugin/siteexport/ |
H A D | cron.php | 16 public $configuration; variable in cron_plugin_siteexport 39 $this->configuration[$this->cronJobNameForParameters($parameters)] = $parameters; 47 unset($this->configuration[$this->cronJobNameForParameters($parameters)]); 69 $this->configuration = $settings; 98 $out .= $this->recurseSettingsToOut($this->configuration); 190 return array_key_exists($this->cronJobNameForParameters($parameters), $this->configuration); 251 foreach ( $this->cronPlugin->configuration as $name => $config )
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/ |
H A D | Job.php | 57 public function setConfiguration(JobConfiguration $configuration) argument 59 $this->configuration = $configuration; 66 return $this->configuration;
|
H A D | JobListJobs.php | 55 public function setConfiguration(JobConfiguration $configuration) argument 57 $this->configuration = $configuration; 64 return $this->configuration;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/ |
H A D | WorkItem.php | 26 public $configuration; variable in Google\\Service\\Dataflow\\WorkItem 71 public function setConfiguration($configuration) argument 73 $this->configuration = $configuration; 80 return $this->configuration;
|
/plugin/cleanup/lang/en/ |
H A D | intro.txt | 3 …ly unused files. What is considered old, can be set in the [[?do=admin&page=config|configuration]]. 5 … the configuration. Once you're satisfied the plugin does what you want, you can let it run automa…
|
/plugin/ckgedit/ckeditor/plugins/note/ |
H A D | README.md | 5 Refer to: https://www.dokuwiki.org/plugin:ckgedit:configuration#extra_plugins. 8 ## Dokuwiki configuration 10 Add the text **Note** to the dokuwiki **plugin»ckgedit»extra_plugins** configuration.
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A D | configuration.asciidoc | 1 [[configuration]] anchor 8 Custom configuration is accomplished before the client is instantiated, through 9 the ClientBuilder helper object. You can find all the configuration options and 56 include::per-request-configuration.asciidoc[]
|
/plugin/cleanup/lang/fr/ |
H A D | intro.txt | 3 …qui est considéré comme vieux, peut être paramétré dans la [[?do=admin&page=config|configuration]]. 5 …configuration. Une fois que vous êtes satisfait et que le greffon fait ce que vous souhaitez, vous…
|
/plugin/commonmark/vendor/league/commonmark/src/Util/ |
H A D | ConfigurationAwareInterface.php | 20 * @param ConfigurationInterface $configuration 24 public function setConfiguration(ConfigurationInterface $configuration); argument
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | HTML.DefinitionID.txt | 10 configuration object does not reflect, you must specify this variable. 21 In the above example, the configuration is still at the defaults, but 23 configuration object normally has no way of knowing that this change 25 If someone else attempts to use the default configuration, these two
|
H A D | AutoFormat.PurifierLinkify.DocURL.txt | 8 Location of configuration documentation to link to, let %s substitute 9 into the configuration's namespace and directive names sans the percent
|
/plugin/ckgedit/lang/ru/ |
H A D | merger.txt | 2 …ku>plugin:ckgdoku|ckgdoku]]. См. ckgdoku [[doku>plugin:ckgdoku#configuration|configuration options…
|
/plugin/ckgedit/lang/fr/ |
H A D | scayt.txt | 1 …configuration : arrêté, en marche, désactivé. Pour l'instant, le réglage par défaut sera **arrêté*…
|
/plugin/indexmenu/scripts/ |
H A D | contextmenu.local.js.example | 2 * Right Context Menu local configuration -- RENAME THIS FILE TO contextmenu.local.js -- 12 * Right Context Menu configuration for all users: 29 * Right Context Menu configuration for admin users: 39 * Right Context Menu configuration for authenticated users:
|