- Sort Score
- Num 10 results
- Language All
Results 331 - 340 of 896 for fOo (0.01 seconds)
-
android/guava-tests/test/com/google/common/graph/MapCacheTest.java
assertThat(mapCache.get("key")).isEqualTo("new value"); } @Test public void testRemoveEqualKeyWithDifferentReference() { String fooReference1 = new String("foo"); String fooReference2 = new String("foo"); assertThat(fooReference1).isNotSameInstanceAs(fooReference2); assertThat(mapCache.put(fooReference1, "bar")).isNull();
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Dec 19 18:03:30 GMT 2024 - 3.2K bytes - Click Count (0) -
docs_src/query_params_str_validations/tutorial010_py310.py
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Oct 24 20:26:06 GMT 2023 - 542 bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/reflection/MethodMap.java
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Feb 25 08:27:34 GMT 2025 - 14.2K bytes - Click Count (0) -
compat/maven-model-builder/src/test/resources/poms/validation/bad-modelVersion.xml
KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <project> <modelVersion>99.0.0</modelVersion> <groupId>foo</groupId> <artifactId>bar</artifactId> <version>0.1</version>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 907 bytes - Click Count (0) -
compat/maven-model-builder/src/test/resources/poms/validation/bad-version.xml
KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <project> <modelVersion>4.0.0</modelVersion> <groupId>foo</groupId> <artifactId>bar</artifactId> <version>this\is/bad</version>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 914 bytes - Click Count (0) -
compat/maven-model-builder/src/test/resources/poms/validation/modelVersion-4_0.xml
KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <project> <modelVersion>4.0</modelVersion> <groupId>foo</groupId> <artifactId>bar</artifactId> <version>0.1</version>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 904 bytes - Click Count (0) -
docs_src/events/tutorial002_py310.py
@app.on_event("shutdown") def shutdown_event(): with open("log.txt", mode="a") as log: log.write("Application shutdown") @app.get("/items/") async def read_items():
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Feb 12 13:19:43 GMT 2026 - 255 bytes - Click Count (0) -
docs_src/query_params_str_validations/tutorial006c_py310.py
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 15 16:23:59 GMT 2025 - 261 bytes - Click Count (0) -
android/guava-tests/test/com/google/common/base/AsciiTest.java
assertThat(Ascii.truncate("foobar", 4, "…")).isEqualTo("foo…"); assertThat(Ascii.truncate("foobar", 4, "--")).isEqualTo("fo--"); assertThat(Ascii.truncate("foobar", 6, "…")).isEqualTo("foobar"); assertThat(Ascii.truncate("foobar", 5, "…")).isEqualTo("foob…"); assertThat(Ascii.truncate("foobar", 3, "")).isEqualTo("foo"); assertThat(Ascii.truncate("", 5, "")).isEqualTo("");
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 5.7K bytes - Click Count (0) -
guava-tests/test/com/google/common/base/AsciiTest.java
assertThat(Ascii.truncate("foobar", 4, "…")).isEqualTo("foo…"); assertThat(Ascii.truncate("foobar", 4, "--")).isEqualTo("fo--"); assertThat(Ascii.truncate("foobar", 6, "…")).isEqualTo("foobar"); assertThat(Ascii.truncate("foobar", 5, "…")).isEqualTo("foob…"); assertThat(Ascii.truncate("foobar", 3, "")).isEqualTo("foo"); assertThat(Ascii.truncate("", 5, "")).isEqualTo("");
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 5.7K bytes - Click Count (0)