Home
last modified time | relevance | path

Searched refs:Error (Results 1 – 25 of 771) sorted by relevance

12345678910>>...31

/plugin/blogtng/exe/
H A Dpingback.php12 use IXR\Message\Error; alias
52 * @return Error|void
59 return new Error(PINGBACK_ERROR_TARGETURI_CANNOT_BE_USED, '');
64 return new Error(PINGBACK_ERROR_GENERIC, '');
66 return new Error(PINGBACK_ERROR_GENERIC, '');
72 return new Error(PINGBACK_ERROR_SOURCEURI_DOES_NOT_EXIST, '');
76 return new Error(PINGBACK_ERROR_GENERIC, '');
83 return new Error(PINGBACK_ERROR_SOURCEURI_DOES_NOT_CONTAIN_LINK, '');
87 return new Error(PINGBACK_ERROR_PINGBACK_ALREADY_MADE, '');
/plugin/linkback/exe/
H A Dpingback.php13 use IXR\Message\Error; alias
53 * @return Error|void
58 return new Error(PINGBACK_ERROR_TARGETURI_CANNOT_BE_USED, '');
62 return new Error(PINGBACK_ERROR_TARGETURI_CANNOT_BE_USED, '');
66 return new Error(PINGBACK_ERROR_GENERIC, '');
68 return new Error(PINGBACK_ERROR_GENERIC, '');
73 return new Error(PINGBACK_ERROR_SOURCEURI_DOES_NOT_EXIST, '');
78 return new Error(PINGBACK_ERROR_GENERIC, '');
96 return new Error(PINGBACK_ERROR_TARGETURI_CANNOT_BE_USED, '');
100 return new Error(PINGBACK_ERROR_PINGBACK_ALREADY_MAD
[all...]
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckxml_ie.js29 this.Error = false ;
35 this.Error = true ;
59 this.Error = true ;
69 if ( this.Error )
80 if ( this.Error )
H A Dfckxml_gecko.js28 this.Error = false ;
44 this.Error = true ;
55 if ( this.Error )
76 if ( this.Error )
/plugin/katex/_assets/contrib/
H A Drender-a11y-string.min.js1Error('"'+e.family+'" is not a valid atom type')}break;case"color":var o=e.color.replace(/katex-/,…
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DError.php3 use Twig\Error\Error; alias
8 class Twig_Error extends Error
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityError.php14 use Twig\Error\Error; alias
21 class SecurityError extends Error
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dsequence-diagram.js9 throw new Error('Raphael or Snap.svg is required to be included.');
15 throw new Error('No themes were registered. Please call registerTheme(...).');
34 throw new Error('Unsupported theme: ' + options.theme);
40 throw new Error('Invalid container: ' + container);
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dcolor.js19Error(["UndefinedColorModel","Color model '%1' not defined",a])}return b.call(this,c)},get_rgb:fun…
H A Dnewcommand.js19Error(["IllegalControlSequenceName","Illegal control sequence name for %1",c])}if(g){g=this.trimSp…
H A Dbbox.js19Error(["MultipleBBoxProperty","%1 specified twice in %2","Padding",e])}var h=this.BBoxPadding(n[1]…
H A Dtext-macros.js19Error(["UndefinedControlSequence","Undefined control sequence %1",e])}if((!(g instanceof Array)||g…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DFetchErrorsResponse.php23 protected $errorsType = Error::class;
27 * @param Error[]
34 * @return Error[]
H A DPrivateConnection.php30 protected $errorType = Error::class;
80 * @param Error
82 public function setError(Error $error)
87 * @return Error
H A DBackfillJob.php23 protected $errorsType = Error::class;
43 * @param Error[]
50 * @return Error[]
H A DStreamObject.php33 protected $errorsType = Error::class;
89 * @param Error[]
96 * @return Error[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WorkflowExecutions/
H A DExecution.php34 protected $errorType = Error::class;
100 * @param Error
102 public function setError(Error $error)
107 * @return 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;
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dflac.js73 throw new Error('Invalid sync code');
93 throw new Error('Invalid channel mode');
101 throw new Error('Invalid sample size code');
121 throw new Error('Reserved blocksize code');
140 throw new Error('Invalid sample rate code');
218 throw new Error("Invalid subframe padding");
250 throw new Error("Invalid coding type");
325 throw new Error("Invalid coefficient precision");
770 throw new Error('Unsupported FLAC version');
774 throw new Error('Not flac');
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DFreeBusyGroup.php27 protected $errorsType = Error::class;
45 * @param Error[]
52 * @return Error[]
H A DFreeBusyCalendar.php25 protected $errorsType = Error::class;
43 * @param Error[]
50 * @return Error[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DCreateTimeSeriesSummary.php23 protected $errorsType = Error::class;
35 * @param Error[]
42 * @return Error[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DErrors.php27 protected $errorsType = Error::class;
49 * @param Error[]
56 * @return Error[]
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DEditor.svelte6 import Error from './Error.svelte';
30 codeErrorStore.set('Syntax Error');
31 console.log('Error in parsed', e.hash);
86 <Error errorStore={codeErrorStore} />
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DErrorTest.php13 use Twig\Error\Error; alias
14 use Twig\Error\RuntimeError;
23 $error = new Error('foo');
31 $error = new Error('foo');

12345678910>>...31