Home
last modified time | relevance | path

Searched refs:optionKey (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/common/
H A DharnessConfig.c104 hrnCfgArgKeyRawZ(argList, optionId, optionKey, strZ(value)); in hrnCfgArgKeyRaw()
130 hrnCfgArgKeyRawZ(argList, optionId, optionKey, buffer); in hrnCfgArgKeyRawFmt()
157 hrnCfgArgKeyRawZ(argList, optionId, optionKey, buffer); in hrnCfgArgKeyRawStrId()
191 hrnCfgArgKeyRawReset(StringList *argList, ConfigOption optionId, unsigned optionKey) in hrnCfgArgKeyRawReset() argument
198 hrnCfgEnvName(const ConfigOption optionId, const unsigned optionKey) in hrnCfgEnvName() argument
211 hrnCfgEnvKeyRaw(ConfigOption optionId, unsigned optionKey, const String *value) in hrnCfgEnvKeyRaw() argument
213 hrnCfgEnvKeyRawZ(optionId, optionKey, strZ(value)); in hrnCfgEnvKeyRaw()
223 hrnCfgEnvKeyRawZ(ConfigOption optionId, unsigned optionKey, const char *value) in hrnCfgEnvKeyRawZ() argument
225 setenv(hrnCfgEnvName(optionId, optionKey), value, true); in hrnCfgEnvKeyRawZ()
235 hrnCfgEnvKeyRemoveRaw(ConfigOption optionId, unsigned optionKey) in hrnCfgEnvKeyRemoveRaw() argument
[all …]
H A DharnessConfig.h60 void hrnCfgArgKeyRaw(StringList *argList, ConfigOption optionId, unsigned optionKey, const String *…
64 void hrnCfgArgKeyRawFmt(StringList *argList, ConfigOption optionId, unsigned optionKey, const char …
68 void hrnCfgArgKeyRawZ(StringList *argList, ConfigOption optionId, unsigned optionKey, const char *v…
71 void hrnCfgArgKeyRawStrId(StringList *argList, ConfigOption optionId, unsigned optionKey, StringId);
74 void hrnCfgArgKeyRawBool(StringList *argList, ConfigOption optionId, unsigned optionKey, bool value…
77 void hrnCfgArgKeyRawNegate(StringList *argList, ConfigOption optionId, unsigned optionKey);
80 void hrnCfgArgKeyRawReset(StringList *argList, ConfigOption optionId, unsigned optionKey);
88 void hrnCfgEnvKeyRaw(ConfigOption optionId, unsigned optionKey, const String *value);
91 void hrnCfgEnvKeyRawZ(ConfigOption optionId, unsigned optionKey, const char *value);
94 void hrnCfgEnvKeyRemoveRaw(ConfigOption optionId, unsigned optionKey);
/dports/www/tikiwiki/tiki-21.2/lib/core/Tiki/Profile/InstallHandler/
H A DTrackerField.php264 $optionKey = $optionMap[$key];
266 if (isset($defaults[$optionKey])) {
267 $default = $defaults[$optionKey];
271 … if (in_array($optionKey, ['list', 'link', 'searchable', 'public', 'mandatory', 'multilingual'])) {
273 $flag[] = $optionKey;
275 } elseif (! empty($conversions[$optionKey])) {
276 $reverseVal = $conversions[$optionKey]->reverse($value);
277 $data[$optionKey] = $reverseVal;
278 } elseif ($optionKey == 'description') {
279 $data[$optionKey] = $writer->getReference('wiki_content', $value);
[all …]
H A DTracker.php210 $optionKey = $optionMap[$key];
212 if (isset($defaults[$optionKey])) {
213 $default = $defaults[$optionKey];
217 if (strstr($optionKey, 'allow_')) {
218 $allow[] = str_replace('allow_', '', $optionKey);
219 } elseif (strstr($optionKey, 'show_')) {
220 $show[] = str_replace('show_', '', $optionKey);
221 … } elseif (isset($conversions[$optionKey]) && method_exists($conversions[$optionKey], 'reverse')) {
222 $data[$optionKey] = $conversions[$optionKey]->reverse($value);
224 $data[$optionKey] = $value;
/dports/sysutils/pear-Horde_Log/Horde_Log-2.3.0/lib/Horde/Log/Handler/
H A DBase.php75 * @param string $optionKey Key name for the option to be changed. Keys
82 public function setOption($optionKey, $optionValue) argument
84 if (!isset($this->_options[$optionKey])) {
85 throw new Horde_Log_Exception('Unknown option "' . $optionKey . '".');
87 $this->_options[$optionKey] = $optionValue;
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/form/Classes/Domain/Configuration/FlexformConfiguration/Processors/
H A DFinisherOptionGenerator.php38 [, $optionKey] = $matches;
47 $optionKey,
58 sprintf('options.%s', $optionKey),
69 sprintf('options.%s', $optionKey),
90 …$sheetElements['settings.finishers.' . $finisherIdentifier . '.' . $optionKey] = $elementConfigura…
92 …$sheetElements['settings.finishers.' . $finisherIdentifier . '.' . $optionKey]['TCEforms'] = $elem…
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/web/taglib/jsp/
H A DJspSelectTag.java28 private String optionKey; field in JspSelectTag
52 return optionKey; in getOptionKey()
55 public void setOptionKey(String optionKey) { in setOptionKey() argument
56 this.optionKey = optionKey; in setOptionKey()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.options/src/org/graalvm/compiler/options/
H A DOptionDescriptor.java42 protected final OptionKey<?> optionKey; field in OptionDescriptor
61 …claringClass == declaringClass && result.fieldName.equals(fieldName) && result.optionKey == option; in create()
65 … help, List<String> extraHelp, Class<?> declaringClass, String fieldName, OptionKey<?> optionKey) { in OptionDescriptor() argument
71 this.optionKey = optionKey; in OptionDescriptor()
122 return optionKey; in getOptionKey()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/helpers/gitlab_ci_yaml_parser/
H A Ddata_bag.go108 func getOptionsMap(optionKey string, primary, secondary DataBag) (value DataBag) {
109 value, ok := primary.GetSubOptions(optionKey)
111 value, _ = secondary.GetSubOptions(optionKey)
117 func getOptions(optionKey string, primary, secondary DataBag) (value []interface{}, ok bool) {
118 value, ok = primary.GetSlice(optionKey)
120 value, ok = secondary.GetSlice(optionKey)
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.options/src/org/graalvm/compiler/options/
H A DOptionDescriptor.java42 private final OptionKey<?> optionKey; field in OptionDescriptor
61 …claringClass == declaringClass && result.fieldName.equals(fieldName) && result.optionKey == option; in create()
65 … help, List<String> extraHelp, Class<?> declaringClass, String fieldName, OptionKey<?> optionKey) { in OptionDescriptor() argument
71 this.optionKey = optionKey; in OptionDescriptor()
122 return optionKey; in getOptionKey()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.options/src/org/graalvm/compiler/options/
H A DOptionDescriptor.java42 protected final OptionKey<?> optionKey; field in OptionDescriptor
61 …claringClass == declaringClass && result.fieldName.equals(fieldName) && result.optionKey == option; in create()
65 … help, List<String> extraHelp, Class<?> declaringClass, String fieldName, OptionKey<?> optionKey) { in OptionDescriptor() argument
71 this.optionKey = optionKey; in OptionDescriptor()
122 return optionKey; in getOptionKey()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.options/src/org/graalvm/compiler/options/
H A DOptionDescriptor.java42 private final OptionKey<?> optionKey; field in OptionDescriptor
61 …claringClass == declaringClass && result.fieldName.equals(fieldName) && result.optionKey == option; in create()
65 … help, List<String> extraHelp, Class<?> declaringClass, String fieldName, OptionKey<?> optionKey) { in OptionDescriptor() argument
71 this.optionKey = optionKey; in OptionDescriptor()
122 return optionKey; in getOptionKey()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.options/src/org/graalvm/compiler/options/
H A DOptionDescriptor.java42 protected final OptionKey<?> optionKey; field in OptionDescriptor
61 …claringClass == declaringClass && result.fieldName.equals(fieldName) && result.optionKey == option; in create()
65 … help, List<String> extraHelp, Class<?> declaringClass, String fieldName, OptionKey<?> optionKey) { in OptionDescriptor() argument
71 this.optionKey = optionKey; in OptionDescriptor()
122 return optionKey; in getOptionKey()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.options/src/org/graalvm/compiler/options/
H A DOptionDescriptor.java42 private final OptionKey<?> optionKey; field in OptionDescriptor
61 …claringClass == declaringClass && result.fieldName.equals(fieldName) && result.optionKey == option; in create()
65 … help, List<String> extraHelp, Class<?> declaringClass, String fieldName, OptionKey<?> optionKey) { in OptionDescriptor() argument
71 this.optionKey = optionKey; in OptionDescriptor()
122 return optionKey; in getOptionKey()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.options/src/org/graalvm/compiler/options/
H A DOptionDescriptor.java42 private final OptionKey<?> optionKey; field in OptionDescriptor
61 …claringClass == declaringClass && result.fieldName.equals(fieldName) && result.optionKey == option; in create()
65 … help, List<String> extraHelp, Class<?> declaringClass, String fieldName, OptionKey<?> optionKey) { in OptionDescriptor() argument
71 this.optionKey = optionKey; in OptionDescriptor()
122 return optionKey; in getOptionKey()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/form/Classes/Domain/Configuration/FlexformConfiguration/Processors/
H A DFinisherOptionGenerator.php53 [, $optionKey] = $matches;
62 $optionKey,
73 sprintf('options.%s', $optionKey),
84 sprintf('options.%s', $optionKey),
99 …$sheetElements['settings.finishers.' . $finisherIdentifier . '.' . $optionKey]['TCEforms'] = $elem…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/form/Classes/Domain/Configuration/FlexformConfiguration/Processors/
H A DFinisherOptionGenerator.php55 [, $optionKey] = $matches;
64 $optionKey,
75 sprintf('options.%s', $optionKey),
86 sprintf('options.%s', $optionKey),
104 …$sheetElements['settings.finishers.' . $finisherIdentifier . '.' . $optionKey]['TCEforms'] = $elem…
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dcupsoptions.cpp247 QString CupsOptions::defaultOptionValue(const QString& optionKey) const in defaultOptionValue()
249 QString defValue = m_keyToDefault.value(optionKey, QString()); in defaultOptionValue()
253 bool CupsOptions::useDefaultValue(const QString& optionKey) const in useDefaultValue()
255 QString defValue = m_keyToDefault.value(optionKey, QString()); in useDefaultValue()
256 QString optValue = optionText(optionKey); in useDefaultValue()
260 int CupsOptions::optionIndex(const QString& optionKey) const in optionIndex()
262 if (!m_keyToDataMap.contains(optionKey)) in optionIndex()
264 const OptionData& optionData = m_keyToDataMap[optionKey]; in optionIndex()
274 QString CupsOptions::optionText(const QString& optionKey) const in optionText()
276 if (!m_keyToDataMap.contains(optionKey)) in optionText()
[all …]
H A Dcupsoptions.h61 QString defaultOptionValue(const QString& optionKey) const;
62 bool useDefaultValue(const QString& optionKey) const;
67 int optionIndex(const QString& optionKey) const;
68 QString optionText(const QString& optionKey) const;
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/
H A DDriver.php72 foreach ($options as $optionKey => $optionValue) {
73 if (is_int($optionKey)) {
74 $driverOptions[$optionKey] = $optionValue;
76 $connectionOptions[$optionKey] = $optionValue;
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Database/Driver/PDOSqlsrv/
H A DDriver.php74 foreach ($options as $optionKey => $optionValue) {
75 if (is_int($optionKey)) {
76 $driverOptions[$optionKey] = $optionValue;
78 $connectionOptions[$optionKey] = $optionValue;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Database/Driver/PDOSqlsrv/
H A DDriver.php75 foreach ($options as $optionKey => $optionValue) {
76 if (is_int($optionKey)) {
77 $driverOptions[$optionKey] = $optionValue;
79 $connectionOptions[$optionKey] = $optionValue;
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Database/Driver/PDOSqlsrv/
H A DDriver.php82 foreach ($options as $optionKey => $optionValue) {
83 if (is_int($optionKey)) {
84 $driverOptions[$optionKey] = $optionValue;
86 $connectionOptions[$optionKey] = $optionValue;
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/
H A DFinisherOptionsFlexFormOverridesConverter.php57 [, $optionKey] = $matches;
66 $optionKey,
73 … $fieldConfiguration = $prototypeFinisherDefinition['FormEngine']['elements'][$optionKey] ?? [];
91 …finition = ArrayUtility::setValueByPath($finisherDefinition, 'options.' . $optionKey, $value, '.');
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/
H A DFinisherOptionsFlexFormOverridesConverter.php57 [, $optionKey] = $matches;
66 $optionKey,
73 $fieldConfiguration = $prototypeFinisherDefinition['FormEngine']['elements'][$optionKey];
91 …finition = ArrayUtility::setValueByPath($finisherDefinition, 'options.' . $optionKey, $value, '.');

12345678910>>...16