Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 301 for customear (0.15 sec)

  1. docs/lambda/README.md

    identifiable information (PII). When the same data is processed for analytics, PII should be redacted. However, if the same dataset is used for a marketing campaign, you might need to enrich the data with additional details, such as information from the customer loyalty database.
    
    MinIO's Object Lambda, enables application developers to process data retrieved from MinIO before returning it to an application. You can register a Lambda Function target on MinIO, once successfully registered it can be...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Apr 04 19:15:28 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener_test.go

    		})
    	}
    }
    
    func customTracingTags() []*tracing.CustomTag {
    	return append(slices.Clone(optionalPolicyTags),
    		&tracing.CustomTag{
    			Tag: "istio.canonical_revision",
    			Type: &tracing.CustomTag_Literal_{
    				Literal: &tracing.CustomTag_Literal{
    					Value: "latest",
    				},
    			},
    		},
    		&tracing.CustomTag{
    			Tag: "istio.canonical_service",
    			Type: &tracing.CustomTag_Literal_{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/build_cache_use_cases.adoc

    This helps to identify any possible issues with the build that may affect cacheability.
    
    If you are subject to audit requirements regarding the artifacts you ship to your customers you may need to disable the build cache for certain builds.
    Develocity may help you with fulfilling these requirements while still using the build cache for all your builds.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 6K bytes
    - Viewed (0)
  4. subprojects/core/src/integTest/groovy/org/gradle/api/DynamicObjectIntegrationTest.groovy

        def canDecorateBooleanPrimitiveProperties() {
    
            buildFile """
                class CustomBean {
                    boolean b
                }
    
                // best way to decorate right now
                extensions.create('bean', CustomBean)
    
                task run {
                    doLast {
                        assert bean.b == false
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 13:27:33 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  5. platforms/jvm/plugins-java-base/src/integTest/groovy/org/gradle/api/plugins/JavaBasePluginTest.groovy

        }
    
        def "applies mappings to custom jar tasks"() {
            when:
            project.pluginManager.apply(JavaBasePlugin)
            def task = project.task('customJar', type: Jar)
    
            then:
            TaskDependencyMatchers.dependsOn().matches(task)
            task.destinationDirectory.get().asFile == project.libsDirectory.get().asFile
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 12:15:28 UTC 2023
    - 16.4K bytes
    - Viewed (0)
  6. platforms/core-runtime/wrapper-main/src/executable/resources/META-INF/LICENSE

       6. Trademarks. This License does not grant permission to use the trade
          names, trademarks, service marks, or product names of the Licensor,
          except as required for reasonable and customary use in describing the
          origin of the Work and reproducing the content of the NOTICE file.
    
       7. Disclaimer of Warranty. Unless required by applicable law or
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 05:54:32 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  7. licenses/github.com/spf13/cobra/LICENSE.txt

       6. Trademarks. This License does not grant permission to use the trade
          names, trademarks, service marks, or product names of the Licensor,
          except as required for reasonable and customary use in describing the
          origin of the Work and reproducing the content of the NOTICE file.
    
       7. Disclaimer of Warranty. Unless required by applicable law or
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Oct 26 02:47:39 UTC 2019
    - 9.9K bytes
    - Viewed (0)
  8. pkg/config/analysis/README.md

    ```sh
    make istioctl && $GOPATH/out/linux_amd64/release/istioctl analyze
    ```
    
    ### 7. Write a user-facing documentation page
    
    Each analysis message needs to be documented for customers. This is done by introducing a markdown file for
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  9. licenses/github.com/openshift/api/LICENSE

       6. Trademarks. This License does not grant permission to use the trade
          names, trademarks, service marks, or product names of the Licensor,
          except as required for reasonable and customary use in describing the
          origin of the Work and reproducing the content of the NOTICE file.
    
       7. Disclaimer of Warranty. Unless required by applicable law or
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 16 06:16:35 UTC 2020
    - 10.5K bytes
    - Viewed (0)
  10. licenses/github.com/vishvananda/netlink/LICENSE

       6. Trademarks. This License does not grant permission to use the trade
          names, trademarks, service marks, or product names of the Licensor,
          except as required for reasonable and customary use in describing the
          origin of the Work and reproducing the content of the NOTICE file.
    
       7. Disclaimer of Warranty. Unless required by applicable law or
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 28 00:29:20 UTC 2021
    - 10.5K bytes
    - Viewed (0)
Back to top