Lines Matching refs:false

36    $this->success = false;
42 $this->success = false;
46 $this->cando['addUser'] = false; // can Users be created?
47 $this->cando['delUser'] = false; // can Users be deleted?
48 $this->cando['modLogin'] = false; // can login names be changed?
49 $this->cando['modPass'] = false; // can passwords be changed?
50 $this->cando['modName'] = false; // can real names be changed?
51 $this->cando['modMail'] = false; // can emails be changed?
52 $this->cando['modGroups'] = false; // can groups be changed?
53 $this->cando['getUsers'] = false; // FIXME can a (filtered) list of users be retrieved?
55 $this->cando['getGroups'] = false; // FIXME can a list of available groups be retrieved?
56 $this->cando['external'] = false; // does the module do external auth checking?
78 $rc = false;
83 if($result !== false && count($result) == 1) {
96 * @return mixed boolean|string hashed password string in case of success, else return boolean false
104 $this->success = false;
118 * when false, it maybe included, but is not required by the caller
131 $info = false;
147 * @return mixed false|array false if the user doesn't exist
172 * Otherwise it will return 'false'.
178 * @return false|array false on error, user info on success
184 if($result !== false && count($result)) {
188 return false;
196 * false.
202 * @return bool|array false on error, all groups on success
210 if($result !== false && count($result)) {
217 return false;
259 * @return false
262 return false;
282 * Fast backends might want to return always false, to force rechecks on
327 return false; // connection failed
354 * @return array|false with the result table
371 return false;
383 protected function _escape($string, $like = false) {
418 * @return int|bool insert id or 0, false on error
428 if($rc !== false) return $rc;
432 return false;
470 return false;
485 return false;
525 return false;