Home
last modified time | relevance | path

Searched refs:errorCode (Results 26 – 50 of 51) sorted by relevance

123

/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/
H A DUnexpectedValueException.php32 int $errorCode, argument
45 new Exception($errorString, $errorCode)
/plugin/geonav/js/
H A Dearth_a.js57 function failureCallback(errorCode) { argument
58 if (errorCode == "ERR_CREATE_PLUGIN") {
61 alert("Other failure loading the Google Earth Plugin: " + errorCode);
/plugin/authfacebook/lib/Exceptions/
H A DFacebookResponseException.php57 $errorCode = $this->get('code', -1);
59 parent::__construct($errorMessage, $errorCode, $previousException);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DResponseFactory.php79 public function getExtendedError(string $message, int $errorCode, ?string $responseName = null): LdapMessageResponse
83 new ExtendedResponse(new LdapResult($errorCode, '', $message), $responseName)
78 getExtendedError(string $message, int $errorCode, string $responseName = null) global() argument
/plugin/combo/ComboStrap/
H A DSqliteRequest.php140 $errorCode = $errorInfo[0];
141 if ($errorCode === '0000') {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentSniff.php422 $errorCode = 'TypeHintMissing';
428 $errorCode = 'Scalar'.$errorCode;
431 $phpcsFile->addError($error, $stackPtr, $errorCode, $data);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php632 if (($errorCode = $zip->open($tempZipPath, ZipArchive::CREATE)) !== true) {
633 throw new WebDriverException(sprintf('Error creating zip archive: %s', $errorCode));
/plugin/supa/lib/
H A DSupa.jarMETA-INF/MANIFEST.MF META-INF/SUPA.SF META-INF/SUPA ...
H A DSupa.jar.unsignedMETA-INF/ META-INF/MANIFEST.MF de/ de/christophlinder/ de/ ...
/plugin/diagramsnet/lib/js/onedrive/
H A DOneDriveOrig.js2errorCode:p.default[p.default.webRequestFailure],message:"HTTP error status: "+t})})})}t.getItem=T…
H A DOneDrive.js6errorCode:p.default[p.default.webRequestFailure],message:"HTTP error status: "+t})})})}t.getItem=T…
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1errorCode The error code that\n * identifies this particular error.\n * @param {Object=} d…
H A Dworkbox-bed83ea8.js.map1errorCode The error code that\n * identifies this particular error.\n * @param {Object=} d…
H A Dworkbox-f163abaa.js.map1errorCode The error code that\n * identifies this particular error.\n * @param {Object=} d…
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js4050 function err(strm, errorCode) { argument
4051 strm.msg = msg[errorCode];
4052 return errorCode;
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js6020 function err(strm, errorCode) { argument
6021 strm.msg = msg[errorCode];
6022 return errorCode;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js21363 function err(strm, errorCode) {
21364 strm.msg = msg[errorCode];
21365 return errorCode;
H A Dpdfmake.min.js.map1errorCode","rank","zero","flush_pending","pending","utils","arraySet","pending_buf","pending_out",…
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js19 …TOR.verbosity&CKEDITOR.VERBOSITY_WARN&&CKEDITOR.fire("log",{type:"warn",errorCode:a,additionalData…
20errorCode:a,additionalData:f})},CKEDITOR.on("log",function(a){if(window.console&&window.console.lo…
/plugin/ckgedit/ckeditor/
H A Dckeditor.js19 …TOR.verbosity&CKEDITOR.VERBOSITY_WARN&&CKEDITOR.fire("log",{type:"warn",errorCode:a,additionalData…
20 …R.verbosity&CKEDITOR.VERBOSITY_ERROR&&CKEDITOR.fire("log",{type:"error",errorCode:a,additionalData…
21 …ndow.console.log){var d=console[a.data.type]?a.data.type:"log",b=a.data.errorCode;if(a=a.data.addi…
H A Dckeditor.js.unc313 errorCode: a,
320 errorCode: a,
327 b = a.data.errorCode;
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js63235 function err(strm, errorCode) {
63236 strm.msg = msg[errorCode];
63237 return errorCode;

123