Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/ParserMode/
H A DAcronym.php27 $bound = '[\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]';
29 $this->pattern = '(?<=^|' . $bound . ')(?:' . implode('|', $acronyms) . ')(?=' . $bound . ')';
/dokuwiki/lib/plugins/authldap/
H A Dauth.php20 /* @var int $bound What type of connection does already exist? */
21 protected $bound = 0; // 0: anonymous, 1: user, 2: superuser
72 $this->bound = 2;
104 $this->bound = 1;
121 $this->bound = 1;
169 // force superuser bind if wanted and not bound as superuser yet
170 if ($this->getConf('binddn') && $this->getConf('bindpw') && $this->bound < 2) {
176 $this->bound = 2;
177 } elseif ($this->bound == 0 && !$inbind) {
547 $this->bound
18 protected $bound = 0; // 0: anonymous, 1: user, 2: superuser global() variable in auth_plugin_authldap
[all...]