Home
last modified time | relevance | path

Searched refs:badInput (Results 1 – 3 of 3) sorted by last modified time

/plugin/bibtex/OSBib/format/
H A DPARSESTYLE.php134 $this->badInput($this->errors->text("inputError", "invalid"), $this->errorDisplay);
H A DBIBSTYLE.php245 function badInput($error) function in BIBSTYLE
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php89 $this->badInput($error, 'addInit');
171 $this->badInput($this->errors->text("file", "read"));
303 $this->badInput($error, 'editDisplay');
1033 $this->badInput($this->errors->text("inputError", "invalid"), $this->errorDisplay);
1153 $this->badInput($error = $this->errors->text("file", "folder"), $this->errorDisplay);
1157 $this->badInput($this->errors->text("file", "write", ": $fileName"), $this->errorDisplay);
1159 $this->badInput($this->errors->text("file", "write", ": $fileName"), $this->errorDisplay);
1384 function badInput($error, $method) function in ADMINSTYLE