Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 234 for SIMPLE (0.17 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/jsonmergepatch/patch_test.go

    testCases:
      - description: nil original
        originalObj: {}
        expectedWithNull: {}
        expectedWithoutNull: {}
      - description: simple map
        originalObj:
          nilKey: null
          nonNilKey: foo
        expectedWithNull:
          nilKey: null
        expectedWithoutNull:
          nonNilKey: foo
      - description: simple map with all nil values
        originalObj:
          nilKey1: null
          nilKey2: null
        expectedWithNull:
          nilKey1: null
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  2. docs/en/docs/alternatives.md

    They are, more or less, at opposite ends, complementing each other.
    
    Requests has a very simple and intuitive design, it's very easy to use, with sensible defaults. But at the same time, it's very powerful and customizable.
    
    That's why, as said in the official website:
    
    > Requests is one of the most downloaded Python packages of all time
    
    The way you use it is very simple. For example, to do a `GET` request, you would write:
    
    ```Python
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  3. docs/pl/docs/tutorial/first-steps.md

    ![Swagger UI](https://fastapi.tiangolo.com/img/index/index-01-swagger-ui-simple.png)
    
    ### Alternatywna dokumentacja API
    
    Teraz przejdź do <a href="http://127.0.0.1:8000/redoc" class="external-link" target="_blank">http://127.0.0.1:8000/redoc</a>.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  4. docs/ru/docs/tutorial/first-steps.md

    ![Swagger UI](https://fastapi.tiangolo.com/img/index/index-01-swagger-ui-simple.png)
    
    ### Альтернативная документация API
    
    Теперь перейдите по адресу <a href="http://127.0.0.1:8000/redoc" class="external-link" target="_blank">http://127.0.0.1:8000/redoc</a>.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  5. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r70/TestDisplayNameJUnit5CrossVersionSpec.groovy

    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 18.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/aot/tfcompile.bzl

            the given namespace(s), or if no namespaces are given, within the global
            namespace.
          gen_test: If True, also generate a cc_test rule that builds a simple
            test and benchmark.
          gen_benchmark: If True, also generate a binary with a simple benchmark.
            Unlike the output of gen_test, this benchmark can be run on android.
          gen_compiler_log: If True, dumps XLA:CPU debug output to a log file.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 19:18:08 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  7. pilot/pkg/leaderelection/leaderelection_test.go

    	key := i.revision
    	switch i.comp {
    	case "location":
    		if i.remote {
    			key = remoteIstiodPrefix + key
    		}
    		return LocationPrioritizedComparison, key
    	case "simple":
    		return SimpleRevisionComparison, key
    	default:
    		panic("unknown comparison type")
    	}
    }
    
    // TestPrioritizationCycles
    func TestPrioritizationCycles(t *testing.T) {
    	cases := []instance{}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 28 04:22:19 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  8. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/compile/JavaCompileProblemsIntegrationTest.groovy

                sourceFile << """\
    
    }"""
                return sourceFile
            }
        }
    
        def setupAnnotationProcessors(JavaVersion testedJdkVersion) {
            //
            // 1. step: Create a simple annotation processor
            //
            file("processor/build.gradle") << """
                plugins {
                    id 'java'
                }
    
                java {
                    toolchain {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 16:15:29 UTC 2024
    - 24K bytes
    - Viewed (0)
  9. docs/en/data/external_links.yml

    Building a realtime ticket booking solution with Kafka, FastAPI, and Ably - author: Shahriyar(Shako) Rzayev author_link: https://www.linkedin.com/in/shahriyar-rzayev/ link: https://www.azepug.az/posts/fastapi/#building-simple-e-commerce-with-nuxtjs-and-fastapi-series title: Building simple E-Commerce with NuxtJS and FastAPI - author: Rodrigo Arenas author_link: https://rodrigo-arenas.medium.com/ link: https://medium.com/analytics-vidhya/serve-a-machine-learning-model-using-sklearn-fastapi-and-docker-85aabf96729b...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Jun 12 00:47:57 UTC 2024
    - 22K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/fake.go

    	ServiceEntryRegistry *serviceentry.Controller
    	Registry             model.Controller
    	initialConfigs       []config.Config
    	stop                 chan struct{}
    	MemServiceRegistry   serviceregistry.Simple
    }
    
    func NewConfigGenTest(t test.Failer, opts TestOptions) *ConfigGenTest {
    	t.Helper()
    	configs := getConfigs(t, opts)
    	cc := opts.ConfigController
    	if cc == nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 11.5K bytes
    - Viewed (0)
Back to top