Home
last modified time | relevance | path

Searched +full:insert +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 25) sorted by relevance

/dokuwiki/lib/plugins/authpdo/conf/
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-groups'] = array('', '_caution' => 'danger');
17 $meta['insert-use
[all...]
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-pass'] = '';
31 * statement to select a single user identified by its login name
33 * input: :user, [ui
[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
70 WHERE login='%{user}'
74 * information about one user. The field needed are:
76 * 'name' the user's full name
77 * 'mail' the user's email address
83 * %{user} use
[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/vendor/geshi/geshi/src/geshi/
H A Dprogress.php4 * --------
13 * --
[all...]
H A Doorexx.php4 * ----------
[all...]
H A Dabap.php4 * --------
7 * - Sandra Rossi (sandra.rossi@gmail.com)
8 * - Jaco
[all...]
H A Dsql.php4 * -------
7 * - Jürgen Thomas (Juergen.Thomas@vs-polis.de)
15 * -
[all...]
H A Dcobol.php4 * ----------
[all...]
H A Dgenero.php4 * ----------
[all...]
H A Doracle8.php4 * ----------
[all...]
H A Doracle11.php4 * ----------
[all...]
H A Dpostgresql.php4 * ----------
[all...]
H A Dplsql.php4 * -------
14 * ---
[all...]
H A Dmysql.php4 * ---------
8 * Date Started: 2008-1
[all...]
H A Dvim.php4 * ----------
[all...]
H A Dtexgraph.php4 * ----------
[all...]
H A Dtsql.php4 * --------
10 * T-SQL language file for GeSHi.
13 * -
[all...]
H A Dmapbasic.php4 * ------
13 * ----
[all...]
/dokuwiki/inc/
H A Dtoolbar.php26 if ($evt->advise_before()) {
98 'mod' => -1,
172 'open' => ' - ',
174 'key' => '-',
187 'type' => 'insert',
190 'insert' => '\n----\
[all...]
H A Dhtml.php33 define('SEC_EDIT_PATTERN', '#<!-- EDIT({.*?}) -->#');
54 return $xhtml_renderer->internallink($id, $name, $search, true, 'navigation');
63 * @deprecated 2020-07-18
68 (new Login($svg))->show();
75 * @deprecated 2020-07-1
[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/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()} */
153 @see GeSHi->optimize_regexp_list()
159 @see GeSHi->optimize_regexp_lis
[all...]
/dokuwiki/lib/scripts/
H A Dfileuploader.js2 * http://github.com/valums/file-uploader
4 * Multiple file upload component with progress-bar, drag-and-drop.
26 * Searches for a given element in the array, returns -1 if it is not present.
42 return -1;
80 * Insert node a before node b.
119 * Fixes opacity in IE6-8.
182 * obj2url() takes a json-object as argument and generates
193 * @param Object JSON-Objec
[all...]