Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 143 of 143 for uint (0.01 sec)

  1. src/main/java/org/codelibs/fess/suggest/settings/AnalyzerSettings.java

            /**
             * Constructs a new DefaultContentsAnalyzer.
             */
            public DefaultContentsAnalyzer() {
                // nothing
            }
    
            private final int maxContentLenth = settings.getAsInt(SuggestSettings.DefaultKeys.MAX_CONTENT_LENGTH, 50000);
    
            /**
             * Analyzes the given text.
             * @param text The text to analyze.
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Thu Aug 07 02:41:28 UTC 2025
    - 26.5K bytes
    - Viewed (0)
  2. fess-crawler/src/test/resources/ajax/js/jquery-2.1.1.min.js

    e()})}});function Kb(a,b,c,d,e){return new Kb.prototype.init(a,b,c,d,e)}n.Tween=Kb,Kb.prototype={constructor:Kb,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||"swing",this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(n.cssNumber[c]?"":"px")},cur:function(){var a=Kb.propHooks[this.prop];return a&&a.get?a.get(this):Kb.propHooks._default.get(this)},run:function(a){var b,c=Kb.propHooks[this.prop];return this.pos=b=this.options.duration?n.easing[this.easing](a,...
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 82.3K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <acronym>JBIG2</acronym>
        <_comment>
          A lossless image compression standard from the
          Joint Bi-level Image Experts Group.
        </_comment>
        <tika:link>http://www.itu.int/rec/T-REC-T.88/en</tika:link>
        <magic priority="50">
          <match value="0x974A42320D0A1A0A" type="string" offset="0"/>
        </magic>
        <glob pattern="*.jb2"/>
        <glob pattern="*.jbig2"/>
      </mime-type>
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Mar 13 08:18:01 UTC 2025
    - 320.1K bytes
    - Viewed (1)
Back to top