Home
last modified time | relevance | path

Searched refs:mechanism (Results 1 – 25 of 95) sorted by relevance

1234

/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DSasl.php46 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 DSaslBindRequest.php38 protected $mechanism; variable in FreeDSx\\Ldap\\Operation\\Request\\SaslBindRequest
50 public function __construct(string $mechanism, ?string $credentials = null, array $options = []) argument
53 $this->mechanism = $mechanism;
60 return $this->mechanism;
68 $this->mechanism = $mech;
88 $sasl = Asn1::sequence(Asn1::octetString($this->mechanism));
101 if ($this->mechanism === '') {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DJsonWireCompat.php40 $mechanism = $by->getMechanism();
44 switch ($mechanism) {
47 $mechanism = 'css selector';
51 $mechanism = 'css selector';
55 $mechanism = 'css selector';
61 return ['using' => $mechanism, 'value' => $value];
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverBy.php17 private $mechanism; variable in Facebook\\WebDriver\\WebDriverBy
23 protected function __construct($mechanism, $value) argument
25 $this->mechanism = $mechanism;
34 return $this->mechanism;
/plugin/twofactor/lang/en/
Dadmin.txt3 …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 DOperations.php84 * @param string $mechanism
88 …public static function bindSasl(array $options = [], string $mechanism = '', ?string $credentials … argument
90 return new SaslBindRequest($mechanism, $credentials, $options);
H A DLdapClient.php101 … * @param string $mechanism A specific mechanism to use. If none is supplied, one will be selected.
107 public function bindSasl(array $options = [], string $mechanism = ''): LdapMessageResponse argument
109 …return $this->sendAndReceive(Operations::bindSasl($options, $mechanism)->setVersion($this->options…
/plugin/farmer/lang/en/
H A Dtab_setup_help.txt17 …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 Dplugin.info.txt6 desc Page approval mechanism for dokuwiki.
H A DREADME3 Page approval mechanism for dokuwiki.
/plugin/twofactor/
Dplugin.info.txt6 desc Creates a two factor authentication mechanism
DREADME3 Creates a two factor authentication mechanism.
/plugin/authserversso/
Dplugin.info.txt6 desc Allow authentication against any SSO mechanism that sets server/environment variables
/plugin/zenlogin/
Dplugin.info.txt6 …s are applied to Zenphotos user database as well. It provides a single signed on mechanism as well.
/plugin/imagecarousel/vendor/swipebox/
DREADME6 …css has been renamed to css/swipebox.less to work with DokuWiki's less compiler inclusion mechanism
/plugin/pureldap/vendor/freedsx/sasl/
H A DREADME.md3 … authentication and security layer functionality (privacy / integrity, depending on the mechanism).
/plugin/solr/
DREADME.md49 …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/reflect/
DREADME.md3 iReflect hooks into the sendfile mechanism (ATTENTION: this needs a hook in the fetch.php - describ…
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
Dannotations.rst52 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/showwhen/
Dsyntax.php.alternative.version11 * All DokuWiki plugins to extend the parser/rendering mechanism
22 * All DokuWiki plugins to extend the parser/rendering mechanism
/plugin/showif/
Dsyntax.php.alternative.version11 * All DokuWiki plugins to extend the parser/rendering mechanism
22 * All DokuWiki plugins to extend the parser/rendering mechanism
/plugin/authmantis/
DREADME.md5 using an external trust mechanism to authenticate users against
/plugin/codeprettify/code-prettify/
DCHANGES.md64 * 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/commonmark/
H A DREADME.md29 Due to the plugin's mechanism, section edit button recognize the section as broken snippet rather t…
/plugin/authshibboleth/
DREADME.md9 …n alternative authentication plugin to integrate your own authentication mechanism within DokuWiki.

1234