Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 146 of 146 for Ward (0.02 sec)

  1. fess_message.properties

    ---------------------------------------------------------- L35:# Hibernate Validator L36:# ------------------- L37:constraints.CreditCardNumber.message = {item} is invalid credit card number. L38:constraints.EAN.message = {item} is invalid {type} barcode. L39:constraints.Email.message = {item} is not a well-formed email address. L40:constraints.Length.message = Length of {item}...
    github.com/codelibs/fess/src/main/resources/fes...
    Sat Mar 18 03:05:44 UTC 2023
      12.5K bytes
  2. fess_message_en.properties

    ---------------------------------------------------------- L31:# Hibernate Validator L32:# ------------------- L33:constraints.CreditCardNumber.message = {item} is invalid credit card number. L34:constraints.EAN.message = {item} is invalid {type} barcode. L35:constraints.Email.message = {item} is not a well-formed email address. L36:constraints.Length.message = Length of {item}...
    github.com/codelibs/fess/src/main/resources/fes...
    Sat Mar 18 03:05:44 UTC 2023
      12.4K bytes
  3. security.js

    f){var g=a.split(f.valAttr("allowing")||"");if(e=a.inArray("amex",g)>-1,d=e&&1===g.length,g.length>0){var h=!1;if(a.each(g,function(d,e){if(e in c){if(b.length>=c[e][0]&&b.length<=c[e][1])return h=!0,!1}else a.formUtils.warn('Use of unknown credit card "'+e+'"',!0)}),!h)return!1}if(""!==b.replace(new RegExp("[0-9]","g"),""))return!1;var i=0;return a.each(b.split("").reverse(),function(a,b){b=parseInt(b,10),a%2===0?i+=b:(b*=2,i+=b<10?b:b-9)}),i%10===0},errorMessage:"",errorMessageKey:"badCreditCa...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Mon Jan 01 05:12:47 UTC 2018
      10.5K bytes
  4. font-awesome.min.css

    e{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Dec 14 21:22:25 UTC 2019
      55.8K bytes
  5. jquery.form-validator.min.js

    %s)",wrongFileType:"Only files of type %s is allowed",groupCheckedRangeStart:"Please choose between ",groupCheckedTooFewStart:"Please choose at least ",groupCheckedTooManyStart:"Please choose a maximum of ",groupCheckedEnd:" item(s)",badCreditCard:"The credit card number is not correct",badCVV:"The CVV number was not correct",wrongFileDim:"Incorrect image dimensions,",imageTooTall:"the image can not be taller than",imageTooWide:"the image can not be wider than",imageTooSmall:"the image was too small",min:"m...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Mon Jan 01 05:12:47 UTC 2018
      32.8K bytes
  6. FessMessages.java

    L88: L89: /** The key of the message: Size of {item} must be between {min} and {max}. */ L90: public static final String CONSTRAINTS_Size_MESSAGE = "{constraints.Size.message}"; L91: L92: /** The key of the message: {item} is invalid credit card number. */ L93: public static final String CONSTRAINTS_CreditCardNumber_MESSAGE = "{constraints.CreditCardNumber.message}"; L94: L95: /** The key of the message: {item} is invalid {type} barcode. */ L96: public static final String CONSTRAINTS_EAN_MESSAGE...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      119.9K bytes
Back to top