- Sort Score
- Num 10 results
- Language All
Results 3881 - 3890 of 4,047 for Created (0.29 seconds)
-
android/guava-tests/test/com/google/common/io/ByteStreamsTest.java
@Override public Integer getResult() { return 42; } })); } public void testNullOutputStream() throws Exception { // create a null output stream OutputStream nos = ByteStreams.nullOutputStream(); // write to the output stream nos.write('n'); String test = "Test string for NullOutputStream";Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 19:26:39 GMT 2026 - 22K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/info/Smb2QueryDirectoryResponseTest.java
void testConstructorWithDifferentInfoClasses(byte infoClass, String description) { response = new Smb2QueryDirectoryResponse(mockConfig, infoClass); assertNotNull(response, "Should create response for " + description); assertNull(response.getResults()); } @Test @DisplayName("Test readBytesWireFormat handles entry with nextEntryOffset loop correctly")
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 23.5K bytes - Click Count (0) -
docs/pt/docs/help-fastapi.md
* Depois tambรฉm comente o que vocรช testou, assim vou saber que vocรช verificou. ๐ค ## Crie um Pull Request { #create-a-pull-request } Vocรช pode [contribuir](contributing.md) com o cรณdigo-fonte fazendo Pull Requests, por exemplo: * Para corrigir um erro de digitaรงรฃo que vocรช encontrou na documentaรงรฃo.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 13.7K bytes - Click Count (0) -
cmd/admin-handlers-idp-ldap.go
if newCred.ParentUser != globalActiveCred.AccessKey { replLogIf(ctx, globalSiteReplicationSys.IAMChangeHook(ctx, madmin.SRIAMItem{ Type: madmin.SRIAMItemSvcAcc, SvcAccChange: &madmin.SRSvcAccChange{ Create: &madmin.SRSvcAccCreate{ Parent: newCred.ParentUser, AccessKey: newCred.AccessKey, SecretKey: newCred.SecretKey, Groups: newCred.Groups, Name: newCred.Name,Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 08 02:46:04 GMT 2025 - 19.2K bytes - Click Count (0) -
src/main/resources/fess_label_zh_TW.properties
labels.group_details=Group ่ฉณๆ labels.job_log_details=Job Log ่ฉณๆ labels.key_match_details=Key Match ่ฉณๆ labels.labeltype_details=Labeltype ่ฉณๆ labels.pathmap_details=Pathmap ่ฉณๆ labels.related_content_details=Related Content ่ฉณๆ labels.related_query_details=Related Query ่ฉณๆ labels.request_header_details=Request Header ่ฉณๆ labels.role_details=Role ่ฉณๆ labels.scheduledjob_details=Scheduledjob ่ฉณๆ labels.search_log_details=Search Log ่ฉณๆ
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.5K bytes - Click Count (0) -
src/main/resources/fess_label_pt_BR.properties
labels.job_log_details=Job Log Detalhes labels.key_match_details=Key Match Detalhes labels.labeltype_details=Labeltype Detalhes labels.pathmap_details=Pathmap Detalhes labels.related_content_details=Related Content Detalhes labels.related_query_details=Related Query Detalhes labels.request_header_details=Request Header Detalhes labels.role_details=Role Detalhes labels.scheduledjob_details=Scheduledjob Detalhes
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 53.9K bytes - Click Count (0) -
guava-tests/test/com/google/common/reflect/InvokableTest.java
import org.jspecify.annotations.NullUnmarked; import org.jspecify.annotations.Nullable; /** * Unit tests for {@link Invokable}. * * @author Ben Yu */ @AndroidIncompatible // lots of failures, possibly some related to bad equals() implementations? @NullUnmarked public class InvokableTest extends TestCase { // Historically Invokable inherited from java.lang.reflect.AccessibleObject. That's no longer theCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 31.1K bytes - Click Count (0) -
tensorflow/c/c_api_function_test.cc
void RunT(const std::vector<std::pair<TF_Operation*, TF_Tensor*>>& inputs, std::initializer_list<TF_Output> outputs, const std::vector<std::vector<int32_t>>& expected_results) { // Create a session for this graph CSession csession(host_graph_, s_); ASSERT_EQ(TF_OK, TF_GetCode(s_)) << TF_Message(s_); // Run csession.SetInputs(inputs); csession.SetOutputs(outputs);
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Jan 07 04:56:09 GMT 2026 - 63.9K bytes - Click Count (1) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/connection/RealCall.kt
) : Call, Cloneable, Lockable { private val connectionPool: RealConnectionPool = client.connectionPool.delegate @Volatile internal var eventListener: EventListener = client.eventListenerFactory.create(this) private val timeout = object : AsyncTimeout() { override fun timedOut() { ******@****.***() } }.apply { timeout(client.callTimeoutMillis.toLong(), MILLISECONDS)Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Jan 11 12:06:21 GMT 2026 - 19.5K bytes - Click Count (0) -
docs/ko/docs/advanced/advanced-dependencies.md
์ด์ `__init__`์ ์ฌ์ฉํ์ฌ ์์กด์ฑ์ "๋งค๊ฐ๋ณ์ํ"ํ ์ ์๋ ์ธ์คํด์ค์ ๋งค๊ฐ๋ณ์๋ฅผ ์ ์ธํ ์ ์์ต๋๋ค: {* ../../docs_src/dependencies/tutorial011_an_py310.py hl[9] *} ์ด ๊ฒฝ์ฐ, **FastAPI**๋ `__init__`์ ์ ํ ๊ด์ฌํ์ง ์์ผ๋ฉฐ, ์ฐ๋ฆฌ๋ ์ด ๋ฉ์๋๋ฅผ ์ฝ๋์์ ์ง์ ์ฌ์ฉํ๊ฒ ๋ฉ๋๋ค. ## ์ธ์คํด์ค ์์ฑํ๊ธฐ { #create-an-instance } ๋ค์๊ณผ ๊ฐ์ด ์ด ํด๋์ค์ ์ธ์คํด์ค๋ฅผ ์์ฑํ ์ ์์ต๋๋ค: {* ../../docs_src/dependencies/tutorial011_an_py310.py hl[18] *} ์ด๋ ๊ฒ ํ๋ฉด `checker.fixed_content` ์์ฑ์ `"bar"`๋ผ๋ ๊ฐ์ ๋ด์ ์์กด์ฑ์ "๋งค๊ฐ๋ณ์ํ"ํ ์ ์์ต๋๋ค.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 10.7K bytes - Click Count (0)