Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 1,385 for bghelper (0.28 sec)

  1. 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)
  2. cluster/gce/gci/master-helper.sh

    # See the License for the specific language governing permissions and
    # limitations under the License.
    
    # A library of helper functions and constant for GCI distro
    source "${KUBE_ROOT}/cluster/gce/gci/helper.sh"
    
    # create-master-instance creates the master instance. If called with
    # an argument, the argument is used as the name to a reserved IP
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 17 19:00:22 UTC 2022
    - 8.7K bytes
    - Viewed (0)
  3. cluster/gce/windows/node-helper.sh

    # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    # See the License for the specific language governing permissions and
    # limitations under the License.
    
    # A library of helper functions and constants for Windows nodes.
    
    function get-windows-node-instance-metadata-from-file {
      local metadata=""
      metadata+="cluster-name=${KUBE_TEMP}/cluster-name.txt,"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 03 10:20:06 UTC 2019
    - 2.6K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. pkg/test/loadbalancersim/network/helper.go

    Nathan Mittler <******@****.***> 1643912365 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 03 18:19:25 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  7. pilot/pkg/model/kstatus/helper.go

    John Howard <******@****.***> 1684949801 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 24 17:36:41 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  8. pilot/pkg/model/status/helper.go

    yeedove <******@****.***> 1687359970 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 21 15:06:10 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/conversion/helper.go

    21kyu <******@****.***> 1656174223 +0900
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 25 16:23:43 UTC 2022
    - 1.2K 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