- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 21 for rounds (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/webapp/css/bootstrap.min.css
e-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.rounded-circle{border...Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sun Jan 12 06:14:02 GMT 2025 - 227.5K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt
one finger; and the whole party at once crowded round her, calling out in a confused way, `Prizes! Prizes!' Alice had no idea what to do, and in despair she put her hand in her pocket, and pulled out a box of comfits, (luckily the salt water had not got into it), and handed them round as prizes. There was exactly one a-piece all round. `But she must have a prize herself, you know,' said the Mouse.
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Fri Apr 21 02:27:51 GMT 2017 - 145.2K bytes - Click Count (0) -
src/main/webapp/css/admin/bootstrap.min.css
a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bott...Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 158.5K bytes - Click Count (0) -
internal/s3select/csv/testdata/testdata.zip
3802 1332 232 1 Manhattan 023200 1023200 E MN03 Central Harlem North-Polo Grounds 3803 3389529 2 2014-03-25 13:13:26 2014-03-25 13:15:03 N 1 -73.953834533691406 40.811191558837891 -73.938751220703125 40.813190460205078 1 0.30 3.5 0 0.5 0 0 4 2 1 166 42 green 0.00 0.0 0.0 39 26 5.82 1312 209.01 1 Manhattan 020901 1020901 E MN09 Morningside Heights 3802 1596 212 1 Manhattan 021200 1021200 I MN03 Central Harlem North-Polo Grounds 3803 3389530 2 2014-03-20 16:11:35 2014-03-20 16:52:09 N 1 -73.953887939453125...
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Jun 01 21:59:40 GMT 2021 - 111.6K bytes - Click Count (0) -
cmd/storage-datatypes_gen.go
default: bts, err = msgp.Skip(bts) if err != nil { err = msgp.WrapError(err) return } } } o = bts return } // Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message func (z BaseOptions) Msgsize() (s int) { s = 1 return } // DecodeMsg implements msgp.Decodable
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 151.7K bytes - Click Count (0) -
compat/maven-model-builder/src/test/resources/dag.txt
quarkus/extensions/arc/runtime/pom.xml quarkus/extensions/vertx-http/runtime/pom.xml quarkus/extensions/reactive-routes/deployment/pom.xml quarkus/extensions/vertx-http/deployment/pom.xml quarkus/extensions/vertx/deployment/pom.xml quarkus/extensions/jackson/deployment/pom.xml quarkus/extensions/reactive-routes/runtime/pom.xml quarkus/extensions/hibernate-validator/spi/pom.xml quarkus/extensions/jsonp/deployment/pom.xml
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 224K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.4.md
* vSphere kube-up: Wait for cbr0 configuration to complete before setting up routes. ([#35232](https://github.com/kubernetes/kubernetes/pull/35232), [@kerneltime](https://github.com/kerneltime))
Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Thu Dec 24 02:28:26 GMT 2020 - 133.5K bytes - Click Count (0) -
guava-tests/test/com/google/common/cache/LocalCacheTest.java
assertThat(map.valueEquivalence).isSameInstanceAs(testEquivalence); assertThat(map.keyEquivalence).isSameInstanceAs(map.keyStrength.defaultEquivalence()); } public void testSetConcurrencyLevel() { // round up to the nearest power of two checkConcurrencyLevel(1, 1); checkConcurrencyLevel(2, 2); checkConcurrencyLevel(3, 4); checkConcurrencyLevel(4, 4); checkConcurrencyLevel(5, 8);
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Fri Dec 12 00:25:21 GMT 2025 - 117.5K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/cache/LocalCacheTest.java
assertThat(map.valueEquivalence).isSameInstanceAs(testEquivalence); assertThat(map.keyEquivalence).isSameInstanceAs(map.keyStrength.defaultEquivalence()); } public void testSetConcurrencyLevel() { // round up to the nearest power of two checkConcurrencyLevel(1, 1); checkConcurrencyLevel(2, 2); checkConcurrencyLevel(3, 4); checkConcurrencyLevel(4, 4); checkConcurrencyLevel(5, 8);
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Fri Dec 12 00:25:21 GMT 2025 - 115.9K bytes - Click Count (0) -
cmd/admin-handlers.go
mapIfNotPresent := func(m map[string]string, key string, val string) { _, found := m[key] if !found { m[key] = val } } _, found := hostAnonymizer[currentURL] if !found { // In distributed setup, anonymized addr = 'poolNum.serverNum' newHost := fmt.Sprintf("pool%d.server%d", poolNum, srvrNum)
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)