Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for getHtml (0.21 seconds)

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/precommit/CheckstylePrecommitPlugin.java

            project.getTasks().withType(Checkstyle.class).configureEach(t -> {
                t.dependsOn(copyCheckstyleConf);
                t.reports(r -> r.getHtml().getRequired().set(false));
            });
    
            return checkstyleTask;
        }
    
        private static URI getBuildSrcCodeSource() {
            try {
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Jun 17 08:59:22 GMT 2021
    - 5.5K bytes
    - Click Count (0)
  2. src/main/java/jcifs/internal/dfs/Referral.java

            return this.altPath;
        }
    
        /**
         * Gets the time-to-live value for this referral in seconds.
         *
         * @return the ttl
         */
        public final int getTtl() {
            return this.ttl;
        }
    
        /**
         * Gets the referral path.
         *
         * @return the rpath
         */
        public final String getRpath() {
            return this.rpath;
        }
    
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 7.1K bytes
    - Click Count (0)
Back to Top