Lines Matching refs:error

76 	function addInit($error = FALSE)  argument
80 if($error)
81 $pString .= MISC::p($error, "error", "center");
88 if($error = $this->validateInput('add'))
89 $this->badInput($error, 'addInit');
96 function editInit($error = FALSE) argument
111 function editDisplay($error = FALSE) argument
113 if(!$error)
117 if($error)
118 $pString .= MISC::p($error, "error", "center");
302 if($error = $this->validateInput('edit'))
303 $this->badInput($error, 'editDisplay');
311 function copyInit($error = FALSE) argument
322 function copyDisplay($error = FALSE) argument
324 if(!$error)
328 if($error)
329 $pString .= MISC::p($error, "error", "center");
1153 $this->badInput($error = $this->errors->text("file", "folder"), $this->errorDisplay);
1189 $error = FALSE;
1211 $error = $this->errors->text("inputError", "missing");
1215 $error = $this->errors->text("inputError", "invalid");
1217 $error = $this->errors->text("inputError", "missing");
1219 $error = $this->errors->text("inputError", "missing");
1221 $error = $this->errors->text("inputError", "missing");
1223 $error = $this->errors->text("inputError", "missing");
1225 $error = $this->errors->text("inputError", "missing");
1236 $error = $this->errors->text("inputError", "missing");
1240 $error = $this->errors->text("inputError", "nan");
1244 $error = $this->errors->text("inputError", "missing");
1248 $error = $this->errors->text("inputError", "nan");
1252 $error = $this->errors->text("inputError", "missing");
1256 $error = $this->errors->text("inputError", "nan");
1260 $error = $this->errors->text("inputError", "missing");
1264 $error = $this->errors->text("inputError", "nan");
1267 $error = $this->errors->text("inputError", "missing");
1270 $error = $this->errors->text("inputError", "missing");
1276 $error = $this->errors->text("inputError", "missing");
1283 $error = $this->errors->text("inputError", "invalid");
1285 $error = $this->errors->text("inputError", "styleExists");
1290 $error = $this->errors->text("inputError", "missing");
1292 if($error)
1293 return $error;
1384 function badInput($error, $method) argument
1387 new CLOSE($this->$method($error));