Home
last modified time | relevance | path

Searched refs:standard_error (Results 1 – 25 of 511) sorted by relevance

12345678910>>...21

/dports/sysutils/froxlor/froxlor-0.9.38.7_4/froxlor/
H A Dcustomer_domains.php257 standard_error('domains_cantdeletemaindomain');
264 standard_error('domain_nopunycode');
281 standard_error(array(
338 standard_error('pathmaynotcontaincolon');
383 standard_error('patherror');
387 standard_error('wwwnotallowed');
389 standard_error('domaincantbeempty');
580 standard_error('pathmaynotcontaincolon');
652 standard_error('nowildcardwithletsencrypt');
666 standard_error('patherror');
[all …]
H A Dcustomer_email.php228 standard_error('emailiswrong', $email_full);
246 standard_error('domaincantbeempty');
248 standard_error('maindomainnonexist', $domain);
250 standard_error('emailexistalready', $email_full);
306 standard_error('allresourcesused');
418 standard_error('notallowedtouseaccounts');
456 standard_error('passwordshouldnotbeusername');
650 standard_error('passwordshouldnotbeusername');
700 standard_error('allocatetoomuchquota', $quota);
810 standard_error('destinationnonexist');
[all …]
H A Dadmin_phpsettings.php139 standard_error('descriptioninvalid');
188 standard_error('nopermissionsorinvalidid');
204 standard_error('cannotdeletehostnamephpconfig');
212 standard_error('cannotdeletedefaultphpconfig');
245 standard_error('nopermissionsorinvalidid');
293 standard_error('descriptioninvalid');
341 standard_error('nopermissionsorinvalidid');
H A Dcustomer_extras.php146 standard_error('invalidpath');
150 standard_error(array(
155 standard_error('userpathcombinationdupe');
157 standard_error(array(
162 standard_error('patherror');
164 standard_error('passwordshouldnotbeusername');
221 standard_error('passwordshouldnotbeusername');
392 standard_error('invalidpath');
419 standard_error('patherror');
576 standard_error('invalidpath');
[all …]
H A Dcustomer_ftp.php150 standard_error('ftp_cantdeletemainaccount');
174 standard_error(array('stringisempty', 'username'));
185 standard_error('maindomainnonexist', $domain);
199 standard_error('usernamealreadyexists', $username);
201 standard_error(array('stringisempty', 'mypassword'));
203 standard_error('patherror');
205 standard_error('passwordshouldnotbeusername');
309 standard_error('errorsendingmail', $userinfo['email']);
392 standard_error(array('stringisempty', 'mypassword'));
394 standard_error('passwordshouldnotbeusername');
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/ccm/
H A Dprocess.cpp45 uv_pipe_t standard_error; in execute() local
47 uv_pipe_init(&loop, &standard_error, 0); in execute()
55 options.stdio[2].data.stream = reinterpret_cast<uv_stream_t*>(&standard_error); in execute()
75 standard_error.data = &result.standard_error; in execute()
80 uv_read_start(reinterpret_cast<uv_stream_t*>(&standard_error), Process::on_allocate, in execute()
88 result.standard_error.append(message.str()); in execute()
95 if (!result.standard_error.empty()) { in execute()
96 std::cerr << result.standard_error << std::endl; in execute()
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dspawn.cc77 int* standard_output, int* standard_error) in spawn_async_with_pipes() argument
87 standard_error, &gerror); in spawn_async_with_pipes()
97 int* standard_error) in spawn_async_with_pipes() argument
106 child_pid, standard_input, standard_output, standard_error, &gerror); in spawn_async_with_pipes()
162 (standard_error) ? &pch_buf_standard_error : nullptr, exit_status, &gerror); in spawn_sync()
170 copy_output_buf(standard_error, buf_standard_error.get()); in spawn_sync()
176 std::string* standard_error, int* exit_status) in spawn_sync() argument
188 (standard_error) ? &pch_buf_standard_error : nullptr, exit_status, &gerror); in spawn_sync()
196 copy_output_buf(standard_error, buf_standard_error.get()); in spawn_sync()
211 std::string* standard_error, int* exit_status) in spawn_command_line_sync() argument
[all …]
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXRCore/
H A Dpart.c24 if (!count) return pctxt->standard_error (pctxt, EXR_ERR_INVALID_ARGUMENT); in exr_get_count()
40 if (!out) return pctxt->standard_error (pctxt, EXR_ERR_INVALID_ARGUMENT); in exr_get_storage()
65 pctxt->standard_error (pctxt, EXR_ERR_NOT_OPEN_WRITE)); in exr_add_part()
211 pctxt->standard_error (pctxt, EXR_ERR_TILE_SCAN_MIXEDAPI)); in exr_get_tile_levels()
245 pctxt->standard_error (pctxt, EXR_ERR_ARGUMENT_OUT_OF_RANGE)); in exr_get_tile_sizes()
268 pctxt->standard_error (pctxt, EXR_ERR_TILE_SCAN_MIXEDAPI)); in exr_get_tile_sizes()
308 pctxt->standard_error (pctxt, EXR_ERR_TILE_SCAN_MIXEDAPI)); in exr_get_level_sizes()
320 pctxt->standard_error (pctxt, EXR_ERR_INVALID_ARGUMENT)); in exr_get_chunk_count()
377 pctxt->standard_error (pctxt, EXR_ERR_SCAN_TILE_MIXEDAPI)); in exr_get_scanlines_per_chunk()
422 pctxt->standard_error (pctxt, EXR_ERR_NOT_OPEN_WRITE)); in exr_set_zip_compression_level()
[all …]
H A Dchunk.c88 return ctxt->standard_error (ctxt, EXR_ERR_OUT_OF_MEMORY); in extract_chunk_table()
110 return ctxt->standard_error (ctxt, EXR_ERR_OUT_OF_MEMORY); in extract_chunk_table()
138 return ctxt->standard_error (ctxt, EXR_ERR_OUT_OF_MEMORY); in alloc_chunk_table()
1134 return pctxt->standard_error (pctxt, EXR_ERR_NOT_OPEN_WRITE); in write_scan_chunk()
1144 return pctxt->standard_error (pctxt, EXR_ERR_INCORRECT_PART); in write_scan_chunk()
1321 pctxt->standard_error (pctxt, EXR_ERR_INVALID_ARGUMENT)); in exr_write_scanline_chunk_info()
1336 pctxt->standard_error (pctxt, EXR_ERR_NOT_OPEN_WRITE)); in exr_write_scanline_chunk_info()
1424 pctxt->standard_error (pctxt, EXR_ERR_INVALID_ARGUMENT)); in exr_write_tile_chunk_info()
1428 pctxt->standard_error (pctxt, EXR_ERR_INVALID_ARGUMENT)); in exr_write_tile_chunk_info()
1450 pctxt->standard_error (pctxt, EXR_ERR_NOT_OPEN_WRITE)); in exr_write_tile_chunk_info()
[all …]
/dports/math/p5-Statistics-TTest/Statistics-TTest-1.1.0/
H A DTTest.pm98 $self->{standard_error_unequal}=sqrt(($s1->{standard_error})**2+($s2->{standard_error})**2);
101 $self->{df_unequal}= (($s1->{standard_error})**4/$s1->{df}+($s2->{standard_error})**4/$s2->{df})?
102 ((($s1->{standard_error})**2+($s2->{standard_error})**2)**2
104 (($s1->{standard_error})**4/$s1->{df}+($s2->{standard_error})**4/$s2->{df})) :
137 $self->{standard_error}=$self->{standard_error_equal};
144 $self->{standard_error}=$self->{standard_error_unequal};
160 $self->{delta}=$self->t_value()*$self->standard_error();
202 …difference of the mean=",$self->mean_difference(),", standard error=",$self->standard_error(),"\n";
/dports/benchmarks/tsung/tsung-1.7.0/src/tsung_controller/
H A Dtsung_controller.erl52 io:format(standard_error,Msg,[?config(log_dir)]),
56 io:format(standard_error,Msg,[Err]),
68 io:format(standard_error,"Can't start ! ~p ~n",[Error]),
73 io:format(standard_error,Msg ++ " ~p ~n",[Reason]),
86 … io:format(standard_error,"Can take up to 5mn to read config file of size ~p~n ",[Size]),
89 … io:format(standard_error,"Can take up to 3mn to read config file of size ~p~n ",[Size]),
98 io:format(standard_error,"Config Error, aborting ! ~p~n ",[Reason]),
/dports/sysutils/froxlor/froxlor-0.9.38.7_4/froxlor/lib/functions/formfields/
H A Dfunction.processForm.php54 standard_error($error, $fieldname);
88 standard_error($error, $targetname);
112 standard_error('plausibilitychecknotunderstood');
135 standard_error('errorwhensaving', $fieldname);
196 standard_error($error, $fieldname);
239 standard_error($error, $targetname);
263 standard_error('plausibilitychecknotunderstood');
295 standard_error('errorwhensaving', $fieldname);
/dports/devel/glibmm/glibmm-2.64.2/glib/src/
H A Dspawn.ccg68 int* standard_output, int* standard_error)
78 standard_error, &gerror);
88 int* standard_error)
97 child_pid, standard_input, standard_output, standard_error, &gerror);
153 (standard_error) ? &pch_buf_standard_error : nullptr, exit_status, &gerror);
161 copy_output_buf(standard_error, buf_standard_error.get());
167 std::string* standard_error, int* exit_status)
179 (standard_error) ? &pch_buf_standard_error : nullptr, exit_status, &gerror);
187 copy_output_buf(standard_error, buf_standard_error.get());
202 std::string* standard_error, int* exit_status)
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/test/
H A Dstandard_error_SUITE.erl33 {'EXIT',{badarg,_}} = (catch io:put_chars(standard_error, [oops])),
34 true = erlang:is_process_alive(whereis(standard_error)),
38 [{encoding,latin1}] = io:getopts(standard_error),
59 ok = io:put_chars(standard_error, Chars),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/test/
H A Dstandard_error_SUITE.erl33 {'EXIT',{badarg,_}} = (catch io:put_chars(standard_error, [oops])),
34 true = erlang:is_process_alive(whereis(standard_error)),
38 [{encoding,latin1}] = io:getopts(standard_error),
59 ok = io:put_chars(standard_error, Chars),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/test/
H A Dstandard_error_SUITE.erl33 {'EXIT',{badarg,_}} = (catch io:put_chars(standard_error, [oops])),
34 true = erlang:is_process_alive(whereis(standard_error)),
38 [{encoding,latin1}] = io:getopts(standard_error),
59 ok = io:put_chars(standard_error, Chars),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/test/
H A Dstandard_error_SUITE.erl33 {'EXIT',{badarg,_}} = (catch io:put_chars(standard_error, [oops])),
34 true = erlang:is_process_alive(whereis(standard_error)),
38 [{encoding,latin1}] = io:getopts(standard_error),
59 ok = io:put_chars(standard_error, Chars),
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/test/
H A Dstandard_error_SUITE.erl33 {'EXIT',{badarg,_}} = (catch io:put_chars(standard_error, [oops])),
34 true = erlang:is_process_alive(whereis(standard_error)),
38 [{encoding,latin1}] = io:getopts(standard_error),
59 ok = io:put_chars(standard_error, Chars),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/test/
H A Dstandard_error_SUITE.erl33 {'EXIT',{badarg,_}} = (catch io:put_chars(standard_error, [oops])),
34 true = erlang:is_process_alive(whereis(standard_error)),
38 [{encoding,latin1}] = io:getopts(standard_error),
59 ok = io:put_chars(standard_error, Chars),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/test/
H A Dstandard_error_SUITE.erl33 {'EXIT',{badarg,_}} = (catch io:put_chars(standard_error, [oops])),
34 true = erlang:is_process_alive(whereis(standard_error)),
38 [{encoding,latin1}] = io:getopts(standard_error),
59 ok = io:put_chars(standard_error, Chars),
/dports/www/yaws/yaws-2.0.6/testsuite/
H A Danalyze_coverdata.escript.in12 io:format(standard_error,
24 io:format(standard_error,
40 io:format(standard_error,
84 io:format(standard_error,
89 io:format(standard_error,
/dports/lang/mono/mono-5.10.1.57/mono/eglib/
H A Dgspawn.c251 gchar **standard_error, in g_spawn_command_line_sync() argument
274 if (standard_error && !create_pipe (stderr_pipe, error)) { in g_spawn_command_line_sync()
290 if (standard_error) { in g_spawn_command_line_sync()
316 if (standard_error) in g_spawn_command_line_sync()
319 if (standard_output || standard_error) { in g_spawn_command_line_sync()
320 res = read_pipes (stdout_pipe [0], standard_output, stderr_pipe [0], standard_error, error); in g_spawn_command_line_sync()
351 gint *standard_error, in g_spawn_async_with_pipes() argument
376 if (standard_error && !create_pipe (err_pipe, error)) { in g_spawn_async_with_pipes()
443 if (standard_error) { in g_spawn_async_with_pipes()
524 if (standard_error) in g_spawn_async_with_pipes()
[all …]
/dports/sysutils/libudisks/udisks-udisks-2.9.2/src/tests/
H A Dtest.c163 GString *standard_error, in on_spawned_job_completed() argument
212 GString *standard_error, in read_stdout_on_spawned_job_completed() argument
219 g_assert_cmpstr (standard_error->str, ==, ""); in read_stdout_on_spawned_job_completed()
246 GString *standard_error, in read_stderr_on_spawned_job_completed() argument
251 g_assert_cmpstr (standard_error->str, ==, in read_stderr_on_spawned_job_completed()
280 GString *standard_error, in exit_status_on_spawned_job_completed() argument
285 g_assert_cmpstr (standard_error->str, ==, ""); in exit_status_on_spawned_job_completed()
354 g_assert_cmpstr (standard_error->str, ==, ""); in binary_output_on_spawned_job_completed()
388 GString *standard_error, in input_string_on_spawned_job_completed() argument
392 g_assert_cmpstr (standard_error->str, ==, ""); in input_string_on_spawned_job_completed()
[all …]
/dports/devel/pyl-gobject/pygobject-2.28.6/glib/
H A Dpygspawn.c114 gint *standard_input, *standard_output, *standard_error; in pyglib_spawn_async() local
138 standard_error = &_stderr; in pyglib_spawn_async()
140 standard_error = NULL; in pyglib_spawn_async()
213 standard_error, in pyglib_spawn_async()
245 if (standard_error) in pyglib_spawn_async()
246 pystderr = PYGLIB_PyLong_FromLong(*standard_error); in pyglib_spawn_async()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgspawn-win32.c951 gchar **standard_error, in g_spawn_sync() argument
975 g_return_val_if_fail (standard_error == NULL || in g_spawn_sync()
984 if (standard_error) in g_spawn_sync()
985 *standard_error = NULL; in g_spawn_sync()
998 standard_error ? &errpipe : NULL, in g_spawn_sync()
1182 if (standard_error) in g_spawn_sync()
1205 g_return_val_if_fail (standard_error == NULL || in g_spawn_async_with_pipes()
1222 standard_error, in g_spawn_async_with_pipes()
1355 standard_error, in g_spawn_command_line_sync()
1507 standard_error, in g_spawn_async_with_pipes_utf8()
[all …]

12345678910>>...21