Home
last modified time | relevance | path

Searched +full:insert +full:- +full:group -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 33) sorted by relevance

12

/dokuwiki/lib/plugins/authpdo/_test/mysql/
H A Dfluxbb.php4 * only be in a single group.
10 'select-user' => '
19 'select-user-groups' => '
20 SELECT g_title AS `group`
25 'select-groups' => '
26 SELECT g_id AS gid, g_title AS `group`
29 'insert-user' => '
30 INSERT INTO fluy_users
34 'delete-user' => '
38 'list-users' => '
[all …]
H A Dmybb.php5 * mybb stores additional group ids in a commaseparated list of mybb_users.addtionalgroups This
13 'select-user' => '
21 'check-pass' => '
27 'select-user-groups' => '
28 SELECT UG.title AS `group`,
35 'select-groups' => '
36 SELECT gid, title AS `group`
39 'insert-user' => '
41 INSERT INTO mybb_users
45 'delete-user' => '
[all …]
H A Dwordpress.php5 …dpress has no proper groups. This configures the default access permissions as groups. Better group
12 'select-user' => '
21 'select-user-groups' => '
22 SELECT CONCAT("group",meta_value) AS `group`
27 'select-groups' => '',
28 'insert-user' => '',
29 'delete-user' => '',
30 'list-users' => '
35 AND CONCAT("group", M.meta_value) LIKE :group
43 'count-users' => '
[all …]
H A Dmybb.sql1 -- phpMyAdmin SQL Dump
2 -- version 4.4.14
3 -- http://www.phpmyadmin.net
4 --
5 -- Host: 127.0.0.1
6 -- Generation Time: Aug 19, 2016 at 04:02 PM
7 -- Server version: 5.5.45
8 -- PHP Version: 5.4.45
19 --
20 -- Database: `mybb`
[all …]
/dokuwiki/lib/plugins/authpdo/_test/pgsql/
H A Ddjango.php10 'select-user' => '
19 'select-user-groups' => '
20 SELECT G.name AS "group"
25 'select-groups' => '
26 SELECT id AS gid, name AS "group"
29 'insert-user' => '
30 INSERT INTO auth_user
34 'delete-user' => '
41 'list-users' => '
46 AND G.name LIKE :group
[all …]
H A Ddjango.sql1 --
2 -- PostgreSQL database dump
3 --
5 -- Dumped from database version 9.5.1
6 -- Dumped by pg_dump version 9.5.1
14 --
15 -- Name: plpgsql; Type: EXTENSION; Schema: -; Owner:
16 --
21 --
22 -- Name: EXTENSION plpgsql; Type: COMMENT; Schema: -; Owner:
[all …]
/dokuwiki/lib/plugins/authpdo/conf/
H A Dmetadata.php13 $meta['select-user'] = array('', '_caution' => 'danger');
14 $meta['check-pass'] = array('', '_caution' => 'danger');
15 $meta['select-user-groups'] = array('', '_caution' => 'danger');
16 $meta['select-groups'] = array('', '_caution' => 'danger');
17 $meta['insert-user'] = array('', '_caution' => 'danger');
18 $meta['delete-user'] = array('', '_caution' => 'danger');
19 $meta['list-users'] = array('', '_caution' => 'danger');
20 $meta['count-users'] = array('', '_caution' => 'danger');
21 $meta['update-user-info'] = array('', '_caution' => 'danger');
22 $meta['update-user-login'] = array('', '_caution' => 'danger');
[all …]
H A Ddefault.php20 $conf['select-user'] = '';
28 $conf['check-pass'] = '';
34 * return: group
36 $conf['select-user-groups'] = '';
39 * Select all the existing group names
41 * return: group, [gid], [*]
43 $conf['select-groups'] = '';
50 $conf['insert-user'] = '';
57 $conf['delete-user'] = '';
64 * input: :user, :name, :mail, :group, :start, :end, :limit
[all …]
/dokuwiki/lib/plugins/authpdo/_test/
H A Dsqlite.test.php17 public function addGroup($group) { argument
18 return parent::addGroup($group);
25 * @group plugin_authpdo
26 * @group plugins
34 … $this->markTestSkipped('skipping all authpdo tests for sqlite. Need PDO_sqlite extension');
36 $this->assertTrue(true); // avoid being marked as risky for having no assertion
41 $this->dbfile = tempnam('/tmp/', 'pluginpdo_test_');
42 copy(__DIR__ . '/test.sqlite3', $this->dbfile);
47 $conf['plugin']['authpdo']['dsn'] = 'sqlite:' . $this->dbfile;
51 …$conf['plugin']['authpdo']['select-user'] = 'SELECT id AS uid, login AS user, name, pass AS clear,…
[all …]
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php10 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
33 $this->debugMsg('PDO extension for PHP not found.', -1, __LINE__);
34 $this->success = false;
38 if (!$this->getConf('dsn')) {
39 $this->debugMsg('No DSN specified', -1, __LINE__);
40 $this->success = false;
45 $this->pdo = new PDO(
46 $this->getConf('dsn'),
47 $this->getConf('user'),
48 conf_decodeString($this->getConf('pass')),
[all …]
/dokuwiki/conf/
H A Dmysql.conf.php.example64 * %{dgroup} default group name
91 * member of. The plugin accesses the group name as 'group' so an alias
97 $conf['plugin']['authmysql']['getGroups'] = "SELECT name as `group`
119 * %{group} in FilterGroup group name
128 $conf['plugin']['authmysql']['FilterGroup'] = "name LIKE '%{group}'";
144 $conf['plugin']['authmysql']['addUser'] = "INSERT INTO users
148 SUBSTRING_INDEX('%{name}',' ', -1))";
150 /* This statement should add a group to the database.
152 * %{group} group name
154 $conf['plugin']['authmysql']['addGroup'] = "INSERT INTO groups (name)
[all …]
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dprogress.php4 * --------
13 * -------
15 * - First Release
18 * -------------------------
39 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
53 'BUFFER-COMPARE','BUFFER-COPY','CALL','CASE',
55 'CLOSE STORED-PROCEDURE','COLOR','COMPILE','CONNECT',
56 'CONSTRUCTOR','COPY-LOB','CREATE','CREATE ALIAS',
57 'CREATE BROWSE','CREATE BUFFER','CREATE CALL','CREATE CLIENT-PRINCIPAL',
58 'CREATE DATABASE','CREATE DATASET','CREATE DATA-SOURCE','CREATE QUERY',
[all …]
H A Dsparql.php4 * -------
13 * -------
15 * - First Release
18 * ----
36 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
60 'CREATE','DELETE','INSERT',
63 'AS','GROUP','HAVING','UNDEF',
90 1 => "\\?[a-zA-Z_][a-zA-Z0-9_]*",
92 2 => "[a-zA-Z_.\\-0-9]*:",
105 '+','-','*','!','/'
[all …]
H A Dsass.php4 * -------
13 * -------
15 * - First Release
33 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
52 'background-attachment',
53 'background-color',
54 'background-image',
55 'background-position',
56 'background-repeat',
58 'border-bottom-color',
[all …]
H A Dq.php4 * -----
15 * -------
17 * - First Release
20 * -------------------------
21 * - Fix the handling of single line comments
39 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
66 …'fkeys', 'get', 'getenv', 'group', 'gtime', 'hclose', 'hcount', 'hdel', 'hopen', 'hsym', 'iasc', '…
67 … 'in', 'insert', 'inter', 'inv', 'joins', 'key', 'keys', 'last', 'like', 'load', 'log', 'lower',
83 …',', '_', '@', '.', '^', '~', '$', '!', '\\', '\\', '/:', '\:', "'", "':", '::', '+', '-', '%', '*'
92 1 => 'color: #000099; font-weight: bold;',
[all …]
H A Dabap.php4 * --------
7 * - Sandra Rossi (sandra.rossi@gmail.com)
8 * - Jacob Laursen (jlu@kmd.dk)
17 …P syntax is highly complex, several problems could not be addressed, see TODO below if you dare ;-)
31 * -------
33 * - Some more rework of the language file
35 * - Major Release, more than 1000 statements and keywords added = whole abap 7.1 (Sandra Rossi)
37 * - First Release
40 * ----
41 * - in DATA data TYPE type, 2nd "data" and 2nd "type" are highlighted with data
[all …]
H A Dmysql.php4 * ---------
8 * Date Started: 2008-12-12
13 * up-to-date for current MySQL versions, and with more classes for different
43 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
49 …//'COMMENT_SINGLE' => array(1 =>'--', 2 => '#'), // '--' MUST be folowed by whitespace,not nece…
51 1 =>'-- ',
55 1 => "/(?:--\s).*?$/", // double dash followed by any whitespace
58 …WORDS' => GESHI_CAPS_NO_CHANGE, // @@@ would be nice if this could be defined per group!
85 'FUNCTION','GLOBAL','GRANT','GROUP BY','HANDLER','HASH','HAVING',
110 "CURRENT_USER", "DATABASE", "IN", "INSERT", "DEFAULT", "REPLACE", "SCHEMA", "TRUNCATE"
[all …]
H A Dsql.php4 * -------
7 * - Jürgen Thomas (Juergen.Thomas@vs-polis.de)
15 * -------
17 * - Added many more keywords
19 * - Added additional symbols for highlighting
21 * - Added support for multiple object splitters
23 * - Added "`" string delimiter
24 * - Added "#" single comment starter
26 * - Added support for symbols
27 * - Added many more keywords (mostly MYSQL keywords)
[all …]
H A Dgenero.php4 * ----------
13 * -------
15 * - Initial release
33 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
39 'COMMENT_SINGLE' => array(1 => '--', 2 => '#'),
162 "GROUP",
179 "INSERT",
398 '+', '-', '*', '?', '=', '/', '%', '>', '<', '^', '!', '|', ':',
411 2 => 'color: #0000FF; font-weight: bold;',
416 1 => 'color: #008080; font-style: italic;',
[all …]
H A Dcobol.php4 * ----------
6 * Copyright: (c) 2007-2008 BenBE (http://www.omorphia.de/)
18 * -------
20 * - Changed compiler directives to be handled like comments.
21 * - Fixed bug where keywords in identifiers were highlighted.
23 * - Added more intrinsic functions, reserved words, and compiler directives
26 * - Added more reserved words, compiler directives and intrinsic functions.
27 * - Added modern comment syntax and corrected the other one.
28 * - Set OOLANG to true and added an object splitter.
29 * - Added extra symbols.
[all …]
H A Doracle8.php4 * -----------
13 * -------
15 * - First Release
18 * -------------------------
36 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
42 'COMMENT_SINGLE' => array(1 => '--'),
48 //Put your package names here - e.g. select distinct ''''|| lower(name) || ''',' from user_source;
52 //Put your table names here - e.g. select distinct ''''|| lower(table_name) || ''',' from user_tabl…
56 //Put your view names here - e.g. select distinct ''''|| lower(view_name) || ''',' from user_views;
60 //Put your table field names here - e.g. select distinct ''''|| lower(column_name) || ''',' from us…
[all …]
H A Doracle11.php4 * -----------
7 * - Updated for 11i by Simon Redhead
15 * -------
17 * - SR changes to oracle8.php to support Oracle 11i reserved words.
19 * - First Release
22 * -------------------------
40 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
46 'COMMENT_SINGLE' => array(1 => '--'),
52 //Put your package names here - e.g. select distinct ''''|| lower(name) || ''',' from user_source;
56 //Put your table names here - e.g. select distinct ''''|| lower(table_name) || ''',' from user_tabl…
[all …]
/dokuwiki/lib/scripts/
H A Dmedia.js27 // The minimum height of the full-screen mediamanager in px
89 .on('click', '.qq-upload-file a', dw_mediamanager.details);
210 // insert button
223 * Insert the clicked image into the opener's textarea
229 insert: function (id) {
507 var widthOtherResizable = widthResizables - jQuery(this).width();
508 var minWidthNonResizable = parseFloat($filePanel.css("min-width"));
509 var maxWidth = widthFull - (widthOtherResizable + minWidthNonResizable) - 1;
512 // width of file panel in % = 100% - width of resizables in %
514 var relWidthNonResizable = 99.9 - (100 * widthResizables / widthFull);
[all …]
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php3 * GeSHi - Generic Syntax Highlighter
26 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
31 * @copyright (C) 2004 - 2007 Nigel McNie, (C) 2007 - 2014 Benny Baumann
38 // their values - you never know when a value may change in a future
60 // Line numbers - use with enable_line_numbers()
111 // Note that if you change these, they should be as-is: i.e., don't
125 disabled by {@link GeSHi->enable_strict_mode()} */
133 /** The key of the regex array defining what bracket group in a
138 /** The key of the regex array defining what bracket group in a
141 /** The key of the regex array defining what bracket group in a
[all …]
/dokuwiki/inc/Ui/
H A DPageDiff.php42 $this->preference['showIntro'] = true;
43 $this->preference['difftype'] = 'sidebyside'; // diff view type: inline or sidebyside
51 $this->changelog = new PageChangeLog($this->id);
65 $this->text = $text;
66 $changelog =& $this->changelog;
69 $info = $changelog->getCurrentRevisionInfo();
70 $this->RevInfo1 = new RevisionInfo($info);
71 $this->RevInfo1->append([
73 'text' => rawWiki($this->id),
77 $this->RevInfo2 = new RevisionInfo();
[all …]

12