Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 31 - 40 of 47 for ss (0.04 seconds)

  1. cmd/testdata/undeleteable-object.tgz

    è±{Q çna¸ocù†ÒV 6\wþ— è ²¤ût … H!•z…؆Vé¯<h _·‚û›?çZi ò®ó ! Ù&½* ظ]°)TÌ¿: çÖâ Lm•à²(Ú›ß EÁXÉs´§ ìuä‹)›, & ôíÎö"Ñ ð ÅÈ ]‡›‘˜EÊ â"ù – %¸_ Vo£00¾0È ¹ã*Í.)pÃj[ÎÝ_?ŸÕ¤;ÆšpBØ×ó/ëd57e÷¨–;u§Á×ða ­çL¦ „¼«vÜÙK‘aŸ‘6ŸqÔë‡ý; í ¡ëÉ`¿œ©6¢ÄNž Ϊ¾Å ð eAʰŒ ñëw, «Ä™Ê! HеêALBÙÁœ}• i¦b ‚10À Ò i|"9t ¢çù¹« <ç —qA šŠ9JÅû/é·æo· \ € Õe) Æ ‘ƽ-ñ— »}EOKΑtmȼÊ& 2—™!^Õêmk U C™.½§l/ò±Nü$5ü”e q nŠí Ux0bs`Ç7Ðtê SºÄŽÊ–²y ` « ñÿY À'4 âªß Eµ ߥ¾ ß‚©§[¼H¹U„¤ôŸę̀\ Á ƒºâøÚ ô]OY­ä!LÓ„siÃŽG? VY-r Œ:ÍËl< ´95çŸZ(ŒoN#ýB \i œkÀÈÍ}žðNQé“ý...
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Apr 26 00:31:12 GMT 2024
    - 8.7M bytes
    - Click Count (0)
  2. cmd/site-replication-utils.go

    type SiteResyncStatus struct {
    	Version int `json:"version" msg:"v"`
    	// Overall site status
    	Status                        ResyncStatusType            `json:"st" msg:"ss"`
    	DeplID                        string                      `json:"dId" msg:"did"`
    	BucketStatuses                map[string]ResyncStatusType `json:"buckets" msg:"bkts"`
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 8.8K bytes
    - Click Count (0)
  3. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    spock.replit.dev
    sport
    sport.hu
    spot
    spydeberg.no
    square7.ch
    square7.de
    square7.net
    squares.net
    sr
    sr.gov.pl
    sr.it
    srht.site
    srl
    srv.br
    srv.us
    ss
    ss.it
    ssl.origin.cdn77-secure.org
    st
    st.no
    staba.jp
    stackhero-network.com
    stackit.gg
    stackit.rocks
    stackit.run
    stackit.zone
    stada
    stage.nodeart.io
    staging.expo.app
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Tue May 27 22:00:49 GMT 2025
    - 129.6K bytes
    - Click Count (3)
  4. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	//TODO: MOVQ 0x123456789abcdef1, AX     // 48a1f1debc9a78563412
    	//TODO: MOVW (BX), SS                   // 668e13 or 488e13
    	//TODO: MOVW (R11), SS                  // 66418e13 or 498e13
    	//TODO: MOVW DX, SS                     // 668ed2 or 488ed2
    	//TODO: MOVW R11, SS                    // 66418ed3 or 498ed3
    	//TODO: MOVW (BX), DS                   // 668e1b or 488e1b
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Fri Oct 08 21:38:44 GMT 2021
    - 581.9K bytes
    - Click Count (1)
  5. docs/en/data/translation_reviewers.yml

      count: 3
      avatarUrl: https://avatars.githubusercontent.com/u/15039930?v=4
      url: https://github.com/LikoIlya
    ss-o-furda:
      login: ss-o-furda
      count: 3
      avatarUrl: https://avatars.githubusercontent.com/u/56111536?u=d2326baa464a3778c280ed85fd14c00f87eb1080&v=4
      url: https://github.com/ss-o-furda
    Frans06:
      login: Frans06
      count: 3
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Mon Dec 01 06:27:43 GMT 2025
    - 65K bytes
    - Click Count (0)
  6. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    spock.replit.dev
    sport
    sport.hu
    spot
    spydeberg.no
    square7.ch
    square7.de
    square7.net
    squares.net
    sr
    sr.gov.pl
    sr.it
    srht.site
    srl
    srv.br
    srv.us
    ss
    ss.it
    ssl.origin.cdn77-secure.org
    st
    st.no
    staba.jp
    stackhero-network.com
    stackit.gg
    stackit.rocks
    stackit.run
    stackit.zone
    stada
    stage.nodeart.io
    staging.expo.app
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Tue Dec 31 14:50:53 GMT 2024
    - 129.6K bytes
    - Click Count (2)
  7. cmd/admin-handlers.go

    			partialWrite(healthInfo)
    
    			peerSysServices := globalNotificationSys.GetSysServices(healthCtx)
    			for _, ss := range peerSysServices {
    				anonymizeAddr(&ss)
    				healthInfo.Sys.SysServices = append(healthInfo.Sys.SysServices, ss)
    			}
    			partialWrite(healthInfo)
    		}
    	}
    
    	// collect all realtime metrics except disk
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 99.7K bytes
    - Click Count (0)
  8. CHANGELOG.md

     *  New: Switch our Internationalized Domain Name (IDN) implementation to [UTS #46 Nontransitional
        Processing][uts46]. With this fix, the `ß` code point no longer maps to `ss`. OkHttp now embeds
        its own IDN mapping table in the library.
    
     *  New: Prefer the client's configured precedence order for TLS cipher suites. (OkHttp used to
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Fri Dec 05 16:02:59 GMT 2025
    - 36.2K bytes
    - Click Count (2)
  9. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    edu.so
    gov.so
    me.so
    net.so
    org.so
    
    // sr : https://www.iana.org/domains/root/db/sr.html
    sr
    
    // ss : https://registry.nic.ss/
    // Submitted by registry <technical@nic.ss>
    ss
    biz.ss
    co.ss
    com.ss
    edu.ss
    gov.ss
    me.ss
    net.ss
    org.ss
    sch.ss
    
    // st : http://www.nic.st/html/policyrules/
    st
    co.st
    com.st
    consulado.st
    edu.st
    embaixada.st
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Fri Dec 27 13:39:56 GMT 2024
    - 309.7K bytes
    - Click Count (1)
  10. cmd/erasure-server-pool-decom.go

    )
    
    // PoolDecommissionInfo currently decommissioning information
    type PoolDecommissionInfo struct {
    	StartTime   time.Time `json:"startTime" msg:"st"`
    	StartSize   int64     `json:"startSize" msg:"ss"`
    	TotalSize   int64     `json:"totalSize" msg:"ts"`
    	CurrentSize int64     `json:"currentSize" msg:"cs"`
    
    	Complete bool `json:"complete" msg:"cmp"`
    	Failed   bool `json:"failed" msg:"fl"`
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 42.2K bytes
    - Click Count (1)
Back to Top