Search Options

Results per page
Sort
Preferred Languages
Advance

Results 251 - 257 of 257 for metric (0.14 sec)

  1. cmd/object-handlers.go

    			writeErrorResponse(ctx, w, errorCodes.ToAPIErr(ErrInvalidChecksum), r.URL)
    			return
    		}
    		opts.WantChecksum = actualReader.Checksum()
    
    		// Set compression metrics.
    		var s2c io.ReadCloser
    		wantEncryption := crypto.Requested(r.Header)
    		s2c, idxCb = newS2CompressReader(actualReader, actualSize, wantEncryption)
    		defer s2c.Close()
    
    		reader = etag.Wrap(s2c, actualReader)
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sun Sep 07 16:13:09 UTC 2025
    - 120.6K bytes
    - Viewed (0)
  2. pom.xml

    					<groupId>org.opensearch.plugin</groupId>
    					<artifactId>mapper-extras-client</artifactId>
    				</exclusion>
    				<exclusion>
    					<groupId>org.opensearch.plugin</groupId>
    					<artifactId>aggs-matrix-stats-client</artifactId>
    				</exclusion>
    				<exclusion>
    					<groupId>org.opensearch.plugin</groupId>
    					<artifactId>rank-eval-client</artifactId>
    				</exclusion>
    				<exclusion>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Sep 04 05:22:58 UTC 2025
    - 49.6K bytes
    - Viewed (0)
  3. cmd/iam.go

    )
    
    const (
    	maxSVCSessionPolicySize = 4096
    )
    
    // IAMSys - config system.
    type IAMSys struct {
    	// Need to keep them here to keep alignment - ref: https://golang.org/pkg/sync/atomic/#pkg-note-BUG
    	// metrics
    	LastRefreshTimeUnixNano         uint64
    	LastRefreshDurationMilliseconds uint64
    	TotalRefreshSuccesses           uint64
    	TotalRefreshFailures            uint64
    
    	sync.Mutex
    
    	iamRefreshInterval time.Duration
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 75.3K bytes
    - Viewed (0)
  4. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    net.ru
    org.ru
    pp.ru
    
    // Mythic Beasts : https://www.mythic-beasts.com
    // Submitted by Paul Cammish <kelduum@mythic-beasts.com>
    hostedpi.com
    caracal.mythic-beasts.com
    customer.mythic-beasts.com
    fentiger.mythic-beasts.com
    lynx.mythic-beasts.com
    ocelot.mythic-beasts.com
    oncilla.mythic-beasts.com
    onza.mythic-beasts.com
    sphinx.mythic-beasts.com
    vs.mythic-beasts.com
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (1)
  5. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    23CF..23D0    ; valid                  ;      ; NV8    # 4.0  EJECT SYMBOL..VERTICAL LINE EXTENSION
    23D1..23DB    ; valid                  ;      ; NV8    # 4.1  METRICAL BREVE..FUSE
    23DC..23E7    ; valid                  ;      ; NV8    # 5.0  TOP PARENTHESIS..ELECTRICAL INTERSECTION
    23E8          ; valid                  ;      ; NV8    # 5.2  DECIMAL EXPONENT SYMBOL
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  6. docs/en/docs/release-notes.md

    * 🔧 Update MkDocs for other languages. PR [#9734](https://github.com/tiangolo/fastapi/pull/9734) by [@tiangolo](https://github.com/tiangolo).
    * 👷 Refactor Docs CI, run in multiple workers with a dynamic matrix to optimize speed. PR [#9732](https://github.com/tiangolo/fastapi/pull/9732) by [@tiangolo](https://github.com/tiangolo).
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
  7. src/main/webapp/css/admin/adminlte.min.css.map

    AAA,QEEF,aAAA,QbQI,WAAA,KNJJ,8BmBAE,MAAA,KFNA,iBAAA,QEQA,aAAA,QAGF,8BAAA,8BAEE,MAAA,KFbA,iBAAA,QEeA,aAAA,QbLE,WAAA,EAAA,EAAA,EAAA,EAAA,oBaeJ,iCAAA,iCAEE,MAAA,KACA,iBAAA,QACA,aAAA,QAOF,6DAAA,6DtBo7+BF,8CsBj7+BI,MAAA,KACA,iBAAA,QAIA,aAAA,QAEA,mEAAA,mEtBi7+BJ,oDsB56+BQ,WAAA,EAAA,EAAA,EAAA,EAAA,oBwDnDJ,qBxDAF,MAAA,KFAE,iBAAA,QEEF,aAAA,QbQI,WAAA,KNJJ,2BmBAE,MAAA,KFNA,iBAAA,QEQA,aAAA,QAGF,2BAAA,2BAEE,MAAA,KFbA,iBAAA,QEeA,aAAA,QbLE,WAAA,EAAA,EAAA,EAAA,EAAA,oBaeJ,8BAAA,8BAEE,MAAA,KACA,iBAAA,QACA,aAAA,QA...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 3.7M bytes
    - Viewed (1)
Back to top