Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 134 for promise (0.16 sec)

  1. manifests/charts/istio-operator/files/profile-openshift-ambient.yaml

    Jonh Wendell <******@****.***> 1714785477 -0400
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Sat May 04 01:17:57 GMT 2024
    - 955 bytes
    - Viewed (0)
  2. schema/relationship_test.go

    		References: []Reference{
    			{"ID", "User", "UserReferID", "user_profile", "", true},
    			{"ID", "Profile", "ProfileRefer", "user_profile", "", false},
    		},
    	})
    }
    
    func TestBuildReadonlyMany2ManyRelation(t *testing.T) {
    	type Profile struct {
    		gorm.Model
    		Name      string
    		UserRefer uint
    	}
    
    	type User struct {
    		gorm.Model
    Go
    - Registered: Sun May 05 09:35:13 GMT 2024
    - Last Modified: Mon Apr 15 03:20:20 GMT 2024
    - 25.5K bytes
    - Viewed (0)
  3. manifests/charts/gateways/istio-egress/files/profile-openshift-ambient.yaml

    Jonh Wendell <******@****.***> 1714785477 -0400
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Sat May 04 01:17:57 GMT 2024
    - 955 bytes
    - Viewed (0)
  4. manifests/charts/istio-cni/files/profile-openshift-ambient.yaml

    Jonh Wendell <******@****.***> 1714785477 -0400
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Sat May 04 01:17:57 GMT 2024
    - 955 bytes
    - Viewed (0)
  5. docs/en/docs/advanced/behind-a-proxy.md

    ```JSON
    {
        "message": "Hello World",
        "root_path": "/api/v1"
    }
    ```
    
    ### Setting the `root_path` in the FastAPI app
    
    Alternatively, if you don't have a way to provide a command line option like `--root-path` or equivalent, you can set the `root_path` parameter when creating your FastAPI app:
    
    ```Python hl_lines="3"
    {!../../../docs_src/behind_a_proxy/tutorial002.py!}
    ```
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu May 02 22:37:31 GMT 2024
    - 11.6K bytes
    - Viewed (2)
  6. manifests/charts/istio-control/istio-discovery/values.yaml

        traceSampling: 1.0
    
        # Resources for a small pilot install
        resources:
          requests:
            cpu: 500m
            memory: 2048Mi
    
        # Set to `type: RuntimeDefault` to use the default profile if available.
        seccompProfile: {}
    
        # Whether to use an existing CNI installation
        cni:
          enabled: false
          provider: default
    
        # Additional container arguments
        extraContainerArgs: []
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 22:00:40 GMT 2024
    - 20.3K bytes
    - Viewed (0)
  7. manifests/charts/istiod-remote/values.yaml

        image: pilot
        traceSampling: 1.0
        # Resources for a small pilot install
        resources:
          requests:
            cpu: 500m
            memory: 2048Mi
        # Set to `type: RuntimeDefault` to use the default profile if available.
        seccompProfile: {}
        # Whether to use an existing CNI installation
        cni:
          enabled: false
          provider: default
        # Additional container arguments
        extraContainerArgs: []
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 22:00:40 GMT 2024
    - 20.2K bytes
    - Viewed (0)
  8. maven-compat/src/test/java/org/apache/maven/profiles/manager/DefaultProfileManagerTest.java

        @Test
        void testShouldActivateDefaultProfile() throws Exception {
            Profile notActivated = new Profile();
            notActivated.setId("notActivated");
    
            Activation nonActivation = new Activation();
    
            nonActivation.setJdk("19.2");
    
            notActivated.setActivation(nonActivation);
    
            Profile defaultActivated = new Profile();
            defaultActivated.setId("defaultActivated");
    
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Apr 25 05:46:50 GMT 2024
    - 7.3K bytes
    - Viewed (0)
  9. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelBuilder.java

                    .collect(Collectors.toMap(Profile::getId, Profile::getActivation));
        }
    
        private Model injectProfileActivations(Model model, Map<String, Activation> activations) {
            List<Profile> profiles = new ArrayList<>();
            boolean modified = false;
            for (Profile profile : model.getProfiles()) {
                Activation activation = profile.getActivation();
                if (activation != null) {
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Fri May 03 08:48:38 GMT 2024
    - 61.5K bytes
    - Viewed (0)
  10. manifests/charts/default/files/profile-openshift-ambient.yaml

    Jonh Wendell <******@****.***> 1714785477 -0400
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Sat May 04 01:17:57 GMT 2024
    - 955 bytes
    - Viewed (0)
Back to top