Lines Matching refs:err_msg
102 $err_msg = "";
128 $err_msg = sprintf("Invalid area! AREA='%s'", $match);
147 $err_msg = sprintf("Invalid number of coordinates! COUNT=%d", count($a_coords));
165 …$args = array($state, self::MATCH_IS_AREA, $is_correct, $err_msg, $link, $loc_id, $text, $num_coor…
175 $args = array($state, self::MATCH_IS_CONFIG, $is_correct, $err_msg, $cfg);
178 $err_msg = sprintf("Invalid JSON in configuration! JSON='%s'", $cfg);
181 $err_msg = sprintf("Invalid configuration! CONFIG='%s'", $match);
185 $err_msg = sprintf("Invalid expression! EXPRESSION='%s'", $match);
188 $args = array($state, self::MATCH_IS_UNKNOWN, $is_correct, $err_msg);
235 $err_msg = "";
236 list($state, $match_type, $is_correct, $err_msg) = $data;
256 … <br /><span style="color:white; background-color:red;">ERROR -- %s</span>%s', $err_msg, DOKU_LF);
266 $err_msg = "";
280 list($state, $match_type, $is_correct, $err_msg) = $value;
282 … <br /><span style="color:white; background-color:red;">ERROR -- %s</span>%s', $err_msg, DOKU_LF);
289 …list($state, $match_type, $is_correct, $err_msg, $link, $loc_id, $text, $num_coords, $a_coords_s, …
307 … list($state, $match_type, $is_correct, $err_msg, $link, $loc_id, $text, $a_coords) = $value;
318 list($state, $match_type, $is_correct, $err_msg) = $value;
320 … <br /><span style="color:white; background-color:red;">ERROR -- %s</span>%s', $err_msg, DOKU_LF);
326 list($state, $match_type, $is_correct, $err_msg, $cfg) = $value;