Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for cert (0.12 sec)

  1. build-logic/documentation/src/test/groovy/gradlebuild/docs/dsl/docbook/ClassDocRendererTest.groovy

            </segmentedlist>
            <segmentedlist>
                <segtitle>Known Subtypes</segtitle>
                <seglistitem>
                    <seg>
                        <simplelist columns="3" type="vert">
                            <member>
                                <apilink class="org.gradle.Subtype1"/>
                            </member>
                            <member>
    Groovy
    - Registered: Wed Apr 17 11:36:08 GMT 2024
    - Last Modified: Wed Dec 09 08:14:05 GMT 2020
    - 40.8K bytes
    - Viewed (0)
  2. build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/ClassDescriptionRenderer.java

                    // in a single column
                    columns = 1;
                }
                simplelist.setAttribute("columns", String.valueOf(columns));
                simplelist.setAttribute("type", "vert");
                for (ClassDoc subClass : classDoc.getSubClasses()) {
                    Element member = document.createElement("member");
                    Element apilink = document.createElement("apilink");
    Java
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Wed Dec 09 08:14:05 GMT 2020
    - 4.1K bytes
    - Viewed (0)
  3. LICENSE

        Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software
        and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and
        that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the
    Plain Text
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Tue Jan 23 11:07:23 GMT 2024
    - 23.1K bytes
    - Viewed (0)
Back to top