Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for hierarchy (0.26 sec)

  1. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    In other words, you can use a file tree wherever a file collection is required, but remember that a file collection is a flat list/set of files, while a file tree is a file and directory hierarchy.
    To convert a file tree to a flat collection, use the link:{javadocPath}/org/gradle/api/file/FileTree.html#getFiles--[FileTree.getFiles()] property.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/css/javadoc.css

        color:var(--block-text-color);
    }
    .deprecated-label, .description-from-type-label, .implementation-label, .member-name-link,
    .module-label-in-package, .module-label-in-type, .package-label-in-type,
    .package-hierarchy-label, .type-name-label, .type-name-link, .search-tag-link, .preview-label {
        font-weight:bold;
    }
    .deprecation-comment, .help-footnote, .preview-comment {
        font-style:italic;
    }
    .deprecation-block {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  3. subprojects/core/src/main/java/org/gradle/groovy/scripts/internal/GradleResolveVisitor.java

            // and there is a nested class A$X. we want to be able
            // to access that class directly, so A becomes a valid
            // name in X.
            // GROOVY-4043: Do this check up the hierarchy, if needed
            Map<String, ClassNode> classHierarchy = new LinkedHashMap<String, ClassNode>();
            ClassNode val;
            for (ClassNode classToCheck = currentClass;
                /*
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 67.6K bytes
    - Viewed (0)
  4. cmd/xl-storage_test.go

    		expectedBuf []byte
    		expectedErr error
    	}{
    		// Successful read at offset 0 and proper buffer size. - 1
    		{
    			volume, "myobject", 0, 5,
    			[]byte("hello"), nil,
    		},
    		// Success read at hierarchy. - 2
    		{
    			volume, "path/to/my/object", 0, 5,
    			[]byte("hello"), nil,
    		},
    		// Object is a directory. - 3
    		{
    			volume, "object-as-dir",
    			0, 5, nil, errIsNotRegular,
    		},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Apr 11 17:45:28 UTC 2024
    - 66.7K bytes
    - Viewed (0)
  5. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

                          << gtest_error
    
    // INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE.
    //
    // Use ImplicitCast_ as a safe version of static_cast for upcasting in
    // the type hierarchy (e.g. casting a Foo* to a SuperclassOfFoo* or a
    // const Foo*).  When you use ImplicitCast_, the compiler checks that
    // the cast is safe.  Such explicit ImplicitCast_s are necessary in
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

                          << gtest_error
    
    // INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE.
    //
    // Use ImplicitCast_ as a safe version of static_cast for upcasting in
    // the type hierarchy (e.g. casting a Foo* to a SuperclassOfFoo* or a
    // const Foo*).  When you use ImplicitCast_, the compiler checks that
    // the cast is safe.  Such explicit ImplicitCast_s are necessary in
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
Back to top