Lines Matching refs:opt
34 $opt = array_shift($options);
36 if ($rawvalue == $opt) {
41 $opt = hsc($opt);
44 'value' => $opt,
51 return "<label><input $attributes> $opt</label>";
68 foreach ($this->getOptions() as $opt) {
69 if (in_array($opt, $rawvalues)) {
77 'value' => $opt,
86 $opt = hsc($opt);
87 $html .= "<label><input $attributes> $opt</label>";