Home
last modified time | relevance | path

Searched refs:trace (Results 51 – 75 of 244) sorted by path

12345678910

/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/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/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 DErrorHandler.php52 $trace = debug_backtrace(false);
53 array_shift($trace);
55 foreach ($trace as $frame) {
H A DFilter.php86 * @param array $trace
92 private static function frameExists(array $trace, $file, $line) argument
94 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/phpunit/phpunit/tests/Regression/Trac/
H A D578.phpt2 #578: Double printing of trace line for exceptions from notices and warnings
/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/twig/twig/
H A DCHANGELOG546 * fixed exception trace when an error occurs when rendering a child template
/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/flowcharts/
H A Dmermaid.min.js1trace:function(){},yy:{},symbols_:{error:2,start:3,SPACE:4,NL:5,SD:6,document:7,line:8,statement:9… method in AnonymousFunction6e8e00855b500.i.A
24trace:function(){},yy:{},symbols_:{error:2,start:3,SPACE:4,NL:5,SD:6,document:7,line:8,statement:9… method in i.s
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js188 trace('handleResponse: '+cmd + "-"+resp+"-"+param2.inspect());
194 trace('handleResponse: '+cmd + "-"+resp+"-"+param2.inspect());
200 trace('handleResponse: '+cmd + "-"+resp+"-"+param2.inspect());
203 trace('handleResponse: '+cmd + "-"+resp+"-"+param);
1072 trace('sendRequest: '+cmd);
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DTestCase.php239 $trace = debug_backtrace();
241 if (isset($trace['1']['file'])) {
246 $trace['1']['file'],
247 $trace['1']['line']
/plugin/freechat/phpfreechat/src/
H A Dpfccommand.class.php253 function trace(&$xml_reponse, $msg, $data = NULL) function in pfcCommand
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1trace:1,transform:1,vtransform:1,xcomp:1,ycomp:1,zcomp:1}}},m:[{cN:"shader",b:"surface |displaceme… property in hljs.LANGUAGES.mel.dM.k
/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/jcapture/lib/
H A Dcommons-logging-1.1.1.jar ... isTraceEnabled () public boolean isWarnEnabled () public void trace (java.lang.Object, java.lang ...

12345678910