Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for bf (0.02 sec)

  1. platforms/software/security/src/test/resources/keyrings/valid-with-extra-metadata.keys

    tqwz+icMolnTrhxtPsfazX6HS5SZLqNYIMZLG7aQb5ZNmht5hQxe2A8W9g0meqY2
    aa8yLnOJaNohKyBrWcE8Sr1gVRo0FyLbXocqJH/4X8vP7YjNSrgMovEE2GFWl3N5
    joxnB+YGvQzrLKcZYl69Lg7E/I0LQxNtl6/a6M/rqIl3rloNhDJaHnGJASIEEwEC
    AAwFAlN0n90FgweGH4AACgkQkz7XQ9rqh3v6Dgf+LFXbuZ9Tc/BF+kj7zbUb4hfA
    qHGFgFqxtuECJqO/onRCb/Nr8S5vtkv0NoDJqCO2qBSlna2xQ2RxEAnotE8dzTWQ
    sTqBueBUfZK4HbWhjH/o9QJNrUXDFKoFlJ80KFRVX1gLPyDkuCZR+boZM/DN5GWb
    OxBbSIxD+xrhBqfqCQZfKA5Wxv6FGAMprxrmPa6hxqKldI/gwZLC8k+E9y1K/IZC
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 65.5K bytes
    - Viewed (0)
  2. cmd/batch-handlers.go

    	DeleteMarkersFailed int64 `json:"deleteMarkersFailed" msg:"dmf"`
    	BytesTransferred    int64 `json:"bytesTransferred" msg:"bt"`
    	BytesFailed         int64 `json:"bytesFailed" msg:"bf"`
    }
    
    const (
    	batchReplName         = "batch-replicate.bin"
    	batchReplFormat       = 1
    	batchReplVersionV1    = 1
    	batchReplVersion      = batchReplVersionV1
    	batchJobName          = "job.bin"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 11 03:13:30 UTC 2024
    - 56K bytes
    - Viewed (0)
  3. guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

    ow?ywal?zifp??f!.&aterg?bew&-no,etis321,?drp?e&c&itsuj-reissiuh?narf-ne-setsitned-sneigrurihc,?lipuog,rianiretev,?hny,i&cc?rgabmahc,?m&o&c?n??t??n&eicamrahp,icedem,?ossa?pohsdaerpsym,s&e&lbatpmoc-strepxe,riaton,tsitned-sneigrurihc,uova??o&-x&bf,obeerf,?x&bf,obeerf,???t&acova,o&or-ne,psgolb,?rop:orea,,?vuog?xobided,?avc7ylqbgm--nx?s??g!.&etiselpmis,gro?moc?t&en?opsgolb,?ude?vog???h!.&e&erf,man??mo&c?rf??topsgolb,zi??ur??i!.&a&61f4a3abgm--nx?rf4a3abgm--nx??ca?di?gro?hcs?oc?ten?vog?نار&يا?یا???a&h?...
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Mar 21 21:04:43 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  4. android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

    ow?ywal?zifp??f!.&aterg?bew&-no,etis321,?drp?e&c&itsuj-reissiuh?narf-ne-setsitned-sneigrurihc,?lipuog,rianiretev,?hny,i&cc?rgabmahc,?m&o&c?n??t??n&eicamrahp,icedem,?ossa?pohsdaerpsym,s&e&lbatpmoc-strepxe,riaton,tsitned-sneigrurihc,uova??o&-x&bf,obeerf,?x&bf,obeerf,???t&acova,o&or-ne,psgolb,?rop:orea,,?vuog?xobided,?avc7ylqbgm--nx?s??g!.&etiselpmis,gro?moc?t&en?opsgolb,?ude?vog???h!.&e&erf,man??mo&c?rf??topsgolb,zi??ur??i!.&a&61f4a3abgm--nx?rf4a3abgm--nx??ca?di?gro?hcs?oc?ten?vog?نار&يا?یا???a&h?...
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Mar 21 21:04:43 UTC 2024
    - 72.4K bytes
    - Viewed (1)
  5. okhttp/src/test/java/okhttp3/HttpUrlTest.kt

        assertThat(parse("http://host/\u0000").encodedPath).isEqualTo("/%00")
        assertThat(parse("http://host/\u0008").encodedPath).isEqualTo("/%08")
        assertThat(parse("http://host/\ufffd").encodedPath).isEqualTo("/%EF%BF%BD")
      }
    
      @Test
      fun usernameCharacters() {
        if (!isJvm) return // TODO: this test is broken on non-JVM platforms.
        UrlComponentEncodingTester.newInstance()
          .override(
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/rewrite.go

    }
    
    // returns the bitfield width of mask >> rshift for arm64 bitfield ops.
    func arm64BFWidth(mask, rshift int64) int64 {
    	shiftedMask := int64(uint64(mask) >> uint64(rshift))
    	if shiftedMask == 0 {
    		panic("ARM64 BF mask is zero")
    	}
    	return nto(shiftedMask)
    }
    
    // sizeof returns the size of t in bytes.
    // It will panic if t is not a *types.Type.
    func sizeof(t interface{}) int64 {
    	return t.(*types.Type).Size()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 64.2K bytes
    - Viewed (0)
Back to top