Home
last modified time | relevance | path

Searched refs:getCode (Results 351 – 375 of 430) sorted by path

1...<<1112131415161718

/plugin/combo/vendor/php-webdriver/webdriver/lib/Exception/
H A DDriverServerDiedException.php13 \Exception::__construct($this->getMessage(), $this->getCode(), $previous);
/plugin/database2/
H A Ddatabase2.php4122 if ( in_array( $e->getCode(), array( '42S02' ) ) )
6178 public function getCode() function in Database2_Admin
H A Dmedia.php445 header( 'HTTP/1.1 ' . $e->getCode() . ' ' . $e->getMessage() );
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php278 $error->appendChild($DOM->createElement('s:code', $h($e->getCode())));
290 … $xPrevious->appendChild($DOM->createElement('s:code', $h($previous->getCode())));
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php314 if ($e->getCode() === CrossReferenceException::OBJECT_NOT_FOUND) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdi.php118 if ($e->getCode() === CrossReferenceException::OBJECT_NOT_FOUND) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DCrossReference.php71 if ($e->getCode() === CrossReferenceException::INVALID_DATA && $this->fileHeaderOffset !== 0) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
H A DPdfReader.php174 if ($e->getCode() !== PdfReaderException::KIDS_EMPTY) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php171 if ($e->getCode() === CrossReferenceException::OBJECT_NOT_FOUND) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tfpdf/
H A DFpdi.php119 if ($e->getCode() === CrossReferenceException::OBJECT_NOT_FOUND) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A Dphpstan.neon9 - '#Call to method getCode\(\) on an unknown class JsonException#'
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Serializers/
H A DSmartSerializer.php89 throw new JsonErrorException($e->getCode(), $data, $result);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DTransport.php126 $code = $response->getCode();
/plugin/elwikiupgrade/
H A DHTTPClient.php286 $this->status = $e->getCode();
468 if ($err->getCode())
469 $this->status = $err->getCode();
/plugin/fblogin/lib/
H A Dbase_facebook.php462 $code = $this->getCode();
685 protected function getCode() { function in BaseFacebook
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DConsistency.php289 public function getCode(); function
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DIdle.php239 $pre . '(' . $this->getCode() . ') ' . $message . "\n" .
244 $pre . '(' . $this->getCode() . ') ' . $message . "\n" .
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DGroup.php77 ->integer($result->getCode())
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassCodeGenerator.php75 $php .= $method->getCode()."\n";
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DMethodNode.php169 public function getCode() function in Prophecy\\Doubler\\Generator\\Node\\MethodNode
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DExceptionCode.php37 return (string) $other->getCode() == (string) $this->expectedCode;
54 $this->exporter->export($other->getCode()),
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DExceptionWrapper.php39 parent::__construct($e->getMessage(), (int) $e->getCode());
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DError.php75 $this->sourceCode = $source->getCode();
203 $this->sourceCode = $source->getCode();
299 $this->sourceCode = $src->getCode();
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1598 return $loader->getSourceContext($name)->getCode();

1...<<1112131415161718