- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for abacat (0.03 sec)
-
android/guava-tests/test/com/google/common/base/CharMatcherTest.java
doTestTrimTrailingFrom("x-x-", "x-x"); doTestTrimTrailingFrom("x-xx", "x-xx"); doTestTrimTrailingFrom("x-x--xx---x----x", "x-x--xx---x----x"); // additional testing using the doc example assertEquals("abacat", anyOf("ab").trimTrailingFrom("abacatbab")); } private void doTestTrimTrailingFrom(String in, String out) { // Try a few different matchers which all match '-' and not 'x'
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 30.3K bytes - Viewed (0) -
guava-tests/test/com/google/common/base/CharMatcherTest.java
doTestTrimTrailingFrom("x-x-", "x-x"); doTestTrimTrailingFrom("x-xx", "x-xx"); doTestTrimTrailingFrom("x-x--xx---x----x", "x-x--xx---x----x"); // additional testing using the doc example assertEquals("abacat", anyOf("ab").trimTrailingFrom("abacatbab")); } private void doTestTrimTrailingFrom(String in, String out) { // Try a few different matchers which all match '-' and not 'x'
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 30.4K bytes - Viewed (0) -
docs/tr/docs/tutorial/first-steps.md
* `OPTIONS` * `HEAD` * `PATCH` * `TRACE` HTTP protokolünde, bu "metodlardan" birini (veya daha fazlasını) kullanarak her bir yol ile iletişim kurabilirsiniz. --- API oluştururkan, belirli bir amaca hizmet eden belirli HTTP metodlarını kullanırsınız. Normalde kullanılan: * `POST`: veri oluşturmak. * `GET`: veri okumak. * `PUT`: veriyi güncellemek. * `DELETE`: veriyi silmek.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 10.4K bytes - Viewed (0) -
docs/tr/docs/index.md
 ## Örneği Güncelleyelim Şimdi `main.py` dosyasını, `PUT` isteğiyle birlikte bir gövde alacak şekilde değiştirelim. <abbr title="Gövde: Body">Gövde</abbr>yi Pydantic sayesinde standart python tiplerini kullanarak tanımlayalım. ```Python hl_lines="4 9-12 25-27" from typing import Union
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 21.9K bytes - Viewed (0)