Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,044 for BHelper (0.09 sec)

  1. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/compile/AggregatingIncrementalAnnotationProcessingIntegrationTest.groovy

            when:
            java "@Bean class B {}"
            run "compileJava"
    
            then:
            outputs.recompiledFiles("B", "BHelper", "ServiceRegistry", "ServiceRegistryResource.txt")
            serviceRegistryReferences("AHelper", "BHelper")
    
            where:
            generateClass | label
            false         | "generate source files"
            true          | "generate class files"
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 29 15:12:07 UTC 2023
    - 18.5K bytes
    - Viewed (0)
  2. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/compile/IsolatingIncrementalAnnotationProcessingIntegrationTest.groovy

            given:
            def a = java "@Helper class A {}"
            java """class Dependent {
                private AHelper helper = new AHelper();
            }"""
    
    
            outputs.snapshot { run "compileJava" }
    
            when:
            a.text = "@Helper class A { public void foo() {} }"
            run "compileJava"
    
            then:
            outputs.recompiledFiles("A", "AHelper", "AHelperResource.txt", "Dependent")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/multiproject/basic-dependencies/kotlin/shared/src/main/java/org/gradle/sample/shared/Helper.java

    package org.gradle.sample.shared;
    
    public class Helper {
        public static String prettyPrint(String text) {
           return "*** " + text + " ***";
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:29:44 UTC 2024
    - 156 bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/multiproject/dependencies-java/kotlin/shared/src/main/java/org/gradle/sample/shared/Helper.java

    package org.gradle.sample.shared;
    
    public class Helper {
        public static String prettyPrint(String text) {
           return "*** " + text + " ***";
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 156 bytes
    - Viewed (0)
  5. src/text/template/helper.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Helper functions to make constructing templates easier.
    
    package template
    
    import (
    	"fmt"
    	"io/fs"
    	"os"
    	"path"
    	"path/filepath"
    )
    
    // Functions and methods to parse templates.
    
    // Must is a helper that wraps a call to a function returning ([*Template], error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 21:54:08 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/multiproject/basic-dependencies/groovy/shared/src/main/java/org/gradle/sample/shared/Helper.java

    package org.gradle.sample.shared;
    
    public class Helper {
        public static String prettyPrint(String text) {
           return "*** " + text + " ***";
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:29:44 UTC 2024
    - 156 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/multiproject/dependencies-java/groovy/shared/src/main/java/org/gradle/sample/shared/Helper.java

    package org.gradle.sample.shared;
    
    public class Helper {
        public static String prettyPrint(String text) {
           return "*** " + text + " ***";
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 156 bytes
    - Viewed (0)
  8. cluster/gce/gci/configure-helper.sh

      echo -n "${out}" | xxd -r -p | base64 -w 0
    }
    
    # Helper for configuring iptables rules for metadata server.
    #
    # $1 is the command flag (-I or -D).
    # $2 is the firewall action (LOG or REJECT).
    # $3 is the prefix for log output.
    # $4 is "!" to optionally invert the uid range.
    function gce-metadata-fw-helper {
      local -r command="$1"
      local action="$2"
      local -r prefix="$3"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  9. pkg/config/analysis/diag/helper.go

    Xiaopeng Han <******@****.***> 1712046726 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  10. pkg/kubelet/stats/helper.go

    Itamar Holder <******@****.***> 1687860614 +0300
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 17 23:40:02 UTC 2023
    - 14.8K bytes
    - Viewed (0)
Back to top