Home
last modified time | relevance | path

Searched refs:sql (Results 126 – 150 of 186) sorted by relevance

12345678

/plugin/quickstats/
H A DREADME1 …ng parameters. Its advantage for many users is that is does not require an sql database; this may …
/plugin/fckg/fckeditor/editor/css/images/fileicons/
H A Ddir.txt35 sql.png
H A Dicons.txt68 background-image: url(images/fileicons/sql.png);
/plugin/ireadit/action/
H A Dmigration.php60 $sql = "INSERT OR IGNORE INTO $table ($keys) VALUES ($vals)";
61 return $sqlite->query($sql, array_values($entry));
/plugin/combo/ComboStrap/
H A DPageSqlTreeListener.php89 * @param string $sql
92 public function __construct(PageSqlLexer $lexer, PageSqlParser $parser, string $sql, MarkupPath $pageContext = null) argument
96 $this->pageSqlString = $sql;
/plugin/authyubikey/lib/
H A DREADME58 https://github.com/Yubico/php-yubico/blob/master/example/db.sql[example/db.sql]
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1sql/sql.js"],"names":["mod","exports","module","require","define","amd","CodeMirror","defineMode",…
/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/simplemysqlclient/
H A DREADME3 A Interface to execute sql on local mySQL database.
H A Ddescr.txt4 description: A GUI-Interface in Dokuwiki to execute sql on local (server side) MySQL database.
/plugin/crossdbsqlclient/
H A DREADME3 A Interface to execute sql on local mySQL database.
H A Ddescr.txt4 description: A GUI-Interface in Dokuwiki to execute sql on MySQL and PostgreSQL.
/plugin/struct/types/
H A DLookup.php253 $sql = $QB->getSelectStatement($alias);
254 $QB->addSelectStatement("STRUCT_JSON($tablealias.$colname, $sql)", $alias);
/plugin/struct/meta/
H A DSearch.php468 [$sql, $opts] = $this->getSQL();
471 $res = $this->sqlite->query($sql, $opts);
472 if ($res === false) throw new StructException("SQL execution failed for\n\n$sql");
489 * @return array ($sql, $opts) The SQL and parameters to execute
/plugin/highlightjs/highlight/styles/
H A Dzenburn.css87 .sql .aggregate,
/plugin/dwcommits/
H A Dhelper.php772 $sql = $meta . $db . '.sqlite';
773 if($del && file_exists($sql)) {
774 if(!unlink($sql)) {
775 $msg .= "Could not delete $sql<br />";
/plugin/data-au/syntax/
H A Dtable.php677 $sql = "SELECT " . join(', ', $select) . "
690 $sql .= ' LIMIT ' . ($dataau['limit'] + 1);
694 return $sql;
/plugin/data/syntax/
H A Dtable.php228 $data['sql'] = $this->buildSQL($data);
268 $rows = $sqlite->queryAll($data['sql']);
697 $sql = "SELECT " . implode(', ', $select) . "
710 $sql .= ' LIMIT ' . ($data['limit'] + 1);
714 return $sql;
718 * Handle request paramaters, rebuild sql when needed
737 $data['sql'] = $this->buildSQL($data);
741 $data['sql'] .= ' OFFSET ' . ((int)$_REQUEST['dataofs']);
/plugin/codehighlight/cp/
H A Dcodepress.js114 sql : 'SQL', property in CodePress.languages
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClient.php232 protected $sql; variable in Elasticsearch\\Client
303 $this->sql = new SqlNamespace($transport, $endpoint);
1854 * Returns the sql namespace
1856 public function sql(): SqlNamespace function in Elasticsearch\\Client
1858 return $this->sql;
/plugin/authsqlite/
H A DREADME.md10 sql statements. %{animal} is the animal component of a wiki farm setup,
/plugin/tagging/
H A Dhelper.php687 $sql = 'SELECT pid from taggings where CLEANTAG(tag) = CLEANTAG(?)';
688 $res = $db->query($sql, $tid);
/plugin/authucenter/lib/uc_client/model/
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/highlightjs/highlight/
H A Dreadme.rus.txt302 SQL ("sql"):
/plugin/owncloud/
H A Dhelper.php66 public function dbQuery($sql, $params){ argument
67 $db = \OC_DB::prepare($sql);

12345678