- Sort Score
- Result 10 results
- Languages All
Results 4731 - 4740 of 5,086 for Strings (0.04 sec)
-
android/guava-testlib/src/com/google/common/collect/testing/SafeTreeSet.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Feb 13 17:34:21 UTC 2025 - 5.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/dtyp/SecurityDescriptor.java
} } else { this.aces = null; } return bufferIndex - start; } @Override public String toString() { StringBuilder ret = new StringBuilder("SecurityDescriptor:\n"); if (this.aces != null) { for (final ACE element : this.aces) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.4K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/metadata/DefaultGraphConflictResolver.java
if (visited.contains(from)) { return; } visited.add(from); List<MetadataGraphEdge> exitList = graph.getExcidentEdges(from); // String s = "|---> "+from.getMd().toString()+" - "+(exitList == null ? -1 : exitList.size()) + " exit links"; if (exitList != null && !exitList.isEmpty()) { for (MetadataGraphEdge e : graph.getExcidentEdges(from)) {
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jul 23 17:27:08 UTC 2025 - 7.4K bytes - Viewed (0) -
docs/em/docs/tutorial/metadata.md
## 🗃 🛠️ 👆 💪 ⚒ 📄 🏑 👈 ⚙️ 🗄 🔧 & 🏧 🛠️ 🩺 ⚜: | 🔢 | 🆎 | 📛 | |------------|------|-------------| | `title` | `str` | 📛 🛠️. | | `description` | `str` | 📏 📛 🛠️. ⚫️ 💪 ⚙️ ✍. | | `version` | `string` | ⏬ 🛠️. 👉 ⏬ 👆 👍 🈸, 🚫 🗄. 🖼 `2.5.0`. | | `terms_of_service` | `str` | 📛 ⚖ 🐕🦺 🛠️. 🚥 🚚, 👉 ✔️ 📛. |
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4.1K bytes - Viewed (0) -
CONTRIBUTING.md
code is a great way to give something back to the open source community. Before you dig right into the code, there are a few guidelines that we need contributors to follow so that we can have a chance of keeping on top of things. Some of the ideas are documented in the [Maven Wiki][maven-wiki] which might be interesting to read and for further discussion. Getting Started ---------------
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sat Jun 07 09:55:33 UTC 2025 - 4.2K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/http/StatusLineTest.kt
assertInvalid("HTTP/1.1 2") assertInvalid("HTTP/1.1 20") } @Test fun wrongMessageDelimiter() { assertInvalid("HTTP/1.1 200_") } private fun assertInvalid(statusLine: String) { assertFailsWith<ProtocolException> { parse(statusLine) } }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 3.5K bytes - Viewed (0) -
container-tests/src/test/java/okhttp3/containers/BasicLoomTest.kt
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 3.7K bytes - Viewed (1) -
android/guava-tests/test/com/google/common/primitives/CharsTest.java
fail("Cast to char should have failed: " + value); } catch (IllegalArgumentException ex) { assertWithMessage(value + " not found in exception text: " + ex.getMessage()) .that(ex.getMessage().contains(String.valueOf(value))) .isTrue(); } } // We need to test that our method behaves like the JDK method. @SuppressWarnings("InlineMeInliner") public void testCompare() { for (char x : VALUES) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 25.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/AndXServerMessageBlock.java
* @param command the SMB command * @param name the name parameter * @param andx the chained command */ protected AndXServerMessageBlock(final Configuration config, final byte command, final String name, final ServerMessageBlock andx) { super(config, command, name); this.andx = andx; if (andx != null) { this.andxCommand = (byte) andx.getCommand(); } } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 15.8K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/Smb2TransformHeaderTest.java
}); } @Test @DisplayName("Should create string representation") void testToString() { // Given transformHeader.setSessionId(testSessionId); transformHeader.setOriginalMessageSize(1024); transformHeader.setFlags(0x0001); // When String stringRep = transformHeader.toString(); // Then assertNotNull(stringRep);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.7K bytes - Viewed (0)