/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/ |
H A D | Sasl.php | 46 public function get(string $mechanism): MechanismInterface argument 48 $mech = $this->mechanisms[$mechanism] ?? null; 60 public function supports(string $mechanism): bool argument 62 return isset($this->mechanisms()[$mechanism]); 70 public function add(MechanismInterface $mechanism): self argument 72 $this->mechanisms[$mechanism->getName()] = $mechanism; 82 public function remove(string $mechanism): self argument 84 if (isset($this->mechanisms[$mechanism])) { 85 unset($this->mechanisms[$mechanism]);
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/ |
H A D | SaslBindRequest.php | 37 protected $mechanism; variable in FreeDSx\\Ldap\\Operation\\Request\\SaslBindRequest 49 public function __construct(string $mechanism, ?string $credentials = null, array $options = []) argument 52 $this->mechanism = $mechanism; 59 return $this->mechanism; 64 $this->mechanism = $mech; 84 $sasl = Asn1::sequence(Asn1::octetString($this->mechanism)); 97 if ($this->mechanism === '') {
|
/plugin/twofactor/lang/en/ |
H A D | admin.txt | 3 …cond factor mechanism set up for use. You can use this tool to reset the user's setup when they lo… 5 …g on your setup, the user may be required to configure a new two factor mechanism on their next lo…
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/ |
H A D | Operations.php | 82 * @param string $mechanism 86 …public static function bindSasl(array $options = [], string $mechanism = '', ?string $credentials … argument 88 return new SaslBindRequest($mechanism, $credentials, $options);
|
H A D | LdapClient.php | 98 … * @param string $mechanism A specific mechanism to use. If none is supplied, one will be selected. 103 public function bindSasl(array $options = [], string $mechanism = ''): LdapMessageResponse argument 105 …return $this->sendAndReceive(Operations::bindSasl($options, $mechanism)->setVersion($this->options…
|
/plugin/farmer/lang/en/ |
H A D | tab_setup_help.txt | 17 …hp'' is a file that is loaded at the very beginning of loading DokuWiki. Here the farm mechanism is 24 The ''.htaccess'' modification makes animals accessible through the //bang!// mechanism. (See below) 33 When enabled, your animals will be accessible under the farmer's URL using the //bang!// mechanism.…
|
/plugin/approve/ |
H A D | plugin.info.txt | 6 desc Page approval mechanism for dokuwiki.
|
H A D | README | 3 Page approval mechanism for dokuwiki.
|
/plugin/twofactor/ |
H A D | plugin.info.txt | 6 desc Creates a two factor authentication mechanism
|
H A D | README | 3 Creates a two factor authentication mechanism.
|
/plugin/zenlogin/ |
H A D | plugin.info.txt | 6 …s are applied to Zenphotos user database as well. It provides a single signed on mechanism as well.
|
/plugin/imagecarousel/vendor/swipebox/ |
H A D | README | 6 …css has been renamed to css/swipebox.less to work with DokuWiki's less compiler inclusion mechanism
|
/plugin/pureldap/vendor/freedsx/sasl/ |
H A D | README.md | 3 … authentication and security layer functionality (privacy / integrity, depending on the mechanism).
|
/plugin/gallery/swipebox/ |
H A D | README | 5 …css has been renamed to css/swipebox.less to work with DokuWiki's less compiler inclusion mechanism
|
/plugin/reflect/ |
H A D | README.md | 3 iReflect hooks into the sendfile mechanism (ATTENTION: this needs a hook in the fetch.php - describ…
|
/plugin/solr/ |
H A D | README.md | 49 …lso indexed when it is visited by a user. See the next section on how the indexing mechanism works. 51 ### The indexing mechanism ### 52 After installing the plugin it will index every page using the DokuWiki indexing mechanism: An invi…
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/ |
H A D | annotations.rst | 52 This is why Doctrine Annotations uses its own autoloading mechanism through a global registry. If y… 72 ``AnnotationRegistry#registerAutoloadNamespace`` which creates a PSR-0 compatible loading mechanism… 155 As explained in the Introduction Doctrine Annotations uses its own autoloading mechanism to determi… 215 usage of annotations and throw exceptions if you misspelled an annotation. This mechanism is enable… 217 To ease the upgrade path, we still allow you to disable this mechanism. Note however that we will r…
|
/plugin/showif/ |
H A D | syntax.php.alternative.version | 11 * All DokuWiki plugins to extend the parser/rendering mechanism 22 * All DokuWiki plugins to extend the parser/rendering mechanism
|
/plugin/authmantis/ |
H A D | README.md | 5 using an external trust mechanism to authenticate users against
|
/plugin/codeprettify/code-prettify/ |
H A D | CHANGES.md | 64 * Changed HTML lexer to use the same embedded source mechanism as the wiki 127 * Added a one script autoload&run mechanism and a way to embed hints in
|
/plugin/authshibboleth/ |
H A D | README.md | 9 …n alternative authentication plugin to integrate your own authentication mechanism within DokuWiki.
|
/plugin/authsqlite/ |
H A D | README.md | 2 Authentication mechanism for DokuWiki that uses an SQLite database for
|
/plugin/evesso/phpoauthlib/ |
H A D | README.md | 39 …- You can use any storage mechanism for tokens. By default, session, in-memory and Redis.io (requi…
|
/plugin/cacherevisionseraser/ |
H A D | README.md | 116 * Removed auth mechanism (Doku Wiki don�t allow non-admin users to access admins plug-ins anyway), …
|
/plugin/svg/ |
H A D | syntax.php.save | 20 * All DokuWiki plugins to extend the parser/rendering mechanism
|