Home
last modified time | relevance | path

Searched refs:SELECT (Results 1 – 25 of 50) sorted by relevance

12

/plugin/authsqlite/
H A DREADME.md19 'SELECT pass FROM usergroup AS ug
25 'SELECT pass, fullname AS name, email AS mail
28 'SELECT g.name AS \'group\' FROM groups g, user u,
33 'SELECT DISTINCT u.login AS user FROM user AS u
50 'SELECT uid AS id FROM user WHERE login=\'%{user}\'';
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractPDOTest.php181 …$result = $this->pdo->query('SELECT etag, size, calendardata, firstoccurence, lastoccurence, compo…
268 …$result = $this->pdo->query('SELECT etag, size, calendardata, firstoccurence, lastoccurence, compo…
292 …$result = $this->pdo->query('SELECT etag, size, calendardata, firstoccurence, lastoccurence, compo…
316 …$result = $this->pdo->query('SELECT etag, size, calendardata, firstoccurence, lastoccurence, compo…
340 …$result = $this->pdo->query('SELECT etag, size, calendardata, firstoccurence, lastoccurence, compo…
364 …$result = $this->pdo->query('SELECT etag, size, calendardata, firstoccurence, lastoccurence, compo…
388 …$result = $this->pdo->query('SELECT etag, size, calendardata, firstoccurence, lastoccurence, compo…
/plugin/facebookalbum/
H A Dsyntax.php163 …$album_query = 'SELECT aid, cover_pid, name FROM album WHERE owner='.$data['fanpageid']. ' and pho…
167 … $cover_query = 'SELECT pid, src FROM photo where pid in (SELECT cover_pid from #album_query)';
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlLexer.interp127 SELECT
198 SELECT
H A DPageSql.tokens53 SELECT=53
H A DPageSqlLexer.tokens53 SELECT=53
H A DPageSql.interp127 SELECT
H A DPageSqlLexer.php31 NOTNULL = 48, NOW = 49, NULL = 50, OR = 51, ORDER = 52, SELECT = 53,
61 'NOT', 'NOTNULL', 'NOW', 'NULL', 'OR', 'ORDER', 'SELECT', 'TRUE', 'WHERE',
90 "LIMIT", "NOT", "NOTNULL", "NOW", "NULL", "OR", "ORDER", "SELECT",
H A DPageSqlParser.php35 NOTNULL = 48, NOW = 49, NULL = 50, OR = 51, ORDER = 52, SELECT = 53,
76 "LIMIT", "NOT", "NOTNULL", "NOW", "NULL", "OR", "ORDER", "SELECT",
1054 $this->match(self::SELECT);
1974 public function SELECT() : ?TerminalNode function in ComboStrap\\PageSqlParser\\Context\\PageSqlContext
1976 return $this->getToken(PageSqlParser::SELECT, 0);
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example66 $conf['auth']['mysql']['checkPass'] = "SELECT pass
85 $conf['auth']['mysql']['getUserInfo'] = "SELECT pass, CONCAT(firstname,' ',lastname) AS name, email…
97 $conf['auth']['mysql']['getGroups'] = "SELECT name as `group`
121 $conf['auth']['mysql']['getUsers'] = "SELECT DISTINCT login AS user
182 $conf['auth']['mysql']['getUserID'] = "SELECT uid AS id
249 $conf['auth']['mysql']['getGroupID'] = "SELECT gid AS id
/plugin/fckg/fckeditor/editor/plugins/insertHtmlCode/
H A Dfck_insertHtmlCode.css11 BODY, TEXTAREA, INPUT, TD, SELECT selector
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md104 $result = pg_fetch_all(pg_query($connection, "SELECT asBinary($column) as geom FROM $table"));
114 // Using a direct SELECT and INSERTs in PostGIS without using wrapping functions
115 $result = pg_fetch_all(pg_query($connection, "SELECT $column as geom FROM $table"));
/plugin/codeprettify/code-prettify/src/
H A Dlang-sql.js49 …|RETURN|REVOKE|RIGHT|ROLLBACK|ROWCOUNT|ROWGUIDCOL|ROWS?|RULE|SAVE|SCHEMA|SELECT|SESSION_USER|SET|S…
/plugin/combo/grammar/
H A DPageSql.g466 SELECT: S E L E C T;
240 SELECT
/plugin/dwcommits/
H A Dadmin.php348 …ptln('<TD>&nbsp;&nbsp;'. $this->getLang('q_branch') . '&nbsp;&nbsp;<SELECT name="dwc_query[branch]…
351 ptln('</SELECT>');
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorPalette.java200 eventSource.fireEvent(new mxEventObject(mxEvent.SELECT, "entry", in setSelectionEntry()
/plugin/combo/ComboStrap/
H A DPageSqlTreeListener.php115 case PageSqlParser::SELECT:
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D49.49.js.map1 …SH',\n 'LOAD',\n 'SDIFF',\n 'SDIFFSTORE',\n 'SELECT',\n 'SETBIT…
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java107 shapesPalette.addListener(mxEvent.SELECT, new mxIEventListener() in GraphEditor()
H A DGraphEditor.java.bak88 shapesPalette.addListener(mxEvent.SELECT, new mxIEventListener()
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog1031 non-interactive SELECT boxes
1306 * Fixed vertical alignment issues inside the SELECT tag
1756 * box.select.ps: fixed bug 1224157 - Text do not fit in SELECT
1759 * box.select.ps: fixed bug 1224154 - SELECT tag text cut-off
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js6SELECT.LAST.CELL",66:"SHOW.ACTIVE.CELL",67:"GALLERY.AREA",68:"GALLERY.BAR",69:"GALLERY.COLUMN",70:…
/plugin/codemirror/dist/modes/
H A Dcobol.min.js.map1 …" +\n \"SECTION SECURE SECURITY SEGMENT SEGMENT-LIMIT \" +\n \"SELECT SEND SENTENCE SEPA…
/plugin/pgn4web/pgn4web/
H A Dpgn4web.js3371 …text = '<FORM NAME="GameSel" STYLE="display:inline;"><SELECT ID="GameSelSelect" NAME="GameSelSelec…
3409 …text += textSelectOptions.replace(/&(amp|lt|gt);/g, '&amp;$1;') + '</SELECT></FORM>'; // see funct…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst470 $sth = $this->dbh->prepare('SELECT '.$column.' FROM templates WHERE name = :name');

12