Home
last modified time | relevance | path

Searched refs:sql (Results 1 – 25 of 186) sorted by path

12345678

/plugin/aceeditor/
H A Dbuild.js1sql|sql_big_result|sql_buffer_result|sql_cache|sql_calc_found_rows|sql_no_cache|sql_small_result|s… property in AnonymousFunction3f7200173f900.mt
/plugin/acknowledge/
H A Dhelper.php77 $sql = "INSERT OR IGNORE INTO pages (page, lastmod) VALUES (?,?)";
85 $this->db->exec($sql, [$page, $lastmod]);
170 $sql = "DELETE FROM pages WHERE page = ?";
171 $this->db->exec($sql, $page);
190 $sql = "REPLACE INTO pages (page, lastmod) VALUES (?,?)";
191 $this->db->exec($sql, [$page, $lastmod]);
204 $sql = "UPDATE assignments SET pageassignees = '' WHERE page = ?";
205 $this->db->exec($sql, $page);
219 $sql = "REPLACE INTO assignments ('page', 'pageassignees') VALUES (?,?)";
220 $this->db->exec($sql, [
[all...]
/plugin/addressbook/
H A Daction.php72 …$sql = "select * from addresslist WHERE instr(lower(surname || firstname || tel1 || tel2 || fax ||…
73 …for ($c=1;$c<count($text);$c++) $sql .= " AND instr(lower(' ' || surname || firstname || tel1 || t…
74 $sql .= " ORDER BY $order LIMIT 20";
76 $query = $sqlite->query($sql);
79 if ($sqlite->res2count($sqlite->query($sql)) == 0) {
H A Dsyntax.php379 $query = $sqlite->query($sql);
482 $sql .= ')';
486 $res = $sqlite->query($sql);
525 $sqlite->query($sql);
593 $sql .= " ORDER BY $order";
595 $query = $sqlite->query($sql);
628 $query = $sqlite->query($sql);
673 $query = $sqlite->query($sql);
941 $query = $sqlite->query($sql);
946 $sql = "INSERT INTO addresslist
[all …]
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe48507 Ġmy sql
/plugin/approve/action/
H A Dmigration.php58 $sql = "INSERT OR IGNORE INTO $table ($keys) VALUES ($vals)";
59 return $sqlite->query($sql, array_values($entry));
/plugin/authdrupal7/
H A Dauth.php85 $sql = str_replace('%{drupal_prefix}', $this->getConf('drupalPrefix'), $sql);
86 $result = $this->_queryDB($sql);
187 $sql = str_replace('%{drupal_prefix}', $this->getConf('drupalPrefix'), $sql);
188 $result = $this->_queryDB($sql);
213 $sql = str_replace('%{drupal_prefix}', $this->getConf('drupalPrefix'), $sql);
214 $result = $this->_queryDB($sql);
238 $result = $this->_queryDB($sql);
465 $sql = "LOCK TABLES ";
468 if($cnt++ != 0) $sql .= ", ";
469 $sql .= "$table $mode";
[all …]
/plugin/authdrupal8/
H A Dauth.php80 $sql = str_replace('%{user}', $this->_escape($user), $this->checkPass);
81 $sql = str_replace('%{drupalPrefix}', $this->getConf('prefix'), $sql);
82 $result = $this->_queryDB($sql);
181 $sql = str_replace('%{user}', $this->_escape($user), $this->getUserInfo);
182 $sql = str_replace('%{drupalPrefix}', $this->getConf('prefix'), $sql);
183 $result = $this->_queryDB($sql);
207 $sql = str_replace('%{user}', $this->_escape($user), $this->getGroups);
208 $sql
[all...]
/plugin/authgoogle/google/contrib/
H A DGoogle_FusiontablesService.php150 * @param string $sql An SQL SELECT/SHOW/DESCRIBE/INSERT/UPDATE/DELETE/CREATE statement.
157 public function sql($sql, $optParams = array()) { function in Google_QueryServiceResource
158 $params = array('sql' => $sql);
170 * @param string $sql An SQL SELECT/SHOW/DESCRIBE statement.
177 public function sqlGet($sql, $optParams = array()) { argument
178 $params = array('sql' => $sql);
1217 public $sql; variable in Google_Table
1269 public function setSql( $sql) { argument
1270 $this->sql = $sql;
1273 return $this->sql;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1EnvironmentEndpoints.php29 public $sql; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1EnvironmentEndpoints
48 public function setSql($sql) argument
50 $this->sql = $sql;
57 return $this->sql;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDataflow.php957 'sql',
961 'path' => 'v1b3/projects/{projectId}/locations/{location}/sql:validate',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DExecuteSqlRequest.php51 public $sql; variable in Google\\Service\\Spanner\\ExecuteSqlRequest
170 public function setSql($sql) argument
172 $this->sql = $sql;
179 return $this->sql;
H A DPartitionQueryRequest.php33 public $sql; variable in Google\\Service\\Spanner\\PartitionQueryRequest
82 public function setSql($sql) argument
84 $this->sql = $sql;
91 return $this->sql;
H A DStatement.php31 public $sql; variable in Google\\Service\\Spanner\\Statement
64 public function setSql($sql) argument
66 $this->sql = $sql;
73 return $this->sql;
/plugin/authjoomla/
H A Dauth.php51 $sql = $this->getConf('select-session');
52 $result = $this->_query($sql, ['session' => $session]);
/plugin/authowncloud/
H A Dauth.php217 …$sql = "SELECT DISTINCT *PREFIX*users.uid AS user, *PREFIX*users.displayname AS name $selectMail $…
218 $sql .= $joins.' '.$wheres;
219 if($limit > 0) $sql .= ' LIMIT '.$start.','.$limit.' ';
220 $db = OC_DB::prepare($sql);
/plugin/authsqlite/
H A DREADME.md10 sql statements. %{animal} is the animal component of a wiki farm setup,
H A Dauth.php198 $this->_modifyDB($sql);
209 $sql = str_replace('%{uid}', addslashes($uid), $sql);
211 $sql = str_replace('%{user}', addslashes($user), $sql);
212 $sql = str_replace('%{gid}', addslashes($gid), $sql);
213 $sql = str_replace('%{group}', addslashes($group), $sql);
221 $sql = str_replace('%{group}', addslashes($group), $sql);
222 $this->_modifyDB($sql);
253 $sql = str_replace('%{pass}', addslashes($pwd), $sql);
254 $sql = str_replace('%{name}', addslashes($name), $sql);
255 $sql = str_replace('%{email}', addslashes($mail), $sql);
[all …]
/plugin/authucenter/lib/uc_client/lib/
H A Ddb.class.php66 function result_first($sql) { argument
67 $query = $this->query($sql);
71 function fetch_first($sql) { argument
72 $query = $this->query($sql);
76 function fetch_all($sql, $id = '') { argument
78 $query = $this->query($sql);
92 $this->halt('MySQL Query Error', $sql);
95 $this->histories[] = $sql;
154 function halt($message = '', $sql = '') { argument
159 $this->query($sql);
[all …]
H A Ddbi.class.php55 function result_first($sql) { argument
56 $query = $this->query($sql);
60 function fetch_first($sql) { argument
61 $query = $this->query($sql);
65 function fetch_all($sql, $id = '') { argument
67 $query = $this->query($sql);
81 $this->halt('MySQL Query Error', $sql);
84 $this->histories[] = $sql;
147 function halt($message = '', $sql = '') { argument
152 $this->query($sql);
[all …]
/plugin/authucenter/lib/uc_client/model/
H A Dmail.php55 …$sql = "INSERT INTO ".UC_DBTABLEPRE."mailqueue (touid, tomail, subject, message, frommail, charset…
65 $sql .= implode(',', $values_arr);
66 $this->db->query($sql);
H A Dpm.php481 $sql = "SELECT * FROM ".UC_DBTABLEPRE."pm_lists WHERE min_max='$relationship'";
483 $sql = "SELECT * FROM ".UC_DBTABLEPRE."pm_lists WHERE plid='$plid'";
486 $query = $this->db->query($sql);
/plugin/authwordpress/
H A Dauth.php214 $sql = $this->sql_wp_user_data
217 $stmt = $this->db->prepare($sql);
219 $this->logDebug("Retrieving data for user '$user'\n$sql");
/plugin/authyubikey/lib/
H A DREADME58 https://github.com/Yubico/php-yubico/blob/master/example/db.sql[example/db.sql]
/plugin/bez/action/
H A Dmigration.php49 $sql = file_get_contents($file);
50 if($sql === false) {
55 preg_match_all('/.*?(?(?=BEGIN)BEGIN.*?END)\s*;/is', $sql, $matches);
82 $sql = file_get_contents($file);
83 if($sql === false) {
88 preg_match_all('/.*?(?(?=BEGIN)BEGIN.*?END)\s*;/is', $sql, $matches);
123 $sql = file_get_contents($file);
124 if ($sql === false) {
129 preg_match_all('/.*?(?(?=BEGIN)BEGIN.*?END)\s*;/is', $sql, $matches);

12345678