Home
last modified time | relevance | path

Searched refs:trace (Results 201 – 225 of 244) sorted by last modified time

12345678910

/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A 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) {
H A DCoverage.php208 foreach ($this->_trace as $trace) {
209 if ($trace instanceof Compiler\Llk\Rule\Token) {
210 $handle .= $this->generateToken($trace);
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A 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/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dlog-json-post-66021.phpt40 "trace": [],
53 "trace": [],
66 "trace": [],
/plugin/findologicxmlexport/vendor/sebastian/exporter/
H A DREADME.md25 'trace' => Array &0 ()
/plugin/findologicxmlexport/vendor/hoa/compiler/Bin/
H A DPp.php79 $trace = false;
107 $trace = true;
151 if (true === $trace) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php300 $trace = $this->_trace[$i];
302 if ($trace instanceof Rule\Entry) {
319 if ($trace instanceof Rule\Token &&
503 $trace = $this->_trace[$i];
505 if ($trace instanceof Rule\Entry) {
506 $ruleName = $trace->getRule();
585 } elseif ($trace instanceof Rule\Ekzit) {
588 if (false === $trace->isKept()) {
595 'token' => $trace->getTokenName(),
596 'value' => $trace->getValue(),
[all …]
/plugin/findologicxmlexport/vendor/hoa/exception/
H A 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);
H A 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/phpunit/phpunit/src/Framework/
H A DException.php65 if ($trace = PHPUnit_Util_Filter::getFilteredStacktrace($this)) {
66 $string .= "\n" . $trace;
H A DExceptionWrapper.php79 if ($trace = PHPUnit_Util_Filter::getFilteredStacktrace($this)) {
80 $string .= "\n" . $trace;
H A DSyntheticError.php44 * @param array $trace
46 public function __construct($message, $code, $file, $line, $trace) argument
52 $this->syntheticTrace = $trace;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DFilter.php86 * @param array $trace
92 private static function frameExists(array $trace, $file, $line) argument
94 foreach ($trace as $frame) {
H A DErrorHandler.php52 $trace = debug_backtrace(false);
53 array_shift($trace);
55 foreach ($trace as $frame) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJSON.php216 * @param array $trace
220 protected function writeCase($status, $time, array $trace = [], $message = '', $test = null) argument
234 'trace' => $trace,
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D873-php5.phpt21 Stack trace:
H A D873-php7.phpt21 Stack trace:
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG546 * fixed exception trace when an error occurs when rendering a child template
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php1774 $trace = $e->getTrace();
1776 $filename = $trace[0]['args'][0];
1783 foreach ($trace as $data) {
/plugin/rater/
H A DREADME26 trace=user - for closed wikis better than ip to step over hurdle of dynamic ip
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js17558 if (typeof console.trace === 'function') {
17560 console.trace();
26735 console.trace(msg);
H A Dpdfmake.min.js.map1trace","g","fired","removeAllListeners","emitter","superCtor","super_","enumerable","configurable"…
H A Dpdfmake.min.js10 …events[t].length>i&&(this._events[t].warned=!0,"function"==typeof console.trace)}return this},n.pr…
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/freechat/phpfreechat/src/
H A Dpfccommand.class.php253 function trace(&$xml_reponse, $msg, $data = NULL) function in pfcCommand

12345678910