Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 341 for Ul (0.04 sec)

  1. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/events/OperationType.java

         * <ul>
         *     <li>{@link org.gradle.tooling.events.test.TestStartEvent}</li>
         *     <li>{@link org.gradle.tooling.events.test.TestFinishEvent}</li>
         * </ul>
         */
        TEST,
    
        /**
         * Flag for task operation progress events.
         *
         * <p>
         * The following events are currently issued for this operation type.
         * <ul>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  2. subprojects/core-api/src/main/java/org/gradle/api/artifacts/VersionConstraint.java

     *         <ul>
     *             <li>Will match the highest versioned module with the specified status. See {@link ComponentMetadata#getStatus()}.</li>
     *         </ul>
     *     </li>
     *     <li>A Maven SNAPSHOT version identifier: e.g. 1.0-SNAPSHOT, 1.4.9-beta1-SNAPSHOT</li>
     * </ul>
     *
     * <h4>Version ordering</h4>
     *
     * Versions have an implicit ordering. Version ordering is used to:
     * <ul>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 16 11:49:12 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/css/javadoc.css

    }
    ul.blockList li.blockList, ul.blockListLast li.blockList {
        list-style:none;
        margin-bottom:15px;
        line-height:1.4;
    }
    ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
        padding:0px 20px 5px 10px;
        border:1px solid var(--border-color);
        background-color:var(--section-background-color);
    }
    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/css/release-notes.css

    .table-of-contents a {
      color: #02303A;
    }
    
    #fixed-issues-list ul,
    .table-of-contents ul,
    .topic ul {
      list-style-type: none;
    }
    
    #fixed-issues-list li:before,
    .topic ul li:before {
      color: #02303A;
      content: '\002022';
      font: 0.9em bold sans-serif;
      margin-left: -1em;
      margin-right: 0.4em;
    }
    
    li.mainTopic :before {
      color: #02303A;
      content: '\002022';
      font: 0.9em bold sans-serif;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/main/resources/header.html

                        </ul>
                    </li>
                    <li><a href="../userguide/gradle_ides.html">Gradle in the IDE</a></li>
                    <li><a href="../userguide/continuous_builds.html">Continuous Build</a></li>
                </ul>
    
                <h3 id="authoring-gradle-builds">Authoring Gradle Builds</h3>
                <ul>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 35.6K bytes
    - Viewed (0)
  6. ci/official/utilities/generate_index_html.sh

    <li><a href="http://cs/$KOKORO_JOB_NAME">Codesearch - All references to this job</a></li>
    </ul>
    <h2>Non-Googler Links</h2>
    <ul>
    <li><a href="https://source.cloud.google.com/results/invocations/$KOKORO_BUILD_ID">ResultStore</a></li>
    </ul>
    </body></html>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Sep 29 20:26:13 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  7. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/properties/InputBehavior.java

        /**
         * Non-incremental inputs.
         *
         * <ul>
         *     <li>Any change to the property value always triggers a full rebuild of the work</li>
         *     <li>Changes for the property cannot be queried via {@link org.gradle.work.InputChanges}</li>
         * </ul>
         */
        NON_INCREMENTAL(false, false),
    
        /**
         * Incremental inputs.
         *
         * <ul>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  8. subprojects/core-api/src/main/java/org/gradle/tooling/provider/model/ParameterizedToolingModelBuilder.java

         * The parameter type must conform to the following rules:
         * <ul>
         *     <li>It must be an interface.</li>
         *     <li>It must contain only getter-like and setter-like methods.</li>
         *     <li>There must be one getter corresponding to exactly one setter, with matching value types.</li>
         * </ul>
         * <p>
         * For each getter-like method:
         * <ul>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 30 12:40:59 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  9. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/server/api/DaemonConnection.java

         *
         * The following events trigger an end of input:
         * <ul>
         * <li>A {@link org.gradle.launcher.daemon.protocol.CloseInput} event received from the client.</li>
         * <li>When the client connection disconnects unexpectedly.</li>
         * <li>When the connection is closed using {@link #stop()}.</li>
         * </ul>
         *
         * Note: the end of input may be signalled from another thread before this method returns.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 19:51:37 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/graph/Network.java

     * terms</a>):
     *
     * <ul>
     *   <li>directed graphs
     *   <li>undirected graphs
     *   <li>graphs that do/don't allow parallel edges
     *   <li>graphs that do/don't allow self-loops
     *   <li>graphs whose nodes/edges are insertion-ordered, sorted, or unordered
     *   <li>graphs whose edges are unique objects
     * </ul>
     *
     * <h3>Building a {@code Network}</h3>
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jan 22 17:29:38 UTC 2024
    - 21.1K bytes
    - Viewed (0)
Back to top