Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for scriptDsl (0.15 sec)

  1. src/cmd/go/alldocs.go

    // See https://golang.org/ref/mod#version-queries for more about version queries.
    //
    // # Edit go.mod from tools or scripts
    //
    // Usage:
    //
    //	go mod edit [editing flags] [-fmt|-print|-json] [go.mod]
    //
    // Edit provides a command-line interface for editing go.mod,
    // for use primarily by tools or scripts. It reads only go.mod;
    // it does not look up information about the modules involved.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

                project. This directory is meant to be different from the sourceDirectory, in that its
                contents will be copied to the output directory in most cases (since scripts are
                interpreted rather than compiled).
                The default value is {@code src/main/scripts}.
              </description>
              <type>String</type>
            </field>
            <field>
              <name>testSourceDirectory</name>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  3. cluster/gce/gci/configure-helper.sh

        echo "Mounting /var/lib/kubelet/pki on tmpfs"
        mount -t tmpfs tmpfs /var/lib/kubelet/pki
    }
    
    # Override for GKE custom master setup scripts (no-op outside of GKE).
    function gke-master-start {
      if [[ -e "${KUBE_HOME}/bin/gke-internal-configure-helper.sh" ]]; then
        echo "Running GKE internal configuration script"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
Back to top