Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 55 for setDepth (0.16 sec)

  1. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/report/HtmlPageGenerator.java

        protected int getDepth() {
            return 0;
        }
    
        protected void metaTag(Html html) {
            html.meta()
                .httpEquiv("Content-Type")
                .content("text/html; charset=utf-8");
        }
    
        protected void headSection(Html html) {
            String rootDir = getDepth() == 0 ? "" : "../";
            metaTag(html);
            html.link()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 8K bytes
    - Viewed (0)
  2. subprojects/diagnostics/src/testFixtures/groovy/org/gradle/api/reporting/model/ReportNode.groovy

        }
    
        String getType() {
            return attribute('type')
        }
    
        String getNodeValue() {
            return attribute('nodeValue')
        }
    
        Integer getDepth() {
            return depth
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 06 16:25:37 UTC 2020
    - 1.8K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/crawler/FessCrawlerThread.java

                try {
                    storeChildUrls(childUrlSet.stream().filter(rd -> StringUtil.isNotBlank(rd.getUrl())).collect(Collectors.toSet()),
                            urlQueue.getUrl(), urlQueue.getDepth() != null ? urlQueue.getDepth() + 1 : 1);
                } catch (final Throwable t) {
                    if (!ComponentUtil.available()) {
                        throw new ContainerNotAvailableException(t);
                    }
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 14.6K bytes
    - Viewed (0)
  4. maven-compat/src/main/java/org/apache/maven/artifact/resolver/ResolutionNode.java

            return parent != null && parent.parent == null;
        }
    
        public Iterator<ResolutionNode> getChildrenIterator() {
            return children.iterator();
        }
    
        public int getDepth() {
            return depth;
        }
    
        public List<ArtifactRepository> getRemoteRepositories() {
            return remoteRepositories;
        }
    
        public boolean isActive() {
            return active;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 11:28:54 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  5. subprojects/core/src/main/java/org/gradle/api/internal/project/DefaultProjectStateRegistry.java

            private final ProjectLifecycleController controller;
            private final Lazy<Integer> depth = Lazy.unsafe().of(() -> getParent() != null ? getParent().getDepth() + 1 : 0);
    
            ProjectStateImpl(
                BuildState owner,
                Path identityPath,
                Path projectPath,
                String projectName,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 21K bytes
    - Viewed (0)
  6. subprojects/core/src/main/java/org/gradle/api/internal/project/ProjectState.java

        /**
         * Returns the nesting level of a project in a multi-project hierarchy. For single project builds this is always
         * 0. In a multi-project hierarchy 0 is returned for the root project.
         */
        int getDepth();
    
        /**
         * Returns the identifier of the default component produced by this project.
         */
        ProjectComponentIdentifier getComponentIdentifier();
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Dec 20 08:25:03 UTC 2022
    - 5.3K bytes
    - Viewed (0)
  7. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/report/TestPageGenerator.java

        private final String projectName;
    
        public TestPageGenerator(String projectName) {
            this.projectName = projectName;
        }
    
        @Override
        protected int getDepth() {
            return 1;
        }
    
        @Override
        public void render(final PerformanceTestHistory testHistory, Writer writer) {
            // @formatter:off
            new MetricsHtml(writer) {{
                html();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 14K bytes
    - Viewed (0)
  8. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/support/delegates/ProjectDelegate.kt

        override fun getNormalization(): InputNormalizationHandler =
            delegate.normalization
    
        override fun setVersion(version: Any) {
            delegate.version = version
        }
    
        override fun getDepth(): Int =
            delegate.depth
    
        override fun getProviders(): ProviderFactory =
            delegate.providers
    
        override fun getSubprojects(): MutableSet<Project> =
            delegate.subprojects
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 22:16:16 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  9. maven-api-impl/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    XmlPullParserExcepti; public int getNamespaceCount(int) throws XmlPullParserExcepti; public String getNamespacePrefix(int) throws XmlPullParserExcepti; public String getNamespaceUri(int) throws XmlPullParserExcepti; public String getNamespace(String); public int getDepth(); private static int findFragment(int, char[], int, int); public String getPositionDescripti(); public int getLineNumber(); public int getColumnNumber(); public boolean isWhitespace() throws XmlPullParserExcepti; public String getText(); public...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 164.6K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    XmlPullParserExcepti; public int getNamespaceCount(int) throws XmlPullParserExcepti; public String getNamespacePrefix(int) throws XmlPullParserExcepti; public String getNamespaceUri(int) throws XmlPullParserExcepti; public String getNamespace(String); public int getDepth(); private static int findFragment(int, char[], int, int); public String getPositionDescripti(); public int getLineNumber(); public int getColumnNumber(); public boolean isWhitespace() throws XmlPullParserExcepti; public String getText(); public...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 164.6K bytes
    - Viewed (0)
Back to top