Home
last modified time | relevance | path

Searched refs:bound (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/Parsing/ParserMode/
DAcronym.php27 $bound = '[\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]';
29 … $this->pattern = '(?<=^|' . $bound . ')(?:' . implode('|', $acronyms) . ')(?=' . $bound . ')';
/dokuwiki/lib/plugins/authldap/
Dauth.php21 protected $bound = 0; // 0: anonymous, 1: user, 2: superuser variable in auth_plugin_authldap
72 $this->bound = 2;
104 $this->bound = 1;
121 $this->bound = 1;
170 if ($this->getConf('binddn') && $this->getConf('bindpw') && $this->bound < 2) {
176 $this->bound = 2;
177 } elseif ($this->bound == 0 && !$inbind) {
551 $this->bound = 0;
554 $bound = false;
623 …$bound = @ldap_bind($this->con, $this->getConf('binddn'), conf_decodeString($this->getConf('bindpw…
[all …]