Home
last modified time | relevance | path

Searched refs:stop_on_error (Results 1 – 25 of 375) sorted by relevance

12345678910>>...15

/dports/www/ilias/ILIAS-5.4.25/Services/Object/classes/
H A Dclass.ilObjectFactory.php72 * @param bool $stop_on_error
87 if ($stop_on_error === true) {
101 if ($stop_on_error === true) {
114 if ($stop_on_error === true) {
136 * @param bool $stop_on_error
150 if ($stop_on_error === true) {
167 if ($stop_on_error === true) {
180 if ($stop_on_error === true) {
206 * @param bool $stop_on_error
219 if ($stop_on_error === true) {
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/Object/classes/
H A Dclass.ilObjectFactory.php72 * @param bool $stop_on_error
87 if ($stop_on_error === true) {
101 if ($stop_on_error === true) {
114 if ($stop_on_error === true) {
134 * @param bool $stop_on_error
148 if ($stop_on_error === true) {
165 if ($stop_on_error === true) {
178 if ($stop_on_error === true) {
202 * @param bool $stop_on_error
215 if ($stop_on_error === true) {
[all …]
/dports/shells/klish/klish-2.1.4/clish/shell/
H A Dshell_file.c11 const char *fname, bool_t stop_on_error) in clish_shell_push() argument
26 node->stop_on_error = stop_on_error; in clish_shell_push()
40 bool_t stop_on_error) in clish_shell_push_file() argument
54 res = clish_shell_push(this, file, fname, stop_on_error); in clish_shell_push_file()
63 bool_t stop_on_error) in clish_shell_push_fd() argument
65 return clish_shell_push(this, file, NULL, stop_on_error); in clish_shell_push_fd()
H A Dshell_new.c20 FILE * istream, FILE * ostream, bool_t stop_on_error) in clish_shell_init() argument
99 clish_shell_push_fd(this, istream, stop_on_error); in clish_shell_init()
201 bool_t stop_on_error) in clish_shell_new() argument
206 clish_shell_init(this, istream, ostream, stop_on_error); in clish_shell_new()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/wtf/text/
H A Dtext_codec_utf8.cc168 bool stop_on_error, in HandleError() argument
171 if (stop_on_error) in HandleError()
236 bool stop_on_error, in HandlePartialSequence() argument
248 if (stop_on_error) in HandlePartialSequence()
264 if (stop_on_error) in HandlePartialSequence()
275 HandleError(character, destination, stop_on_error, saw_error); in HandlePartialSequence()
276 if (stop_on_error) in HandlePartialSequence()
291 bool stop_on_error, in Decode() argument
363 if (stop_on_error) in Decode()
399 stop_on_error, saw_error); in Decode()
[all …]
H A Dtext_codec_utf8.h48 bool stop_on_error,
84 bool stop_on_error,
88 bool stop_on_error,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/text/
H A Dtext_codec_utf8.cc168 bool stop_on_error, in HandleError() argument
171 if (stop_on_error) in HandleError()
236 bool stop_on_error, in HandlePartialSequence() argument
248 if (stop_on_error) in HandlePartialSequence()
264 if (stop_on_error) in HandlePartialSequence()
275 HandleError(character, destination, stop_on_error, saw_error); in HandlePartialSequence()
276 if (stop_on_error) in HandlePartialSequence()
291 bool stop_on_error, in Decode() argument
363 if (stop_on_error) in Decode()
399 stop_on_error, saw_error); in Decode()
[all …]
H A Dtext_codec_utf8.h48 bool stop_on_error,
84 bool stop_on_error,
88 bool stop_on_error,
/dports/devel/R-cran-evaluate/evaluate/R/
H A Deval.r37 stop_on_error = 0L, keep_warning = TRUE, keep_message = TRUE, argument
40 stop_on_error <- as.integer(stop_on_error)
41 stopifnot(length(stop_on_error) == 1)
43 parsed <- parse_all(input, filename, stop_on_error != 2L)
76 use_try = stop_on_error != 2L,
81 if (stop_on_error > 0L) {
85 if (stop_on_error == 1L) break
/dports/www/ilias/ILIAS-5.4.25/Services/Certificate/classes/Helper/
H A DilCertificateObjectHelper.php11 * @param bool $stop_on_error
14 public function getInstanceByObjId($objectId, bool $stop_on_error = true) argument
16 return ilObjectFactory::getInstanceByObjId($objectId, $stop_on_error);
/dports/www/ilias6/ILIAS-6.14/Services/Certificate/classes/Helper/
H A DilCertificateObjectHelper.php11 * @param bool $stop_on_error
14 public function getInstanceByObjId($objectId, bool $stop_on_error = true) argument
16 return ilObjectFactory::getInstanceByObjId($objectId, $stop_on_error);
/dports/devel/R-cran-evaluate/evaluate/tests/testthat/
H A Dtest-errors.r9 ev <- evaluate(file("error.r"), stop_on_error = 1L)
14 expect_error(evaluate(file("error.r"), stop_on_error = 2L), "1")
18 expect_error(evaluate(file("error-complex.r"), stop_on_error = 2L), "Error")
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dmbpath.c84 int rc, i, quiet = 0, stop_on_error=0, metadata=0; in main() local
97 stop_on_error = 1; in main()
136 if (stop_on_error) { in main()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dmbpath.c103 int stop_on_error = 0; in main() local
145 stop_on_error = 1; in main()
216 if (stop_on_error) { in main()
264 if (stop_on_error) { in main()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dmbpath.c103 int stop_on_error = 0; in main() local
145 stop_on_error = 1; in main()
216 if (stop_on_error) { in main()
264 if (stop_on_error) { in main()
/dports/shells/klish/klish-2.1.4/bin/
H A Dclish.c59 bool_t stop_on_error = BOOL_FALSE; in main() local
152 stop_on_error = BOOL_TRUE; in main()
258 shell = clish_shell_new(NULL, outfd, stop_on_error); in main()
333 clish_shell_push_file(shell, argv[i], stop_on_error); in main()
340 clish_shell_push_fd(shell, fdopen(tmpfd, "r"), stop_on_error); in main()
356 if (stop_on_error && result) in main()
/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dcmd-add-id.c71 int stop_on_error = 0; in arch_cmd_add_id() local
102 stop_on_error = 1; in arch_cmd_add_id()
136 if ((r == 0) && stop_on_error) in arch_cmd_add_id()
/dports/www/ilias/ILIAS-5.4.25/Modules/StudyProgramme/classes/
H A Dclass.ilObjectFactoryWrapper.php27 public function getInstanceByRefId($a_ref_id, $stop_on_error = true) argument
29 return ilObjectFactory::getInstanceByRefId($a_ref_id, $stop_on_error);
/dports/www/ilias6/ILIAS-6.14/Modules/StudyProgramme/classes/
H A Dclass.ilObjectFactoryWrapper.php27 public function getInstanceByRefId($a_ref_id, $stop_on_error = true) argument
29 return ilObjectFactory::getInstanceByRefId($a_ref_id, $stop_on_error);
/dports/graphics/liblug/lug/lib/
H A Dmemory.c31 extern int stop_on_error;
39 stop_on_error = 1;
H A Derror.c34 int stop_on_error = 1; variable
84 if ( stop_on_error ) {
/dports/graphics/mxp/mxp/lug/
H A Dmemory.c31 extern int stop_on_error;
39 stop_on_error = 1;
H A Derror.c34 int stop_on_error = 1; variable
84 if ( stop_on_error ) {
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/sandbox/examples/
H A Drun_all.py11 stop_on_error = True variable
32 if stop_on_error:
/dports/www/ilias/ILIAS-5.4.25/Modules/StudyProgramme/test/
H A Dmocks.php70 public function getInstanceByRefId($a_ref_id, $stop_on_error = true) argument
75 return ilObjectFactoryWrapper::singleton()->getInstanceByRefId($a_ref_id, $stop_on_error);

12345678910>>...15