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 last modified time

12

/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/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/
H A Dtemplate.php120 $router->getAction()->tplContent();
123 msg(hsc($e->getMessage()), -1);
165 $toc = $plugin->getTOC();
191 $class = $INPUT->str('page');
203 if (!is_array($TOC)) $TOC = $plugin->getTOC(); //if TOC wasn't requested yet
205 $plugin->html();
208 $admin->show();
277 $styleIni = $styleUtil->cssStylein
[all...]
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dgenero.php4 * ----------
[all...]
H A Dsql.php4 * -------
7 * - Jürgen Thomas (Juergen.Thomas@vs-polis.de)
15 * -
[all...]
H A Dmysql.php4 * ---------
8 * Date Started: 2008-1
[all...]
H A Dpys60.php4 * ----------
[all...]
H A Dscilab.php4 * --------
13 * --
[all...]
H A Dgambas.php4 * ---------
6 * Copyright: (c) 2009 Jesus Guardon (http://gambas-e
[all...]
H A Dmapbasic.php4 * ------
13 * ----
[all...]
H A Doorexx.php4 * ----------
[all...]
H A Doracle8.php4 * ----------
[all...]
H A Dpostgresql.php4 * ----------
[all...]
H A Dprogress.php4 * --------
13 * --
[all...]
H A Dpython.php4 * ----------
[all...]
H A Dtexgraph.php4 * ----------
[all...]
H A Dthinbasic.php4 * ------
13 * ----
[all...]
/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php6 // +----------
[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/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSSH2.php4 * 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...]
/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/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->appen
[all...]
/dokuwiki/lib/tpl/dokuwiki/css/
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...]
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...]

12