/dports/graphics/py-imageio/imageio-2.9.0/imageio/core/ |
H A D | request.py | 27 URI_HTTP = 5 variable 155 self._uri_type = URI_HTTP 225 noWriting = [URI_HTTP, URI_FTP] 348 elif self._uri_type in [URI_HTTP or URI_FTP]: 369 if self._uri_type in (URI_HTTP, URI_FTP):
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/soap/ |
H A D | SOAPConstants.java | 39 public static final String URI_HTTP = SOAPNamespaceConstants.TRANSPORT_HTTP; field in SOAPConstants
|
H A D | SOAP12Constants.java | 40 public static final String URI_HTTP = SOAP12NamespaceConstants.TRANSPORT_HTTP; field in SOAP12Constants
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/soap/ |
H A D | SOAPConstants.java | 39 public static final String URI_HTTP = SOAPNamespaceConstants.TRANSPORT_HTTP; field in SOAPConstants
|
H A D | SOAP12Constants.java | 40 public static final String URI_HTTP = SOAP12NamespaceConstants.TRANSPORT_HTTP; field in SOAP12Constants
|
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/ |
H A D | packet_parser.h | 65 URI_HTTP, /* {absoluteURI, http, "host(s1)", Port, "path(s2)"} */ enumerator
|
H A D | packet_parser.c | 608 uri->type = URI_HTTP; in http_parse_uri()
|
H A D | erl_bif_port.c | 1302 case URI_HTTP: in http_bld_uri() 1307 ((uri->type==URI_HTTP) ? am_http : am_https), in http_bld_uri()
|
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/ |
H A D | packet_parser.h | 65 URI_HTTP, /* {absoluteURI, http, "host(s1)", Port, "path(s2)"} */ enumerator
|
H A D | packet_parser.c | 599 uri->type = URI_HTTP; in http_parse_uri()
|
H A D | erl_bif_port.c | 1311 case URI_HTTP: in http_bld_uri() 1316 ((uri->type==URI_HTTP) ? am_http : am_https), in http_bld_uri()
|
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/ |
H A D | packet_parser.h | 65 URI_HTTP, /* {absoluteURI, http, "host(s1)", Port, "path(s2)"} */ enumerator
|
H A D | packet_parser.c | 608 uri->type = URI_HTTP; in http_parse_uri()
|
H A D | erl_bif_port.c | 1303 case URI_HTTP: in http_bld_uri() 1308 ((uri->type==URI_HTTP) ? am_http : am_https), in http_bld_uri()
|
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/ |
H A D | packet_parser.h | 65 URI_HTTP, /* {absoluteURI, http, "host(s1)", Port, "path(s2)"} */ enumerator
|
H A D | packet_parser.c | 599 uri->type = URI_HTTP; in http_parse_uri()
|
H A D | erl_bif_port.c | 1311 case URI_HTTP: in http_bld_uri() 1316 ((uri->type==URI_HTTP) ? am_http : am_https), in http_bld_uri()
|
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/ |
H A D | packet_parser.h | 65 URI_HTTP, /* {absoluteURI, http, "host(s1)", Port, "path(s2)"} */ enumerator
|
H A D | packet_parser.c | 599 uri->type = URI_HTTP; in http_parse_uri()
|
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/ |
H A D | packet_parser.h | 65 URI_HTTP, /* {absoluteURI, http, "host(s1)", Port, "path(s2)"} */ enumerator
|
H A D | packet_parser.c | 608 uri->type = URI_HTTP; in http_parse_uri()
|
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/ |
H A D | packet_parser.h | 65 URI_HTTP, /* {absoluteURI, http, "host(s1)", Port, "path(s2)"} */ enumerator
|
H A D | packet_parser.c | 599 uri->type = URI_HTTP; in http_parse_uri()
|
/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/plugins/ |
H A D | check_http.c | 1537 #define URI_HTTP "%5[HTPShtps]" macro 1541 #define HD1 URI_HTTP "://" URI_HOST ":" URI_PORT "/" URI_PATH 1542 #define HD2 URI_HTTP "://" URI_HOST "/" URI_PATH 1543 #define HD3 URI_HTTP "://" URI_HOST ":" URI_PORT 1544 #define HD4 URI_HTTP "://" URI_HOST 1546 #define HD5 URI_HTTP "//" URI_HOST "/" URI_PATH
|
/dports/net-mgmt/monitoring-plugins/monitoring-plugins-2.3.1/plugins/ |
H A D | check_http.c | 1338 #define URI_HTTP "%5[HTPShtps]" macro 1342 #define HD1 URI_HTTP "://" URI_HOST ":" URI_PORT "/" URI_PATH 1343 #define HD2 URI_HTTP "://" URI_HOST "/" URI_PATH 1344 #define HD3 URI_HTTP "://" URI_HOST ":" URI_PORT 1345 #define HD4 URI_HTTP "://" URI_HOST
|