Home
last modified time | relevance | path

Searched refs:optionValue (Results 1 – 17 of 17) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClientConfiguration.php93 foreach ($func->getParameters() as $optionName => $optionValue) {
94 if ('false' === $optionValue) {
95 $optionValue = false;
96 } elseif ('true' === $optionValue) {
97 $optionValue = true;
98 } elseif (\is_numeric($optionValue)) {
99 $optionValue = (int) $optionValue;
102 $clientConfiguration->set($optionName, $optionValue);
200 foreach ($dsn->getParameters() as $optionName => $optionValue) {
[all...]
/plugin/mikioplugin/syntax/
H A Dcore.php184 foreach ($data as $optionKey => $optionValue) {
192 $optionsCleaned[$syntaxKey] = filter_var($optionValue, FILTER_VALIDATE_BOOLEAN);
195 $optionsCleaned[$syntaxKey] = filter_var($optionValue, FILTER_VALIDATE_INT);
198 $optionsCleaned[$syntaxKey] = filter_var($optionValue, FILTER_VALIDATE_FLOAT);
201 $optionsCleaned[$syntaxKey] = $optionValue;
204 $s = strtolower($optionValue);
231 $parts = explode(' ', $optionValue);
269 if (strlen($optionValue) == 3 || strlen($optionValue) == 6) {
270 preg_match('/([[:xdigit:]]{3}){1,2}/', $optionValue,
[all...]
/plugin/wysiwyg/fckeditor/editor/filemanager/browser/default/js/
H A Dcommon.js25 function AddSelectOption( selectElement, optionText, optionValue ) argument
30 oOption.value = optionValue ;
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
H A Dcommon.js58 function AddSelectOption( selectElement, optionText, optionValue ) argument
63 oOption.value = optionValue ;
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A Dcommon.js58 function AddSelectOption( selectElement, optionText, optionValue ) argument
63 oOption.value = optionValue ;
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dcommon.js58 function AddSelectOption( selectElement, optionText, optionValue ) argument
63 oOption.value = optionValue ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_select/
H A Dfck_select.js151 function AddComboOption( combo, optionText, optionValue, documentObject, index ) argument
166 oOption.value = optionValue ;
/plugin/fckg/fckeditor/editor/dialog/fck_select/
H A Dfck_select.js151 function AddComboOption( combo, optionText, optionValue, documentObject, index ) argument
166 oOption.value = optionValue ;
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsample02.lasso44 function AddComboOption(combo, optionText, optionValue)
51 oOption.value = optionValue ;
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample02.cfm45 function AddComboOption(combo, optionText, optionValue)
52 oOption.value = optionValue ;
H A Dsample02_mx.cfm45 function AddComboOption(combo, optionText, optionValue)
52 oOption.value = optionValue ;
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample02.afp43 function AddComboOption(combo, optionText, optionValue)
50 oOption.value = optionValue ;
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample02.asp46 function AddComboOption(combo, optionText, optionValue)
53 oOption.value = optionValue ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools.js279 FCKTools.AddSelectOption = function( selectElement, optionText, optionValue ) argument
284 oOption.value = optionValue ;
/plugin/issuetracker/
H A Dprototype.js5204 currentValue = this.optionValue(opt);
5217 return index >= 0 ? optionValue(element.options[index]) : null;
5226 if (opt.selected) values.push(optionValue(opt));
5231 function optionValue(opt) { function
5242 optionValue: optionValue,
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js3598 value = this.optionValue(opt);
3612 return index >= 0 ? this.optionValue(element.options[index]) : null;
3621 if (opt.selected) values.push(this.optionValue(opt));
3626 optionValue: function(opt) { method in Form.Element.Serializers
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js4147 currentValue = this.optionValue(opt);
4161 return index >= 0 ? this.optionValue(element.options[index]) : null;
4170 if (opt.selected) values.push(this.optionValue(opt));
4175 optionValue: function(opt) { method in Form.Element.Serializers