Home
last modified time | relevance | path

Searched refs:report_error (Results 1 – 25 of 2941) sorted by last modified time

12345678910>>...118

/dports/www/py-pafy/pafy-0.5.5/pafy/
H A Dbackend_youtube_dl.py208 def report_error(self, *args, **kwargs): member in ydl
/dports/www/e107/e107/e107_admin/
H A Dnewspost.php1085 $this->report_error($error_text);
1095 $this->report_error($error_text);
1104 $this->report_error($response_value->serialize());
1119 $this->report_error($error_text);
1141 function report_error($message) function in news_admin_ui
/dports/www/e107/e107/e107_plugins/gsitemap/
H A Dweblog_pinger.php88 function report_error($message) { function in Weblog_Pinger
147 if ($this->debug) $this->report_error(
191 $this->report_error($error_text);
198 $this->report_error($error_text);
202 if ($this->debug) $this->report_error($response_value->serialize());
210 $this->report_error($error_text);
/dports/sysutils/nut-devel/nut-9e6a5ab2/clients/
H A Dupsstats.c73 static void report_error(void) in report_error() function
86 report_error(); in check_ups_fd()
131 report_error(); in get_var()
888 report_error(); in display_tree()
/dports/sysutils/busybox/busybox-1.26.2/util-linux/
H A Dmount.c1930 goto report_error; in singlemount()
1953 goto report_error; in singlemount()
1979 goto report_error; in singlemount()
2005 goto report_error; in singlemount()
2015 goto report_error; in singlemount()
2085 report_error: in singlemount()
/dports/shells/bash/bash-5.1/
H A Dsubst.c3281 report_error (_("%s: cannot assign list to array member"), name);
6990 report_error (_("%s: invalid indirect expansion"), name);
7008 report_error (_("%s: invalid indirect expansion"), name);
7024 report_error (_("%s: invalid variable name"), t);
7180 report_error (_("%s: invalid indirect expansion"), name);
7188 report_error (_("%s: invalid variable name"), vname);
7267 report_error (_("%s: parameter not set"), name);
7269 report_error (_("%s: parameter null or not set"), name);
9313 report_error (_("%s: bad substitution"), string ? string : "??");
9401 report_error (_("$%s: cannot assign in this way"), name);
[all …]
H A Darrayfunc.c446 report_error (_("%s: cannot convert indexed to associative array"), name);
716 report_error (_("%s: invalid associative array key"), w);
718 report_error (_("%s: cannot assign to non-numeric index"), w);
763 report_error (_("%s: %s: must use subscript when assigning associative array"), var->name, w);
/dports/math/gap/gap-4.11.0/pkg/anupq-3.2.1/
H A DMakefile.am144 src/report_error.c \
H A DMakefile.in173 src/pq-reduced_covers.$(OBJEXT) src/pq-report_error.$(OBJEXT) \
509 src/report_error.c \
842 src/pq-report_error.$(OBJEXT): src/$(am__dirstamp) \
1009 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/pq-report_error.Po@am__quote@
2479 src/pq-report_error.o: src/report_error.c
2480report_error.o -MD -MP -MF src/$(DEPDIR)/pq-report_error.Tpo -c -o src/pq-report_error.o `test -f …
2481 …fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/pq-report_error.Tpo src/$(DEPDIR)/pq-report_erro…
2484 …(pq_CFLAGS) $(CFLAGS) -c -o src/pq-report_error.o `test -f 'src/report_error.c' || echo '$(srcdir)…
2486 src/pq-report_error.obj: src/report_error.c
2487 …pq_CFLAGS) $(CFLAGS) -MT src/pq-report_error.obj -MD -MP -MF src/$(DEPDIR)/pq-report_error.Tpo -c …
[all …]
/dports/math/gap/gap-4.11.0/pkg/anupq-3.2.1/include/
H A Dpq_functions.h207 void report_error (int a, int b, int c);
/dports/math/gap/gap-4.11.0/pkg/anupq-3.2.1/src/
H A Dreport_error.c16 void report_error(int a, int b, int c) in report_error() function
H A Dcollect_gen_word.c32 report_error(0, gen, 0); in collect_gen_word()
36 report_error(0, gen, 0); in collect_gen_word()
H A Dcollect_comm.c97 report_error(0, generator, 0); in collect_defining_generator()
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/extern/fmt-5.3.0/include/fmt/
H A Dformat-inl.h186 void report_error(FormatFunc func, int error_code, in report_error() function
935 report_error(format_system_error, error_code, message); in report_system_error()
941 report_error(internal::format_windows_error, error_code, message); in report_windows_error()
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/extern/fmt-5.3.0/
H A DChangeLog.rst586 void report_error(const char *format, const Args & ... args) {
1886 void report_error(const char *format, const fmt::ArgList &args) {
1890 FMT_VARIADIC(void, report_error, const char *)
1892 report_error("file not found: {}", path);
H A DREADME.rst149 void report_error(const char *format, const Args & ... args) {
153 report_error("file not found: {}", path);
/dports/lang/python310/Python-3.10.1/Lib/idlelib/idle_test/
H A Dtest_searchengine.py192 Equal(self.engine.report_error(pat, msg), None)
197 Equal(self.engine.report_error(pat, msg, 5), None)
/dports/lang/python310/Python-3.10.1/Lib/idlelib/
H A Dsearchengine.py79 self.report_error(pat, "Empty regular expression")
88 self.report_error(pat, e.msg, e.pos)
92 def report_error(self, pat, msg, col=None): member in SearchEngine
H A Dreplace.py124 self.engine.report_error(repl, 'Invalid Replace Expression')
/dports/lang/python38/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_searchengine.py192 Equal(self.engine.report_error(pat, msg), None)
197 Equal(self.engine.report_error(pat, msg, 5), None)
/dports/lang/python38/Python-3.8.12/Lib/idlelib/
H A Dreplace.py122 self.engine.report_error(repl, 'Invalid Replace Expression')
H A Dsearchengine.py79 self.report_error(pat, "Empty regular expression")
88 self.report_error(pat, e.msg, e.pos)
92 def report_error(self, pat, msg, col=None): member in SearchEngine
/dports/lang/python37/Python-3.7.12/Lib/idlelib/idle_test/
H A Dtest_searchengine.py190 Equal(self.engine.report_error(pat, msg), None)
195 Equal(self.engine.report_error(pat, msg, 5), None)
/dports/lang/python37/Python-3.7.12/Lib/idlelib/
H A Dsearchengine.py79 self.report_error(pat, "Empty regular expression")
91 self.report_error(pat, msg, col)
95 def report_error(self, pat, msg, col=-1): member in SearchEngine
H A Dreplace.py122 self.engine.report_error(repl, 'Invalid Replace Expression')

12345678910>>...118