Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 327 for extensions (0.22 sec)

  1. .teamcity/.mvn/extensions.xml

      ~ See the License for the specific language governing permissions and
      ~ limitations under the License.
      -->
    
    <extensions>
      <extension>
        <groupId>com.gradle</groupId>
        <artifactId>develocity-maven-extension</artifactId>
        <version>1.22.2</version>
      </extension>
    Registered: Wed Oct 30 11:36:09 UTC 2024
    - Last Modified: Wed Oct 16 09:50:46 UTC 2024
    - 811 bytes
    - Viewed (0)
  2. build-logic/binary-compatibility/src/main/kotlin/gradlebuild/binarycompatibility/extensions.kt

    Jendrik Johannes <******@****.***> 1607501645 +0100
    Registered: Wed Oct 30 11:36:09 UTC 2024
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 764 bytes
    - Viewed (1)
  3. .teamcity/src/main/kotlin/common/extensions.kt

    Bo Zhang <******@****.***> 1728530726 +0800
    Registered: Wed Oct 30 11:36:09 UTC 2024
    - Last Modified: Thu Oct 10 03:25:26 UTC 2024
    - 13.2K bytes
    - Viewed (1)
  4. build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/repositories-extensions.kt

    Paul Merlin <******@****.***> 1696084337 +0200
    Registered: Wed Oct 30 11:36:09 UTC 2024
    - Last Modified: Sat Sep 30 16:17:28 UTC 2023
    - 1K bytes
    - Viewed (0)
  5. .teamcity/src/main/kotlin/model/bucket-extensions.kt

    Bo Zhang <******@****.***> 1668662264 +0800
    Registered: Wed Oct 30 11:36:09 UTC 2024
    - Last Modified: Thu Nov 17 05:17:44 UTC 2022
    - 4K bytes
    - Viewed (0)
  6. .teamcity/src/main/kotlin/common/performance-test-extensions.kt

    Bo Zhang <******@****.***> 1716961791 +0800
    Registered: Wed Oct 30 11:36:09 UTC 2024
    - Last Modified: Mon Jun 03 03:39:03 UTC 2024
    - 3.8K bytes
    - Viewed (1)
  7. internal/config/compress/compress.go

    		}
    		cfg.Extensions = extensions
    	}
    
    	if compressExtensionsLegacy != "" {
    		extensions, err := parseCompressIncludes(compressExtensions)
    		if err != nil {
    			return cfg, fmt.Errorf("%s: Invalid MINIO_COMPRESS_EXTENSIONS value (`%s`)", err, extensions)
    		}
    		cfg.Extensions = extensions
    	}
    
    	if compressMimeTypes != "" {
    Registered: Sun Oct 27 19:28:09 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 5K bytes
    - Viewed (0)
  8. docs/compression/README.md

    Config `compress` settings take extensions and mime-types to be compressed.
    
    ```bash
    ~ mc admin config get myminio compression
    compression extensions=".txt,.log,.csv,.json,.tar,.xml,.bin" mime_types="text/*,application/json,application/xml"
    ```
    
    Default config includes most common highly compressible content extensions and mime-types.
    
    ```bash
    Registered: Sun Oct 27 19:28:09 UTC 2024
    - Last Modified: Mon Mar 11 11:55:34 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  9. build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/AssembleDslDocTask.groovy

                        throw new RuntimeException("No targetClass specified for extension provided by plugin '$pluginId'.")
                    }
                    def extension = extensions[targetClass]
                    if (!extension) {
                        extension = new gradlebuild.docs.dsl.docbook.model.ClassExtensionMetaData(targetClass)
                        extensions[targetClass] = extension
                    }
                    def mixinClass = e.'@mixinClass'
    Registered: Wed Oct 30 11:36:09 UTC 2024
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 9.8K bytes
    - Viewed (0)
  10. istioctl/pkg/authz/testdata/configdump.yaml

                  "typed_config": {
                   "@type": "type.googleapis.com/envoy.extensions.filters.http.fault.v3.HTTPFault"
                  }
                 },
                 {
                  "name": "envoy.filters.http.cors",
                  "typed_config": {
                   "@type": "type.googleapis.com/envoy.extensions.filters.http.cors.v3.Cors"
                  }
                 },
                 {
    Registered: Wed Oct 30 22:53:10 UTC 2024
    - Last Modified: Wed Jun 21 14:20:23 UTC 2023
    - 206.7K bytes
    - Viewed (1)
Back to top