Lines Matching refs:query
135 $result = $this->query($this->getConf('check-pass'), $userdata);
219 $ok = $this->query($this->getConf('insert-user'), $userdata);
273 $ok = $this->query($this->getConf('update-user-login'), $params);
283 $ok = $this->query($this->getConf('update-user-pass'), $params);
293 $ok = $this->query($this->getConf('update-user-info'), $params);
386 $result = $this->query($this->getConf('list-users'), $filter);
422 $result = $this->query($this->getConf('count-users'), $filter);
439 $result = $this->query($sql, [':group' => $group]);
476 $result = $this->query($sql, [':user' => $user]);
529 $ok = $this->query($this->getConf('delete-user'), $userdata);
550 $result = $this->query($sql, $userdata);
581 $result = $this->query($sql);
623 $result = $this->query($sql, $data);
639 $result = $this->query($sql, $data);
651 protected function query($sql, $arguments = []) function in auth_plugin_authpdo