- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for karbon (0.03 sec)
-
guava-tests/test/com/google/common/base/SplitterTest.java
public void testCharacterSplitWithTrim() { String jacksons = "arfo(Marlon)aorf, (Michael)orfa, afro(Jackie)orfa, ofar(Jemaine), aff(Tito)"; Iterable<String> family = COMMA_SPLITTER .trimResults(CharMatcher.anyOf("afro").or(CharMatcher.whitespace())) .split(jacksons); assertThat(family) .containsExactly("(Marlon)", "(Michael)", "(Jackie)", "(Jemaine)", "(Tito)") .inOrder(); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 29.5K bytes - Viewed (0) -
docs/es/docs/advanced/security/oauth2-scopes.md
Para esto, usamos `security_scopes.scopes`, que contiene una `list` con todos estos scopes como `str`. {* ../../docs_src/security/tutorial005_an_py310.py hl[129:135] *} ## Árbol de dependencias y scopes Revisemos de nuevo este árbol de dependencias y los scopes.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 13.8K bytes - Viewed (0) -
docs/de/docs/async.md
Zum Beispiel: * **Audio-** oder **Bildbearbeitung**. * **Computer Vision**: Ein Bild besteht aus Millionen von Pixeln, jedes Pixel hat 3 Werte / Farben, die Verarbeitung erfordert normalerweise, Berechnungen mit diesen Pixeln durchzuführen, alles zur gleichen Zeit.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:56:21 UTC 2025 - 26.5K bytes - Viewed (0)