Home
last modified time | relevance | path

Searched refs:available (Results 1 – 25 of 747) sorted by relevance

12345678910>>...30

/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DMechanismSelector.php61 * @param MechanismInterface[] $available
65 protected function selectMech(array $available): MechanismInterface argument
73 usort($available, function (MechanismInterface $mechA, MechanismInterface $mechB) {
84 $first = array_shift($available);
101 $available = $this->filterFromChoices($choices);
102 if (count($available) === 0) {
106 $available = $this->filterOptions($available, $options);
107 if (count($available) === 0) {
111 return $available;
135 * @param MechanismInterface[] $available
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
DDatabaseInstanceFailoverReplica.php25 public $available; variable in Google\\Service\\SQLAdmin\\DatabaseInstanceFailoverReplica
34 public function setAvailable($available) argument
36 $this->available = $available;
43 return $this->available;
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/
H A DDigestMD5MessageFactory.php162 $available = (array) ($challenge->get('qop') ?? []);
164 if (count($available) === 0) {
170 if (in_array($method, $available, true)) {
177 implode($available)
194 $available = openssl_get_cipher_methods();
196 if (!in_array($cipher, $available, true)) {
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
DAnnotationException.php161 * @param array $available
166 …public static function enumeratorError($attributeName, $annotationName, $context, $available, $giv… argument
173 implode(', ', $available),
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/
Dinterfaces.asciidoc5 This is a complete list of available interfaces:
7 * There are no interfaces available.
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/tests/
D001-load.phpt9 echo 'maxminddb extension is available';
12 maxminddb extension is available
/plugin/clacks/
DREADME6 All documentation for this Plugin is available online at:
9 Demo page is available at:
/plugin/imagecarousel/vendor/swipebox/
DREADME1 This is a silightly modified version of the SwipeBox script available at https://github.com/brutal…
3 The modfied sources are available at https://github.com/splitbrain/swipebox/tree/dokuwiki - only th…
/plugin/cosmocode/lang/en/
Dpartner-yes.txt1 … curently available as early access versions to you. These extensions will have features, bugfixes…
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DUtilTest.php79 function testNegotiate($acceptHeader, $available, $expected) { argument
83 Util::negotiate($acceptHeader, $available)
/plugin/openlayersmap/lang/en/
Dhelp.txt2 Various functions are available as part of the map.
8 …g on the ≡ icon on the right-hand side of the map you can view and select available maps and themes
13 Keyboard operation becomes available after activating the map using the tab key (the map will show …
17 …g on the ≡ icon on the right-hand side of the map you can view and select available maps and themes
/plugin/removeold/
DREADME10 This is an admin plugin available via admin manager to delete listed files
18 A complete plugin description is available on http://www.dokuwiki.org/plugin:removeold
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
Dset.rst13 After the ``set`` call, the ``foo`` variable is available in the template like
67 {# foo is NOT available #}
78 {# foo is available #}
/plugin/noiewarning/
DREADME9 All documentation for this Plugin is available online at:
12 Demo page is available at:
/plugin/indexmenu/scripts/
Dcontextmenu.local.js.example8 …* See for information about available variables, menu structure, override and adding menu entries …
47 * Common available functions:
55 * Insert your custom functions (available for all users) at the bottom of this file.
/plugin/backup/
DREADME.md15 …or [gzip](https://en.wikipedia.org/wiki/Gzip) if either of these compression methods are available.
23 Backup archives will be available via the **Media Manager** at the path `:wiki:backup`.
33 The official repository for this plugin is available on GitHub:
/plugin/clock/
Dstyle.css66 * For full experience, it is _recommended_ to make the typeface available
69 * fallback or switch if it is now available at last as Freeware.
101 …7Standard' and 'dseg7classic'. They are not provided here, they must be available either client-si…
141 * For full experience, it is _recommended_ to make the typeface available
144 * fallback or switch if it is now available at last as Freeware.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dendpoint-closure.asciidoc7 available set of API endpoints available.
/plugin/divalign2/
DREADME8 All documentation for this Plugin is available online at:
11 Demo page is available at:
/plugin/twofactor/action/
Dprofile.php230 $available = $manager->getUserProviders(false);
231 if (!$available) return;
234 foreach ($available as $provider) {
/plugin/dokullm/doc/
H A Dprofiles.txt7 The following profiles are currently available:
16 …n page (similar to ''dokullm:profiles:default'') that defines the actions available in this profile
31 … (like ''dokullm:profiles:default'') that contains a table defining the available actions. The tab…
73 * The prompt will automatically be available through the action defined in your profile
/plugin/syntaxhighlighter3/
DCHANGELOG.md42 > Release available in `archives` folder.
49 > Release available in `archives` folder.
/plugin/photogallery/phpThumb/licenses/
Dlicense.ptcl.txt22 made publicly available to all phpThumb() users.
26 have added functionality beyond what is available in phpThumb();
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
Dlicense.commercial.txt22 made publicly available to all getID3() users.
26 have added functionality beyond what is available in getID3();
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DEqlNamespace.asciidoc49 …e interval in which the results (partial or final) for this search will be available (Default = 5d)
78 …e interval in which the results (partial or final) for this search will be available (Default = 5d)

12345678910>>...30