Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for nf (0.03 sec)

  1. src/main/java/org/codelibs/fess/helper/SearchHelper.java

            queryResponseList.setExecTime(systemHelper.getCurrentTimeAsLong() - startTime);
            final NumberFormat nf = NumberFormat.getInstance(params.getLocale());
            nf.setMaximumIntegerDigits(2);
            nf.setMaximumFractionDigits(2);
            String execTime;
            try {
                execTime = nf.format((double) queryResponseList.getExecTime() / 1000);
            } catch (final Exception e) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 35.8K bytes
    - Viewed (0)
  2. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    net.ye
    net.za
    net.zm
    netbank
    netflix
    netfy.app
    netgamers.jp
    netlify.app
    network
    neustar
    new
    news
    news.hu
    next
    nextdirect
    nexus
    neyagawa.osaka.jp
    nf
    nf.ca
    nfl
    nflfan.org
    nfshost.com
    ng
    ng.eu.org
    nghean.vn
    ngo
    ngo.lk
    ngo.ng
    ngo.ph
    ngo.us
    ngo.za
    ngrok-free.app
    ngrok-free.dev
    ngrok.app
    ngrok.dev
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  3. cmd/erasure-healing.go

    	notFoundPartsErrs, nonActionablePartsErrs := 0, 0
    	for _, dataErrs := range dataErrsByPart {
    		if nf, na := danglingPartErrsCount(dataErrs); nf > notFoundPartsErrs {
    			notFoundPartsErrs, nonActionablePartsErrs = nf, na
    		}
    	}
    
    	for _, m := range metaArr {
    		if m.IsValid() {
    			validMeta = m
    			break
    		}
    	}
    
    	if !validMeta.IsValid() {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 34.6K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.30.md

    - Kubeadm: the `bridge-nf-call-iptables=1` and `bridge-nf-call-ip6tables=1` preflight checks are removed since not all the network implementations require this setting, network plugins are responsible for setting this correctly depending on whether or not they connect containers to Linux bridges...
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jun 18 18:59:10 UTC 2025
    - 398.1K bytes
    - Viewed (0)
Back to top