Home
last modified time | relevance | path

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

12345678910>>...26

/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DMechanismSelector.php18 * Given an array of mechanism names, choose the best one available.
53 * supported and available mechanisms to the client via some facility
57 * So basically we are on our own in determining the best available mechanism from a list. This really seems like
61 * @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
139 filterOptions(array $available, array $options) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A 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)) {
176 'None of the qop values are recognized, or the one you selected is not available. Available methods are: %s',
177 implode($available)
193 # Now filter it based on what ciphers actually show as available in OpenSSL...
194 $available = openssl_get_cipher_methods();
196 if (!in_array($cipher, $available, true)) {
202 throw new SaslException('There are no available ciphers for auth-conf.');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/
H A Dinterfaces.asciidoc5 This is a complete list of available interfaces:
7 * There are no interfaces available.
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationException.php161 * @param array $available
166 …public static function enumeratorError($attributeName, $annotationName, $context, $available, $giv… argument
173 implode(', ', $available),
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/tests/
H A D001-load.phpt9 echo 'maxminddb extension is available';
12 maxminddb extension is available
/plugin/clacks/
H A DREADME6 All documentation for this Plugin is available online at:
9 Demo page is available at:
/plugin/imagecarousel/vendor/swipebox/
H A 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/davcal/vendor/sabre/http/tests/HTTP/
H A DUtilTest.php79 function testNegotiate($acceptHeader, $available, $expected) { argument
83 Util::negotiate($acceptHeader, $available)
/plugin/gallery/swipebox/
H A DREADME
/plugin/openlayersmap/lang/en/
H A Dhelp.txt2 Various functions are available as part of the map.
8 * **switching themes or maps** clicking 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 a focus indicator ring).
17 * **switching themes or maps** clicking on the ≡ icon on the right-hand side of the map you can view and select available maps and themes
/plugin/removeold/
H A 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/
H A 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/clock/
H A 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 * This style uses four font fallbacks: 'LCDRegular', 'LCD', 'Segment7Standard' and 'dseg7classic'. They are not provided here, they must be available either client-side or provided via an external source (eg.: via usertsyle.css).
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/noiewarning/
H A DREADME9 All documentation for this Plugin is available online at:
12 Demo page is available at:
/plugin/indexmenu/scripts/
H A Dcontextmenu.local.js.example8 * See for information about available variables, menu structure, override and adding menu entries in the scripts/contextmenu.js
47 * Common available functions:
55 * Insert your custom functions (available for all users) at the bottom of this file.
/plugin/nobadbrowser/
H A DREADME8 All documentation for this Plugin is available online at:
/plugin/backup/
H A 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/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dendpoint-closure.asciidoc7 available set of API endpoints available.
/plugin/divalign2/
H A DREADME8 All documentation for this Plugin is available online at:
11 Demo page is available at:
/plugin/twofactor/action/
H A Dprofile.php138 $manager->getUserDefaultProvider(); // resets the default to the next available
156 * Print the opt-out form (if available)
223 * List providers available for adding
230 $available = $manager->getUserProviders(false);
231 if (!$available) return;
234 foreach ($available as $provider) {
/plugin/translator/lang/en/
H A Dstatistics.txt3 The following languages and versions are currently available.
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
H A Dlicense.commercial.txt22 made publicly available to all getID3() users.
26 have added functionality beyond what is available in getID3();
/plugin/syntaxhighlighter3/
H A DCHANGELOG.md42 > Release available in `archives` folder.
49 > Release available in `archives` folder.
/plugin/photogallery/phpThumb/licenses/
H A Dlicense.ptcl.txt22 made publicly available to all phpThumb() users.
26 have added functionality beyond what is available in phpThumb();

12345678910>>...26