Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 3881 - 3890 of 4,047 for Created (0.14 seconds)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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 the
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Mar 12 17:47:10 GMT 2026
    - 31.1K bytes
    - Click Count (0)
  8. 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)
  9. 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)
  10. 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)
Back to Top