Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for scriptDsl (0.17 sec)

  1. CHANGELOG/CHANGELOG-1.5.md

    can now be deployed using the `federation/deploy/deploy.sh` script. This script does not depend on any of the development environment shell library/scripts. This is an alternative to the current `federation-up.sh`/`federation-down.sh` scripts. Both the scripts are going to co-exist in this release, but the `federation-up.sh`/`federation-down.sh` scripts might be removed in a future release in favor of `federation/deploy/deploy.sh` script. ([#30744](https://github.com/kubernetes/kubernetes/pull/30744),...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  2. 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)
  3. CHANGELOG/CHANGELOG-1.4.md

    can now be deployed using the `federation/deploy/deploy.sh` script. This script does not depend on any of the development environment shell library/scripts. This is an alternative to the current `federation-up.sh`/`federation-down.sh` scripts. Both the scripts are going to co-exist in this release, but the `federation-up.sh`/`federation-down.sh` scripts might be removed in a future release in favor of `federation/deploy/deploy.sh` script. ([#30744](https://github.com/kubernetes/kubernetes/pull/30744),...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  4. 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)
  5. src/internal/trace/traceviewer/static/webcomponents.min.js

    olean(window.ShadowDOMPolyfill),h=function(e){return p?window.ShadowDOMPolyfill.wrapIfNeeded(e):e},f=h(document),m={get:function(){var e=window.HTMLImports.currentScript||document.currentScript||("complete"!==document.readyState?document.scripts[document.scripts.length-1]:null);return h(e)},configurable:!0};Object.defineProperty(document,"_currentScript",m),Object.defineProperty(f,"_currentScript",m);var w=/Trident/.test(navigator.userAgent),v=w?"complete":"interactive",g="readystatechange";d&&(new...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 115.6K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    }
    
    type likelyScriptRegion struct {
    	region uint16
    	script uint16
    	flags  uint8
    }
    
    // likelyLang is a lookup table, indexed by langID, for the most likely
    // scripts and regions given incomplete information. If more entries exist for a
    // given language, region and script are the index and size respectively
    // of the list in likelyLangList.
    // Size: 7980 bytes, 1330 elements
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
  7. src/unicode/tables.go

    	Zp     = _Zp // Zp is the set of Unicode characters in category Zp (Separator, paragraph).
    	Zs     = _Zs // Zs is the set of Unicode characters in category Zs (Separator, space).
    )
    
    // Scripts is the set of Unicode script tables.
    var Scripts = map[string]*RangeTable{
    	"Adlam":                  Adlam,
    	"Ahom":                   Ahom,
    	"Anatolian_Hieroglyphs":  Anatolian_Hieroglyphs,
    	"Arabic":                 Arabic,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 205.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "description": "Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts."
            }
          },
          "required": [
            "driver"
          ],
          "type": "object"
        },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Parameters */
        public static final String LABELS_HANDLER_PARAMETER = "{labels.handlerParameter}";
    
        /** The key of the message: Scripts */
        public static final String LABELS_HANDLER_SCRIPT = "{labels.handlerScript}";
    
        /** The key of the message: Popular words */
        public static final String LABELS_POPULAR_WORD = "{labels.popularWord}";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  10. 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