Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 29 of 29 for 100mb (0.15 sec)

  1. src/main/resources/fess_label_ja.properties

    labels.facet_contentLength_10k=  - 10KB
    labels.facet_contentLength_10kto100k=10KB - 100KB
    labels.facet_contentLength_100kto500k=100KB - 500KB
    labels.facet_contentLength_500kto1m=500KB - 1MB
    labels.facet_contentLength_1m=1MB -  
    labels.facet_contentLength_10kto50k=10KB - 50KB
    labels.facet_contentLength_50kto100k=50KB - 100KB
    labels.facet_contentLength_100kto250k=100KB - 250KB
    labels.facet_contentLength_250kto500k=250KB - 500KB
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  2. manifests/charts/istiod-remote/values.yaml

        # block in the relevant section below and setting the desired resources values.
        defaultResources:
          requests:
            cpu: 10m
          #   memory: 128Mi
          # limits:
          #   cpu: 100m
          #   memory: 128Mi
        # Default hub for Istio images.
        # Releases are published to docker hub under 'istio' project.
        # Dev builds from prow are on gcr.io
        hub: gcr.io/istio-testing
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 22:00:40 GMT 2024
    - 20.2K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_ko.properties

    labels.facet_timestamp_1month = 1개월 이내
    labels.facet_timestamp_1year = 1년 이내
    labels.facet_contentLength_title = 사이즈
    labels.facet_contentLength_10k=  - 10kb
    labels.facet_contentLength_10kto100k=10kb - 100kb
    labels.facet_contentLength_100kto500k=100kb - 500kb
    labels.facet_contentLength_500kto1m=500kb - 1mb
    labels.facet_contentLength_1m=1mb -  
    labels.facet_filetype_title = 파일 형식
    labels.facet_filetype_html = HTML
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 44K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_fr.properties

    labels.facet_contentLength_10k	=	  - 10kb
    labels.facet_contentLength_10kto100k	=	10kb - 100kb
    labels.facet_contentLength_100kto500k	=	100kb - 500kb
    labels.facet_contentLength_500kto1m	=	500kb - 1mb
    labels.facet_contentLength_1m	=	1mb -  
    labels.facet_contentLength_10kto50k	=	10kb - 50kb
    labels.facet_contentLength_50kto100k	=	50kb - 100kb
    labels.facet_contentLength_100kto250k	=	100kb - 250kb
    labels.facet_contentLength_250kto500k	=	250kb - 500kb
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_de.properties

    labels.facet_timestamp_1month=Letzter Monat
    labels.facet_timestamp_1year=Letztes Jahr
    labels.facet_contentLength_title=Größe
    labels.facet_contentLength_10k=  - 10kb
    labels.facet_contentLength_10kto100k=10kb - 100kb
    labels.facet_contentLength_100kto500k=100kb - 500kb
    labels.facet_contentLength_500kto1m=500kb - 1mb
    labels.facet_contentLength_1m=1mb -  
    labels.facet_filetype_title=Dateityp
    labels.facet_filetype_html=HTML
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  6. cmd/notification.go

    					reqInfo := (&logger.ReqInfo{}).AppendTags("peerAddress", addr.String())
    					ctx := logger.SetReqInfo(ctx, reqInfo)
    					peersLogOnceIf(ctx, err, addr.String())
    				}
    				// Wait for a minimum of 100ms and dynamically increase this based on number of attempts.
    				if i < g.retryCount-1 {
    					time.Sleep(100*time.Millisecond + time.Duration(r.Float64()*float64(time.Second)))
    				}
    				continue
    			}
    			break
    		}
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Apr 12 18:13:36 GMT 2024
    - 44.5K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_facet_contentLength_10k = "{labels.facet_contentLength_10k}";
    
        /** The key of the message: 10kb - 100kb */
        public static final String LABELS_facet_contentLength_10kto100k = "{labels.facet_contentLength_10kto100k}";
    
        /** The key of the message: 100kb - 500kb */
        public static final String LABELS_facet_contentLength_100kto500k = "{labels.facet_contentLength_100kto500k}";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.26.md

    - [kubelet] Change default `cpuCFSQuotaPeriod` value with enabled `cpuCFSQuotaPeriod` flag from 100ms to 100µs to match the Linux CFS and k8s defaults. `cpuCFSQuotaPeriod` of 100ms now requires `customCPUCFSQuotaPeriod` flag to be set to work. ([#111520](https://github.com/kubernetes/kubernetes/pull/111520), [@paskal](https://github.com/paskal)) [SIG API Machinery and Node]
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Mar 14 16:24:51 GMT 2024
    - 425.7K bytes
    - Viewed (0)
  9. cmd/object-handlers_test.go

    				fmt.Sprintf("bytes=-%d", objLen/2),
    				// Read middle half of object
    				fmt.Sprintf("bytes=%d-%d", objLen/4, objLen*3/4),
    				// Read 100MiB of the object from the beginning
    				fmt.Sprintf("bytes=%d-%d", 0, 100*humanize.MiByte),
    				// Read 100MiB of the object from the end
    				fmt.Sprintf("bytes=-%d", 100*humanize.MiByte),
    			}
    			for _, rangeHdr := range rangeHdrs {
    				mkGetReq(oi, rangeHdr, caseNumber, sf)
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Apr 28 17:53:50 GMT 2024
    - 160K bytes
    - Viewed (0)
Back to top