Home
last modified time | relevance | path

Searched refs:received (Results 151 – 175 of 600) sorted by last modified time

12345678910>>...24

/plugin/structcondstyle/
H A DLICENSE149 c) Accompany it with the information you received as to the offer
152 received the program in object code or executable form with such
176 However, parties who have received copies, or rights, from you under
306 You should have received a copy of the GNU General Public License along
/plugin/translate/
H A DCOPYING149 c) Accompany it with the information you received as to the offer
152 received the program in object code or executable form with such
176 However, parties who have received copies, or rights, from you under
306 You should have received a copy of the GNU General Public License along
/plugin/wideredit/
H A DLICENSE149 c) Accompany it with the information you received as to the offer
152 received the program in object code or executable form with such
176 However, parties who have received copies, or rights, from you under
306 You should have received a copy of the GNU General Public License along
/plugin/twofactorgoogleauth/
H A DLICENSE149 c) Accompany it with the information you received as to the offer
152 received the program in object code or executable form with such
176 However, parties who have received copies, or rights, from you under
306 You should have received a copy of the GNU General Public License along
/plugin/tablelayout/
H A DLICENSE149 c) Accompany it with the information you received as to the offer
152 received the program in object code or executable form with such
176 However, parties who have received copies, or rights, from you under
306 You should have received a copy of the GNU General Public License along
/plugin/gemini/
H A DLICENSE149 c) Accompany it with the information you received as to the offer
152 received the program in object code or executable form with such
176 However, parties who have received copies, or rights, from you under
306 You should have received a copy of the GNU General Public License along
/plugin/oauthdrkserver/
H A DLICENSE149 c) Accompany it with the information you received as to the offer
152 received the program in object code or executable form with such
176 However, parties who have received copies, or rights, from you under
306 You should have received a copy of the GNU General Public License along
/plugin/hidemenus/
H A DLICENSE149 c) Accompany it with the information you received as to the offer
152 received the program in object code or executable form with such
176 However, parties who have received copies, or rights, from you under
306 You should have received a copy of the GNU General Public License along
/plugin/lms/
H A DLICENSE149 c) Accompany it with the information you received as to the offer
152 received the program in object code or executable form with such
176 However, parties who have received copies, or rights, from you under
306 You should have received a copy of the GNU General Public License along
/plugin/structtemplate/
H A DLICENSE149 c) Accompany it with the information you received as to the offer
152 received the program in object code or executable form with such
176 However, parties who have received copies, or rights, from you under
306 You should have received a copy of the GNU General Public License along
/plugin/passwordgrey/
H A DLICENSE149 c) Accompany it with the information you received as to the offer
152 received the program in object code or executable form with such
176 However, parties who have received copies, or rights, from you under
306 You should have received a copy of the GNU General Public License along
/plugin/timezoneco/
H A DLICENSE149 c) Accompany it with the information you received as to the offer
152 received the program in object code or executable form with such
176 However, parties who have received copies, or rights, from you under
306 You should have received a copy of the GNU General Public License along
/plugin/instantpage/
H A DLICENSE149 c) Accompany it with the information you received as to the offer
152 received the program in object code or executable form with such
176 However, parties who have received copies, or rights, from you under
306 You should have received a copy of the GNU General Public License along
/plugin/pureldap/
H A DLICENSE149 c) Accompany it with the information you received as to the offer
152 received the program in object code or executable form with such
176 However, parties who have received copies, or rights, from you under
306 You should have received a copy of the GNU General Public License along
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DAnonymousChallenge.php45 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 DChallengeInterface.php27 * - The last message received. Null if no message has been received yet.
34 public function challenge(?string $received = null, array $options = []): SaslContext; argument
H A DCramMD5Challenge.php50 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')) {
89 'digest' => $this->generateDigest($received
95 validateClientResponse(Message $received, array $options) global() argument
[all...]
H A DDigestMD5Challenge.php69 public function challenge(?string $received = null, array $options = []): SaslContext argument
73 $received = $received === null ? null : $this->encoder->decode($received, $this->context);
75 $response = $this->generateServerResponse($received, $options);
77 $response = $this->generateClientResponse($received, $options);
97 throw new SaslException('The rspauth value was received before the response was generated.');
112 protected function generateServerResponse(?Message $received, array $options): ?string argument
114 if ($received === null) {
117 $response = $this->generateServerVerification($received,
193 generateServerVerification(Message $received, array $options) global() argument
[all...]
H A DPlainChallenge.php46 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);
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/
H A DDigestMD5MessageFactory.php63 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);
73 'Unable to generate message. Unrecognized message type / received message combination.'
H A DMessageFactoryInterface.php29 * @param Message|null $received
33 public function create(int $type, array $options = [], ?Message $received = null): Message; argument
/plugin/pagebuttons/
H A DLICENSE149 c) Accompany it with the information you received as to the offer
152 received the program in object code or executable form with such
176 However, parties who have received copies, or rights, from you under
306 You should have received a copy of the GNU General Public License along
/plugin/include/
H A DCOPYING151 c) Accompany it with the information you received as to the offer
154 received the program in object code or executable form with such
179 However, parties who have received copies, or rights, from you under
311 You should have received a copy of the GNU General Public License
/plugin/quickstats/GEOIP/
H A Dgeoip.inc18 * You should have received a copy of the GNU Lesser General Public
H A Dgeoipcity.inc17 * You should have received a copy of the GNU Lesser General Public

12345678910>>...24