Home
last modified time | relevance | path

Searched refs:check_debug (Results 1 – 25 of 29) sorted by relevance

12

/dports/deskutils/egroupware/egroupware/api/src/Framework/
H A DTemplate.php96 if ($this->debug && $this->check_debug('set_root'))
116 if ($this->debug && $this->check_debug('set_unknows'))
131 if ($this->debug && $this->check_debug('set_file',$handle,$filename))
163 if ($this->debug && $this->check_debug('set_block',$parent,$handle,$name))
212 if ($this->debug && $this->check_debug('set_var',$k))
233 if ($this->debug && $this->check_debug('subst',$handle))
494 if ($this->debug && $this->check_debug('loadfile',$handle))
505 if ($this->debug && $this->check_debug('loadfile',$handle))
548 function check_debug() function in EGroupware\\Api\\Framework\\Template
/dports/devel/p5-Carp-Datum/Carp-Datum-0.1.3/
H A DDatum.pm139 return unless $DBG && $CFG->check_debug(DBG_FLOW);
224 return unless $DBG && $CFG->check_debug(DBG_RETURN);
232 unless $DBG && $CFG->check_debug(DBG_RETURN);
245 return @_ unless $DBG && $CFG->check_debug(DBG_RETURN);
274 return if $DBG && !$CFG->check_debug(DBG_TRACE);
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/
H A Dlogical_geometry.rs256 fn check_debug(&self, _other: DebugWritingMode) {} in check_debug() method
272 fn check_debug(&self, other: DebugWritingMode) { in check_debug() method
416 self.debug_writing_mode.check_debug(other.debug_writing_mode); in add()
430 self.debug_writing_mode.check_debug(other.debug_writing_mode); in sub()
572 self.debug_writing_mode.check_debug(other.debug_writing_mode); in add_point()
586 self.debug_writing_mode.check_debug(other.debug_writing_mode); in add()
600 self.debug_writing_mode.check_debug(other.debug_writing_mode); in sub()
889 self.debug_writing_mode.check_debug(other.debug_writing_mode); in add()
905 self.debug_writing_mode.check_debug(other.debug_writing_mode); in sub()
1097 self.debug_writing_mode.check_debug(other.debug_writing_mode); in union()
[all …]
/dports/math/octave-forge-ltfat/ltfat/lib/ltfatcompat/utils/
H A Ddbg.h48 …#define check_debug(A, M, ...) if(!(A)) { debug(M, ##__VA_ARGS__); MEXERROCCURED = 1; goto error; } macro
74 #define check_debug(A, M, ...) if(!(A)) { debug(M, ##__VA_ARGS__); errno=0; goto error; } macro
/dports/sysutils/webmin/webmin-1.981/squid/
H A Dsave_logs.cgi79 &save_opt("debug_options", \&check_debug, $conf);
111 sub check_debug
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/
H A Dlogical_geometry.rs410 fn check_debug(&self, other: DebugWritingMode) { in check_debug() method
559 .check_debug(other.debug_writing_mode); in add()
574 .check_debug(other.debug_writing_mode); in sub()
779 .check_debug(other.debug_writing_mode); in add_point()
794 .check_debug(other.debug_writing_mode); in add()
809 .check_debug(other.debug_writing_mode); in sub()
1156 .check_debug(other.debug_writing_mode); in add()
1173 .check_debug(other.debug_writing_mode); in sub()
1383 .check_debug(other.debug_writing_mode); in union()
1409 .check_debug(other.debug_writing_mode); in add()
[all …]
/dports/www/firefox/firefox-99.0/servo/components/style/
H A Dlogical_geometry.rs410 fn check_debug(&self, other: DebugWritingMode) { in check_debug() method
559 .check_debug(other.debug_writing_mode); in add()
574 .check_debug(other.debug_writing_mode); in sub()
779 .check_debug(other.debug_writing_mode); in add_point()
794 .check_debug(other.debug_writing_mode); in add()
809 .check_debug(other.debug_writing_mode); in sub()
1156 .check_debug(other.debug_writing_mode); in add()
1173 .check_debug(other.debug_writing_mode); in sub()
1383 .check_debug(other.debug_writing_mode); in union()
1409 .check_debug(other.debug_writing_mode); in add()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/
H A Dlogical_geometry.rs410 fn check_debug(&self, other: DebugWritingMode) { in check_debug() method
559 .check_debug(other.debug_writing_mode); in add()
574 .check_debug(other.debug_writing_mode); in sub()
779 .check_debug(other.debug_writing_mode); in add_point()
794 .check_debug(other.debug_writing_mode); in add()
809 .check_debug(other.debug_writing_mode); in sub()
1156 .check_debug(other.debug_writing_mode); in add()
1173 .check_debug(other.debug_writing_mode); in sub()
1383 .check_debug(other.debug_writing_mode); in union()
1409 .check_debug(other.debug_writing_mode); in add()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/
H A Dlogical_geometry.rs410 fn check_debug(&self, other: DebugWritingMode) { in check_debug() method
559 .check_debug(other.debug_writing_mode); in add()
574 .check_debug(other.debug_writing_mode); in sub()
779 .check_debug(other.debug_writing_mode); in add_point()
794 .check_debug(other.debug_writing_mode); in add()
809 .check_debug(other.debug_writing_mode); in sub()
1156 .check_debug(other.debug_writing_mode); in add()
1173 .check_debug(other.debug_writing_mode); in sub()
1383 .check_debug(other.debug_writing_mode); in union()
1409 .check_debug(other.debug_writing_mode); in add()
[all …]
/dports/misc/urbit/urbit-urbit-0.6.0/subprojects/commonmark-legacy/src/
H A Ddebug.h33 #define check_debug(A, M, ...) \ macro
/dports/math/octave-forge-ltfat/ltfat/inst/private/testC/
H A Ddbg.h39 #define check_debug(A, M, ...) if(!(A)) { debug(M, ##__VA_ARGS__); errno=0; goto error; } macro
/dports/devel/z88dk/z88dk/src/z80asm/lib/t/
H A Dtest_dbg.c136 check_debug( 1, "check_debug(true) at %s:%d", __FILE__, __LINE__); in test_check_debug()
137 check_debug( 0, "check_debug(false) at %s:%d", __FILE__, __LINE__); in test_check_debug()
H A Dtest_dbg.ans39 [DEBUG] (t/test_dbg.c:137) check_debug(false) at t/test_dbg.c:137
/dports/security/snoopy/snoopy-2.4.14/lib/liblcthw/src/
H A Ddbg.h18 #define check_debug(A, M, ...) if(!(A)) { debug(M, ##__VA_ARGS__); errno=0; goto error; } macro
/dports/devel/z88dk/z88dk/src/z80asm/lib/
H A Ddbg.h84 #define check_debug(condition, message, ...) \ macro
/dports/devel/folly/folly-2021.12.27.00/folly/logging/test/helpers/
H A DFatalHelper.cpp29 check_debug,
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/django-stubs/django-stubs/core/checks/security/
H A Dbase.pyi31 def check_debug(app_configs: Optional[Iterable[AppConfig]], **kwargs: Any) -> List[Warning]: ...
/dports/net/x11vnc/x11vnc-0.9.16/misc/
H A DXdummy.c76 void check_debug(void) { in check_debug() function
118 #define CHECKIT if (debug < 0) check_debug(); \
/dports/devel/p5-Carp-Datum/Carp-Datum-0.1.3/Datum/
H A DCfg.pm254 sub check_debug { subroutine
/dports/multimedia/gstreamer1/gstreamer-1.16.2/libs/gst/check/
H A Dgstcheck.h40 GST_CHECK_API GstDebugCategory *check_debug; variable
41 #define GST_CAT_DEFAULT check_debug
H A DMakefile.am59 check_debug \
H A Dgstcheck.c41 GST_DEBUG_CATEGORY (check_debug);
369 GST_DEBUG_CATEGORY_INIT (check_debug, "check", 0, "check regression tests"); in gst_check_init()
/dports/net/frr7-pythontools/frr-frr-7.5.1/tests/topotests/lib/
H A Dcommon_config.py489 check_debug = True
497 check_debug = False
504 if check_debug:
/dports/net/frr7/frr-frr-7.5.1/tests/topotests/lib/
H A Dcommon_config.py489 check_debug = True
497 check_debug = False
504 if check_debug:
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dewalds_multipole.F153 … LOGICAL :: check_debug, check_efield, check_forces, & local
166check_debug = (debug_this_module .OR. debug_r_space .OR. debug_g_space .OR. debug_e_field .OR. deb…
168 CPASSERT(check_debug)

12