Lines Matching refs:TYPE
486 function getError($TYPE, $match, $problem_str, $xtra = "") argument
491 if ($TYPE == HTML_OK_INVALIDID)
505 switch ($TYPE)
508 $error_string .= $this->htmlOK_errors[$TYPE] . ": <b>{$problem_str}</b><br />";
509 $js = $this->htmlOK_errors[$TYPE] . '.'
515 $error_string .= $this->htmlOK_errors[$TYPE] . ": <b>{$problem_str}</b><br />";
516 … $js = $this->htmlOK_errors[$TYPE] . " at current HTML access level: <b>{$problem_str}</b>";
521 $error_string .= $this->htmlOK_errors[$TYPE] . ": <b>{$problem_str}</b><br />";
522 …$js = $this->htmlOK_errors[$TYPE] . ". External files cannot be included in wiki documents: <b>{$p…
529 $error_string .= $this->htmlOK_errors[$TYPE] . ':<BR />';
540 if ($TYPE == HTML_OK_BADCLASSNAME)
542 …$js = $this->htmlOK_errors[$TYPE] . ". htmlO_K_ prefix required for class names: <b>{$name_errs}</…
543 } elseif ($TYPE == HTML_OK_BADFNNAME)
545 …$js = $this->htmlOK_errors[$TYPE] . ". htmlO_K_ prefix required for function names:<BR /> &nb…
549 … $js = $this->htmlOK_errors[$TYPE] . " at current HTML access level: <b>{$name_errs}</b>. ";