Home
last modified time | relevance | path

Searched refs:handle_errors (Results 1 – 25 of 146) sorted by relevance

123456

/dports/devel/elixir-plug/plug-1.4.5/lib/plug/
H A Derror_handler.ex17 def handle_errors(conn, %{kind: _kind, reason: _reason, stack: _stack}) do function
22 Once this module is used, a callback named `handle_errors/2` should
49 def handle_errors(conn, assigns) do function
53 defoverridable [handle_errors: 2]
67 Plug.ErrorHandler.__catch__(conn, kind, reason, &handle_errors/2)
76 def __catch__(_conn, :error, %Plug.Conn.WrapperError{} = wrapper, handle_errors) do
78 __catch__(conn, kind, wrapper, reason, stack, handle_errors)
81 def __catch__(conn, kind, reason, handle_errors) do
82 __catch__(conn, kind, reason, reason, System.stacktrace, handle_errors)
85 defp __catch__(conn, kind, reason, wrapped_reason, stack, handle_errors) do
[all …]
/dports/sysutils/busybox/busybox-1.26.2/libbb/
H A Dbb_strtonum.c39 static unsigned long long handle_errors(unsigned long long v, char **endp) in handle_errors() function
70 return handle_errors(v, endp); in bb_strtoull()
90 return handle_errors(v, endp); in bb_strtoll()
105 return handle_errors(v, endp); in bb_strtoul()
122 return handle_errors(v, endp); in bb_strtol()
139 return handle_errors(v, endp); in bb_strtou()
158 return handle_errors(v, endp); in bb_strtoi()
/dports/misc/vifm/vifm-0.11/tests/iop/
H A Derror.c13 static IoErrCbResult handle_errors(struct io_args_t *args,
26 .result.errors_cb = &handle_errors, in TEST()
48 .result.errors_cb = &handle_errors, in TEST()
66 .result.errors_cb = &handle_errors, in TEST()
87 .result.errors_cb = &handle_errors, in TEST()
125 .result.errors_cb = &handle_errors, in TEST()
157 handle_errors(struct io_args_t *args, const ioe_err_t *err) in handle_errors() function
/dports/textproc/py-pyx12/pyx12-2.3.3/pyx12/
H A Dx12n_document.py133 errh.handle_errors(src.pop_errors())
135 errh.handle_errors(src.pop_errors())
158 errh.handle_errors(src.pop_errors())
179 errh.handle_errors(src.pop_errors())
181 errh.handle_errors(src.pop_errors())
185 errh.handle_errors(src.pop_errors())
187 errh.handle_errors(src.pop_errors())
191 errh.handle_errors(src.pop_errors())
226 errh.handle_errors(src.pop_errors())
/dports/misc/vifm/vifm-0.11/tests/ior/
H A Derror.c13 static IoErrCbResult handle_errors(struct io_args_t *args,
28 .result.errors_cb = &handle_errors, in TEST()
55 .result.errors_cb = &handle_errors, in TEST()
80 handle_errors(struct io_args_t *args, const ioe_err_t *err) in handle_errors() function
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_attr/src/
H A Dbuiltin.rs179 handle_errors( in find_stability_generic()
199 handle_errors( in find_stability_generic()
206 handle_errors( in find_stability_generic()
293 handle_errors( in find_stability_generic()
335 handle_errors( in find_stability_generic()
342 handle_errors( in find_stability_generic()
454 handle_errors( in cfg_matches()
560 handle_errors( in eval_condition()
662 handle_errors( in find_deprecation_generic()
674 handle_errors( in find_deprecation_generic()
[all …]
/dports/devel/py-zope.publisher/zope.publisher-3.13.1/src/zope/publisher/
H A Dpaste.py41 handle_errors = environ.get('wsgi.handleErrors', True)
44 request, handle_errors=handle_errors)
H A Dpublish.py115 def publish(request, handle_errors=True): argument
144 if not handle_errors:
163 elif handle_errors:
181 if handle_errors:
/dports/mail/squirrelmail/squirrelmail.stable/squirrelmail/functions/
H A Dimap_messages.php49 * @param bool $handle_errors Show error messages in case of a NO, BAD, or BYE response
56 function sqimap_msgs_list_move($imap_stream, $id, $mailbox, $handle_errors = true) { argument
57 if (sqimap_msgs_list_copy ($imap_stream, $id, $mailbox, $handle_errors)) {
1128 * @param boolean $handle_errors (since 1.4.8) handle errors
1134 function sqimap_messages_copy($imap_stream, $start, $end, $mailbox, $handle_errors=true) { argument
1136 …$read = sqimap_run_command ($imap_stream, "COPY $start:$end \"$mailbox\"", $handle_errors, $respon…
1162 function sqimap_messages_flag($imap_stream, $start, $end, $flag, $handle_errors) { argument
1164 …$read = sqimap_run_command ($imap_stream, "STORE $start:$end +FLAGS (\\$flag)", $handle_errors, $r…
1169 function sqimap_messages_remove_flag($imap_stream, $start, $end, $flag, $handle_errors) { argument
1171 …$read = sqimap_run_command ($imap_stream, "STORE $start:$end -FLAGS (\\$flag)", $handle_errors, $r…
[all …]
H A Dimap_general.php40 function sqimap_run_command_list ($imap_stream, $query, $handle_errors, &$response, &$message, $uni… argument
44 … $read = sqimap_read_data_list ($imap_stream, $sid, $handle_errors, $response, $message, $query );
58 function sqimap_run_command ($imap_stream, $query, $handle_errors, &$response, argument
64 $read = sqimap_read_data ($imap_stream, $sid, $handle_errors, $response,
79 function sqimap_run_literal_command($imap_stream, $query, $handle_errors, &$response, &$message, $u… argument
86 …$read = sqimap_read_data($imap_stream, $sid, $handle_errors, $response, $message, $query['commands…
98 …$read = sqimap_read_data($imap_stream, $sid, $handle_errors, $response, $message, $query['commands…
201 function sqimap_read_data_list ($imap_stream, $tag_uid, $handle_errors, argument
386 if ($handle_errors == false) {
466 function sqimap_read_data ($imap_stream, $tag_uid, $handle_errors, argument
[all …]
/dports/net/gsk/gsk-1.0.63/src/tests/
H A Dtest-echo.c22 handle_errors (GError *error, in handle_errors() function
46 handle_errors, in main()
/dports/lang/parrot/parrot-8.1.0/tools/dev/
H A Dparrot_shell.pl133 handle_errors($?) if $?;
141 sub handle_errors { subroutine
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/generators/
H A Didl_thunk.py118 def _MakeEnterLine(filenode, interface, member, arg, handle_errors, callback, argument
146 str(handle_errors).lower())
150 str(handle_errors).lower())
307 handle_errors = not (member.GetProperty('report_errors') == 'False')
311 handle_errors, args[len(args) - 1][1], meta)
319 handle_errors, None, meta)
324 handle_errors, None, meta)
/dports/lang/spidermonkey60/firefox-60.9.0/browser/extensions/mortar/ppapi/generators/
H A Didl_thunk.py116 def _MakeEnterLine(filenode, interface, member, arg, handle_errors, callback, argument
144 str(handle_errors).lower())
148 str(handle_errors).lower())
305 handle_errors = not (member.GetProperty('report_errors') == 'False')
309 handle_errors, args[len(args) - 1][1], meta)
317 handle_errors, None, meta)
322 handle_errors, None, meta)
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/generators/
H A Didl_thunk.py118 def _MakeEnterLine(filenode, interface, member, arg, handle_errors, callback, argument
146 str(handle_errors).lower())
150 str(handle_errors).lower())
307 handle_errors = not (member.GetProperty('report_errors') == 'False')
311 handle_errors, args[len(args) - 1][1], meta)
319 handle_errors, None, meta)
324 handle_errors, None, meta)
/dports/devel/py-zope.publisher/zope.publisher-3.13.1/src/zope/publisher/tests/
H A Dtest_publisher.py76 publish(request, handle_errors=False)
150 self.assertRaises(ErrorToRetry, publish, request, handle_errors=False)
165 self.assertRaises(Retry, publish, request, handle_errors=False)
/dports/textproc/R-cran-sass/sass/src/libsass/src/
H A Dsass_context.cpp153 static int handle_errors(Sass_Context* c_ctx) { in handle_errors() function
200 catch (...) { handle_errors(c_ctx); } in sass_parse_block()
302 catch (...) { handle_errors(c_ctx); } in sass_prepare_context()
322 catch (...) { handle_errors(c_ctx); } in sass_compile_context()
358 handle_errors(ctx); in sass_make_file_context()
377 handle_errors(ctx); in sass_make_data_context()
406 catch (...) { return handle_errors(data_ctx) | 1; } in sass_compile_data_context()
420 catch (...) { return handle_errors(file_ctx) | 1; } in sass_compile_file_context()
456 catch (...) { return handle_errors(compiler->c_ctx) | 1; } in sass_compiler_execute()
/dports/www/py-libsass/libsass-0.21.0/libsass/src/
H A Dsass_context.cpp154 static int handle_errors(Sass_Context* c_ctx) { in handle_errors() function
201 catch (...) { handle_errors(c_ctx); } in sass_parse_block()
303 catch (...) { handle_errors(c_ctx); } in sass_prepare_context()
323 catch (...) { handle_errors(c_ctx); } in sass_compile_context()
359 handle_errors(ctx); in sass_make_file_context()
378 handle_errors(ctx); in sass_make_data_context()
407 catch (...) { return handle_errors(data_ctx) | 1; } in sass_compile_data_context()
421 catch (...) { return handle_errors(file_ctx) | 1; } in sass_compile_file_context()
457 catch (...) { return handle_errors(compiler->c_ctx) | 1; } in sass_compiler_execute()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/golibsass/libsass_src/src/
H A Dsass_context.cpp154 static int handle_errors(Sass_Context* c_ctx) { in handle_errors() function
201 catch (...) { handle_errors(c_ctx); } in sass_parse_block()
303 catch (...) { handle_errors(c_ctx); } in sass_prepare_context()
323 catch (...) { handle_errors(c_ctx); } in sass_compile_context()
359 handle_errors(ctx); in sass_make_file_context()
378 handle_errors(ctx); in sass_make_data_context()
407 catch (...) { return handle_errors(data_ctx) | 1; } in sass_compile_data_context()
421 catch (...) { return handle_errors(file_ctx) | 1; } in sass_compile_file_context()
457 catch (...) { return handle_errors(compiler->c_ctx) | 1; } in sass_compiler_execute()
/dports/textproc/libsass/libsass-3.6.4/src/
H A Dsass_context.cpp153 static int handle_errors(Sass_Context* c_ctx) { in handle_errors() function
200 catch (...) { handle_errors(c_ctx); } in sass_parse_block()
302 catch (...) { handle_errors(c_ctx); } in sass_prepare_context()
322 catch (...) { handle_errors(c_ctx); } in sass_compile_context()
358 handle_errors(ctx); in sass_make_file_context()
377 handle_errors(ctx); in sass_make_data_context()
406 catch (...) { return handle_errors(data_ctx) | 1; } in sass_compile_data_context()
420 catch (...) { return handle_errors(file_ctx) | 1; } in sass_compile_file_context()
456 catch (...) { return handle_errors(compiler->c_ctx) | 1; } in sass_compiler_execute()
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/libsass/src/
H A Dsass_context.cpp154 static int handle_errors(Sass_Context* c_ctx) { in handle_errors() function
201 catch (...) { handle_errors(c_ctx); } in sass_parse_block()
303 catch (...) { handle_errors(c_ctx); } in sass_prepare_context()
323 catch (...) { handle_errors(c_ctx); } in sass_compile_context()
359 handle_errors(ctx); in sass_make_file_context()
378 handle_errors(ctx); in sass_make_data_context()
407 catch (...) { return handle_errors(data_ctx) | 1; } in sass_compile_data_context()
421 catch (...) { return handle_errors(file_ctx) | 1; } in sass_compile_file_context()
457 catch (...) { return handle_errors(compiler->c_ctx) | 1; } in sass_compiler_execute()
/dports/www/zola/zola-0.15.2/cargo-crates/sass-sys-0.4.22/libsass/src/
H A Dsass_context.cpp153 static int handle_errors(Sass_Context* c_ctx) { in handle_errors() function
200 catch (...) { handle_errors(c_ctx); } in sass_parse_block()
302 catch (...) { handle_errors(c_ctx); } in sass_prepare_context()
322 catch (...) { handle_errors(c_ctx); } in sass_compile_context()
358 handle_errors(ctx); in sass_make_file_context()
377 handle_errors(ctx); in sass_make_data_context()
406 catch (...) { return handle_errors(data_ctx) | 1; } in sass_compile_data_context()
420 catch (...) { return handle_errors(file_ctx) | 1; } in sass_compile_file_context()
456 catch (...) { return handle_errors(compiler->c_ctx) | 1; } in sass_compiler_execute()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/edac/
H A De7xxx_edac.c286 int handle_errors) in e7xxx_process_error_info() argument
296 if (handle_errors) in e7xxx_process_error_info()
303 if (handle_errors) in e7xxx_process_error_info()
310 if (handle_errors) { in e7xxx_process_error_info()
321 if (handle_errors) { in e7xxx_process_error_info()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/edac/
H A De7xxx_edac.c286 int handle_errors) in e7xxx_process_error_info() argument
296 if (handle_errors) in e7xxx_process_error_info()
303 if (handle_errors) in e7xxx_process_error_info()
310 if (handle_errors) { in e7xxx_process_error_info()
321 if (handle_errors) { in e7xxx_process_error_info()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/edac/
H A De7xxx_edac.c286 int handle_errors) in e7xxx_process_error_info() argument
296 if (handle_errors) in e7xxx_process_error_info()
303 if (handle_errors) in e7xxx_process_error_info()
310 if (handle_errors) { in e7xxx_process_error_info()
321 if (handle_errors) { in e7xxx_process_error_info()

123456