Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 582 for SIMPLE (0.41 sec)

  1. fastapi/security/oauth2.py

        fields `username` and `password`.
    
        All the initialization parameters are extracted from the request.
    
        Read more about it in the
        [FastAPI docs for Simple OAuth2 with Password and Bearer](https://fastapi.tiangolo.com/tutorial/security/simple-oauth2/).
    
        ## Example
    
        ```python
        from typing import Annotated
    
        from fastapi import Depends, FastAPI
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Apr 02 02:48:51 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  2. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishBasicIntegTest.groovy

    import org.gradle.test.fixtures.maven.MavenLocalRepository
    import org.gradle.util.SetSystemProperties
    import org.junit.Rule
    import spock.lang.Issue
    
    /**
     * Tests “simple” maven publishing scenarios
     */
    class MavenPublishBasicIntegTest extends AbstractMavenPublishIntegTest {
    
        @Rule
        SetSystemProperties sysProp = new SetSystemProperties()
    
        MavenLocalRepository localM2Repo
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 14.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/util/validation/validation_test.go

    		}
    	}
    }
    
    func TestIsQualifiedName(t *testing.T) {
    	successCases := []string{
    		"simple",
    		"now-with-dashes",
    		"1-starts-with-num",
    		"1234",
    		"simple/simple",
    		"now-with-dashes/simple",
    		"now-with-dashes/now-with-dashes",
    		"now.with.dots/simple",
    		"now-with.dashes-and.dots/simple",
    		"1-num.2-num/3-num",
    		"1234/5678",
    		"1.2.3.4/5678",
    		"Uppercase_Is_OK_123",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 04:51:54 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  4. analysis/analysis-api-fir/tests-gen/org/jetbrains/kotlin/analysis/api/fir/test/cases/generated/cases/components/compilerFacility/FirIdeNormalAnalysisLibrarySourceModuleCompilerFacilityTestGenerated.java

        runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/multipleFiles.kt");
      }
    
      @Test
      @TestMetadata("simple.kt")
      public void testSimple() {
        runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/simple.kt");
      }
    
      @Nested
      @TestMetadata("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments")
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Apr 16 19:18:28 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  5. tests/integration/pilot/ingress_test.go

    				// Install ingress gateway chart
    				if err := h.InstallChart("helm-simple", filepath.Join(env.IstioSrc, "manifests/charts/gateway"), gatewayNs.Name(),
    					d, helmtest.Timeout); err != nil {
    					t.Fatal(err)
    				}
    				retry.UntilSuccessOrFail(t, func() error {
    					_, err := kubetest.CheckPodsAreReady(kubetest.NewPodFetch(cs, gatewayNs.Name(), "istio=helm-simple"))
    					return err
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  6. analysis/analysis-api-fir/tests-gen/org/jetbrains/kotlin/analysis/api/fir/test/cases/generated/cases/components/compilerFacility/FirIdeNormalAnalysisSourceModuleCompilerFacilityTestGenerated.java

        runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/multipleFiles.kt");
      }
    
      @Test
      @TestMetadata("simple.kt")
      public void testSimple() {
        runTest("analysis/analysis-api/testData/components/compilerFacility/compilation/simple.kt");
      }
    
      @Nested
      @TestMetadata("analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments")
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Apr 16 19:18:28 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  7. pkg/test/framework/components/echo/echotest/filters_test.go

    		AllClusters:        allClusters,
    	}}
    
    	// simple pod
    	a1 = &fakeInstance{Cluster: cls1, Namespace: echo1NS, Service: "a"}
    	a2 = &fakeInstance{Cluster: cls2, Namespace: echo1NS, Service: "a"}
    	// simple pod with different svc
    	b1 = &fakeInstance{Cluster: cls1, Namespace: echo1NS, Service: "b"}
    	b2 = &fakeInstance{Cluster: cls2, Namespace: echo1NS, Service: "b"}
    	// another simple pod with different svc
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/stablehlo/python/integration_test/quantize_model_test_base.py

          saved_model_path: str,
          bias_fn: Optional[ops.Operation] = None,
          activation_fn: Optional[ops.Operation] = None,
      ) -> module.Module:
        class MatmulModel(module.Module):
          """A simple model with a single matmul.
    
          Bias and activation function are optional.
          """
    
          def __init__(
              self,
              weight_shape: Sequence[int],
          ) -> None:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  9. pkg/volume/util/operationexecutor/operation_executor.go

    	// Creates a simple msg that is user friendly and a detailed msg that can be used in logs
    	// The msg format follows the pattern "<prefixMsg> <volume details> <suffixMsg>",
    	// where each implementation provides the volume details
    	GenerateMsg(prefixMsg, suffixMsg string) (simpleMsg, detailedMsg string)
    
    	// Creates a simple error that is user friendly and a detailed error that can be used in logs.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/reference/gradle_wrapper.adoc

    - Standardizes a project on a given Gradle version for more reliable and robust builds.
    - Provisioning the Gradle version for different users is done with a simple Wrapper definition change.
    - Provisioning the Gradle version for different execution environments (e.g., IDEs or Continuous Integration servers) is done with a simple Wrapper definition change.
    
    There are three ways to use the Wrapper:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 04 16:15:50 UTC 2024
    - 20.7K bytes
    - Viewed (0)
Back to top