- Sort Score
- Result 10 results
- Languages All
Results 171 - 180 of 738 for failed (0.04 sec)
-
OpenIdConnectAuthenticator.java
parseJwtClaim(jwtClaim, attributes); L175: L176: return new OpenIdConnectCredential(attributes); L177: } catch (final IOException e) { L178: if (logger.isDebugEnabled()) { L179: logger.debug("Failed to process callbacked request.", e); L180: } L181: } L182: return null; L183: } L184: L185: protected void parseJwtClaim(final String jwtClaim, final Map<String, Object> attributes) throws IOException { L186: ...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 12.3K bytes -
security.js
Error("Missing input name used for http requests made by server validator");g||(g={}),"string"==typeof g&&(g=a.parseJSON(g)),g[h]=d,a.ajax({url:b,type:"POST",cache:!1,data:g,dataType:"json",error:function(a){return i({valid:!1,message:"Connection failed with status: "+a.statusText},f),!1},success:function(a){i(a,f)}})};a.formUtils.addAsyncValidator({name:"server",validatorFunction:function(a,b,c,d,e,g){var h=c.valAttr("url")||d.backendUrl||document.location.href;g.addClass("validating-server-sid...github.com/codelibs/fess/src/main/webapp/js/adm...Mon Jan 01 05:12:47 UTC 2018 10.5K bytes -
GsaConfigParser.java
StringUtil.EMPTY); L99: parser.setProperty(XMLConstants.ACCESS_EXTERNAL_SCHEMA, StringUtil.EMPTY); L100: parser.parse(is, this); L101: } catch (final Exception e) { L102: throw new GsaConfigException("Failed to parse XML file.", e); L103: } L104: } L105: L106: @Override L107: public void startDocument() throws SAXException { L108: tagQueue = new LinkedList<>(); L109: labelList = new ArrayList<>(); L110: labelType = null; L111:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 14.1K bytes -
fess_label_ru.properties
st=Boost L468:labels.key_match_title_details=Key Match L469:labels.design_configuration=Page Design L470:labels.design_title_file_upload=File Upload L471:labels.design_title_file=File Manager L472:labels.design_file=Upload File L473:labels.design_file_name=File Name (Optional) L474:labels.design_button_upload=Upload L475:labels.design_file_title_edit=JSP Files L476:labels.design_edit_button=Edit L477:labels.design_download_button=Download L478:labels.design_delete_button=Delete L479:labels.desig...github.com/codelibs/fess/src/main/resources/fes...Fri Mar 22 11:58:34 UTC 2024 45.6K bytes -
fess_label.properties
L110:labels.startTime=Start Time L111:labels.target=Target L112:labels.token=Token L113:labels.synonymFile=Synonym File L114:labels.stopwordsFile=Stopwords File L115:labels.stemmerOverrideFile=Stemmer Override File L116:labels.mappingFile=Mapping File L117:labels.protwordsFile=Protwords File L118:labels.kuromojiFile=Kuromoji File L119:labels.elevateWordFile=Additional Word File L120:labels.badWordFile=Bad Word File L121:labels.urlExpr=Condition L122:labels.boostExpr=Boost Expr L123:labels.confirmPassword=Confirm...github.com/codelibs/fess/src/main/resources/fes...Fri Mar 22 11:58:34 UTC 2024 40.7K bytes -
jquery.form-validator.min.js
{name:"length",validatorFunction:function(b,c,d,e){var f=c.valAttr("length"),g=c.attr("type");if(void 0===f)return alert('Please add attribute "data-validation-length" to '+c[0].nodeName+" named "+c.attr("name")),!0;var h,i="file"===g&&void 0!==c.get(0).files?c.get(0).files.length:b.length,j=a.formUtils.numericRangeCheck(i,f);switch(j[0]){case"out":this.errorMessage=e.lengthBadStart+f+e.lengthBadEnd,h=!1;break;case"min":this.errorMessage=e.lengthTooShortStart+j[1]+e.lengthBadEnd,h=!1;break;case"...github.com/codelibs/fess/src/main/webapp/js/adm...Mon Jan 01 05:12:47 UTC 2018 32.8K bytes -
file.js
c.imageRatioNotAccepted;return!1},a.formUtils.addAsyncValidator({name:"dimension",validatorFunction:function(b,d,e,g,h){if(c){var i=e.get(0).files||[],j=this;e.attr("data-validation").indexOf("mime")===-1?(alert("You should validate file type being jpg, gif or png on input "+e[0].name),b(!1)):i.length>1?(alert("Validating image dimensions does not support inputs allowing multiple files"),b(!1)):0===i.length?b(!0):f(i[0],function(c){var d=!1;e.valAttr("dimension")&&(d=a.formUtils.checkImageDimension(c,e.valAttr...github.com/codelibs/fess/src/main/webapp/js/adm...Mon Jan 01 05:12:47 UTC 2018 4.6K bytes -
sv.js
nsStart:"Du måste åtminstone välja ",badNumberOfSelectedOptionsEnd:" svarsalternativ",badAlphaNumeric:"Du kan endast svara med alfanumersika tecken (a-z och siffror)",badAlphaNumericExtra:" och ",wrongFileSize:"Filen du försöker ladda upp är för stor (max %s)",wrongFileType:"Endast filer av typen %s är tillåtna",groupCheckedRangeStart:"Välj mellan ",groupCheckedTooFewStart:"Då måste göra minst ",groupCheckedTooManyStart:"Du får inte göra fler än ",groupCheckedEnd:" val",badCreditCard:"Du har angett...github.com/codelibs/fess/src/main/webapp/js/adm...Mon Jan 01 05:12:47 UTC 2018 2.5K bytes -
popper.min.js.map
if (isBrowser && navigator.userAgent.indexOf(longerTimeoutBrowsers[i]) >= 0) {\n return 1;\n }\n }\n return 0;\n}());\n\nexport function microtaskDebounce(fn) {\n let called = false\n return () => {\n if (called) {\n return\n }\n called = true\n window.Promise.resolve().then(() => {\n called = false\n fn()\n })\n }\n}\n\nexport function taskDebounce(fn) {\n let scheduled = false;\n return () => {\n if (!scheduled) {\n scheduled = true;\n setTimeout(()...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 120.9K bytes -
FessLabels.java
static final String LABELS_TOKEN = "{labels.token}"; L364: L365: /** The key of the message: Synonym File */ L366: public static final String LABELS_SYNONYM_FILE = "{labels.synonymFile}"; L367: L368: /** The key of the message: Stopwords File */ L369: public static final String LABELS_STOPWORDS_FILE = "{labels.stopwordsFile}"; L370: L371: /** The key of the message: Stemmer Override File */ L372: public static final String LABELS_STEMMER_OVERRIDE_FILE = "{labels.stemmerOverrideFile}";...github.com/codelibs/fess/src/main/java/org/code...Fri Mar 22 11:58:34 UTC 2024 146.4K bytes