Home
last modified time | relevance | path

Searched refs:check_body (Results 1 – 25 of 188) sorted by relevance

12345678

/dports/devel/libunit/unit-1.26.1/test/
H A Dtest_static_types.py32 def check_body(self, http_url, body): member in TestStaticTypes
40 self.check_body('/file.xml', '.xml')
45 self.check_body('/file.xml', '.xml')
50 self.check_body('/file.xml', '.xml')
59 self.check_body('/file.xml', '.xml')
66 self.check_body('/file.mp4', '.mp4')
73 self.check_body('/file.mp4', '.mp4')
83 self.check_body('/file.png', '.png')
137 self.check_body('/file.php', '')
144 self.check_body('/', 'index')
[all …]
/dports/www/unit-perl/unit-1.26.1/test/
H A Dtest_static_types.py32 def check_body(self, http_url, body): member in TestStaticTypes
40 self.check_body('/file.xml', '.xml')
45 self.check_body('/file.xml', '.xml')
50 self.check_body('/file.xml', '.xml')
59 self.check_body('/file.xml', '.xml')
66 self.check_body('/file.mp4', '.mp4')
73 self.check_body('/file.mp4', '.mp4')
83 self.check_body('/file.png', '.png')
137 self.check_body('/file.php', '')
144 self.check_body('/', 'index')
[all …]
/dports/www/unit-php/unit-1.26.1/test/
H A Dtest_static_types.py32 def check_body(self, http_url, body): member in TestStaticTypes
40 self.check_body('/file.xml', '.xml')
45 self.check_body('/file.xml', '.xml')
50 self.check_body('/file.xml', '.xml')
59 self.check_body('/file.xml', '.xml')
66 self.check_body('/file.mp4', '.mp4')
73 self.check_body('/file.mp4', '.mp4')
83 self.check_body('/file.png', '.png')
137 self.check_body('/file.php', '')
144 self.check_body('/', 'index')
[all …]
/dports/www/unit-java/unit-1.26.1/test/
H A Dtest_static_types.py32 def check_body(self, http_url, body): member in TestStaticTypes
40 self.check_body('/file.xml', '.xml')
45 self.check_body('/file.xml', '.xml')
50 self.check_body('/file.xml', '.xml')
59 self.check_body('/file.xml', '.xml')
66 self.check_body('/file.mp4', '.mp4')
73 self.check_body('/file.mp4', '.mp4')
83 self.check_body('/file.png', '.png')
137 self.check_body('/file.php', '')
144 self.check_body('/', 'index')
[all …]
/dports/www/unit-python/unit-1.26.1/test/
H A Dtest_static_types.py32 def check_body(self, http_url, body): member in TestStaticTypes
40 self.check_body('/file.xml', '.xml')
45 self.check_body('/file.xml', '.xml')
50 self.check_body('/file.xml', '.xml')
59 self.check_body('/file.xml', '.xml')
66 self.check_body('/file.mp4', '.mp4')
73 self.check_body('/file.mp4', '.mp4')
83 self.check_body('/file.png', '.png')
137 self.check_body('/file.php', '')
144 self.check_body('/', 'index')
[all …]
/dports/www/unit/unit-1.26.1/test/
H A Dtest_static_types.py32 def check_body(self, http_url, body): member in TestStaticTypes
40 self.check_body('/file.xml', '.xml')
45 self.check_body('/file.xml', '.xml')
50 self.check_body('/file.xml', '.xml')
59 self.check_body('/file.xml', '.xml')
66 self.check_body('/file.mp4', '.mp4')
73 self.check_body('/file.mp4', '.mp4')
83 self.check_body('/file.png', '.png')
137 self.check_body('/file.php', '')
144 self.check_body('/', 'index')
[all …]
/dports/deskutils/kdeconnect-kde/kdeconnect-kde-21.12.3/plugins/sendnotifications/
H A Dsendnotifications_config.cpp39 connect(m_ui->check_body, SIGNAL(toggled(bool)), this, SLOT(changed()));
57 m_ui->check_body->setChecked(true); in defaults()
80 m_ui->check_body->setChecked(body); in load()
93 config()->set(QStringLiteral("generalIncludeBody"), m_ui->check_body->isChecked()); in save()
/dports/mail/qpopper/qpopper4.1.0/popper/
H A Dpop_send.c282 int check_body = 0; local
467 check_body++;
484 check_body++;
525 check_body++; /* separator counts as body */
533 if ( mp->body_lines != check_body )
536 mp->body_lines, check_body, mp->number, p->drop_name );
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/inets/test/
H A Dhttpd_test_lib.erl307 check_body(RequestStr, StatusCode,
391 check_body("GET /cgi-bin/erl/httpd_example:get_bin HTTP/1.1\r\n\r\n", 200, "text/html", Length, _Bo… function
393 check_body("GET /cgi-bin/cgi_echo HTTP/1.0\r\n\r\n", 200, "text/plain", function
402 check_body(RequestStr, 200, "text/html", _, Body) -> function
406 inets_test_lib:check_body(binary_to_list(Body));
411 check_body(_, _, _, _,_) -> function
H A Dhttpc_proxy_SUITE.erl182 inets_test_lib:check_body(B1),
188 inets_test_lib:check_body(binary_to_list(B2)).
390 inets_test_lib:check_body(B1),
395 inets_test_lib:check_body(B2),
400 inets_test_lib:check_body(B3),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/inets/test/
H A Dhttpd_test_lib.erl307 check_body(RequestStr, StatusCode,
391 check_body("GET /cgi-bin/erl/httpd_example:get_bin HTTP/1.1\r\n\r\n", 200, "text/html", Length, _Bo… function
393 check_body("GET /cgi-bin/cgi_echo HTTP/1.0\r\n\r\n", 200, "text/plain", function
402 check_body(RequestStr, 200, "text/html", _, Body) -> function
406 inets_test_lib:check_body(binary_to_list(Body));
411 check_body(_, _, _, _,_) -> function
H A Dhttpc_proxy_SUITE.erl182 inets_test_lib:check_body(B1),
188 inets_test_lib:check_body(binary_to_list(B2)).
390 inets_test_lib:check_body(B1),
395 inets_test_lib:check_body(B2),
400 inets_test_lib:check_body(B3),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/inets/test/
H A Dhttpd_test_lib.erl307 check_body(RequestStr, StatusCode,
391 check_body("GET /cgi-bin/erl/httpd_example:get_bin HTTP/1.0\r\n\r\n", 200, "text/html", Length, _Bo… function
393 check_body("GET /cgi-bin/cgi_echo HTTP/1.0\r\n\r\n", 200, "text/plain", function
402 check_body(RequestStr, 200, "text/html", _, Body) -> function
406 inets_test_lib:check_body(binary_to_list(Body));
411 check_body(_, _, _, _,_) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/inets/test/
H A Dhttpd_test_lib.erl307 check_body(RequestStr, StatusCode,
406 check_body("GET /cgi-bin/erl/httpd_example:get_bin HTTP/1.1\r\n\r\n", 200, "text/html", Length, _Bo… function
408 check_body("GET /cgi-bin/cgi_echo HTTP/1.0\r\n\r\n", 200, "text/plain", function
417 check_body(RequestStr, 200, "text/html", _, Body) -> function
421 inets_test_lib:check_body(binary_to_list(Body));
426 check_body(_, _, _, _,_) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/inets/test/
H A Dhttpd_test_lib.erl307 check_body(RequestStr, StatusCode,
406 check_body("GET /cgi-bin/erl/httpd_example:get_bin HTTP/1.1\r\n\r\n", 200, "text/html", Length, _Bo… function
408 check_body("GET /cgi-bin/cgi_echo HTTP/1.0\r\n\r\n", 200, "text/plain", function
417 check_body(RequestStr, 200, "text/html", _, Body) -> function
421 inets_test_lib:check_body(binary_to_list(Body));
426 check_body(_, _, _, _,_) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/inets/test/
H A Dhttpd_test_lib.erl307 check_body(RequestStr, StatusCode,
406 check_body("GET /cgi-bin/erl/httpd_example:get_bin HTTP/1.1\r\n\r\n", 200, "text/html", Length, _Bo… function
408 check_body("GET /cgi-bin/cgi_echo HTTP/1.0\r\n\r\n", 200, "text/plain", function
417 check_body(RequestStr, 200, "text/html", _, Body) -> function
421 inets_test_lib:check_body(binary_to_list(Body));
426 check_body(_, _, _, _,_) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/inets/test/
H A Dhttpd_test_lib.erl307 check_body(RequestStr, StatusCode,
406 check_body("GET /cgi-bin/erl/httpd_example:get_bin HTTP/1.1\r\n\r\n", 200, "text/html", Length, _Bo… function
408 check_body("GET /cgi-bin/cgi_echo HTTP/1.0\r\n\r\n", 200, "text/plain", function
417 check_body(RequestStr, 200, "text/html", _, Body) -> function
421 inets_test_lib:check_body(binary_to_list(Body));
426 check_body(_, _, _, _,_) -> function
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/lib/
H A Dmrn_database_repairer.cpp67 each_database(&DatabaseRepairer::check_body, &result); in is_crashed()
76 each_database(&DatabaseRepairer::check_body, &result); in is_corrupt()
211 void DatabaseRepairer::check_body(grn_ctx *ctx, in check_body() function in mrn::DatabaseRepairer
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/lib/
H A Dmrn_database_repairer.cpp67 each_database(&DatabaseRepairer::check_body, &result); in is_crashed()
76 each_database(&DatabaseRepairer::check_body, &result); in is_corrupt()
211 void DatabaseRepairer::check_body(grn_ctx *ctx, in check_body() function in mrn::DatabaseRepairer
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/lib/
H A Dmrn_database_repairer.cpp67 each_database(&DatabaseRepairer::check_body, &result); in is_crashed()
76 each_database(&DatabaseRepairer::check_body, &result); in is_corrupt()
211 void DatabaseRepairer::check_body(grn_ctx *ctx, in check_body() function in mrn::DatabaseRepairer
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/lib/
H A Dmrn_database_repairer.cpp67 each_database(&DatabaseRepairer::check_body, &result); in is_crashed()
76 each_database(&DatabaseRepairer::check_body, &result); in is_corrupt()
211 void DatabaseRepairer::check_body(grn_ctx *ctx, in check_body() function in mrn::DatabaseRepairer
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/lib/
H A Dmrn_database_repairer.cpp67 each_database(&DatabaseRepairer::check_body, &result);
76 each_database(&DatabaseRepairer::check_body, &result);
211 void DatabaseRepairer::check_body(grn_ctx *ctx,
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/lib/
H A Dmrn_database_repairer.cpp67 each_database(&DatabaseRepairer::check_body, &result); in is_crashed()
76 each_database(&DatabaseRepairer::check_body, &result); in is_corrupt()
211 void DatabaseRepairer::check_body(grn_ctx *ctx, in check_body() function in mrn::DatabaseRepairer
/dports/lang/yap/yap-6.2.2/packages/cplint/
H A Dsemlpadsld.pl251 check_body(BL,BLOut)
271 /* check_body(Body0,Body)
274 check_body([],[]).
276 check_body([H|T],TOut):-
279 check_body(T,TOut).
281 check_body([H|T],[H|TOut]):-
282 check_body(T,TOut).
H A Dsemlpad.pl299 check_body(BL,BLOut)
319 /* check_body(Body0,Body)
322 check_body([],[]).
324 check_body([H|T],TOut):-
327 check_body(T,TOut).
329 check_body([H|T],[H|TOut]):-
330 check_body(T,TOut).

12345678