Home
last modified time | relevance | path

Searched refs:Error (Results 51 – 75 of 771) sorted by last modified time

12345678910>>...31

/plugin/combo/resources/snippet/js/
H A Dcombo-html.js28 throw Error(msg);
H A Dcombo-search-box.js47 throw Error("Popper was not found");
55 throw Error(`No element was found with the selector ${this.idSelector}`);
60 throw Error(`No search box input element found with the selector ${this.idSelector}`);
145 throw Error("The suggested links data function should return HTML element");
H A Dmetadata.js74 modalMessage.push(`Error, unable to save. (return code: ${response.status})`);
88 } catch (/** @type Error */ e) {
201 throw new Error("JSINFO is not available")
206 if (e instanceof Error) {
H A Dquality.js12 throw new Error("JSINFO is not available")
H A Drailbar.js5 throw Error("No page tool element found");
H A Dsearch.js20 throw Error("The received suggest pages are not in a json array format");
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A DREADME.md67 use Antlr\Antlr4\Runtime\Error\Listeners\DiagnosticErrorListener;
/plugin/combo/vendor/symfony/polyfill-php80/Resources/stubs/
H A DUnhandledMatchError.php4 class UnhandledMatchError extends Error
H A DValueError.php4 class ValueError extends Error
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DBailErrorStrategy.php5 namespace Antlr\Antlr4\Runtime\Error;
7 use Antlr\Antlr4\Runtime\Error\Exceptions\InputMismatchException;
8 use Antlr\Antlr4\Runtime\Error\Exceptions\ParseCancellationException;
9 use Antlr\Antlr4\Runtime\Error\Exceptions\RecognitionException;
H A DDefaultErrorStrategy.php5 namespace Antlr\Antlr4\Runtime\Error;
9 use Antlr\Antlr4\Runtime\Error\Exceptions\FailedPredicateException;
10 use Antlr\Antlr4\Runtime\Error\Exceptions\InputMismatchException;
11 use Antlr\Antlr4\Runtime\Error\Exceptions\NoViableAltException;
12 use Antlr\Antlr4\Runtime\Error\Exceptions\RecognitionException;
848 * "Efficient and Comfortable Error Recovery in Recursive Descent
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DFailedPredicateException.php5 namespace Antlr\Antlr4\Runtime\Error\Exceptions;
H A DInputMismatchException.php5 namespace Antlr\Antlr4\Runtime\Error\Exceptions;
H A DParseCancellationException.php5 namespace Antlr\Antlr4\Runtime\Error\Exceptions;
H A DRecognitionException.php5 namespace Antlr\Antlr4\Runtime\Error\Exceptions;
H A DLexerNoViableAltException.php5 namespace Antlr\Antlr4\Runtime\Error\Exceptions;
H A DNoViableAltException.php5 namespace Antlr\Antlr4\Runtime\Error\Exceptions;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DANTLRErrorListener.php5 namespace Antlr\Antlr4\Runtime\Error\Listeners;
9 use Antlr\Antlr4\Runtime\Error\Exceptions\RecognitionException;
H A DConsoleErrorListener.php5 namespace Antlr\Antlr4\Runtime\Error\Listeners;
7 use Antlr\Antlr4\Runtime\Error\Exceptions\RecognitionException;
H A DDiagnosticErrorListener.php5 namespace Antlr\Antlr4\Runtime\Error\Listeners;
H A DBaseErrorListener.php5 namespace Antlr\Antlr4\Runtime\Error\Listeners;
9 use Antlr\Antlr4\Runtime\Error\Exceptions\RecognitionException;
H A DProxyErrorListener.php5 namespace Antlr\Antlr4\Runtime\Error\Listeners;
9 use Antlr\Antlr4\Runtime\Error\Exceptions\RecognitionException;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLexer.php8 use Antlr\Antlr4\Runtime\Error\Exceptions\LexerNoViableAltException;
9 use Antlr\Antlr4\Runtime\Error\Exceptions\RecognitionException;
H A DParser.php14 use Antlr\Antlr4\Runtime\Error\ANTLRErrorStrategy;
15 use Antlr\Antlr4\Runtime\Error\DefaultErrorStrategy;
16 use Antlr\Antlr4\Runtime\Error\Exceptions\InputMismatchException;
17 use Antlr\Antlr4\Runtime\Error\Exceptions\RecognitionException;
H A DParserRuleContext.php7 use Antlr\Antlr4\Runtime\Error\Exceptions\RecognitionException;

12345678910>>...31