Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for 45 (0.11 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * -XX:+DisableExplicitGC<br>
         * -XX:-HeapDumpOnOutOfMemoryError<br>
         * -XX:-OmitStackTraceInFastThrow<br>
         * -XX:+UnlockExperimentalVMOptions<br>
         * -XX:+UseG1GC<br>
         * -XX:InitiatingHeapOccupancyPercent=45<br>
         * -XX:G1HeapRegionSize=1m<br>
         * -XX:MaxGCPauseMillis=60000<br>
         * -XX:G1NewSizePercent=5<br>
         * -XX:G1MaxNewSizePercent=5<br>
         * -Djcifs.smb.client.responseTimeout=30000<br>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 468.5K bytes
    - Viewed (1)
  2. api/go1.16.txt

    pkg syscall (darwin-arm64), const ENOTRECOVERABLE = 104
    pkg syscall (darwin-arm64), const ENOTRECOVERABLE Errno
    pkg syscall (darwin-arm64), const ENOTSOCK = 38
    pkg syscall (darwin-arm64), const ENOTSUP = 45
    pkg syscall (darwin-arm64), const ENOTTY = 25
    pkg syscall (darwin-arm64), const ENXIO = 6
    pkg syscall (darwin-arm64), const EOPNOTSUPP = 102
    pkg syscall (darwin-arm64), const EOVERFLOW = 84
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.mrc"/>
        <magic priority="50">
          <!-- built from, e.g. https://www.loc.gov/marc/community/cileader.html -->
          <match value="[0-9]{5,5}" type="regex" offset="0">
            <match value="45" type="string" offset="20">
              <!-- bibliographic -->
              <match value="[acdnp][acdefgijkmoprt][abcdims]" type="regex" offset="5"/>
              <!-- authority-->
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  4. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const ENOTSUP = 86
    pkg syscall (netbsd-arm64-cgo), const ENOTTY = 25
    pkg syscall (netbsd-arm64-cgo), const ENXIO = 6
    pkg syscall (netbsd-arm64-cgo), const EOPNOTSUPP = 45
    pkg syscall (netbsd-arm64-cgo), const EOVERFLOW = 84
    pkg syscall (netbsd-arm64-cgo), const EPERM = 1
    pkg syscall (netbsd-arm64-cgo), const EPFNOSUPPORT = 46
    pkg syscall (netbsd-arm64-cgo), const EPIPE = 32
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.29.md

    - `kubelet` now allows pods to use the `net.ipv4.tcp_keepalive_time` sysctl by default
      and the minimal kernel version is 4.5; Pod Security Admission allows this sysctl
      in `v1.29+` versions of the baseline and restricted policies. ([#118846](https://github.com/kubernetes/kubernetes/pull/118846), [@cyclinder](https://github.com/cyclinder))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 04:37:31 UTC 2024
    - 375.1K bytes
    - Viewed (1)
  6. src/main/webapp/js/admin/moment-with-locales.min.js

    Ft=Ht("Q"),zt=Ht("y");function Nt(e){return function(){return this.isValid()?this._data[e]:NaN}}var Jt=Nt("milliseconds"),Rt=Nt("seconds"),Ct=Nt("minutes"),It=Nt("hours"),Ut=Nt("days"),Gt=Nt("months"),Vt=Nt("years");var Bt=Math.round,Kt={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function qt(e,a,t,s){var n=Ga(e).abs(),r=Bt(n.as("s")),d=Bt(n.as("m")),i=Bt(n.as("h")),_=Bt(n.as("d")),o=Bt(n.as("M")),m=Bt(n.as("w")),u=Bt(n.as("y")),l=(r<=t.ss?["s",r]:r<t.s&&["ss",r])||d<=1&&["m"]||d<t.m&&["mm",d]||i<=1&...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 360.5K bytes
    - Viewed (1)
  7. doc/go_spec.html

    unicode_digit  = /* a Unicode code point categorized as "Number, decimal digit" */ .
    </pre>
    
    <p>
    In <a href="https://www.unicode.org/versions/Unicode8.0.0/">The Unicode Standard 8.0</a>,
    Section 4.5 "General Category" defines a set of character categories.
    Go treats all characters in any of the Letter categories Lu, Ll, Lt, Lm, or Lo
    as Unicode letters, and those in the Number category Nd as Unicode digits.
    </p>
    
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 02 00:58:01 UTC 2024
    - 282.5K bytes
    - Viewed (0)
  8. docs/en/docs/release-notes.md

    ## 0.6.0
    
    * Update SQL with SQLAlchemy tutorial at [https://fastapi.tiangolo.com/tutorial/sql-databases/](https://fastapi.tiangolo.com/tutorial/sql-databases/) using the new official `request.state`. PR [#45](https://github.com/tiangolo/fastapi/pull/45).
    
    * Upgrade Starlette to version `0.11.1` and add required compatibility changes. PR [#44](https://github.com/tiangolo/fastapi/pull/44).
    
    ## 0.5.1
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Nov 01 11:25:57 UTC 2024
    - 460.3K bytes
    - Viewed (0)
Back to top