- Sort Score
- Result 10 results
- Languages All
Results 211 - 220 of 660 for serons (0.06 sec)
-
LICENSES/vendor/github.com/armon/circbuf/LICENSE
the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Fri May 08 04:49:00 UTC 2020 - 1.2K bytes - Viewed (0) -
LICENSES/vendor/github.com/cenkalti/backoff/v4/LICENSE
the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Sun Sep 18 01:47:24 UTC 2022 - 1.2K bytes - Viewed (0) -
LICENSES/vendor/github.com/felixge/httpsnoop/LICENSE
in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Fri Jun 25 12:20:27 UTC 2021 - 1.2K bytes - Viewed (0) -
LICENSES/vendor/github.com/go-errors/errors/LICENSE
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Mar 09 00:50:43 UTC 2021 - 1.2K bytes - Viewed (0) -
LICENSES/vendor/github.com/golang-jwt/jwt/v5/LICENSE
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Fri May 16 01:19:11 UTC 2025 - 1.2K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/base/SuppliersTest.java
import static com.google.common.truth.Truth.assertThat; import static java.util.concurrent.TimeUnit.MILLISECONDS; import static java.util.concurrent.TimeUnit.NANOSECONDS; import static java.util.concurrent.TimeUnit.SECONDS; import com.google.common.annotations.GwtCompatible; import com.google.common.annotations.GwtIncompatible; import com.google.common.annotations.J2ktIncompatible; import com.google.common.collect.Lists;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 17.9K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbTreeConnectionTest.java
c.acquire(); verify(tree, times(1)).acquire(); // Act: second acquire does not call tree.acquire again c.acquire(); verify(tree, times(1)).acquire(); // Act: first release does not release yet (usage -> 1) c.release(); verify(tree, never()).release(); // Act: second release (usage -> 0) releases the tree c.release();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 13K bytes - Viewed (0) -
src/test/java/jcifs/context/BaseContextTest.java
// Then assertNotNull(resource1, "First resource should be created"); assertNotNull(resource2, "Second resource should be created"); assertNotNull(pipe1, "First pipe should be created"); assertNotNull(pipe2, "Second pipe should be created"); assertNotSame(resource1, resource2, "Different resources should be different instances");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 15.1K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/info/Smb2QueryDirectoryResponseTest.java
System.arraycopy(file1, 0, buffer, 102, file1.length); // Write second FileBothDirectoryInfo at 8 + 104 = 112 int secondOffset = 112; SMBUtil.writeInt4(0, buffer, secondOffset); // NextEntryOffset (0 = last) SMBUtil.writeInt4(1, buffer, secondOffset + 4); // FileIndex // ... rest of second entry fields (zeros for simplicity) for (int i = 8; i < 94; i++) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 23.5K bytes - Viewed (0) -
android/guava/src/com/google/common/net/InetAddresses.java
} ByteBuffer rawBytes = ByteBuffer.allocate(2 * IPV6_PART_COUNT); try { // Iterate through the parts of the ip string. // Invariant: start is always the beginning of a hextet, or the second ':' of the skip // sequence "::" int start = 0; if (ipString.charAt(0) == IPV6_DELIMITER) { start = 1; } while (start < ipString.length()) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 19 21:24:11 UTC 2025 - 47.4K bytes - Viewed (0)