Home
last modified time | relevance | path

Searched refs:trace (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
DIntrospectionProcessor.php68 $trace = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS);
71 array_shift($trace);
73 array_shift($trace);
77 while ($this->isTraceClassOrSkippedFunction($trace, $i)) {
78 if (isset($trace[$i]['class'])) {
80 if (strpos($trace[$i]['class'], $part) !== false) {
86 } elseif (in_array($trace[$i]['function'], $this->skipFunctions)) {
101 'file' => isset($trace[$i - 1]['file']) ? $trace[$i - 1]['file'] : null,
102 'line' => isset($trace[$i - 1]['line']) ? $trace[$i - 1]['line'] : null,
103 'class' => isset($trace[$i]['class']) ? $trace[$i]['class'] : null,
[all …]
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DClient.php974 phpCAS :: trace("Starting a new session " . session_id());
980 phpCAS :: trace("Session is authenticated as: " . $this->getSessionValue('user'));
982 phpCAS :: trace("Session is not authenticated");
1068 phpCAS::trace('Ticket \''.$ticket.'\' found');
1265 phpCAS :: trace("Killing session: ". session_id());
1269 phpCAS :: trace("Starting session: ". $session_id);
1272 phpCAS :: trace("Restoring old session vars");
1275 phpCAS :: trace (
1280 phpCAS :: trace(
1467 phpCAS::trace('user already authenticated');
[all …]
H A DAuthenticationException.php84 phpCAS::trace($messages[] = 'CAS URL: '.$cas_url);
85 phpCAS::trace($messages[] = 'Authentication failure: '.$failure);
87 phpCAS::trace($messages[] = 'Reason: no response from the CAS server');
90 phpCAS::trace($messages[] = 'Reason: bad response from the CAS server');
94 phpCAS::trace($messages[] = 'Reason: CAS error');
99 phpCAS::trace($messages[] = 'Reason: no CAS error');
101 phpCAS::trace($messages[] = 'Reason: ['.$err_code.'] CAS error: '.$err_msg);
106 phpCAS::trace($messages[] = 'CAS response: '.$cas_response);
H A DAutoload.php69 $trace = $e->getTrace();
70 if (isset($trace[2]) && isset($trace[2]['function'])
71 … && in_array($trace[2]['function'], array('class_exists', 'interface_exists', 'trait_exists'))
75 if (isset($trace[1]) && isset($trace[1]['function'])
76 … && in_array($trace[1]['function'], array('class_exists', 'interface_exists', 'trait_exists'))
H A DProxyChain.php82 phpCAS::trace(
86 phpCAS::trace(
94 phpCAS::trace(
98 phpCAS::trace(
107 phpCAS::trace("Proxy chain matches");
111 phpCAS::trace("Proxy chain skipped: size mismatch");
/plugin/findologicxmlexport/vendor/hoa/exception/
DError.php56 * @param array $trace Trace.
63 array $trace = [] argument
67 $this->_trace = $trace;
92 $trace = debug_backtrace();
93 array_shift($trace);
94 array_shift($trace);
96 throw new Error($str, $no, $file, $line, $trace);
DIdle.php197 $trace = $this->getBacktrace();
200 if (!empty($trace)) {
201 $t = $trace[0];
225 $trace = $this->getBacktrace();
230 if (!empty($trace)) {
231 $file = isset($trace['file']) ? $trace['file'] : null;
232 $line = isset($trace['line']) ? $trace['line'] : null;
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
DError.php280 foreach ($backtrace as $trace) {
281 …if (isset($trace['object']) && $trace['object'] instanceof Template && 'Twig_Template' !== \get_cl…
282 $currentClass = \get_class($trace['object']);
284 …if (null === $this->filename || ($this->filename == $trace['object']->getTemplateName() && !$isEmb…
285 $template = $trace['object'];
286 $templateClass = \get_class($trace['object']);
319 while ($trace = array_shift($traces)) {
320 if (!isset($trace['file']) || !isset($trace['line']) || $file != $trace['file']) {
325 if ($codeLine <= $trace['line']) {
/plugin/diagramsnet/lib/WEB-INF/lib/
Dslf4j-api-1.7.25.jar ... .SubstituteLoggingEvent loggingEvent public boolean isTraceEnabled () public void trace (java.lang.String) String msg public ...
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
DParser.php300 $trace = $this->_trace[$i];
302 if ($trace instanceof Rule\Entry) {
303 if (false === $trace->isTransitional()) {
304 if ($trace->getDepth() <= $this->_depth) {
310 } elseif ($trace instanceof Rule\Ekzit &&
311 false === $trace->isTransitional()) {
312 $skip += $trace->getDepth() > $this->_depth;
319 if ($trace instanceof Rule\Token &&
320 $unification === $trace->getUnificationIndex() &&
321 $value !== $trace->getValue()) {
[all …]
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/ProxyChain/
H A DAllowedList.php81 phpCAS::trace("No proxies were found in the response");
85 phpCAS::trace("Proxies are not allowed");
108 phpCAS::trace("Checking chain ". $count++);
114 phpCAS::trace("No proxy chain matches.");
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
DLogEntry.php36 public $trace; variable in Google\\Service\\Networkconnectivity\\LogEntry
144 public function setTrace($trace) argument
146 $this->trace = $trace;
150 return $this->trace;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
DV2LogEntry.php67 public $trace; variable in Google\\Service\\ServiceControl\\V2LogEntry
240 public function setTrace($trace) argument
242 $this->trace = $trace;
249 return $this->trace;
/plugin/asciidocjs/node_modules/jake/test/unit/
Dparseargs.js100 assert.equal(true, res.opts.trace);
107 assert.equal(true, res.opts.trace);
114 assert.equal(true, res.opts.trace);
122 assert.equal(true, res.opts.trace);
129 assert.equal(true, res.opts.trace);
136 assert.equal(true, res.opts.trace);
143 assert.equal(true, res.opts.trace);
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
DTestCase.php239 $trace = debug_backtrace();
241 if (isset($trace['1']['file'])) {
246 $trace['1']['file'],
247 $trace['1']['line']
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
DJplayerRtmp.as94 trace("UNCAUGHT ERROR - try loading again");
99 trace(error);
106 trace(errorEvent);
230 trace(("netStatusHandler: " + e.info.code));
232 //trace("BEFORE: bufferTime: "+myStream.bufferTime+" - bufferTimeMax: "+myStream.bufferTimeMax);
315 //trace("AFTER: bufferTime: "+myStream.bufferTime+" - bufferTimeMax: "+myStream.bufferTimeMax);
320 trace("ENDED STREAM EVENT");
338 trace("CONNECTING");
350 trace("OnResult EVENT FIRED!");
352 trace((("The stream length is " + result) + " seconds"));
[all …]
DConnectManager.as64 trace ("ConnectManager Initialized Version: 1.00 DT");
84 trace("*** SERVER NAME: "+p_serverName);
85 trace("*** APP NAME: "+p_serverName);
134trace("*** Connection: "+ m_connListCounter + ": "+m_connList[m_connListCounter].protocol + "://" …
141 trace("*** Caught an error condition: "+error);
163 trace("Handing OFF NetConnection");
187 // trace(_aNC+":"+m_flashComConnectTimeOut+":"+m_connList.length)
210 trace(event.info.code);
212 trace(event.info.description);
221 trace("IDLE TIMEOUT OCCURRED!")
[all …]
/plugin/sentry/
DEvent.php160 $trace = $error['trace'];
162 $trace = [$error];
164 $trace = self::backTraceFrames($trace);
173 'frames' => $trace
366 * @param array $trace
369 public static function backTraceFrames($trace) argument
372 foreach (array_reverse($trace) as $frame) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DSyntheticError.php44 * @param array $trace
46 public function __construct($message, $code, $file, $line, $trace) argument
52 $this->syntheticTrace = $trace;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
DLogEntry.php77 public $trace; variable in Google\\Service\\Logging\\LogEntry
310 public function setTrace($trace) argument
312 $this->trace = $trace;
319 return $this->trace;
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/ProxiedService/
H A DImap.php208 phpCAS::trace('opening IMAP mailbox `'.$this->_mailbox.'\'...');
214 phpCAS::trace('ok');
216 phpCAS::trace('could not open mailbox');
219 phpCAS::trace($message);
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
DBoundedExhaustive.php174 foreach ($this->_trace as $trace) {
175 if ($trace instanceof Compiler\Llk\Rule\Token) {
176 $handle .= $this->generateToken($trace);
251 foreach ($this->_trace as $trace) {
252 if ($trace instanceof Compiler\Llk\Rule\Token) {
304 foreach ($this->_trace as $trace) {
305 if ($trace instanceof Compiler\Llk\Rule\Token) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
DErrorHandler.php52 $trace = debug_backtrace(false);
53 array_shift($trace);
55 foreach ($trace as $frame) {
/plugin/sentry/action/
Dajax.php72 * @param string $trace
75 protected function parseJavaScriptStacktrace($trace) argument
83 $lines = explode("\n", $trace);
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/ServiceBaseUrl/
H A DAllowedListDiscovery.php141 phpCAS::trace("Discovered server base URL: " . $result);
143 phpCAS::trace("Server base URL is allowed");
147 phpCAS::trace("Server base URL is not allowed, using default: " . $result);

12345678910>>...12