Home
last modified time | relevance | path

Searched refs:sql (Results 101 – 125 of 186) sorted by relevance

12345678

/plugin/highlightjs/highlight/styles/
H A Ddark.css46 .sql .aggregate,
84 .sql .aggregate,
H A Dbrown_paper.css49 .sql .aggregate,
87 .sql .aggregate,
H A Dschool_book.css51 .sql .aggregate,
89 .sql .aggregate,
/plugin/data-au/admin/
H A Daliases.php102 $sql = "SELECT * FROM aliases ORDER BY name";
103 $res = $sqlite->query($sql);
/plugin/data/admin/
H A Daliases.php111 $sql = 'SELECT * FROM aliases ORDER BY name';
112 $rows = $sqlite->queryAll($sql);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/strata/helper/
H A Dtriples.php129 $sql = "DELETE FROM ".self::$writable." WHERE ". implode(" AND ", $filters);
132 $query = $this->_db->prepare($sql);
176 $sql = "SELECT subject, predicate, object, graph FROM ".self::$readable." WHERE ". implode(" AND ", $filters).$scopeRestriction;
179 $query = $this->_db->prepare($sql);
217 $sql = "INSERT INTO ".self::$writable."(subject, predicate, object, graph) VALUES(?, ?, ?, ?)";
218 $query = $this->_db->prepare($sql);
251 list($sql, $literals, $projected, $grouped) = $generator->translate($queryTree);
254 $query = $this->_db->prepare($sql);
265 msg(sprintf($this->getLang('debug_sql'),hsc($sql)),-1);
518 'sql'
[all...]
/plugin/codebutton2/
H A Dconfig.ini1 SQL%20=sql
/plugin/sqlraw/
H A Dsyntax.php809 $sql = 'INSERT INTO `'.$table.'` VALUES(';
813 $sql .= '\''.$database->escapeSimple($field).'\', ';
817 $sql = rtrim($sql, ', ');
818 $sql .= ');';
819 $result =& $database->query ($sql);
821 …$renderer->doc .= '<div class="error">INSERT INTO TABLE failed for query: '. $sql .'the error: '. …
/plugin/bez/struct/
H A DBezType.php140 $sql = "SELECT " . implode(',', $fields) . " FROM $table WHERE id LIKE ? LIMIT $max";
141 $res = $sqlite->query($sql, $id . '%');
/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/statistics/
H A Daction.php178 $sql = "SELECT `info` FROM " . $hlp->prefix . "history WHERE `dt` = DATE(NOW())";
179 $result = $hlp->runSQL($sql);
/plugin/quickstats/
H A Dplugin.info.txt6 desc Non-sql-based web traffic statistics
/plugin/sql/
H A DREADME5 * http://dokuwiki.org/plugin:sql
/plugin/struct/meta/
H A DAccessTable.php336 $sql = array_shift($query);
337 $ok = $ok && $this->sqlite->query($sql, $query);
443 [$sql, $opt] = $this->buildGetDataSQL($idColumn);
445 return $this->sqlite->queryAll($sql, $opt);
/plugin/bez/mdl/
H A DThread.php201 $sql = 'SELECT * FROM thread_participant WHERE';
207 $sql .= " $filter=1 AND";
209 $sql .= ' thread_id=? AND removed=0 ORDER BY user_id';
211 $r = $this->model->sqlite->query($sql, $this->id);
268 $sql = "UPDATE thread_participant SET $set WHERE thread_id=? AND user_id=?";
269 $this->model->sqlite->query($sql, $this->id, $user_id);
H A DTask.php346 $sql = 'SELECT * FROM task_participant WHERE';
352 $sql .= " $filter=1 AND";
354 $sql .= ' task_id=? AND removed=0 ORDER BY user_id';
356 $r = $this->model->sqlite->query($sql, $this->id);
413 $sql = "UPDATE task_participant SET $set WHERE task_id=? AND user_id=?";
414 $this->model->sqlite->query($sql, $this->id, $user_id);
/plugin/crossdbsqlclient/
H A Dplugin.info.txt6 desc A GUI-Interface in Dokuwiki to execute sql on MySQL and PosgreSQL.
/plugin/combo/db/combo/
H A DREADME.md8 * Create a file `updateXXXXX.sql` where `XXXXX` = `XXXX+1`
/plugin/simplemysqlclient/
H A Dplugin.info.txt6 desc A GUI-Interface in Dokuwiki to execute sql on local (server side) MySQL database.
/plugin/combo/db/combo-secondary/
H A DREADME.md8 * Create a file `updateXXXXX.sql` where `XXXXX` = `XXXX+1`
/plugin/highlightjs/highlight/languages/
H A Dsql.js5 hljs.LANGUAGES.sql = class in hljs.LANGUAGES
/plugin/semanticdata/syntax/
H A Dtable.php438 $sql =
449 $sql .= ' LIMIT '.($data['limit'] + 1);
452 return $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/fckg/fckeditor/editor/css/images/fileicons/
H A Dicon_files.txt32 sql.png

12345678