Home
last modified time | relevance | path

Searched refs:header_exists (Results 1 – 25 of 56) sorted by relevance

123

/dports/www/p5-Plack/Plack-1.0048/t/Plack-Util/
H A Dheader_exists.t7 ok !Plack::Util::header_exists($headers, 'Foo'), 'no headers';
12 ok !Plack::Util::header_exists($headers, 'Foo'), 'header does not exist';
17 ok Plack::Util::header_exists($headers, 'Foo'), 'header is first';
22 ok Plack::Util::header_exists($headers, 'Foo'), 'header is last';
27 ok Plack::Util::header_exists($headers, 'Foo'), 'header in middle';
32 ok Plack::Util::header_exists($headers, 'Foo'), 'header occurs multiple times';
37 ok Plack::Util::header_exists($headers, 'foo'), 'case-insensitive';
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/cheroot/test/
H A Dtest_conn.py189 def header_exists(header_name, headers): function
217 assert not header_exists('Connection', actual_headers)
227 assert not header_exists('Connection', actual_headers)
267 assert not header_exists('Connection', actual_headers)
276 assert header_exists('Content-Length', actual_headers)
432 assert not header_exists('Connection', actual_headers)
460 assert not header_exists('Connection', actual_headers)
461 assert not header_exists('Keep-Alive', actual_headers)
998 assert not header_exists('Connection', actual_headers)
1008 assert not header_exists('Connection', actual_headers)
[all …]
/dports/www/py-cheroot/cheroot-8.5.2/cheroot/test/
H A Dtest_conn.py189 def header_exists(header_name, headers): function
217 assert not header_exists('Connection', actual_headers)
227 assert not header_exists('Connection', actual_headers)
267 assert not header_exists('Connection', actual_headers)
276 assert header_exists('Content-Length', actual_headers)
432 assert not header_exists('Connection', actual_headers)
460 assert not header_exists('Connection', actual_headers)
461 assert not header_exists('Keep-Alive', actual_headers)
998 assert not header_exists('Connection', actual_headers)
1008 assert not header_exists('Connection', actual_headers)
[all …]
/dports/security/hydra/thc-hydra-9.2/
H A Dhydra-http-form.c778 if (header_exists(&ptr_head, "Content-Length", HEADER_TYPE_DEFAULT))
782 if (!header_exists(&ptr_head, "Content-Type", HEADER_TYPE_DEFAULT))
787 if (!header_exists(&ptr_head, "Cookie", HEADER_TYPE_DEFAULT))
800 if (header_exists(&ptr_head, "Content-Length", HEADER_TYPE_DEFAULT))
805 if (!header_exists(&ptr_head, "Cookie", HEADER_TYPE_DEFAULT))
849 if (!header_exists(&ptr_head, "Cookie", HEADER_TYPE_DEFAULT))
867 if (!header_exists(&ptr_head, "Cookie", HEADER_TYPE_DEFAULT))
912 if (!header_exists(&ptr_head, "Cookie", HEADER_TYPE_DEFAULT))
930 if (!header_exists(&ptr_head, "Cookie", HEADER_TYPE_DEFAULT))
1048 if (header_exists(&ptr_head, "Content-Length", HEADER_TYPE_DEFAULT))
[all …]
/dports/www/p5-AnyEvent-HTTPD/AnyEvent-HTTPD-0.93/lib/AnyEvent/HTTPD/
H A DHTTPConnection.pm114 unless header_exists ($hdr, 'Date');
116 unless header_exists ($hdr, 'Expires');
118 unless header_exists ($hdr, 'Cache-Control');
123 unless header_exists ($hdr, 'Content-Length')
H A DUtil.pm115 sub header_exists { subroutine
/dports/www/p5-Plack/Plack-1.0048/lib/Plack/
H A DUtil.pm159 exists => sub { header_exists($headers, @_) },
240 sub header_exists { subroutine
/dports/www/p5-Plack-Middleware-Rewrite/Plack-Middleware-Rewrite-2.101/lib/Plack/Middleware/
H A DRewrite.pm62 or Plack::Util::header_exists( $res->[1], 'Content-Length' )
/dports/www/p5-Plack-Middleware-Expires/Plack-Middleware-Expires-0.06/lib/Plack/Middleware/
H A DExpires.pm87 return if Plack::Util::header_exists($res->[1], 'Expires');
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/providers/imapx/
H A Dcamel-imapx-search.c571 header_exists (sexp, argc, argv, search); in imapx_search_header_exists()
583 header_exists (sexp, argc, argv, search); in imapx_search_header_exists()
626 search_class->header_exists = imapx_search_header_exists; in camel_imapx_search_class_init()
/dports/www/p5-Mojolicious/Mojolicious-9.22/t/test/
H A Dmojo.t173 subtest 'header_exists' => sub {
174 $t->header_exists('Content-Type');
176 $t->header_exists('Content-Type', 'some description');
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/
H A Dcamel-folder-search.h153 CamelSExpResult * (*header_exists) member
H A Dcamel-search-sql-sexp.c507 header_exists (struct _CamelSExp *f, in header_exists() function
811 { "header-exists", header_exists, 0},
H A Dcamel-filter-search.c75 static CamelSExpResult *header_exists (struct _CamelSExp *f, gint argc, struct _CamelSExpResult **a…
112 { "header-exists", (CamelSExpFunc) header_exists, 0 },
448 header_exists (struct _CamelSExp *f, in header_exists() function
/dports/emulators/mess/mame-mame0226/src/lib/util/
H A Doptions.h164 bool header_exists(const char *description) const noexcept;
H A Doptions.cpp1093 bool core_options::header_exists(const char *description) const noexcept in header_exists() function in core_options
/dports/emulators/mame/mame-mame0226/src/lib/util/
H A Doptions.h164 bool header_exists(const char *description) const noexcept;
H A Doptions.cpp1093 bool core_options::header_exists(const char *description) const noexcept in header_exists() function in core_options
/dports/emulators/mess/mame-mame0226/src/emu/
H A Demuopts.cpp591 if (!header_exists(header)) in add_and_remove_slot_options()
689 if (!header_exists(header)) in add_and_remove_image_options()
/dports/emulators/mame/mame-mame0226/src/emu/
H A Demuopts.cpp591 if (!header_exists(header)) in add_and_remove_slot_options()
689 if (!header_exists(header)) in add_and_remove_image_options()
/dports/www/p5-Mojolicious/Mojolicious-9.22/lib/Test/
H A DMojo.pm134 sub header_exists { subroutine
/dports/www/p5-Plack/Plack-1.0048/
H A DMANIFEST262 t/Plack-Util/header_exists.t
/dports/databases/py-gdbm/Python-3.8.12/Lib/tkinter/
H A Dtix.py919 def header_exists(self, col): member in HList
924 header_exist = header_exists
/dports/lang/python-legacy/Python-2.7.18/Lib/lib-tk/
H A DTix.py926 def header_exists(self, col): member in HList
931 header_exist = header_exists
/dports/lang/python37/Python-3.7.12/Lib/tkinter/
H A Dtix.py924 def header_exists(self, col): member in HList
929 header_exist = header_exists

123