Home
last modified time | relevance | path

Searched +full:check +full:- +full:pass -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 26 – 40 of 40) sorted by relevance

12

/dokuwiki/inc/
H A DMailer.class.php5 * attachments). All mails are assumed to be in UTF-8 encoding.
49 $this->partid = substr(md5(uniqid(random_int(0, mt_getrandmax()), true)), 0, 8) . '@' . $server;
50 $this->boundary = '__________' . md5(uniqid(random_int(0, mt_getrandmax()), true));
57 $this->allowhtml = (bool)$conf['htmlmail'];
61 $this->setHeader('Return-Path', $conf['mailreturnpath']);
63 $this->setHeader('X-Mailer', 'DokuWiki');
64 $this->setHeader('X-DokuWik
[all...]
H A Dcommon.php34 return htmlspecialchars($string, ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, 'UTF-8');
62 * Please note: when you pass uninitialized variables, they will implicitly be created
94 return preg_replace('/[\x00-\x1F]+/s', '', $string);
101 * @link http://en.wikipedia.org/wiki/Cross-site_request_forgery
102 * @link http://christ1an.blogspot.com/2007/04/preventing-csrf-efficiently.html
111 $user = $INPUT->server->str('REMOTE_USER');
114 // CSRF checks are only for logged in users - do not generate for anonymous
120 * Check th
[all...]
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/simplepie/simplepie/src/
H A DParser.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
74 public $current_xhtml_construct = -1;
80 $this->registry = $registry;
87 @$doc->loadHTML($data);
89 // Check for both h-feed and h-entr
[all...]
H A DSimplePie.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
179 * RDF-based RSS
184 * Non-RDF-based RSS (truly intended as syndication format)
234 * base64-encoded construct
296 public const NAMESPACE_RDF = 'http://www.w3.org/1999/02/22-rdf-synta
[all...]
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/inc/parser/
H A Dxhtml.php76 -1
79 // @deprecated 2018-04-14, backward compatibility
86 $data['secid'] = ++$this->lastsecid;
88 $this->sectionedits[] = $data;
101 if (count($this->sectionedits) == 0) {
104 $data = array_pop($this->sectionedits);
111 $data['range'] = $data['start'] . '-' . (is_null($end) ? '' : $end);
113 $this->doc .= '<!-
[all...]
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DOptions.php25 /** @var array passed non-option arguments */
46 $this->colors = $colors;
48 $this->colors = new Colors();
51 $this->setup = array(
60 $this->args = $this->readPHPArgv();
61 $this->bin = basename(array_shift($this->args));
63 $this->options = array();
71 return $this->bi
[all...]
/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php6 // +----------
[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
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
184 if ($this->ldapConnection) {
185 return $this->ldapConnection;
196 return $this->ldapBind;
205 return $this->baseD
[all...]
/dokuwiki/inc/Search/
H A DIndexer.php37 if (!$this->lock())
41 $pid = $this->getPIDNoLock($page);
43 $this->unlock();
49 $words = $this->getPageWords($text);
51 $this->unlock();
57 $index = $this->getIndex('i', $wlen);
60 $index[$wid] = $this->updateTuple($idx, $pid, $freq);
63 if (!$this->saveIndex('i', $wlen, $index)) {
64 $this->unlock();
71 $pageword_idx = $this->getIndexKe
[all...]
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Drsplus.php7 * - Benilton Carvalho (beniltoncarvalho@gmail.com)
8 * - Fernando Henrique Ferraz Pereira da Rosa (mentus@gmail.com)
16 * ——-
18 * - Add references to Sekhon’s R Package docs
20 * - First Release
22 * - Added functions from base packages (Benilton Carvalho - carvalho@bclab.org)
25 * ———-
36 * --
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php4 * Pure-PHP PKCS#1 (v2.1) compliant implementation of RSA.
14 * $public = $private->getPublicKey();
18 * $ciphertext = $public->encrypt($plaintext);
20 * echo $private->decrypt($ciphertext);
30 * $public = $private->getPublicKey();
34 * $signature = $private->sign($plaintext);
36 * echo $public->verify($plaintext, $signature) ? 'verified' : 'unverified';
41 * Technically, id-RSASSA-PSS has a different key format than rsaEncryption. So
42 * should phpseclib save to the id-RSASS
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php4 * Pure-PHP arbitrary precision integer arithmetic library.
6 * Supports base-2, base-10, base-16, and base-256 numbers. Uses the GMP or BCMath extensions, if available,
17 * $c = $a->add($b);
19 * echo $c->toString(); // outputs 5
25 * @license http://www.opensource.org/licenses/mit-license.html MIT License
34 * Pure-PHP arbitrary precision integer arithmetic library. Supports base-
[all...]

12