Home
last modified time | relevance | path

Searched refs:previous (Results 1 – 25 of 157) sorted by relevance

1234567

/template/strap/ComboStrap/
H A DExceptionRuntime.php23 … public function __construct($message = "", $canonical = "", $code = 0, Throwable $previous = null) argument
26 parent::__construct($message, $code, $previous);
30 public static function withError(Throwable $previous) argument
33 return new $calledClass($previous->getMessage(), "support", 1, $previous);
36 public static function withMessageAndError(string $message, Throwable $previous) argument
39 return new $calledClass($message, "support", 1, $previous);
H A DExceptionCompile.php21 … public function __construct($message = "", $canonical = "", $code = 0, Throwable $previous = null) argument
24 parent::__construct($message, $code, $previous);
35 public static function withMessageAndError(string $message, Throwable $previous) argument
38 return new $calledClass($message, "support", 1, $previous);
H A DLogException.php22 public function __construct($message = "", $code = 0, Throwable $previous = null) argument
24 parent::__construct($message, $code, $previous);
H A DCallStack.php429 while ($actualCall = $this->previous()) {
457 function previous() function in ComboStrap\\CallStack
680 $this->previous();
709 $this->previous();
712 $this->previous();
754 return $this->previous();
784 while ($actualCall = $this->previous()) {
889 while ($actualCall = $this->previous()) {
970 while ($actualCall = $this->previous()) {
1074 $this->previous();
H A DExceptionNotEquals.php19 … public function __construct($message = "", $canonical = "", $code = 0, Throwable $previous = null) argument
21 parent::__construct($message, $canonical, $code, $previous);
H A DLogUtility.php385 * @param Throwable|null $previous
388 … function internalError(string $message, string $canonical = "support", Throwable $previous = null) argument
392 … throw new ExceptionRuntimeInternal("$internalErrorMessage - $message", $canonical, 1, $previous);
395 if ($previous !== null) {
396 $errorPreviousMessage = " Error: {$previous->getMessage()}";
H A DHeadingTag.php107 $previous = $callStack->previous();
108 if ($previous->getState() == DOKU_LEXER_UNMATCHED) {
109 $previous->setPayload(rtrim($previous->getCapturedContent()));
/template/twigstarter/vendor/twig/twig/src/Sandbox/
DSecurityNotAllowedTagError.php25 … $message, string $tagName, int $lineno = -1, string $filename = null, \Exception $previous = null) argument
33 if (null !== $previous) {
36 parent::__construct($message, $lineno, $filename, $previous);
DSecurityNotAllowedFilterError.php25 …sage, string $functionName, int $lineno = -1, string $filename = null, \Exception $previous = null) argument
33 if (null !== $previous) {
36 parent::__construct($message, $lineno, $filename, $previous);
DSecurityNotAllowedFunctionError.php25 …sage, string $functionName, int $lineno = -1, string $filename = null, \Exception $previous = null) argument
33 if (null !== $previous) {
36 parent::__construct($message, $lineno, $filename, $previous);
DSecurityNotAllowedMethodError.php26 …ssName, string $methodName, int $lineno = -1, string $filename = null, \Exception $previous = null) argument
34 if (null !== $previous) {
37 parent::__construct($message, $lineno, $filename, $previous);
DSecurityNotAllowedPropertyError.php26 …Name, string $propertyName, int $lineno = -1, string $filename = null, \Exception $previous = null) argument
34 if (null !== $previous) {
37 parent::__construct($message, $lineno, $filename, $previous);
/template/strap/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php200 $previous = $mergeCache->getByTwoKeys($a, $b);
202 if ($previous !== null) {
203 return $previous;
206 $previous = $mergeCache->getByTwoKeys($b, $a);
208 if ($previous !== null) {
209 return $previous;
410 $previous = $mergeCache->getByTwoKeys($a, $b);
412 if ($previous !== null) {
413 return $previous;
416 $previous = $mergeCache->getByTwoKeys($b, $a);
[all …]
/template/templar/js/
Dbootstrap-tab.js41 , previous
52 previous = $ul.find('.active:last a')[0]
55 relatedTarget: previous
68 , relatedTarget: previous
/template/strap/vendor/php-webdriver/webdriver/lib/Exception/
H A DDriverServerDiedException.php10 public function __construct(\Exception $previous = null) argument
13 \Exception::__construct($this->getMessage(), $this->getCode(), $previous);
/template/templar/less/
Dpager.less32 .pager .previous > a,
33 .pager .previous > span {
Dresponsive-utilities.less47 .visible-phone { display: inherit !important; } // Use inherit to restore previous behavior
/template/strap/vendor/symfony/yaml/Exception/
H A DParseException.php32 …t $parsedLine = -1, string $snippet = null, string $parsedFile = null, \Throwable $previous = null) argument
41 parent::__construct($this->message, 0, $previous);
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php666 $previous = $this->context();
667 $previous->setParent($localctx);
668 $previous->invokingState = $state;
669 $previous->stop = $this->tokenStream()->LT(-1);
672 $this->context()->start = $previous->start;
675 $this->context()->addChild($previous);
/template/doogiestpl/
Dtemplate.info.txt2 author Anika Henke (previous author: Robert Rackl)
/template/twigstarter/vendor/twig/twig/src/Error/
DError.php58 …unction __construct(string $message, int $lineno = -1, $source = null, \Exception $previous = null) argument
60 parent::__construct('', 0, $previous);
/template/breeze/bower_components/modular-scale/
Dchangelog.md7 …on. You will need to refactor slightly in order to upgrade to this version from a previous version.
/template/notepad/css/
Dnotepad.css385 .post-nav .previous a {
390 .post-nav .previous a:hover {
515 .comment-nav .previous a {
520 .comment-nav .previous a:hover {
523 .comment-nav .previous a:after {
/template/strap/syntax/
H A Dpara.php317 $callstack->previous();
/template/usable/blueprint/src/
Dgrid.css143 next column, or to pull it into the previous column. */
214 apply to column that should drop below previous ones. */

1234567