Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authpdo/conf/
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 …]
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 …]
/dokuwiki/_test/conf/
H A Dacl.auth.php11 # or user names you need to urlencode them (only chars <128, leave
12 # UTF-8 multibyte chars as is)
28 groups:%GROUP%:* %GROUP% 16
/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' => '
34 'delete-user' => '
38 'list-users' => '
42 AND G.g_title LIKE :group
[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.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' => '
45 'delete-user' => '
49 'list-users' => '
[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' => '
34 'delete-user' => '
41 'list-users' => '
46 AND G.name LIKE :group
54 'count-users' => '
[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/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/conf/
H A Ddokuwiki.php22 $conf['license'] = 'cc-by-nc-sa'; //see conf/license.php
24 $conf['basedir'] = ''; //absolute dir from serveroot - blank for autodetection
25 $conf['baseurl'] = ''; //URL to server including protocol - blank for autodetect
26 $conf['cookiedir'] = ''; //path to use in cookies - blank for basedir
39 $conf['signature'] = ' --- //[[@MAIL@|@NAME@]] @DATE@//'; //signature see wiki page for details
42 … // 'email' e-mail address (will be obfuscated as per mailguard)
43 … // 'email_link' e-mail address as a mailto: link (obfuscated)
60 $conf['superuser'] = '!!not set!!'; //The admin can be user or @group or comma separated list …
61 $conf['manager'] = '!!not set!!'; //The manager can be user or @group or comma separated lis…
69 … //user/groups that have access to remote interface (comma separated). leave empty to allow all…
[all …]
/dokuwiki/vendor/geshi/geshi/src/geshi/
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 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 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 Dsas.php4 * -------
13 * -------
15 * - Added description of extra language features (SF#1970248)
16 * - Cleaned up code style
18 * - First Release
21 * -------------------------
40 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
112 'GOTO','GROUP','HAVING','IN','INFILE','INFORMAT',
113 'INSERT','INTO','KEEP','KEY','LABEL','LEAVE',
158 6 => 'color: #000080; font-weight: bold;',
[all …]
H A Dasm.php4 * -------
7 * 2004-2009 Nigel McNie (http://qbnz.com/highlighter),
8 * 2009-2011 Benny Baumann (http://qbnz.com/highlighter),
16 * - "Intel64 and IA-32 Architectures Programmer's Reference Manual
17 * Volume 2 (2A & 2B): Instructions Set Reference, A-Z",
18 * Order Number 25383-039US, May 2011
19 * - "Intel Advanced Vector Extensions Programming Reference",
20 * Order Number 319433-011, June 2011
21 * - "AMD64 Architecture Programmer's Manual Volume 3:
22 * General-Purpose and System Instructions", Publication No. 24594,
[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()
97 /** Leave keywords found as the case that they are */
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
[all …]
/dokuwiki/_test/tests/test/
H A Dbasic.test.php4 * @group integration
9 'Content-Type: image/png',
11 'X-Powered-By: PHP/5.3.15',
13 'Cache-Control: public, proxy-revalidate, no-transform, max-age=86400',
15 'Last-Modified: Fri, 22 Mar 2013 01:48:28 GMT',
17 … 'Content-Disposition: inline; filename="fe389b0db8c1088c336abb502d2f9ae7.media.200x200.png',
18 'Accept-Ranges: bytes',
19 'Content-Type: image/png',
20 'Content-Length: 62315',
33 $response = $request->execute();
[all …]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php4 * Pure-PHP implementation of SFTP.
18 * if (!$sftp->login('username', 'password')) {
22 * echo $sftp->pwd() . "\r\n";
23 * $sftp->put('filename.ext', 'hello, world!');
24 * print_r($sftp->nlist());
30 * @license http://www.opensource.org/licenses/mit-license.html MIT License
40 * Pure-PHP implementations of SFTP.
122 …* The request ID exists in the off chance that a packet is sent out-of-order. Of course, this lib…
133 …* The request ID exists in the off chance that a packet is sent out-of-order. Of course, this lib…
139 private $packet_type = -1;
[all …]