Lines Matching refs:option
181 foreach($options as $option) {
182 $option = trim($option);
183 if(empty($option)) continue;
184 if($option[0] == '@') {
185 $data['todousers'][] = substr($option, 1); //fill todousers array
186 …if(!isset($data['todouser'])) $data['todouser'] = substr($option, 1); //set the first/main todouser
188 elseif($option[0] == '#') {
190 @list($completeduser, $completeddate) = explode(':', $option, 2);
196 elseif($option[0] == '!') {
197 $plen = strlen($option);
198 $excl_count = substr_count($option, "!");
204 @list($key, $value) = explode(':', $option, 2);