Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 269 for ext2 (0.06 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/moduleconverter/dependencies/AbstractDependencyDescriptorFactoryInternalSpec.groovy

        static final TEST_IVY_EXCLUDE_RULE = getTestExcludeRule()
    
        static final ARTIFACT = new DefaultDependencyArtifact("name", "type", "classifier", "ext", null)
        static final ARTIFACT_WITH_CLASSIFIERS = new DefaultDependencyArtifact("name2", "type2", "ext2", "classifier2", "http://www.url2.com")
    
        def excludeRuleConverterStub = Mock(ExcludeRuleConverter)
    
        def setup() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Feb 27 19:31:08 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/configurations/DefaultConfigurationSpec.groovy

            configuration.exclude([group: "value"])
            configuration.exclude([group: "value2"])
            configuration.artifacts.add(artifact("name1", "ext1", "type1", "classifier1"))
            configuration.artifacts.add(artifact("name2", "ext2", "type2", "classifier2"))
    
            if (configuration.roleAtCreation.declarable) {
                configuration.dependencies.add(dependency("group1", "name1", "version1"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:30:13 UTC 2024
    - 64.8K bytes
    - Viewed (0)
  3. releasenotes/notes/35480-ext-authz.yaml

    releaseNotes:
      - |
        **Fixed** a copule of issues in the ext-authz filter affecting the behavior of the gRPC check response API. Please
        see the [Envoy release note](https://www.envoyproxy.io/docs/envoy/latest/version_history/v1.20.0#bug-fixes) for more
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Nov 02 22:38:15 UTC 2021
    - 520 bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	Sample             uint64
    	Sample_type        uint64
    	Read_format        uint64
    	Bits               uint64
    	Wakeup             uint32
    	Bp_type            uint32
    	Ext1               uint64
    	Ext2               uint64
    	Branch_sample_type uint64
    	Sample_regs_user   uint64
    	Sample_stack_user  uint32
    	Clockid            int32
    	Sample_regs_intr   uint64
    	Aux_watermark      uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  5. platforms/core-execution/file-watching/src/main/java/org/gradle/internal/watch/vfs/impl/DefaultWatchableFileSystemDetector.java

        private static final ImmutableSet<String> SUPPORTED_FILE_SYSTEM_TYPES = ImmutableSet.of(
            // APFS on macOS
            "apfs",
            // HFS and HFS+ on macOS
            "hfs",
            "ext3",
            "ext4",
            "btrfs",
            "xfs",
            // NTFS on macOS
            "ntfs",
            // NTFS on Windows
            "NTFS",
            // FAT32 on macOS
            "msdos",
            // exFAT on macOS
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:38:01 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  6. src/go/doc/comment/testdata/text2.txt

    Russ Cox <******@****.***> 1648990796 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:31:41 UTC 2022
    - 937 bytes
    - Viewed (0)
  7. src/cmd/cgo/internal/testshared/testdata/exe2/exe2.go

    Austin Clements <******@****.***> 1683216807 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 111 bytes
    - Viewed (0)
  8. src/os/exec/lp_windows.go

    		path = "." + string(filepath.Separator) + path
    	}
    	exts := pathExt()
    	if ext := filepath.Ext(path); ext != "" {
    		for _, e := range exts {
    			if strings.EqualFold(ext, e) {
    				// Assume that path has already been resolved.
    				return path, nil
    			}
    		}
    	}
    	if dir == "" {
    		return lookPath(path, exts)
    	}
    	if filepath.VolumeName(path) != "" {
    		return lookPath(path, exts)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 21:33:12 UTC 2024
    - 6K bytes
    - Viewed (0)
  9. fess-crawler-lasta/src/test/resources/test/text2.txt

    Shinsuke Sugaya <******@****.***> 1444529815 +0900
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 6 bytes
    - Viewed (0)
  10. fess-crawler/src/test/resources/test/text2.txt

    Shinsuke Sugaya <******@****.***> 1444529815 +0900
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 6 bytes
    - Viewed (0)
Back to top