Home
last modified time | relevance | path

Searched refs:HTTP_STATUS_NOT_FOUND (Results 1 – 25 of 496) sorted by relevance

12345678910>>...20

/dports/devel/kore/kore-4.1.0/src/
H A Dfilemap.c167 http_response(req, HTTP_STATUS_NOT_FOUND, NULL, 0); in filemap_resolve()
220 http_response(req, HTTP_STATUS_NOT_FOUND, NULL, 0); in filemap_serve()
225 http_response(req, HTTP_STATUS_NOT_FOUND, NULL, 0); in filemap_serve()
237 req->status = HTTP_STATUS_NOT_FOUND; in filemap_serve()
274 HTTP_STATUS_NOT_FOUND, NULL, 0); in filemap_serve()
309 http_response(req, HTTP_STATUS_NOT_FOUND, NULL, 0); in filemap_serve()
/dports/databases/mantis/mantisbt-2.25.2/api/rest/restcore/
H A Dinternal_rest.php61 …return $p_response->withStatus( HTTP_STATUS_NOT_FOUND, "Field '$t_field' doesn't have auto-complet…
92 return $p_response->withStatus( HTTP_STATUS_NOT_FOUND, $t_message );
H A Dfilters_rest.php56 return $p_response->withStatus( HTTP_STATUS_NOT_FOUND, $t_message );
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/qa/qa/resource/
H A Dregistry_repository.rb66 …or, "Request returned (#{response.code}): `#{response}`." if response.code == HTTP_STATUS_NOT_FOUND
75 …or, "Request returned (#{response.code}): `#{response}`." if response.code == HTTP_STATUS_NOT_FOUND
H A Dsnippet.rb90 …or, "Request returned (#{response.code}): `#{response}`." if response.code == HTTP_STATUS_NOT_FOUND
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/activation/webservice/
H A DWebserviceActivationContext.cpp96 Q_ASSERT(pStatusCode == HTTP_STATUS_BAD_REQUEST || pStatusCode == HTTP_STATUS_NOT_FOUND); in sendErrorPage()
103 else if (pStatusCode == HTTP_STATUS_NOT_FOUND) in sendErrorPage()
H A DWebserviceActivationHandler.cpp161 response.setStatus(HTTP_STATUS_NOT_FOUND); in onNewRequest()
211 response.setStatus(HTTP_STATUS_NOT_FOUND); in handleImageRequest()
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/webui/
H A Ddoc_md.c223 return HTTP_STATUS_NOT_FOUND; in md_class()
257 return HTTP_STATUS_NOT_FOUND; in http_markdown_classes()
295 return HTTP_STATUS_NOT_FOUND; in http_markdown_page()
H A Dwebui.c193 return HTTP_STATUS_NOT_FOUND; in page_no_webroot()
197 return HTTP_STATUS_NOT_FOUND; in page_no_webroot()
297 return HTTP_STATUS_NOT_FOUND; in page_static_file()
983 return HTTP_STATUS_NOT_FOUND; in http_dvr_playlist()
1005 ret = HTTP_STATUS_NOT_FOUND; in http_dvr_playlist()
1528 return HTTP_STATUS_NOT_FOUND; in page_play()
1600 return HTTP_STATUS_NOT_FOUND; in http_serve_file()
1604 return HTTP_STATUS_NOT_FOUND; in http_serve_file()
1772 return HTTP_STATUS_NOT_FOUND; in page_dvrfile()
1813 return HTTP_STATUS_NOT_FOUND; in page_imagecache()
[all …]
H A Dwebui_api.c55 r = HTTP_STATUS_NOT_FOUND; in webui_api_handler()
/dports/security/tang/tang-10/src/
H A Dtangd.c64 return http_reply(HTTP_STATUS_NOT_FOUND, NULL); in adv()
127 return http_reply(HTTP_STATUS_NOT_FOUND, NULL); in rec()
/dports/www/wget2/wget2-2.0.0/libwget/
H A Dhttp.h82 #define HTTP_STATUS_NOT_FOUND 404 macro
/dports/www/trafficserver/trafficserver-9.1.1/include/tscpp/api/
H A DHttpStatus.h64 HTTP_STATUS_NOT_FOUND = 404, enumerator
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/android/BOINC/app/src/main/java/edu/berkeley/boinc/utils/
H A DBOINCDefs.java52 public static final int HTTP_STATUS_NOT_FOUND = 404; field in BOINCDefs
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/workflows/base/states/
H A DStateRedirectBrowser.cpp37 sendErrorPage(HTTP_STATUS_NOT_FOUND); in run()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/py/Boinc/
H A Dboinc_db.py67 HTTP_STATUS_NOT_FOUND = 404 variable
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/network/
H A DHttpServer.cpp107 pRequest->send(HTTP_STATUS_NOT_FOUND); in onMessageComplete()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/lib/
H A Dcommon_defs.h60 #define HTTP_STATUS_NOT_FOUND 404 macro
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/qa/qa/support/
H A Dapi.rb10 HTTP_STATUS_NOT_FOUND = 404 constant
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/ui/websocket/
H A DUIPlugInWebSocket.cpp124 pRequest->send(HTTP_STATUS_NOT_FOUND); in onNewWebSocketRequest()
/dports/www/firefox-esr/firefox-91.8.0/testing/mochitest/pywebsocket3/mod_pywebsocket/
H A Dcommon.py120 HTTP_STATUS_NOT_FOUND = 404 variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pywebsocket3/src/mod_pywebsocket/
H A Dcommon.py120 HTTP_STATUS_NOT_FOUND = 404 variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pywebsocket3/src/mod_pywebsocket/
H A Dcommon.py120 HTTP_STATUS_NOT_FOUND = 404 variable
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pywebsocket3/mod_pywebsocket/
H A Dcommon.py120 HTTP_STATUS_NOT_FOUND = 404 variable
/dports/www/firefox/firefox-99.0/testing/mochitest/pywebsocket3/mod_pywebsocket/
H A Dcommon.py120 HTTP_STATUS_NOT_FOUND = 404 variable

12345678910>>...20