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 – 12 of 12) sorted by relevance
/dokuwiki/lib/plugins/authpdo/conf/ |
H A D | default.php | 20 $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-use [all...] |
H A D | metadata.php | 13 $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-use [all...] |
/dokuwiki/lib/plugins/authpdo/ |
H A D | auth.php | 10 * @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->getCon 472 addGroup($group) global() argument [all...] |
/dokuwiki/conf/ |
H A D | dokuwiki.php | 22 $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-mai [all...] |
/dokuwiki/vendor/geshi/geshi/src/geshi/ |
H A D | abap.php | 4 * -------- 7 * - Sandra Rossi (sandra.rossi@gmail.com) 8 * - Jaco [all...] |
H A D | progress.php | 4 * -------- 13 * -- [all...] |
H A D | cobol.php | 4 * ---------- [all...] |
H A D | sas.php | 4 * ------- 13 * --- [all...] |
H A D | asm.php | 4 * ------- 7 * 2004-2009 Nigel McNie (http://qbnz.com/highlighter), 8 * 2009-2011 Benny Baumann (http://qbnz.com/highlighter), 16 * - "Intel6 [all...] |
/dokuwiki/vendor/geshi/geshi/src/ |
H A D | geshi.php | 3 * 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 i 1081 set_escape_characters_style($style, $preserve_defaults = false, $group = 0) global() argument 1146 set_symbols_style($style, $preserve_defaults = false, $group = 0) global() argument 1185 set_strings_style($style, $preserve_defaults = false, $group = 0) global() argument 1214 set_script_style($style, $preserve_defaults = false, $group = 0) global() argument 1234 set_numbers_style($style, $preserve_defaults = false, $group = 0) global() argument 1748 set_url_for_keyword_group($group, $url) global() argument [all...] |
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
H A D | SSH2.php | 4 * Pure-PHP implementation of SSHv2. 14 * if (!$ssh->login('username', 'password')) { 18 * echo $ssh->exec('pwd'); 19 * echo $ssh->exec('ls -la'); 30 * if (!$ssh->login('username', $key)) { 34 * echo $ssh->read('username@username:~$'); 35 * $ssh->write("ls -la\n"); 36 * echo $ssh->rea [all...] |
H A D | SFTP.php | 4 * 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 library doesn't support 133 * The request ID exists in the off chance that a packet is sent out-o [all...] |