/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/ |
H A D | CramMD5Challenge.php | 50 public function challenge(?string $received = null, array $options = []): SaslContext argument 52 $received = ($received === null) ? null : $this->encoder->decode($received, $this->context); 54 if ($received === null) { 61 $this->validateClientResponse($received, $options); 63 $this->generateClientResponse($received, $options); 79 protected function generateClientResponse(Message $received, array $options): void argument 81 if (!$received->has('challenge')) { 97 if (!$received->has('username')) { 100 if (!$received->has('digest')) { 106 $username = $received->get('username'); [all …]
|
H A D | DigestMD5Challenge.php | 73 $received = $received === null ? null : $this->encoder->decode($received, $this->context); 75 $response = $this->generateServerResponse($received, $options); 77 $response = $this->generateClientResponse($received, $options); 114 if ($received === null) { 117 $response = $this->generateServerVerification($received, $options); 204 $qop = $received->get('qop'); 205 $cipher = $received->get('cipher'); 218 if (strlen((string) $received->get('cnonce')) < 12) { 222 if ($received->get('nonce') !== $this->challenge->get('nonce')) { 229 if ($expected !== $received->get('response')) { [all …]
|
H A D | AnonymousChallenge.php | 45 public function challenge(?string $received = null, array $options = []): SaslContext argument 48 $this->processServer($received); 56 protected function processServer(?string $received): void argument 58 if ($received === null) { 61 $received = $this->encoder->decode($received, $this->context); 66 if ($received->has('trace')) { 67 $this->context->set('trace', $received->get('trace'));
|
H A D | PlainChallenge.php | 46 public function challenge(?string $received = null, array $options = []): SaslContext argument 48 $received = $received === null ? null : $this->encoder->decode($received, $this->context); 51 return $this->serverProcess($received, $options);
|
H A D | ChallengeInterface.php | 34 public function challenge(?string $received = null, array $options = []): SaslContext; argument
|
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/Exceptions/ |
H A D | CodeException.php | 31 public function __construct($expected, $received, $serverMessage = null) argument 33 $message = "Unexpected return code - Expected: {$expected}, Got: {$received}";
|
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/ |
H A D | MessageFactoryInterface.php | 29 * @param Message|null $received 33 public function create(int $type, array $options = [], ?Message $received = null): Message; argument
|
H A D | DigestMD5MessageFactory.php | 63 public function create(int $type, array $options = [], ?Message $received = null): Message argument 65 if ($type === self::MESSAGE_CLIENT_RESPONSE && $received !== null) { 66 return $this->generateClientResponse($options, $received);
|
/plugin/searchtablejs/ |
H A D | README | 11 You should have received a copy of the GNU General Public License
|
/plugin/showlogin2/ |
H A D | LICENSE | 14 You should have received a copy of the GNU General Public License
|
/plugin/freechat/phpfreechat/ |
H A D | COPYING.txt | 14 You should have received a copy of the GNU Lesser General Public
|
/plugin/showinitpage/ |
H A D | LICENSE | 15 You should have received a copy of the GNU General Public License
|
/plugin/xslfo/ |
H A D | README.md | 21 You should have received a copy of the GNU General Public License along with
|
/plugin/impressjs/ |
H A D | README.md | 18 You should have received a copy of the GNU General Public License
|
/plugin/codemirror/ |
H A D | README | 24 You should have received a copy of the GNU General Public License along
|
/plugin/linkback/ |
H A D | CHANGELOG | 26 * Receiving and displaying of received linkbacks added, sending improved
|
H A D | style.css | 44 div.dokuwiki .linkback_head abbr.received {
|
/plugin/actickets/ |
H A D | README | 52 You should have received a copy of the GNU General Public License along
|
/plugin/freechat/phpfreechat/lib/csstidy-1.2/ |
H A D | README | 26 You should have received a copy of the GNU General Public License
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/ |
H A D | NOTICE | 30 You should have received a copy of the GNU Lesser General Public
|
/plugin/geotag/ |
H A D | README.md | 18 …/dokuwikispatial/admin/files/badges/" alt="Spatial plugins for Dokuwiki received the Community Cho…
|
/plugin/spatialhelper/ |
H A D | README.md | 18 …/dokuwikispatial/admin/files/badges/" alt="Spatial plugins for Dokuwiki received the Community Cho…
|
/plugin/geophp/ |
H A D | README.md | 21 …/dokuwikispatial/admin/files/badges/" alt="Spatial plugins for Dokuwiki received the Community Cho…
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A D | set-retries.asciidoc | 22 received. For example, if you have ten alive nodes, and `setRetries(5)`, the
|
/plugin/openlayersmap/ |
H A D | README.md | 23 …/dokuwikispatial/admin/files/badges/" alt="Spatial plugins for Dokuwiki received the Community Cho…
|