- Sort Score
- Result 10 results
- Languages All
Results 1021 - 1030 of 1,279 for exported (0.19 sec)
- 
				
				tensorflow/api_template_v1.__init__.py# sets the __all__ variable. If it does, we have to be sure to add # "contrib". if "__all__" in vars(): vars()["__all__"].append("contrib") from tensorflow.python.platform import flags # The "app" module will be imported as part of the placeholder section above. _current_module.app.flags = flags # pylint: disable=undefined-variable setattr(_current_module, "flags", flags) _major_api_version = 1 Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Wed Oct 02 22:16:02 UTC 2024 - 7.5K bytes - Viewed (0)
- 
				
				CHANGELOG/CHANGELOG-1.34.md- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.58.0 → v0.60.0 - go.opentelemetry.io/contrib/propagators/b3: v1.17.0 → v1.19.0 - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.33.0 → v1.34.0 - go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.33.0 → v1.34.0 - go.opentelemetry.io/otel/metric: v1.33.0 → v1.35.0 - go.opentelemetry.io/otel/sdk: v1.33.0 → v1.34.0 Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 27 10:36:10 UTC 2025 - 292.8K bytes - Viewed (1)
- 
				
				okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/ws/WebSocketReader.kt} } if (isFinalFrame) break // We are exhausted and have no continuations. readUntilNonControlFrame() if (opcode != OPCODE_CONTINUATION) { throw ProtocolException("Expected continuation opcode. Got: ${opcode.toHexString()}") } } } @Throws(IOException::class) override fun close() { messageInflater?.closeQuietly() source.closeQuietly() }Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue Jul 29 22:04:11 UTC 2025 - 9.9K bytes - Viewed (0)
- 
				
				src/test/java/org/codelibs/fess/util/SystemUtilTest.java} public void test_constants_reference() { // Test that the constant used is accessible and has expected value assertEquals("fess.search_engine.http_address", Constants.FESS_SEARCH_ENGINE_HTTP_ADDRESS); } public void test_static_method_signature() { // Verify method signature is correctRegistered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 12.9K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/smb1/smb1/SmbTreeTest.javatree.tid = 123; tree.inDfs = true; tree.inDomainDfs = false; tree.connectionState = 2; String result = tree.toString(); // Verify the toString contains the expected information assertTrue(result.contains("TESTSHARE")); assertTrue(result.contains("testService")); assertTrue(result.contains("123")); assertTrue(result.contains("2")); }Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 10.2K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/smb1/util/HMACT64Test.java// Using test vector from RFC 2104 adapted for HMACT64 byte[] key = new byte[16]; Arrays.fill(key, (byte) 0x0b); byte[] data = "Hi There".getBytes(); // Expected result calculated manually for HMACT64 with this key and data HMACT64 hmac = new HMACT64(key); hmac.engineUpdate(data, 0, data.length); byte[] result = hmac.engineDigest();Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 10.1K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/internal/smb1/trans/nt/NtTransQuerySecurityDescResponseTest.javaassertTrue(result > 0); assertNotNull(response.getSecurityDescriptor()); } @Test @DisplayName("Test toString returns expected format") void testToString() { String result = response.toString(); assertNotNull(result); assertTrue(result.startsWith("NtTransQuerySecurityResponse["));Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 10.8K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/internal/smb2/Smb2SigningDigest.java} final int flags = SMBUtil.readInt4(data, offset + 16); if ((flags & ServerMessageBlock2.SMB2_FLAGS_SIGNED) == 0) { log.error("The server did not sign a message we expected to be signed"); return true; } final byte[] sig = new byte[SIGNATURE_LENGTH]; System.arraycopy(data, offset + SIGNATURE_OFFSET, sig, 0, SIGNATURE_LENGTH);Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 9.9K bytes - Viewed (0)
- 
				
				cmd/erasure-heal_test.go} if err == nil && test.shouldFail { t.Errorf("Test %d: should fail but it passed", i) } if err == nil { // Verify that checksums of staleDisks // match expected values for i := range staleWriters { if staleWriters[i] == nil { continue } if !bytes.Equal(bitrotWriterSum(staleWriters[i]), bitrotWriterSum(writers[i])) { Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 7.9K bytes - Viewed (0)
- 
				
				tests/associations_has_one_test.goRegistered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Wed Jun 12 10:49:45 UTC 2024 - 7.1K bytes - Viewed (0)