Home
last modified time | relevance | path

Searched refs:HTTP_STATUS_PAYMENT_REQUIRED (Results 1 – 16 of 16) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/include/tscpp/api/
H A DHttpStatus.h62 HTTP_STATUS_PAYMENT_REQUIRED = 402, enumerator
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/cups/libs/cups/
H A Dhttp.h262 HTTP_STATUS_PAYMENT_REQUIRED, /* Payment required */ enumerator
316 # define HTTP_PAYMENT_REQUIRED HTTP_STATUS_PAYMENT_REQUIRED
/dports/print/cups/cups-2.3.3op2/cups/
H A Dhttp.h255 HTTP_STATUS_PAYMENT_REQUIRED, /* Payment required */ enumerator
311 # define HTTP_PAYMENT_REQUIRED HTTP_STATUS_PAYMENT_REQUIRED
/dports/www/firefox-esr/firefox-91.8.0/third_party/cups/include/cups/
H A Dhttp.h255 HTTP_STATUS_PAYMENT_REQUIRED, /* Payment required */ enumerator
311 # define HTTP_PAYMENT_REQUIRED HTTP_STATUS_PAYMENT_REQUIRED
/dports/www/firefox/firefox-99.0/third_party/cups/include/cups/
H A Dhttp.h255 HTTP_STATUS_PAYMENT_REQUIRED, /* Payment required */ enumerator
311 # define HTTP_PAYMENT_REQUIRED HTTP_STATUS_PAYMENT_REQUIRED
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/cups/include/cups/
H A Dhttp.h255 HTTP_STATUS_PAYMENT_REQUIRED, /* Payment required */ enumerator
311 # define HTTP_PAYMENT_REQUIRED HTTP_STATUS_PAYMENT_REQUIRED
/dports/textproc/htmldoc/htmldoc-1.9.13/htmldoc/
H A Dhttp.h292 HTTP_STATUS_PAYMENT_REQUIRED, /* Payment required */ enumerator
348 # define HTTP_PAYMENT_REQUIRED HTTP_STATUS_PAYMENT_REQUIRED
/dports/net/libwebsockets/libwebsockets-v4.2.2/include/libwebsockets/
H A Dlws-http.h97 HTTP_STATUS_PAYMENT_REQUIRED, enumerator
/dports/devel/kore/kore-4.1.0/include/kore/
H A Dhttp.h423 HTTP_STATUS_PAYMENT_REQUIRED = 402, enumerator
/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A DHTTP.h63 HTTP_STATUS_PAYMENT_REQUIRED = 402, enumerator
/dports/misc/netron/node_modules/protobufjs/node_modules/@types/node/
H A Dhttp2.d.ts802 const HTTP_STATUS_PAYMENT_REQUIRED: number; constant
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/@types/node/
H A Dhttp2.d.ts890 const HTTP_STATUS_PAYMENT_REQUIRED: number; constant
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@types/node/
H A Dhttp2.d.ts890 const HTTP_STATUS_PAYMENT_REQUIRED: number; constant
/dports/misc/netron/node_modules/@types/node/
H A Dhttp2.d.ts891 const HTTP_STATUS_PAYMENT_REQUIRED: number; constant
/dports/misc/netron/node_modules/electron/node_modules/@types/node/
H A Dhttp2.d.ts890 const HTTP_STATUS_PAYMENT_REQUIRED: number; constant
/dports/devel/kore/kore-4.1.0/src/
H A Dhttp.c2296 case HTTP_STATUS_PAYMENT_REQUIRED: in http_status_text()