Home
last modified time | relevance | path

Searched refs:error_log_format (Results 1 – 25 of 35) sorted by relevance

12

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dcached_options.h37 extern error_log_format_t error_log_format;
39 constexpr error_log_format_t error_log_format = error_log_format_t::human_readable; variable
H A Dcached_options.cpp15 error_log_format_t error_log_format = error_log_format_t::human_readable; variable
H A Djson.cpp1710 switch( error_log_format ) { in escape_property()
1730 switch( error_log_format ) { in escape_data()
1750 switch( error_log_format ) { in line_number()
1757 switch( error_log_format ) { in line_number()
1790 switch( error_log_format ) { in line_number()
1805 switch( error_log_format ) { in error()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dcached_options.h37 extern error_log_format_t error_log_format;
39 constexpr error_log_format_t error_log_format = error_log_format_t::human_readable; variable
H A Dcached_options.cpp15 error_log_format_t error_log_format = error_log_format_t::human_readable; variable
H A Djson.cpp1710 switch( error_log_format ) { in escape_property()
1730 switch( error_log_format ) { in escape_data()
1750 switch( error_log_format ) { in line_number()
1757 switch( error_log_format ) { in line_number()
1790 switch( error_log_format ) { in line_number()
1805 switch( error_log_format ) { in error()
/dports/www/p5-Emplacken/Emplacken-0.01/lib/Emplacken/Role/
H A DCodeBuilder.pm64 has error_log_format => ( attribute
213 B::perlstring( $self->error_log_format() )
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/inets/src/http_server/
H A Dhttpd_log.erl153 case httpd_util:lookup(ConfigDB, error_log_format, pretty) of
164 case httpd_util:lookup(ConfigDB, error_log_format, pretty) of
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/inets/src/http_server/
H A Dhttpd_log.erl153 case httpd_util:lookup(ConfigDB, error_log_format, pretty) of
164 case httpd_util:lookup(ConfigDB, error_log_format, pretty) of
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/inets/src/http_server/
H A Dhttpd_log.erl153 case httpd_util:lookup(ConfigDB, error_log_format, pretty) of
164 case httpd_util:lookup(ConfigDB, error_log_format, pretty) of
H A Dhttpd_conf.erl329 {ok,[],{error_log_format, list_to_atom(string:strip(LogFormat))}}.
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/inets/src/http_server/
H A Dhttpd_log.erl153 case httpd_util:lookup(ConfigDB, error_log_format, pretty) of
164 case httpd_util:lookup(ConfigDB, error_log_format, pretty) of
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/inets/src/http_server/
H A Dhttpd_log.erl153 case httpd_util:lookup(ConfigDB, error_log_format, pretty) of
164 case httpd_util:lookup(ConfigDB, error_log_format, pretty) of
H A Dhttpd_conf.erl329 {ok,[],{error_log_format, list_to_atom(string:strip(LogFormat))}}.
/dports/lang/erlang/otp-OTP-24.1.7/lib/inets/src/http_server/
H A Dhttpd_log.erl153 case httpd_util:lookup(ConfigDB, error_log_format, pretty) of
164 case httpd_util:lookup(ConfigDB, error_log_format, pretty) of
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/inets/src/http_server/
H A Dhttpd_log.erl153 case httpd_util:lookup(ConfigDB, error_log_format, pretty) of
164 case httpd_util:lookup(ConfigDB, error_log_format, pretty) of
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Djson_test.cpp271 restore_on_out_of_scope<error_log_format_t> restore_error_log_format( error_log_format );
272 error_log_format = error_log_format_t::human_readable;
418 restore_on_out_of_scope<error_log_format_t> restore_error_log_format( error_log_format );
419 error_log_format = error_log_format_t::human_readable;
520 restore_on_out_of_scope<error_log_format_t> restore_error_log_format( error_log_format );
521 error_log_format = error_log_format_t::human_readable;
H A Dtest_main.cpp302 error_log_format = error_log_format_t::github_action; in CATCH_REGISTER_LISTENER()
305 error_log_format = error_log_format_t::human_readable; in CATCH_REGISTER_LISTENER()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tests/
H A Djson_test.cpp271 restore_on_out_of_scope<error_log_format_t> restore_error_log_format( error_log_format );
272 error_log_format = error_log_format_t::human_readable;
418 restore_on_out_of_scope<error_log_format_t> restore_error_log_format( error_log_format );
419 error_log_format = error_log_format_t::human_readable;
520 restore_on_out_of_scope<error_log_format_t> restore_error_log_format( error_log_format );
521 error_log_format = error_log_format_t::human_readable;
H A Dtest_main.cpp302 error_log_format = error_log_format_t::github_action; in CATCH_REGISTER_LISTENER()
305 error_log_format = error_log_format_t::human_readable; in CATCH_REGISTER_LISTENER()
/dports/www/htdigest/httpd-2.4.6/include/
H A Dhttp_core.h652 apr_array_header_t *error_log_format; member
/dports/www/apache24/httpd-2.4.53/include/
H A Dhttp_core.h717 apr_array_header_t *error_log_format; member
/dports/www/htdigest/httpd-2.4.6/server/
H A Dcore.c513 if (virt->error_log_format) in merge_core_server_configs()
514 conf->error_log_format = virt->error_log_format; in merge_core_server_configs()
3823 conf->error_log_format = parse_errorlog_string(cmd->pool, arg1, in set_errorlog_format()
/dports/www/apache24/httpd-2.4.53/server/
H A Dcore.c564 if (virt->error_log_format) in merge_core_server_configs()
565 conf->error_log_format = virt->error_log_format; in merge_core_server_configs()
4360 conf->error_log_format = parse_errorlog_string(cmd->pool, arg1, in set_errorlog_format()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/inets/examples/httpd_load_test/
H A Dhdlt_ctrl.erl960 {error_log_format, pretty},

12