Home
last modified time | relevance | path

Searched refs:configValues (Results 1 – 25 of 97) sorted by relevance

1234

/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_softlet/agnostic/common/vp/hal/pipeline/
H A Dvp_feature_report.cpp65 PVP_CONFIG configValues, in SetConfigValues() argument
75 configValues->dwCurrentDeinterlaceMode = VPDDI_BOB; in SetConfigValues()
79 configValues->dwCurrentDeinterlaceMode = VPDDI_ADI; in SetConfigValues()
91 configValues->dwCurrentOutputPipeMode = m_features.outputPipeMode; in SetConfigValues()
94 configValues->dwCurrentVEFeatureInUse = m_features.veFeatureInUse; in SetConfigValues()
97 configValues->dwVPMMCInUse = m_features.vpMMCInUse; in SetConfigValues()
98 configValues->dwRTCompressible = m_features.rtCompressible; in SetConfigValues()
99 configValues->dwRTCompressMode = m_features.rtCompressMode; in SetConfigValues()
100 configValues->dwFFDICompressible = m_features.ffdiCompressible; in SetConfigValues()
101 configValues->dwFFDICompressMode = m_features.ffdiCompressMode; in SetConfigValues()
[all …]
/dports/www/matomo/piwik/plugins/Diagnostics/
H A DController.php37 $configValues = $this->configReader->getConfigValuesFromFiles();
38 …$configValues = $this->configReader->addConfigValuesFromSystemSettings($configValues, $allSettings…
39 $configValues = $this->sortConfigValues($configValues);
42 'allConfigValues' => $configValues
46 private function sortConfigValues($configValues) argument
49 uksort($configValues, function ($section1, $section2) {
53 foreach ($configValues as $category => &$settings) {
65 return $configValues;
H A DConfigReader.php138 * @param array $configValues
142 public function addConfigValuesFromSystemSettings($configValues, $systemSettings) argument
151 if (!array_key_exists($pluginName, $configValues)) {
152 $configValues[$pluginName] = array();
180 if (isset($configValues[$configSection][$name])) {
182 $configValues[$configSection][$name]['description'] = trim($description);
185 $configValues[$configSection][$name]['value'] = $this->getMaskedPassword();
189 $configValues[$configSection][$name] = array(
198 if (empty($configValues[$pluginName])) {
199 unset($configValues[$pluginName]);
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Certificate/test/
H A DilCertificateCronTest.php47 $configValues = array('lng');
53 return $configValues[$key];
112 $configValues = array('lng');
118 return $configValues[$key];
179 $configValues = array('lng');
185 return $configValues[$key];
265 $configValues = array('lng');
271 return $configValues[$key];
351 $configValues = array('lng');
437 $configValues = array('lng');
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/Certificate/test/
H A DilCertificateCronTest.php47 $configValues = array('lng');
53 return $configValues[$key];
112 $configValues = array('lng');
118 return $configValues[$key];
179 $configValues = array('lng');
185 return $configValues[$key];
265 $configValues = array('lng');
271 return $configValues[$key];
351 $configValues = array('lng');
437 $configValues = array('lng');
[all …]
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/DependencyInjection/Config/
H A DConfigYamlLoader.php39 private $configValues = []; variable in PrestaShopBundle\\DependencyInjection\\Config\\ConfigYamlLoader
47 $configValues = Yaml::parse(file_get_contents($path));
49 $this->parseImports($configValues, $path);
50 unset($configValues['imports']);
52 $this->configValues = array_merge_recursive($this->configValues, $configValues);
73 return $this->configValues;
/dports/www/phpbb3/phpBB3/vendor/s9e/text-formatter/src/Configurator/JavaScript/
H A DConfigOptimizer.php18 protected $configValues; variable in s9e\\TextFormatter\\Configurator\\JavaScript\\ConfigOptimizer
53 $configValue = $this->configValues[$varName];
81 $this->configValues = [];
112 $configValue = $this->configValues[$varName];
172 if (!isset($this->configValues[$varName]))
174 $this->configValues[$varName] = new ConfigValue($object, $varName);
177 $this->configValues[$varName]->incrementUseCount();
179 return $this->configValues[$varName];
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Diagnostics/
H A DDiagnosticsConfigurationHandler.cs91 TraceImplSettings configValues; field in System.Diagnostics.DiagnosticsConfigurationHandler
115 configValues = (TraceImplSettings) d [TraceImplSettings.Key]; in Create()
117 d.Add (TraceImplSettings.Key, configValues = new TraceImplSettings ()); in Create()
266 AddTraceListeners (d, child, configValues.Listeners); in AddTraceNode()
292 configValues.AutoFlush = autoflush; in AddTraceAttributes()
303 configValues.IndentSize = indentsize; in AddTraceAttributes()
368 TraceSourceInfo sinfo = new TraceSourceInfo (name, levels, configValues); in AddTraceSource()
410 configValues.Listeners.Clear (); in AddTraceListeners()
440 shared.IndentSize = configValues.IndentSize; in AddTraceListener()
508 l.IndentSize = configValues.IndentSize; in AddTraceListener()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/location/
H A DBasicLocation.java38 final private ConfigValues configValues; field in BasicLocation
49 …defaultValue, boolean isReadOnly, String dataAreaPrefix, ConfigValues configValues, EquinoxContain… in BasicLocation() argument
60 this.configValues = configValues; in BasicLocation()
154 configValues.setConfiguration(property, location.toExternalForm()); in set()
226 …String lockMode = configValues.getConfiguration(LocationHelper.PROP_OSGI_LOCKING, LocationHelper.L… in setLocker()
238 … = new BasicLocation(null, defaultLocation, readonly, dataAreaPrefix, configValues, container, deb… in createLocation()
/dports/www/serendipity/Serendipity-2.3.5/
H A Dexit.php34 …$configValues = serendipity_db_query("SELECT value FROM {$serendipity['dbPrefix']}config WHERE nam… variable
35 if (is_array($configValues)) {
36 foreach($configValues AS $configValue) {
/dports/games/flightgear-data/fgdata/Aircraft/Instruments-3d/FG1000/Nasal/
H A DConfigStore.nas59 configValues : {
130 foreach (var i; keys(ConfigStore.configValues)) {
131 var values = ConfigStore.configValues[i];
153 assert(contains(ConfigStore.configValues, name), "ConfigStore does not contain name " ~ name);
155 if (typeof(ConfigStore.configValues[name]) == "vector") {
158 foreach(var val; ConfigStore.configValues[name]) {
167 "(Should be one of " ~ string.join(", ", ConfigStore.configValues[name]) ~ ")");
170 }elsif (typeof(ConfigStore.configValues[name]) == "scalar") {
174 die("Unknown ConfigStore type " ~ typeof(ConfigStore.configValues[name]));
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/
H A DAwsProtocolUtils.java49 Set<HttpProtocolUnitTestGenerator.ConfigValue> configValues = new TreeSet<>(SetUtils.of( in generateHttpProtocolTests() local
84 configValues.add( in generateHttpProtocolTests()
96 Set<ConfigValue> inputConfigValues = new TreeSet<>(configValues); in generateHttpProtocolTests()
173 .addClientConfigValues(configValues), in generateHttpProtocolTests()
176 .addClientConfigValues(configValues) in generateHttpProtocolTests()
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/
H A DAwsProtocolUtils.java49 Set<HttpProtocolUnitTestGenerator.ConfigValue> configValues = new TreeSet<>(SetUtils.of( in generateHttpProtocolTests() local
84 configValues.add( in generateHttpProtocolTests()
96 Set<ConfigValue> inputConfigValues = new TreeSet<>(configValues); in generateHttpProtocolTests()
173 .addClientConfigValues(configValues), in generateHttpProtocolTests()
176 .addClientConfigValues(configValues) in generateHttpProtocolTests()
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/
H A DAwsProtocolUtils.java49 Set<HttpProtocolUnitTestGenerator.ConfigValue> configValues = new TreeSet<>(SetUtils.of( in generateHttpProtocolTests() local
84 configValues.add( in generateHttpProtocolTests()
96 Set<ConfigValue> inputConfigValues = new TreeSet<>(configValues); in generateHttpProtocolTests()
173 .addClientConfigValues(configValues), in generateHttpProtocolTests()
176 .addClientConfigValues(configValues) in generateHttpProtocolTests()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/
H A DEquinoxConfiguration.java99 private final ConfigValues configValues; field in EquinoxConfiguration
551 this.configValues.finalizeValues(); in EquinoxConfiguration()
646 return this.configValues.getInitialConfig(); in getInitialConfig()
800 return this.configValues.getConfiguration(key); in getConfiguration()
804 return this.configValues.getConfiguration(key, defaultValue); in getConfiguration()
808 return this.configValues.setConfiguration(key, value); in setConfiguration()
812 return this.configValues.clearConfiguration(key); in clearConfiguration()
816 return this.configValues.getConfiguration(); in getConfiguration()
833 return this.configValues.getProperty(key); in getProperty()
838 return this.configValues.setProperty(key, value); in setProperty()
[all …]
/dports/security/vault/aws-sdk-go-v2-1.5.0/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/
H A DAwsProtocolUtils.java49 Set<HttpProtocolUnitTestGenerator.ConfigValue> configValues = new TreeSet<>(SetUtils.of( in generateHttpProtocolTests() local
84 configValues.add( in generateHttpProtocolTests()
96 Set<ConfigValue> inputConfigValues = new TreeSet<>(configValues); in generateHttpProtocolTests()
248 .addClientConfigValues(configValues), in generateHttpProtocolTests()
251 .addClientConfigValues(configValues) in generateHttpProtocolTests()
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/
H A DAwsProtocolUtils.java49 Set<HttpProtocolUnitTestGenerator.ConfigValue> configValues = new TreeSet<>(SetUtils.of( in generateHttpProtocolTests() local
84 configValues.add( in generateHttpProtocolTests()
96 Set<ConfigValue> inputConfigValues = new TreeSet<>(configValues); in generateHttpProtocolTests()
248 .addClientConfigValues(configValues), in generateHttpProtocolTests()
251 .addClientConfigValues(configValues) in generateHttpProtocolTests()
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/
H A DAwsProtocolUtils.java48 Set<HttpProtocolUnitTestGenerator.ConfigValue> configValues = new TreeSet<>(SetUtils.of( in generateHttpProtocolTests() local
83 configValues.add( in generateHttpProtocolTests()
95 Set<ConfigValue> inputConfigValues = new TreeSet<>(configValues); in generateHttpProtocolTests()
239 .addClientConfigValues(configValues), in generateHttpProtocolTests()
243 .addClientConfigValues(configValues) in generateHttpProtocolTests()
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/
H A DAwsProtocolUtils.java49 Set<HttpProtocolUnitTestGenerator.ConfigValue> configValues = new TreeSet<>(SetUtils.of( in generateHttpProtocolTests() local
84 configValues.add( in generateHttpProtocolTests()
96 Set<ConfigValue> inputConfigValues = new TreeSet<>(configValues); in generateHttpProtocolTests()
248 .addClientConfigValues(configValues), in generateHttpProtocolTests()
251 .addClientConfigValues(configValues) in generateHttpProtocolTests()
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/
H A DAwsProtocolUtils.java49 Set<HttpProtocolUnitTestGenerator.ConfigValue> configValues = new TreeSet<>(SetUtils.of( in generateHttpProtocolTests() local
84 configValues.add( in generateHttpProtocolTests()
96 Set<ConfigValue> inputConfigValues = new TreeSet<>(configValues); in generateHttpProtocolTests()
248 .addClientConfigValues(configValues), in generateHttpProtocolTests()
251 .addClientConfigValues(configValues) in generateHttpProtocolTests()
/dports/misc/visp/visp-3.4.0/modules/core/src/tools/file/
H A DvpIoTools.cpp885 configValues.clear(); in loadConfigFile()
908 configValues.push_back(val); in loadConfigFile()
933 if (configValues[k].compare("PI") == 0) in readConfigVar()
935 else if (configValues[k].compare("PI/2") == 0) in readConfigVar()
937 else if (configValues[k].compare("-PI/2") == 0) in readConfigVar()
961 if (configValues[k].compare("PI") == 0) in readConfigVar()
963 else if (configValues[k].compare("PI/2") == 0) in readConfigVar()
968 value = atof(configValues[k].c_str()); in readConfigVar()
990 value = atoi(configValues[k].c_str()); in readConfigVar()
1060 value = configValues[k]; in readConfigVar()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/clients/pkg/promtail/client/
H A Dconfig_test.go37 configValues string
74 err := yaml.Unmarshal([]byte(tc.configValues), &clientConfig)
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmBuzzPlugin/lib/service/
H A DBuzzConfigService.php52 $configValues = $this->getAllValues();
53 foreach ($configValues as $key => $value) {
/dports/www/matomo/piwik/plugins/Diagnostics/templates/
H A Dconfigfile.twig35 {% for category, configValues in allConfigValues %}
38 {% for key, configEntry in configValues %}
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/KeePassRPC/Forms/
H A DOptionsForm.cs111 Dictionary<string, string> configValues; in FindAuthorisedConnections()
116 configValues = (Dictionary<string, string>)fi.GetValue(_host.CustomConfig); in FindAuthorisedConnections()
127 foreach (KeyValuePair<string, string> kvp in configValues) in FindAuthorisedConnections()

1234