Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 92 for elsif (0.8 sec)

  1. hack/lib/version.sh

            # shellcheck disable=SC2001
            # We have distance to subversion (v1.1.0-subversion-1-gCommitHash)
            KUBE_GIT_VERSION=$(echo "${KUBE_GIT_VERSION}" | sed "s/-\([0-9]\{1,\}\)-g\([0-9a-f]\{14\}\)$/.\1\+\2/")
          elif [[ "${DASHES_IN_VERSION}" == "--" ]] ; then
            # shellcheck disable=SC2001
            # We have distance to base tag (v1.1.0-1-gCommitHash)
            KUBE_GIT_VERSION=$(echo "${KUBE_GIT_VERSION}" | sed "s/-g\([0-9a-f]\{14\}\)$/+\1/")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 08:22:09 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  2. hack/boilerplate/boilerplate.py

        else:
            ref = refs[basename]
    
        # remove extra content from the top of files
        if extension in ("go", "generatego"):
            data, found = regexs["go_build_constraints"].subn("", data, 1)
        elif extension in ["sh", "py"]:
            data, found = regexs["shebang"].subn("", data, 1)
    
        data = data.splitlines()
    
        # if our test file is smaller than the reference it surely fails!
        if len(ref) > len(data):
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:51 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  3. tensorflow/api_template.__init__.py

    _API_MODULE = _sys.modules[__name__].bitwise
    _tf_api_dir = _os.path.dirname(_os.path.dirname(_API_MODULE.__file__))
    _current_module = _sys.modules[__name__]
    
    if not hasattr(_current_module, "__path__"):
      __path__ = [_tf_api_dir]
    elif _tf_api_dir not in __path__:
      __path__.append(_tf_api_dir)
    
    # Hook external TensorFlow modules.
    
    # Load tensorflow-io-gcs-filesystem if enabled
    if (_os.getenv("TF_USE_MODULAR_FILESYSTEM", "0") == "true" or
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 06:27:59 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  4. platforms/ide/tooling-api-builders/src/main/java/org/gradle/tooling/internal/provider/runner/ProblemsProgressEventConsumer.java

                } else if (location instanceof FileLocation) { // generic class must be after the subclasses in the if-elseif chain.
                    FileLocation fileLocation = (FileLocation) location;
                    return new org.gradle.internal.build.event.types.DefaultFileLocation(fileLocation.getPath());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 12K bytes
    - Viewed (0)
  5. fastapi/_compat.py

                    new_errors = ValidationError(  # type: ignore[call-arg]
                        errors=[error], model=RequestErrorModel
                    ).errors()
                    use_errors.extend(new_errors)
                elif isinstance(error, list):
                    use_errors.extend(_normalize_errors(error))
                else:
                    use_errors.append(error)
            return use_errors
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  6. tensorflow/api_template_v1.__init__.py

    _current_module = _sys.modules[__name__]
    _tf_api_dir = _os.path.dirname(_os.path.dirname(_API_MODULE.__file__))
    if not hasattr(_current_module, "__path__"):
      __path__ = [_tf_api_dir]
    elif _tf_api_dir not in __path__:
      __path__.append(_tf_api_dir)
    
    # Hook external TensorFlow modules.
    # Import compat before trying to import summary from tensorboard, so that
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 02:14:00 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  7. prow/lib.sh

      echo "'${1}': $elapsed" >> "${ARTIFACTS}/trace.yaml"
      { set -x; } 2>/dev/null
    }
    
    function setup_gcloud_credentials() {
      if [[ $(command -v gcloud) ]]; then
        gcloud auth configure-docker us-docker.pkg.dev -q
      elif [[ $(command -v docker-credential-gcr) ]]; then
        docker-credential-gcr configure-docker --registries=-us-docker.pkg.dev
      else
        echo "No credential helpers found, push to docker may not function properly"
      fi
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 12:26:52 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  8. hack/ginkgo-e2e.sh

    case "${E2E_TEST_DEBUG_TOOL:-ginkgo}" in
      ginkgo)
        program=("${ginkgo}")
        if [[ -n "${GINKGO_PARALLEL_NODES:-}" ]]; then
          program+=("--nodes=${GINKGO_PARALLEL_NODES}")
        elif [[ ${GINKGO_PARALLEL} =~ ^[yY]$ ]]; then
          program+=("--nodes=25")
        fi
        program+=("${ginkgo_args[@]:+${ginkgo_args[@]}}")
        ;;
      delve) program=("dlv" "exec") ;;
      gdb) program=("gdb") ;;
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 13:25:50 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  9. hack/verify-golangci-lint.sh

        echo ' (if your reviewer is okay with it).'
        if [ "$strict" ]; then
            echo
            echo 'golangci-strict.yaml was used as configuration. Warnings must be fixed in'
            echo 'new or modified code.'
        elif [ "$hints" ]; then
            echo
            echo 'golangci-hints.yaml was used as configuration. Some of the reported issues may'
            echo 'have to be fixed while others can be ignored, depending on the circumstances'
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 22:40:10 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  10. hack/lib/golang.sh

        kube::util::read-array KUBE_CLIENT_PLATFORMS < <(kube::golang::dups \
            "${platforms[@]}" \
            "${KUBE_SUPPORTED_CLIENT_PLATFORMS[@]}" \
          )
        readonly KUBE_CLIENT_PLATFORMS
    
      elif [[ "${KUBE_FASTBUILD:-}" == "true" ]]; then
        host_arch=$(kube::util::host_arch)
        if [[ "${host_arch}" != "amd64" && "${host_arch}" != "arm64" && "${host_arch}" != "ppc64le" && "${host_arch}" != "s390x" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 32.8K bytes
    - Viewed (0)
Back to top