Home
last modified time | relevance | path

Searched +full:select +full:- +full:user -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 43) sorted by relevance

12

/dokuwiki/lib/plugins/authpdo/conf/
H A Ddefault.php11 $conf['user'] = '';
15 * statement to select a single user identified by its login name
17 * input: :user
18 * return: user, name, mail, (clear|hash), [uid], [*]
20 $conf['select-user'] = '';
25 * input: :user, :clear, :hash, [uid], [*]
28 $conf['check-pas
[all...]
H A Dmetadata.php11 $meta['user'] = array('string', '_caution' => 'danger');
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
[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->getCon
162 checkPass($user, $pass) global() argument
202 getUserData($user, $requireGroups = true) global() argument
236 createUser($user, $clear, $name, $mail, $grps = null) global() argument
295 modifyUser($user, $changes) global() argument
509 selectUser($user) global() argument
551 deleteUser($user) global() argument
[all...]
/dokuwiki/conf/
H A Dmysql.conf.php.example27 $conf['plugin']['authmysql']['user'] = '';
51 /* Basic SQL statements for user authentication (required) */
56 * of the user. If the result table is empty or contains more than one
62 * %{user} user name
66 $conf['plugin']['authmysql']['checkPass'] = "SELECT pass
70 WHERE login='%{user}'
74 * information about one user. The field needed are:
76 * 'name' the user's full name
77 * 'mail' the user'
[all...]
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_recent.css8 /* select type of revisions (media/pages) */
10 margin-bottom: .5em;
14 list-style: none;
15 margin-left: 0;
18 margin-right: 0;
22 vertical-align: middle;
24 .dokuwiki form.changes ul li span.user a {
25 vertical-align: bottom;
34 vertical-align: baseline;
37 vertical-alig
[all...]
H A D_diff.css8 border-width: 0;
12 vertical-align: top;
14 border-width: 0;
16 background-color: #fff;
22 border-bottom: 1px solid @ini_border;
23 font-size: 110%;
24 font-weight: normal;
27 font-weight: bold;
29 .dokuwiki table.diff th span.user {
30 font-siz
[all...]
/dokuwiki/inc/Menu/
H A DMobileMenu.php28 'page' => $pagemenu->getItems(),
29 'site' => $sitemenu->getItems(),
30 'user' => $usermenu->getItems()
43 $menu = $this->getGroupedItems();
64 $html = '<form action="' . script() . '" method="get" accept-charset="utf-8">';
68 if ($INPUT->server->str('REMOTE_USER')) {
72 $html .= '<select nam
[all...]
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Doracle8.php4 * ----------
[all...]
H A Doracle11.php4 * ----------
[all...]
H A Doorexx.php4 * ----------
[all...]
H A Dtyposcript.php4 * --------
5 * Author: Jan-Philipp Halle (typo3@jphalle.de)
6 * Copyright: (c) 2005 Jan-Philip
[all...]
H A Dabap.php4 * --------
7 * - Sandra Rossi (sandra.rossi@gmail.com)
8 * - Jaco
[all...]
H A Dcobol.php4 * ----------
[all...]
H A Dsql.php4 * -------
7 * - Jürgen Thomas (Juergen.Thomas@vs-polis.de)
15 * -
[all...]
H A Dgenero.php4 * ----------
[all...]
H A Dprogress.php4 * --------
13 * --
[all...]
H A Dpli.php4 * --------
6 * Copyright: (c) 2011 Robert AH Prins (http://hitchwiki.org/en/User:Prino)
13 * -
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMySQL.php7 * A PHP-Based RSS and Atom Feed Framework.
10 * Copyright (c) 2004-2022, Ryan Parman, Sam Sneddon, Ryan McCue, and contributors
38 * @copyright 2004-2016 Ryan Parman, Sam Sneddon, Ryan McCue
43 * @license http://www.opensource.org/licenses/bsd-license.php BSD License
54 * connect to the `mydb` database on `localhost` on port 3306, with the user
93 $this->options = [
94 'user' => null,
105 $this->options = array_replace_recursive($this->options, \SimplePie\Cache::parse_URL($location));
108 $this->option
[all...]
/dokuwiki/
H A Dinstall.php3 /*><div style="width:60%; margin: auto; background-color: #fcc;
5 <h1 style="font-size: 120%">No PHP Support</h1>
33 $LC = preg_replace('/[^a-z\-]+/', '', $_REQUEST['l']);
44 header('Content-Type: text/html; charset=utf-8');
49 <meta charset="utf-8"/>
55 font: 84% Verdana, Helvetica, Arial, sans-serif;
67 font-size: 110%;
77 margin-to
[all...]
/dokuwiki/inc/
H A Dmail.php14 * the pattern uses non-capturing groups as captured groups aren't allowed in the parser
15 * select pattern delimiters with care!
23 if (!defined('RFC2822_ATEXT')) define('RFC2822_ATEXT', "0-9a-zA-Z!#$%&'*+/=?^_`{|}~-");
26 '[' . RFC2822_ATEXT . ']+(?:\.[' . RFC2822_ATEXT . ']+)*@(?i:[0-9a-z][0-9a-
[all...]
/dokuwiki/lib/plugins/acl/
H A Dadmin.php41 return $this->getLang('admin_acl');
53 * handle user request
71 if ($INPUT->str('ns') == '*') {
72 $this->ns = '*';
74 $this->ns = cleanID($INPUT->str('ns'));
77 if ($INPUT->str('current_ns')) {
78 $this->current_item = ['id' => cleanID($INPUT->str('current_ns')), 'type' => 'd'];
79 } elseif ($INPUT->st
[all...]
/dokuwiki/inc/HTTP/
H A DHTTPClient.php18 * @author Tobias Sarnowski <sarnowski@new-thoughts.org>
23 public $agent; // User agent
47 public $user;
61 // what we use as boundary on multipart/form-data posts
62 protected $boundary = '---DokuWikiHTTPClient--4523452351';
71 $this->agen
46 public $user; global() variable in dokuwiki\\HTTP\\HTTPClient
[all...]
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php12 * Copyright (c) 2006-2012 Scott Barnett, Richard Hyland
30 * @copyright (c) 2006-2012 Scott Barnett, Richard Hyland
31 * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html LGPLv2.1
43 * based directory. If you bind as a domain user, you can't fetch as
74 * The default port for LDAP non-SSL connections
143 * If you wish to use TLS you should ensure that $useSSL is set to false and vice-versa
159 * eg. User Fred is a member of Group A, which is a member of Group B, which is a member of Group C
184 if ($this->ldapConnection) {
185 return $this->ldapConnectio
239 public function user() { global() function in adLDAP
[all...]
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css1 /*! jQuery UI - v1.13.2 - 2022-07-14
4 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
8 ---
[all...]
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php31 $this->cache =& $cache_revinfo;
32 if (!isset($this->cache[$id])) {
33 $this->cache[$id] = [];
36 $this->id = $id;
37 $this->setChunkSize($chunk_size);
63 return $rev == $this->currentRevision();
74 return $rev === $this->lastRevision();
90 if (!isset($this->currentRevision)) {
92 $this->getCurrentRevisionInfo();
94 return $this->currentRevisio
[all...]

12