Home
last modified time | relevance | path

Searched refs:Error (Results 251 – 275 of 771) sorted by relevance

1...<<11121314151617181920>>...31

/plugin/combo/resources/snippet/js/
H A Dcombo-html.js28 throw Error(msg);
H A Dcache.js13 throw new Error("JSINFO is not available")
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DOSM.php525 if (strpos($line, 'Error: ') > -1) {
/plugin/abc2/abc-libraries/abc2svg/
H A Dpsvg-1.js27 function symbol(){var C=xchar();if(member(C,"()<>/% \t\n"))throw new Error("Symbol expected, got "+C);var N=member(C,"+-0123456789.");var F="."==C;var L=[C];while(peek()&&!member(peek(),"()<>[]{}/% \t\n")){C=xchar();L.push(C);if(N&&!member(C,"0123456789")){if(!F&&"."==C)F=true;else N=false}}
29 function token(){skip();switch(peek()){case false:return undefined;case"%":return comment();case"[":return new Symbol(xchar());case"]":return new Symbol(xchar());case"{":Self.D++;return new Symbol(xchar());case"}":Self.D--;return new Symbol(xchar());case"/":xchar();var X=symbol();return quote(X);case"(":return text();case"<":xchar();if("<"!=peek())throw new Error("Encoded strings not implemented yet");xchar();return new Symbol("<<");case">":xchar();if(">"!=peek())throw new Error("Unexpected >");xchar();return new Symbol(">>");default:return symbol()}}
32 throw new Error("bind error '"+K+"'");Es.push([false,D[K]])}else if(Z&&isArray(X)&&isQuoted(X)){if(0<X.length){var F=X[0];var R=quote(X.slice(1));if(0<R.length)Es.push([false,R]);run(F,false)}}else if("function"==typeof X)X();else Os.push(X)}
41 if(M===Os[I])return Os.push(N);else N++;throw new Error("Mark not found")};Sd["<<"]=Sd["mark"];Sd[">>"]=function(){var D={};while(0<Os.length){var V=Os.pop();if(M===V)return Os.push(D);D[Os.pop()]=V}
42 throw new Error("Mark not found")};Sd["exch"]=function(){var Y=Os.pop();var X=Os.pop();Os.push(Y);Os.push(X)};Sd["clear"]=function(){Os.length=0};Sd["pop"]=function(){Os.pop()};Sd["index"]=function(){Os.push(Os[Os.length-2-Os.pop()])};Sd["roll"]=function(){var J=Os.pop();var N=Os.pop();var X=[];var Y=[];if(J<0)
58 Ds.unshift(X.pop())};Sd["type"]=function(){var A=Os.pop();var X;if(null===A)X="nulltype";else if(true===A||false===A)X="booleantype";else if(M===A)X="marktype";else if("string"==typeof A)X="stringtype";else if(isSymbol(A))X=isQuoted(A)?"nametype":"operatortype";else if("function"==typeof A)X="operatortype";else if(isArray(A))X="arraytype";else if("object"==typeof A)X="dicttype";else if(1*A==A)X=A%1==0?"integertype":"realtype";else throw new Error("Undefined type '"+A+"'");Os.push(X)};var Sb=true;Sd[".strictBind"]=function(){Sb=true===Os.pop()};Sd["bind"]=function(){Os.push(bind(Os.pop()))};function bind(X){if(isSymbol(X)&&!isQuoted(X)){return X}else if(isArray(X)&&isQuoted(X)){var N=X.length;var A=[];for(var I=0;I<N;I++){var Xi=X[I];var Xb=bind(Xi);if(isArray(Xi))
63 Sd["="]=function(){var X=Os.pop();alert(X&&X.nm||X)};Sd["=="]=function(){alert(Os.pop())};Sd["stack"]=function(){alert(Os)};Sd["pstack"]=function(){alert(Os)};Sd[".call"]=function(){var N=Os.pop();var K=Os.pop();var D=Os.pop();var X=[];for(var I=0;I<N;I++)X.unshift(Os.pop());if(!D[K])throw new Error(".call: "+K+" undef")
65 for(var I=0;I<N;I++)X.unshift(Os.pop());if(!D[K])throw new Error(".call0: "+K+" undef")
/plugin/diagramsnet/lib/resources/
H A Ddia_gl.txt835 errorAuthOD=Error ao autenticar no OneDrive
874 readErr=Read Error
875 editingErr=Editing Error
887 draftReadErr=Draft Read Error
889 draftWriteErr=Draft Write Error
901 confError=Error: {1}
962 confASaveFailedErr=Saving Failed (Unexpected Error)
1011 confAErrFetchPage=Error fetching page "{1}"
1013 confAErrReadingExpFile=Error reading export file
1049 confAErrFetchPageList=Error fetching pages list
[all …]
/plugin/rigrr/lib/svg-pan-zoom/
H A Dsvg-pan-zoom.js1 …"function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find modul…
490 throw new Error('Given point is invalid')
905 throw new Error('Cannot determine SVG width and height.');
1115 throw new Error('Provided selector did not find any elements')
1120 throw new Error('Provided selector is not an HTML object nor String')
1137 …throw new Error('Cannot script an SVG in an "img" element. Please use an "object" element or an in…
1139 throw new Error('Cannot get SVG.');
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
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;
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DBlockTokenParser.php15 use Twig\Error\SyntaxError;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DBitly.php63 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
H A DDelicious.php86 'Error in retrieving token: "' . $data['error'] . '"'
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DRecognitionException.php5 namespace Antlr\Antlr4\Runtime\Error\Exceptions;
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-min.js6Error("Note should be over two different actors")},Diagram.Note.prototype.hasManyActors=function()…
8Error("Raphael or Snap.svg is required to be included.");if(_.isEmpty(Diagram.themes))throw new Er…
H A Dsequence-diagram-raphael-min.js6Error("Note should be over two different actors")},Diagram.Note.prototype.hasManyActors=function()…
8Error("Raphael or Snap.svg is required to be included.");if(_.isEmpty(Diagram.themes))throw new Er…
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md104 echo sprintf('Error adding entry (%s): %s', $e->getCode(), $e->getMessage()).PHP_EOL;
149 echo sprintf('Error modifying entry (%s): %s', $e->getCode(), $e->getMessage()).PHP_EOL;;
167 echo sprintf('Error deleting entry (%s): %s', $e->getCode(), $e->getMessage()).PHP_EOL;;
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DMacroNode.php15 use Twig\Error\SyntaxError;
/plugin/contactmodern/
H A DCHANGELOG30 * Error with captcha parameter solved.
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-navigated-viewer.production.min.js2Error("A DOM element reference is required");this.el=e,this.list=e.classList}function L(e){var t=e…
7 …f(t)&&-1===l.indexOf(t)&&(s.push(e),l.push(t))})),s}(e,t);if(!r)throw new Error(o("no diagram to d…
22Error("import.parse.complete <context> is deprecated and will be removed in future library version…
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest.js153 if(!window.Error){
156 if((new Error(1,"test")).description=="test"){
157 throw new Error(1,msg);
159 throw new Error(msg);
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest.js217 if (!window.Error) {
220 } else if ((new Error(1, 'test')).description == "test") {
222 throw new Error(1, msg);
225 throw new Error(msg);
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.js153 if(!window.Error){
156 if((new Error(1,"test")).description=="test"){
157 throw new Error(1,msg);
159 throw new Error(msg);
/plugin/datatables/assets/datatables.net-plugins/features/mark.js/
H A Ddatatables.mark.es6.min.js
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DCHANGELOG.md25 * Test: Write test suite of `Hoa\Exception\Error`. (Ivan Enderlin, 2015-11-17T22:30:14+01:00)
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php17 use Twig\Error\Error; alias
18 use Twig\Error\LoaderError;
19 use Twig\Error\RuntimeError;
20 use Twig\Error\SyntaxError;
803 } catch (Error $e) {
/plugin/diagramsnet/lib/
H A Dworkbox-bed83ea8.js1Error{constructor(t,s){super(e(t,s)),this.name=t,this.details=s}}try{self["workbox:routing:6.2.4"]…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Deditor.worker.js1Error("setTimeout has not been defined")}function o(){throw new Error("clearTimeout has not been d…

1...<<11121314151617181920>>...31