Home
last modified time | relevance | path

Searched refs:statusTexts (Results 1 – 25 of 64) sorted by relevance

123

/dports/www/bolt/bolt-2.2.24/vendor/guzzlehttp/guzzle/src/Message/
H A DResponse.php15 private static $statusTexts = [ variable in GuzzleHttp\\Message\\Response
104 isset(self::$statusTexts[$this->statusCode])
106 $this->reasonPhrase = self::$statusTexts[$this->statusCode];
/dports/finance/prestashop/prestashop/vendor/guzzlehttp/guzzle/src/Message/
H A DResponse.php15 private static $statusTexts = [ variable in GuzzleHttp\\Message\\Response
104 isset(self::$statusTexts[$this->statusCode])
106 $this->reasonPhrase = self::$statusTexts[$this->statusCode];
/dports/www/owncloud/owncloud/updater/vendor/guzzlehttp/guzzle/src/Message/
H A DResponse.php15 private static $statusTexts = [ variable in GuzzleHttp\\Message\\Response
104 isset(self::$statusTexts[$this->statusCode])
106 $this->reasonPhrase = self::$statusTexts[$this->statusCode];
/dports/www/owncloud/owncloud/lib/composer/guzzlehttp/guzzle/src/Message/
H A DResponse.php15 private static $statusTexts = [ variable in GuzzleHttp\\Message\\Response
104 isset(self::$statusTexts[$this->statusCode])
106 $this->reasonPhrase = self::$statusTexts[$this->statusCode];
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/guzzlehttp/guzzle/src/Message/
H A DResponse.php15 private static $statusTexts = [ variable in GuzzleHttp\\Message\\Response
104 isset(self::$statusTexts[$this->statusCode])
106 $this->reasonPhrase = self::$statusTexts[$this->statusCode];
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/
H A DAbstractExceptionNormalizer.php60 …return array_key_exists($statusCode, Response::$statusTexts) ? Response::$statusTexts[$statusCode]…
/dports/www/drupal9/drupal-9.2.10/core/modules/jsonapi/src/Normalizer/
H A DHttpExceptionNormalizer.php69 if (!empty(Response::$statusTexts[$status_code])) {
70 $error['title'] = Response::$statusTexts[$status_code];
/dports/www/drupal8/drupal-8.9.20/core/modules/jsonapi/src/Normalizer/
H A DHttpExceptionNormalizer.php69 if (!empty(Response::$statusTexts[$status_code])) {
70 $error['title'] = Response::$statusTexts[$status_code];
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/friendsofsymfony/rest-bundle/Controller/
H A DExceptionController.php132 …'status_text' => array_key_exists($code, Response::$statusTexts) ? Response::$statusTexts[$code] :…
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Controller/
H A DExceptionController.php66 … 'status_text' => isset(Response::$statusTexts[$code]) ? Response::$statusTexts[$code] : '',
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Controller/
H A DExceptionController.php66 … 'status_text' => isset(Response::$statusTexts[$code]) ? Response::$statusTexts[$code] : '',
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/
H A DRequestDataCollector.php85 …'status_text' => isset(Response::$statusTexts[$statusCode]) ? Response::$statusTexts[$statusCode] …
145 'status_text' => Response::$statusTexts[(int) $statusCode],
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/
H A DRequestDataCollector.php85 …'status_text' => isset(Response::$statusTexts[$statusCode]) ? Response::$statusTexts[$statusCode] …
145 'status_text' => Response::$statusTexts[(int) $statusCode],
/dports/www/phpbb3/phpBB3/vendor/symfony/http-kernel/DataCollector/
H A DRequestDataCollector.php85 …'status_text' => isset(Response::$statusTexts[$statusCode]) ? Response::$statusTexts[$statusCode] …
145 'status_text' => Response::$statusTexts[(int) $statusCode],
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/http-kernel/DataCollector/
H A DRequestDataCollector.php85 …'status_text' => isset(Response::$statusTexts[$statusCode]) ? Response::$statusTexts[$statusCode] …
145 'status_text' => Response::$statusTexts[(int) $statusCode],
/dports/www/itop/web/lib/silex/vendor/symfony/http-kernel/DataCollector/
H A DRequestDataCollector.php87 …'status_text' => isset(Response::$statusTexts[$statusCode]) ? Response::$statusTexts[$statusCode] …
147 'status_text' => Response::$statusTexts[(int) $statusCode],
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/bshaffer/oauth2-server-php/src/OAuth2/
H A DResponse.php46 public static $statusTexts = array( variable in OAuth2\\Response
154 …$this->statusText = false === $text ? '' : (null === $text ? self::$statusTexts[$this->statusCode]…
/dports/deskutils/egroupware/egroupware/vendor/symfony/http-kernel/DataCollector/
H A DRequestDataCollector.php96 …'status_text' => isset(Response::$statusTexts[$statusCode]) ? Response::$statusTexts[$statusCode] …
158 'status_text' => Response::$statusTexts[(int) $statusCode],
/dports/www/bolt/bolt-2.2.24/vendor/guzzle/guzzle/src/Guzzle/Http/Message/
H A DResponse.php22 private static $statusTexts = array( variable in Guzzle\\Http\\Message\\Response
287 if (!$reasonPhrase && isset(self::$statusTexts[$this->statusCode])) {
288 $this->reasonPhrase = self::$statusTexts[$this->statusCode];
/dports/www/drupal8/drupal-8.9.20/core/modules/views/src/Plugin/views/area/
H A DHTTPStatusCode.php35 $options = Response::$statusTexts;
/dports/www/drupal9/drupal-9.2.10/core/modules/views/src/Plugin/views/area/
H A DHTTPStatusCode.php35 $options = Response::$statusTexts;
/dports/www/bolt/bolt-2.2.24/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/
H A DRequestDataCollector.php95 …'status_text' => isset(Response::$statusTexts[$statusCode]) ? Response::$statusTexts[$statusCode] …
/dports/devel/gitlist/gitlist/vendor/symfony/http-kernel/DataCollector/
H A DRequestDataCollector.php95 …'status_text' => isset(Response::$statusTexts[$statusCode]) ? Response::$statusTexts[$statusCode] …
/dports/www/itop/web/lib/silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/
H A DRequestDataCollector.php95 …'status_text' => isset(Response::$statusTexts[$statusCode]) ? Response::$statusTexts[$statusCode] …
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/error-handler/Exception/
H A DFlattenException.php91 if (class_exists(Response::class) && isset(Response::$statusTexts[$statusCode])) {
92 $statusText = Response::$statusTexts[$statusCode];

123