Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 179 for Co (0.11 sec)

  1. tests/integration/security/sds_ingress/util/test_certs.go

    VR9HZBmJ+iyDxjLl2Q6Ey+8mBq993GEvP0PakAyJIsjJc5zYuMAdWpCn8CJ660Vd
    MZm3ZbBtFSjzXSxtIRgq6AVlBcHQvqolxgV1pW8PdetD4FSuoo3Rviq1Ie19sxA/
    A24Yypt/q8q7Z6TUfLt6rbN+VR2RV/yUgLVHTQIDAQABAoIBAE5tnrB0gnTj9CBq
    CO/I6LLY/SIT4DIFooYnsSY6vcPZ9XXIXeTSa6MgCXXzdzsPFyVohERTU1M6nAUh
    Z5FfLfrY75w/KDrShjfQDgSIWqI2GC+yH5WK7PQagcAfvoAeKKIhSUW4uyKiG5oN
    txQrow7h0LhRDnmYbu8SYL5c3IqoKTPo7kCDx4y8x55NWt9rLO8NNkWeP3TFAnQr
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 05 22:01:21 UTC 2023
    - 25.9K bytes
    - Viewed (0)
  2. docs/pl/docs/tutorial/first-steps.md

                            "content": {
                                "application/json": {
    
    
    
    ...
    ```
    
    #### Do czego służy OpenAPI
    
    Schemat OpenAPI jest tym, co zasila dwa dołączone interaktywne systemy dokumentacji.
    
    Istnieją dziesiątki alternatyw, wszystkie oparte na OpenAPI. Możesz łatwo dodać dowolną z nich do swojej aplikacji zbudowanej za pomocą **FastAPI**.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  3. platforms/ide/ide-native/src/integTest/groovy/org/gradle/ide/visualstudio/VisualStudioSingleProjectIntegrationTest.groovy

            }
    
            and:
            solutionFile("app.sln").assertHasProjects("app")
        }
    
        @NotYetImplemented
        def "visual studio project includes headers co-located with sources"() {
            when:
            // Write headers so they sit with sources
            app.files.each {
                it.writeToFile(file("src/main/cpp/${it.name}"))
            }
            settingsFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 13.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_whitebox_test.go

    			}
    			defer w.Stop()
    
    			prevRV := -1
    			for event := range w.ResultChan() {
    				if event.Type == watch.Error {
    					break
    				}
    				object := event.Object
    				if co, ok := object.(runtime.CacheableObject); ok {
    					object = co.GetObject()
    				}
    				rv, err := strconv.Atoi(object.(*example.Pod).ResourceVersion)
    				if err != nil {
    					errCh <- fmt.Errorf("incorrect resource version: %v", err)
    					return
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 82.9K bytes
    - Viewed (0)
  5. src/test/java/jcifs/tests/FileOperationsTest.java

    /*
     * © 2016 AgNO3 Gmbh & Co. KG
     * 
     * This library is free software; you can redistribute it and/or
     * modify it under the terms of the GNU Lesser General Public
     * License as published by the Free Software Foundation; either
     * version 2.1 of the License, or (at your option) any later version.
     * 
     * This library is distributed in the hope that it will be useful,
     * but WITHOUT ANY WARRANTY; without even the implied warranty of
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu Jan 05 13:17:59 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  6. src/test/java/jcifs/tests/SessionTest.java

    /*
     * © 2016 AgNO3 Gmbh & Co. KG
     * 
     * This library is free software; you can redistribute it and/or
     * modify it under the terms of the GNU Lesser General Public
     * License as published by the Free Software Foundation; either
     * version 2.1 of the License, or (at your option) any later version.
     * 
     * This library is distributed in the hope that it will be useful,
     * but WITHOUT ANY WARRANTY; without even the implied warranty of
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu Jan 05 13:09:03 UTC 2023
    - 15.8K bytes
    - Viewed (0)
  7. docs/pt/docs/help-fastapi.md

    Adoro ouvir sobre como o **FastAPI** é usado, o que você gosta nele, em qual projeto/empresa está sendo usado, etc.
    
    ## Vote no FastAPI
    
    * <a href="https://www.slant.co/options/34241/~fastapi-review" class="external-link" target="_blank">Vote no **FastAPI** no Slant</a>.
    * <a href="https://alternativeto.net/software/fastapi/" class="external-link" target="_blank">Vote no **FastAPI** no AlternativeTo</a>.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  8. docs/ja/docs/help-fastapi.md

    **FastAPI** がどのように使われ、どこが気に入られ、どんなプロジェクト/会社で使われているかなどについて知りたいです。
    
    ## FastAPIに投票
    
    * <a href="https://www.slant.co/options/34241/~fastapi-review" class="external-link" target="_blank">Slantで **FastAPI** に投票</a>
    * <a href="https://alternativeto.net/software/fastapi/" class="external-link" target="_blank">AlternativeToで **FastAPI** に投票</a>
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Oct 20 08:39:03 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/runtime/interfaces.go

    	// doEncode() is the encoding logic of implemented encoder:
    	//   func (e *MyEncoder) Encode(obj Object, w io.Writer) error {
    	//     if co, ok := obj.(CacheableObject); ok {
    	//       return co.CacheEncode(e.Identifier(), e.doEncode, w)
    	//     }
    	//     return e.doEncode(obj, w)
    	//   }
    	Identifier() Identifier
    }
    
    // MemoryAllocator is responsible for allocating memory.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun May 28 03:26:35 UTC 2023
    - 19K bytes
    - Viewed (0)
  10. src/test/java/jcifs/tests/PACTest.java

    /*
     * © 2016 AgNO3 Gmbh & Co. KG
     * 
     * This library is free software; you can redistribute it and/or
     * modify it under the terms of the GNU Lesser General Public
     * License as published by the Free Software Foundation; either
     * version 2.1 of the License, or (at your option) any later version.
     * 
     * This library is distributed in the hope that it will be useful,
     * but WITHOUT ANY WARRANTY; without even the implied warranty of
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Oct 01 12:01:17 UTC 2023
    - 22.3K bytes
    - Viewed (0)
Back to top