Lines Matching refs:ok
76 $ok = (bool) $this->sqlite->query($sql, [$pattern, $user, $status]);
94 $ok = $ok && $this->sqlite->query('COMMIT TRANSACTION');
95 if (!$ok) {
99 return $ok;
114 $ok = (bool) $this->sqlite->query($sql, [$pattern, $user, $status]);
124 $ok = true;
126 $ok = $ok && $this->deassignPage($row['pid'], $user, $status);
129 return $ok;
164 $ok = (bool) $this->sqlite->query($sql);
171 $ok = $ok && (bool) $this->sqlite->query($sql);
176 return $ok;