Home
last modified time | relevance | path

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

123

/dports/www/drupal9/drupal-9.2.10/vendor/symfony/http-foundation/
H A DResponse.php134 public static $statusTexts = [ variable in Symfony\\Component\\HttpFoundation\\Response
468 $this->statusText = self::$statusTexts[$code] ?? 'unknown status';
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/response/
H A DsfWebResponse.class.php43 static protected $statusTexts = array( variable in sfWebResponse
203 $this->statusText = null !== $name ? $name : self::$statusTexts[$code];
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/http-foundation/
H A DResponse.php147 public static $statusTexts = [ variable in Symfony\\Component\\HttpFoundation\\Response
473 $this->statusText = self::$statusTexts[$code] ?? 'unknown status';
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/http-foundation/
H A DResponse.php147 public static $statusTexts = [ variable in Symfony\\Component\\HttpFoundation\\Response
473 $this->statusText = self::$statusTexts[$code] ?? 'unknown status';
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A Dqueue.cpp343 static wxString statusTexts[] = { in GetStatusMessage() local
360 return statusTexts[std::underlying_type_t<Status>(m_status)]; in GetStatusMessage()
/dports/deskutils/egroupware/egroupware/vendor/symfony/http-foundation/Tests/
H A DResponseTest.php1062 $this->assertEquals($reasonPhrase, Response::$statusTexts[$code]);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/
H A DResponseTest.php998 $this->assertEquals($reasonPhrase, Response::$statusTexts[$code]);
/dports/www/elgg/elgg-3.3.23/vendor/symfony/http-foundation/Tests/
H A DResponseTest.php998 $this->assertEquals($reasonPhrase, Response::$statusTexts[$code]);
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/http-foundation/Tests/
H A DResponseTest.php998 $this->assertEquals($reasonPhrase, Response::$statusTexts[$code]);
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/
H A DResponseTest.php998 $this->assertEquals($reasonPhrase, Response::$statusTexts[$code]);
/dports/www/itop/web/lib/silex/vendor/symfony/http-foundation/Tests/
H A DResponseTest.php978 $this->assertEquals($reasonPhrase, Response::$statusTexts[$code]);
/dports/www/e107/e107/e107_admin/
H A Dupdate_routines.php889 …$statusTexts = array(E_MESSAGE_SUCCESS => 'Success', E_MESSAGE_ERROR => 'Fail', E_MESSAGE_INFO => …
/dports/www/drupal8/drupal-8.9.20/core/modules/jsonapi/tests/src/Functional/
H A DResourceTestBase.php827 if (!empty(Response::$statusTexts[$expected_status_code])) {
828 $expected_error['title'] = Response::$statusTexts[$expected_status_code];
/dports/www/drupal9/drupal-9.2.10/core/modules/jsonapi/tests/src/Functional/
H A DResourceTestBase.php829 if (!empty(Response::$statusTexts[$expected_status_code])) {
830 $expected_error['title'] = Response::$statusTexts[$expected_status_code];

123