Home
last modified time | relevance | path

Searched refs:Message (Results 226 – 250 of 283) sorted by path

12345678910>>...12

/plugin/projects/pchart/pchart/
H A Dpchart.php3483 function RaiseFatal($Message) argument
3485 echo "[FATAL] ".$Message."\r\n";
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/
H A DClientQueue.php25 use FreeDSx\Socket\Queue\Message;
121 * @param Message $message
129 protected function constructMessage(Message $message, ?int $id = null)
20 use FreeDSx\Socket\Queue\Message; global() alias
H A DServerQueue.php24 use FreeDSx\Socket\Queue\Message;
67 * @param Message $message
75 protected function constructMessage(Message $message, ?int $id = null)
17 use FreeDSx\Socket\Queue\Message; global() alias
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DAnonymousChallenge.php15 use FreeDSx\Sasl\Message; alias
79 $this->context->setResponse($this->encoder->encode(new Message($data), $this->context));
H A DCramMD5Challenge.php18 use FreeDSx\Sasl\Message; alias
72 $challenge = new Message(['challenge' => $nonce]);
79 protected function generateClientResponse(Message $received, array $options): void
87 $response = new Message([
95 protected function validateClientResponse(Message $received, array $options): void
H A DDigestMD5Challenge.php18 use FreeDSx\Sasl\Message; alias
54 * @var null|Message
87 protected function generateClientResponse(?Message $message, $options): ?string
112 protected function generateServerResponse(?Message $received, array $options): ?string
123 protected function isClientChallengeNeeded(Message $message): bool
135 protected function createClientResponse(Message $message, array $options): string
193 protected function generateServerVerification(Message $received, array $options): ?Message
249 protected function generateServerChallenge(array $options): Message
H A DPlainChallenge.php16 use FreeDSx\Sasl\Message; alias
57 protected function serverProcess(?Message $message, array $options): SaslContext
83 $message = new Message([
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DAnonymousEncoder.php14 use FreeDSx\Sasl\Message; alias
27 public function encode(Message $message, SaslContext $context): string
39 public function decode(string $data, SaslContext $context): Message
41 $message = new Message();
H A DCramMD5Encoder.php15 use FreeDSx\Sasl\Message; alias
29 public function encode(Message $message, SaslContext $context): string
41 public function decode(string $data, SaslContext $context): Message
53 protected function encodeServerChallenge(Message $message): string
66 protected function encodeClientResponse(Message $message): string
87 protected function decodeServerChallenge(string $challenge): Message
93 return new Message(['challenge' => $challenge]);
99 protected function decodeClientResponse(string $response): Message
105 return new Message([
H A DDigestMD5Encoder.php15 use FreeDSx\Sasl\Message; alias
73 public function decode(string $data, SaslContext $context): Message
81 public function encode(Message $message, SaslContext $context): string
118 protected function parse(string $digest, bool $isServerMode): Message
122 $message = new Message();
H A DEncoderInterface.php15 use FreeDSx\Sasl\Message; alias
30 public function encode(Message $message, SaslContext $context): string;
37 public function decode(string $data, SaslContext $context): Message;
H A DPlainEncoder.php15 use FreeDSx\Sasl\Message; alias
28 public function encode(Message $message, SaslContext $context): string
49 public function decode(string $data, SaslContext $context): Message
55 return new Message([
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/
H A DDigestMD5MessageFactory.php16 use FreeDSx\Sasl\Message; alias
19 * The DIGEST-MD5 Message Factory.
63 public function create(int $type, array $options = [], ?Message $received = null): Message
78 protected function generateServerChallenge(array $options): Message
80 $challenge = new Message();
94 protected function generateServerResponse(array $options): Message
101 return new Message(['rspauth' => $rspAuth]);
107 protected function generateClientResponse(array $options, Message $challenge): Message
[all...]
H A DMessageFactoryInterface.php15 use FreeDSx\Sasl\Message; alias
29 * @param Message|null $received
30 * @return Message
33 public function create(int $type, array $options = [], ?Message $received = null): Message;
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Mechanism/
H A DDigestMD5Mechanism.php17 use FreeDSx\Sasl\Message; alias
100 public static function computeResponse(string $password, Message $challenge, Message $response, bool $useServerMode = false): string
140 public static function computeA1(string $password, Message $challenge, Message $response): string
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DMessage.php22 class Message implements Countable, IteratorAggregate class
46 * @return Message
/plugin/pureldap/vendor/freedsx/socket/
H A DCHANGELOG.md32 * Update the ASN.1 Message Queue to use the last position of the encoder.
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/
H A DAsn1MessageQueue.php58 protected function decode($bytes): Message
62 $message = new Message($asn1, $this->encoder->getLastPosition());
73 protected function constructMessage(Message $message, ?int $id = null)
H A DMessage.php18 class Message class
H A DMessageQueue.php122 * @return Message|null
125 protected function consume(): ?Message
168 * @return Message
171 protected abstract function decode($bytes) : Message;
186 * @param Message $message
190 protected function constructMessage(Message $message, ?int $id = null)
/plugin/rdplink/RdpEncrypt/
H A DRdpEncrypt.vb217 Console.WriteLine(ex.Message)
/plugin/securelogin/
H A DREADME.md53 …r setup. If all is working, a bubble will appear containing whatever was in the "Test Message" box.
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DREADME.md65 <div class="diagram">A->B: Message</div>
/plugin/smtp/_test/
H A Dmessage.test.php50 $message = new \splitbrain\dokuwiki\plugin\smtp\Message('', '', $input);
/plugin/smtp/
H A Daction.php46 $message = new \splitbrain\dokuwiki\plugin\smtp\Message(

12345678910>>...12