Home
last modified time | relevance | path

Searched refs:logobj (Results 1 – 25 of 33) sorted by relevance

12

/dports/graphics/Coin/coin-Coin-4.0.0/src/scxml/
H A DScXMLOnExitElt.cpp101 ScXMLElt * logobj = logreader->read(onexit, element, doc, sm); in read() local
102 if (unlikely(!logobj)) { in read()
106 assert(logobj->isOfType(ScXMLLogElt::getClassTypeId())); in read()
107 onexit->addExecutable(static_cast<ScXMLLogElt *>(logobj)); in read()
H A DScXMLOnEntryElt.cpp101 ScXMLElt * logobj = logreader->read(onentry, element, doc, sm); in read() local
102 if (unlikely(!logobj)) { in read()
106 assert(logobj->isOfType(ScXMLLogElt::getClassTypeId())); in read()
107 onentry->addExecutable(static_cast<ScXMLLogElt *>(logobj)); in read()
H A DScXMLTransitionElt.cpp166 ScXMLElt * logobj = logreader->read(transition, element, doc, sm); in read() local
167 if (unlikely(!logobj)) { in read()
171 assert(logobj->isOfType(ScXMLLogElt::getClassTypeId())); in read()
172 transition->addExecutable(static_cast<ScXMLLogElt *>(logobj)); in read()
/dports/devel/py-circuits/circuits-3.2/tests/web/
H A Dtest_logger.py76 logobj = DummyLogger()
77 logger = Logger(logger=logobj)
84 s = logobj.message
/dports/devel/R-cran-pkgmaker/pkgmaker/R/
H A DunitTests.R76 logobj <-
86 logenv <- environment(logobj$incrementCheckNum)
89 if( is.null(logobj[[name]]) ){
91 logobj[[name]] <- value
96 assign('.testLogger', logobj, envir=ge)
105 logobj
/dports/mail/razor-agents/razor-agents-2.84/lib/Razor2/Client/
H A DCore.pm366 sub logobj { subroutine
446 $self->logobj(14,"prepared objs", \@objects);
657 $self->logobj(14,"computed sigs for obj", $obj);
812 $self->logobj(14,"from_batched_query", \@resp);
846 $self->logobj(4,"$me: got err $resp->{err} for query", $sent);
867 $self->logobj(2,"$me: got bad response from server - sent obj, resp obj",
884 $self->logobj(4,"$me: got err $resp->{err} for query", $sent);
896 $self->logobj(2,"$me: got bad response from server - sent obj, resp obj",
1353 $self->logobj(8,"server has no default dre, using 4", $self->{s}->{conf});
1424 $self->logobj(14,"checking response for $objp->{id}", $objp);
[all …]
H A DAgent.pm147 $self->logobj(15,"cmd-line options", $self->{opt});
591 $self->logobj(1,"bad 'spam' in checkit", $obj);
/dports/databases/py-psycopg2cffi/psycopg2cffi-2.9.0/psycopg2cffi/
H A Dextras.py366 def initialize(self, logobj): argument
372 self._logobj = logobj
373 if _logging and isinstance(logobj, _logging.Logger):
432 def initialize(self, logobj, mintime=0): argument
433 LoggingConnection.initialize(self, logobj)
/dports/databases/py-psycopg2/psycopg2-2.9.2/lib/
H A Dextras.py399 def initialize(self, logobj): argument
405 self._logobj = logobj
407 logobj, (_logging.Logger, _logging.LoggerAdapter)):
471 def initialize(self, logobj, mintime=0): argument
472 LoggingConnection.initialize(self, logobj)
/dports/math/dsdp/DSDP5.8/src/solver/
H A Ddsdprescone.c190 static int DSDPComputeRLog(void *dspcone, double *logobj, double *logdet){ in DSDPComputeRLog() argument
194 *logobj=0; in DSDPComputeRLog()
H A Ddsdpobjcone.c217 static int DSDPComputeRLog(void *dspcone, double *logobj, double *logdet){ in DSDPComputeRLog() argument
220 *logobj=0; in DSDPComputeRLog()
/dports/devel/py-types-psycopg2/types-psycopg2-2.9.5/psycopg2-stubs/
H A Dextras.pyi89 def initialize(self, logobj) -> None: ...
98 def initialize(self, logobj, mintime: int = ...) -> None: ...
/dports/math/casadi/casadi-3.5.5/external_packages/DSDP/src/solver/
H A Ddsdprescone.c190 static int DSDPComputeRLog(void *dspcone, double *logobj, double *logdet){ in DSDPComputeRLog() argument
194 *logobj=0; in DSDPComputeRLog()
H A Ddsdpobjcone.c217 static int DSDPComputeRLog(void *dspcone, double *logobj, double *logdet){ in DSDPComputeRLog() argument
220 *logobj=0; in DSDPComputeRLog()
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/psycopg2/psycopg2/
H A Dextras.pyi89 def initialize(self, logobj) -> None: ...
98 def initialize(self, logobj, mintime: int = ...) -> None: ...
/dports/math/dsdp/DSDP5.8/src/bounds/
H A Dallbounds.c353 static int LUBoundsPotential(void* dcone, double *logobj, double *logdet){ in LUBoundsPotential() argument
377 *logobj=0; in LUBoundsPotential()
H A Ddbounds.c324 static int BConePotential(void* dcone, double *logobj, double *logdet){ in BConePotential() argument
338 *logobj=0; in BConePotential()
/dports/math/casadi/casadi-3.5.5/external_packages/DSDP/src/bounds/
H A Ddbounds.c324 static int BConePotential(void* dcone, double *logobj, double *logdet){ in BConePotential() argument
338 *logobj=0; in BConePotential()
H A Dallbounds.c353 static int LUBoundsPotential(void* dcone, double *logobj, double *logdet){ in LUBoundsPotential() argument
377 *logobj=0; in LUBoundsPotential()
/dports/math/dsdp/DSDP5.8/src/lp/
H A Ddsdplp.c380 static int LPConePotential(void* dcone, double *logobj, double *logdet){ in LPConePotential() argument
394 *logobj=0; in LPConePotential()
/dports/math/casadi/casadi-3.5.5/external_packages/DSDP/src/lp/
H A Ddsdplp.c380 static int LPConePotential(void* dcone, double *logobj, double *logdet){ in LPConePotential() argument
394 *logobj=0; in LPConePotential()
/dports/dns/bind911/bind-9.11.37/lib/bind9/
H A Dcheck.c3708 const cfg_obj_t *logobj = NULL; in bind9_check_logging() local
3715 (void)cfg_map_get(config, "logging", &logobj); in bind9_check_logging()
3716 if (logobj == NULL) in bind9_check_logging()
3731 cfg_map_get(logobj, "channel", &channels); in bind9_check_logging()
3766 cfg_map_get(logobj, "category", &categories); in bind9_check_logging()
/dports/dns/samba-nsupdate/bind-9.16.5/lib/bind9/
H A Dcheck.c4480 const cfg_obj_t *logobj = NULL; in bind9_check_logging() local
4487 (void)cfg_map_get(config, "logging", &logobj); in bind9_check_logging()
4488 if (logobj == NULL) { in bind9_check_logging()
4506 cfg_map_get(logobj, "channel", &channels); in bind9_check_logging()
4546 cfg_map_get(logobj, "category", &categories); in bind9_check_logging()
/dports/dns/bind-tools/bind-9.16.27/lib/bind9/
H A Dcheck.c4940 const cfg_obj_t *logobj = NULL; in bind9_check_logging() local
4947 (void)cfg_map_get(config, "logging", &logobj); in bind9_check_logging()
4948 if (logobj == NULL) { in bind9_check_logging()
4966 cfg_map_get(logobj, "channel", &channels); in bind9_check_logging()
5006 cfg_map_get(logobj, "category", &categories); in bind9_check_logging()
/dports/dns/bind916/bind-9.16.27/lib/bind9/
H A Dcheck.c4940 const cfg_obj_t *logobj = NULL; in bind9_check_logging() local
4947 (void)cfg_map_get(config, "logging", &logobj); in bind9_check_logging()
4948 if (logobj == NULL) { in bind9_check_logging()
4966 cfg_map_get(logobj, "channel", &channels); in bind9_check_logging()
5006 cfg_map_get(logobj, "category", &categories); in bind9_check_logging()

12