Home
last modified time | relevance | path

Searched refs:sql (Results 126 – 150 of 186) sorted by last modified time

12345678

/plugin/authjoomla/
H A Dauth.php51 $sql = $this->getConf('select-session');
52 $result = $this->_query($sql, ['session' => $session]);
/plugin/fckg/fckeditor/editor/css/
H A Dfck_editorarea.css.dokuwiki_template427 background-image: url(images/fileicons/sql.png);
H A Dfck_editorarea_RTL.css366 background-image: url(images/fileicons/sql.png);
H A Dfck_editorarea.css427 background-image: url(images/fileicons/sql.png);
H A Dfck_editorarea.css.default_template406 background-image: url(images/fileicons/sql.png);
/plugin/fckg/fckeditor/editor/css/images/fileicons/
H A Ddir.txt35 sql.png
H A Dicon_files.txt32 sql.png
H A Dicons.txt68 background-image: url(images/fileicons/sql.png);
/plugin/sqlcomp/
H A Dsyntax.php231 $sql = $data[1];
254 … case "mysql": $rs = $this->_mysql($dbcon[1], $dbcon[2], $dbcon[3], $dbcon[4], $sql, $opts); break;
255 … case "mssql": $rs = $this->_mssql($dbcon[1], $dbcon[2], $dbcon[3], $dbcon[4], $sql, $opts); break;
256 …case "oracle": $rs = $this->_oracle($dbcon[1], $dbcon[2], $dbcon[3], $dbcon[4], $sql, $opts); brea…
257 …case "sqlite": $rs = $this->_sqlite($dbcon[1], $dbcon[2], $dbcon[3], $dbcon[4], $sql, $opts); brea…
258 …qlaccess": $rs = $this->_sqlaccess($dbcon[1], $dbcon[2], $dbcon[3], $dbcon[4], $sql, $opts); break;
259 …tgresql": $rs = $this->_postgresql($dbcon[1], $dbcon[2], $dbcon[3], $dbcon[4], $sql, $opts); break;
260 …case "sqlcsv": $rs = $this->_sqlcsv($dbcon[1], $dbcon[2], $dbcon[3], $dbcon[4], $sql, $opts); brea…
/plugin/database2/
H A Ddatabase2.php874 $st = $this->db->prepare( $sql );
930 if ( $this->db->query( $sql ) === false )
1117 $sql = sprintf( 'UPDATE %s SET %s WHERE %s=?',
1128 $st = $this->db->prepare( $sql );
1204 $sql = sprintf( '%s WHERE %s=?',
1207 $sql = sprintf( 'SELECT %s FROM %s WHERE %s=?',
1210 $st = $this->db->prepare( $sql );
4104 $sql = 'SELECT COUNT(*) FROM ' . $table;
4111 $s = $this->db->query( $sql );
4200 $st = $this->db->prepare( $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/top/
H A Dhelper.php67 $sql = "INSERT OR REPLACE INTO toppages (page, value, lang, month)
69 $res = $sqlite->query($sql, $page, $page, $month, $lang, $month);
86 $sql = $sqlbegin . $sqlend;
87 $res = $sqlite->query($sql, $num);
89 $sql = $sqlbegin . "WHERE lang = ? " . $sqlend;
90 $res = $sqlite->query($sql, $lang, $num);
92 $sql = $sqlbegin . "WHERE month >= ? " . $sqlend;
93 $res = $sqlite->query($sql, intval($month), $num);
95 $sql = $sqlbegin . "WHERE lang = ? AND month >= ? " . $sqlend;
96 $res = $sqlite->query($sql, $lang, intval($month), $num);
/plugin/top/_test/
H A Ddate.test.php19 $sql = "INSERT INTO toppages (page, value, lang, month) VALUES
21 $sqlite->query($sql,'wiki:start',3,'','201407');
22 $sqlite->query($sql,'wiki:start',2,'','201401');
23 $sqlite->query($sql,'wiki:start',6,'','201201');
24 $sqlite->query($sql,'wiki:start',1,'',null);
25 $sqlite->query($sql,'en:wiki:start',8,'en','201201');
26 $sqlite->query($sql,'en:wiki:start',1,'en','201303');
27 $sqlite->query($sql,'de:wiki:start',6,'de','201201');
/plugin/authyubikey/lib/
H A DREADME58 https://github.com/Yubico/php-yubico/blob/master/example/db.sql[example/db.sql]
/plugin/authsqlite/
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 …]
H A DREADME.md10 sql statements. %{animal} is the animal component of a wiki farm setup,
/plugin/datatemplate/syntax/inc/
H A Dcache.php34 * @param string $sql stripped SQL for hash generation
37 public function checkAndBuildCache($data, $sql, &$dtlist) { argument
59 $cachefile = getCacheName($sql, '.datatemplate');
74 $res = $sqlite->query($sql);
99 $cache = $this->getData($sql);
117 * @param string $sql the stripped sql for the data request
120 public function getData($sql) { argument
121 $cachefile = getCacheName($sql, '.datatemplate');
/plugin/datatemplate/syntax/
H A Dlist.php97 $sql = parent::_buildSQL($data);
104 return $sql;
114 $sql = $this->_buildSQL($data);
123 $this->dtc->checkAndBuildCache($data, $sql, $this);
132 $datarows = $this->dtc->getData($sql);
/plugin/crossdbsqlclient/
H A Dplugin.info.txt6 desc A GUI-Interface in Dokuwiki to execute sql on MySQL and PosgreSQL.
H A Ddescr.txt4 description: A GUI-Interface in Dokuwiki to execute sql on MySQL and PostgreSQL.
/plugin/simplemysqlclient/
H A Ddescr.txt4 description: A GUI-Interface in Dokuwiki to execute sql on local (server side) MySQL database.
H A Dplugin.info.txt6 desc A GUI-Interface in Dokuwiki to execute sql on local (server side) MySQL database.
/plugin/crossdbsqlclient/syntax/
H A Dcrossdbsqlclient.php170 $sql = $this->getLang ( 'template.' . $i . '.sql' );
171 …$ret = $ret . '<button style="margin:4px" onclick="return crossdbsqlclient_load(\'' . $sql . '\')"…
/plugin/rating/
H A Dhelper.php63 $sql = "SELECT sum(value) FROM ratings WHERE page = ?";
64 $res = $sqlite->query($sql, $ID);
69 $res = $sqlite->query($sql, $ID, $this->userID());
95 $sql = "DELETE FROM ratings WHERE page = ?";
96 $res = $sqlite->query($sql, $page);
113 $sql = $sqlbegin . $sqlend;
114 $res = $sqlite->query($sql, $num);
116 $sql = $sqlbegin . "WHERE lang = ? " . $sqlend;
117 $res = $sqlite->query($sql, $lang, $num);
119 $sql = $sqlbegin . "WHERE date >= ? " . $sqlend;
[all …]
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php572 $sql = $this->getLang ( 'template.' . $i . '.sql' );
573 …$ret = $ret . '<button style="margin:4px" onclick="return simplemysqlclient_load(\'' . $sql . '\')…
592 $sql = $this->getLang ( 'shortcut.' . $i . '.sql' );
593 $sql = str_replace ( '#DATABASENAME#', $this->getConf ( 'dbName' ), $sql );
594 …$ret = $ret . '<button style="margin:4px" onclick="return simplemysqlclient_load(\'' . $sql . '\')…

12345678