Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 27 for light (0.04 sec)

  1. platforms/documentation/docs/src/docs/css/manual.css

    		margin-bottom: 0.5em;
    	}
    
    	body.toc2.toc-right {
    		padding-left: 0;
    		padding-right: 15em;
    	}
    
    	body.toc2.toc-right #toc.toc2 {
    		border-right-width: 0;
    		border-left: 1px solid #efefed;
    		left: auto;
    		right: 0;
    	}
    }
    
    @media only screen and (min-width: 1280px) {
    	body.toc2 {
    		padding-left: 20em;
    		padding-right: 0;
    	}
    
    	#toc.toc2 {
    		width: 20em;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/groovy/scripts/internal/GradleResolveVisitor.java

                return de;
            }
            Expression right = transform(de.getRightExpression());
            if (right == de.getRightExpression()) {
                fixDeclaringClass(de);
                return de;
            }
            DeclarationExpression newDeclExpr = new DeclarationExpression(left, de.getOperation(), right);
            newDeclExpr.setDeclaringClass(de.getDeclaringClass());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 67.6K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/css/javadoc.css

        border-radius:10px;
        padding:10px;
        margin-bottom:10px;
        margin-right:10px;
        display:inline-block;
    }
    .preview-block {
        font-size:1em;
        font-family:var(--block-font-family);
        border-style:solid;
        border-width:thin;
        border-radius:10px;
        padding:10px;
        margin-bottom:10px;
        margin-right:10px;
        display:inline-block;
    }
    div.block div.deprecation-comment {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    This requires testing the plugin with a supported Gradle version.
    
    If the plugin already supports a range of Gradle versions it might already have tests for multiple Gradle versions.
    In that case we recommend enabling the configuration cache starting with the Gradle version that supports it.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    It is not meant, however, to prevent you from including _vulnerable_ dependencies.
    
    Finding the right balance between security and convenience is hard but Gradle will try to let you choose the "right level" for you.
    --
    
    Dependency verification consists of two different and complementary operations:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit-icons.min.js

    y2="15"/></svg>',"arrow-left":'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" points="10 14 5 9.5 10 5"/><line fill="none" stroke="#000" x1="16" y1="9.5" x2="5" y2="9.52"/></svg>',"arrow-right":'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" points="10 5 15 9.5 10 14"/><line fill="none" stroke="#000" x1="4" y1="9.5" x2="15" y2="9.5"/></svg>',"arrow-up":'<svg width="20"...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 62.5K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    [[sub:sharing_copy_specs]]
    ==== 1. Sharing copy specs
    Consider a build with several tasks that copy a project's static website resources or add them to an archive.
    One task might copy the resources to a folder for a local HTTP server, and another might package them into a distribution.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

    === Potential breaking changes
    
     * The Java plugins now add a `__sourceSet__AnnotationProcessor` configuration for each source set, which might break if any of them match existing configurations you have. We recommend you remove your conflicting configuration declarations.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/NodeState.java

                        }
                    }
                }
                upcomingNoLongerPendingConstraints = null;
            }
            // This part covers constraint that might be triggered in the future if the node they point gains a real edge
            if (cachedFilteredDependencyStates != null && !cachedFilteredDependencyStates.isEmpty()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 58.9K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

      // ID and is therefore safe to inspect (e.g., to use in pthread_equal()). All
      // accesses to the owner_ field should be protected by a check of this field.
      // An alternative might be to memset() owner_ to all zeros, but there's no
      // guarantee that a zero'd pthread_t is necessarily invalid or even different
      // from pthread_self().
      bool has_owner_;
    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