Home
last modified time | relevance | path

Searched refs:setResponse (Results 101 – 108 of 108) sorted by path

12345

/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DNullTransport.php42 public function setResponse(Response $response): NullTransport function in Elastica\\Transport\\NullTransport
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DAnonymousChallenge.php79 $this->context->setResponse($this->encoder->encode(new Message($data), $this->context));
H A DCramMD5Challenge.php73 $this->context->setResponse($this->encoder->encode($challenge, $this->context));
91 $this->context->setResponse($this->encoder->encode($response, $this->context));
H A DDigestMD5Challenge.php79 $this->context->setResponse($response);
H A DPlainChallenge.php88 $this->context->setResponse($this->encoder->encode($message, $this->context));
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DSaslContext.php142 public function setResponse(?string $response) function in FreeDSx\\Sasl\\SaslContext
/plugin/swiftmail/Swift/Connection/
H A DNativeMail.php89 public function setResponse($int) function in Swift_Connection_NativeMail
105 $this->setResponse(354);
108 $this->setResponse(250);

12345