Home
last modified time | relevance | path

Searched +full:update +full:- +full:user +full:- +full:info -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 26 – 29 of 29) sorted by relevance

12

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dmapbasic.php4 * ------
13 * ----
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/
H A DItem.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
49 * Manages all item-related data
95 $this->feed = $feed;
96 $this->data = $data;
109 $this->registry = $registry;
119 return md5(serialize($this->data));
128 unset($this->fee
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
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/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php4 * Pure-PHP X.509 Parser
11 * {@link http://web.archive.org/web/19961027104704/http://www3.netscape.com/eng/security/cert-exts.html Netscape Certificate Extensions}.
17 * the certificate all together unless the certificate is re-signed.
21 * @license http://www.opensource.org/licenses/mit-license.html MIT License
43 * Pure-PHP X.509 Parser
97 * ie. a base64-encoded PEM with a header and a footer
123 * Auto-detect the format
137 const ATTR_ALL = -1; // All attribute values (array).
138 const ATTR_APPEND = -2; // Add a value.
139 const ATTR_REPLACE = -
[all...]

12