Lines Matching refs:optionValue
185 foreach ($data as $optionKey => $optionValue) {
193 … $optionsCleaned[$syntaxKey] = filter_var($optionValue, FILTER_VALIDATE_BOOLEAN);
196 … $optionsCleaned[$syntaxKey] = filter_var($optionValue, FILTER_VALIDATE_INT);
199 … $optionsCleaned[$syntaxKey] = filter_var($optionValue, FILTER_VALIDATE_FLOAT);
202 $optionsCleaned[$syntaxKey] = $optionValue;
205 $s = strtolower($optionValue);
232 $parts = explode(' ', $optionValue);
270 if (strlen($optionValue) == 3 || strlen($optionValue) == 6) {
271 preg_match('/([[:xdigit:]]{3}){1,2}/', $optionValue, $matches);
275 $optionsCleaned[$syntaxKey] = $optionValue;
278 $optionsCleaned[$syntaxKey] = $optionValue;
282 $optionsCleaned[$syntaxKey] = $this->buildLink($optionValue);
285 $optionsCleaned[$syntaxKey] = $this->buildMediaLink($optionValue);
290 if (strcasecmp($optionValue, $choiceKey) == 0) {
297 if (strcasecmp($optionValue, $choiceItem) == 0) {
303 if (strcasecmp($optionValue, $choiceValue) == 0) {
326 foreach ($data as $optionKey => $optionValue) {
328 if($optionValue === true && $this->customStyleExists($optionKey)) {
360 foreach ($options as $optionKey => $optionValue) {