Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 7,381 for _get (0.05 sec)

  1. .github/workflows/multipart/migrate.sh

    	done
    
    	docker system prune -f || true
    	docker volume prune -f || true
    	docker volume rm $(docker volume ls -q -f dangling=true) || true
    }
    
    cleanup
    
    if [ ! -f ./mc ]; then
    	wget --quiet -O mc https://dl.minio.io/client/mc/release/linux-amd64/mc &&
    		chmod +x mc
    fi
    
    export RELEASE=RELEASE.2023-08-29T23-07-35Z
    
    docker-compose -f docker-compose-site1.yaml up -d
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon May 27 19:17:46 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewriteRISCV64latelower.go

    // Code generated from _gen/RISCV64latelower.rules using 'go generate'; DO NOT EDIT.
    
    package ssa
    
    func rewriteValueRISCV64latelower(v *Value) bool {
    	switch v.Op {
    	case OpRISCV64SLLI:
    		return rewriteValueRISCV64latelower_OpRISCV64SLLI(v)
    	case OpRISCV64SRAI:
    		return rewriteValueRISCV64latelower_OpRISCV64SRAI(v)
    	case OpRISCV64SRLI:
    		return rewriteValueRISCV64latelower_OpRISCV64SRLI(v)
    	}
    	return false
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 19 22:42:34 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  3. buildscripts/verify-build.sh

    	## version is purposefully set to '3' for minio to migrate configuration file
    	echo '{"version": "3", "credential": {"accessKey": "minio", "secretKey": "minio123"}, "region": "us-east-1"}' >"$MINIO_CONFIG_DIR/config.json"
    
    	if ! wget -q -O "$FUNCTIONAL_TESTS" https://raw.githubusercontent.com/minio/mc/master/functional-tests.sh; then
    		echo "failed to download https://raw.githubusercontent.com/minio/mc/master/functional-tests.sh"
    		exit 1
    	fi
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 19:28:51 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  4. src/main/resources/fess_indices/fess/doc.json

              "match": "*_es",
              "mapping": {
                "type": "text",
                "analyzer": "spanish_analyzer"
              }
            }
          },
          {
            "lang_et": {
              "match": "*_et",
              "mapping": {
                "type": "text",
                "analyzer": "empty_analyzer"
              }
            }
          },
          {
            "lang_eu": {
              "match": "*_eu",
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Tue Aug 15 11:50:35 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  5. hack/grab-profiles.sh

          ;;
        scheduler)
          path="${SCHEDULER_PPROF_PATH_PREFIX}-${server_addr}:${scheduler_port}"
          binary=${scheduler_binary}
          ;;
        heapster)
          rm heapster
          wget https://github.com/kubernetes/heapster/releases/download/${HEAPSTER_VERSION}/heapster
          kube::util::trap_add 'rm -f heapster' EXIT
          kube::util::trap_add 'rm -f heapster' SIGTERM
          binary=heapster
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 17 06:47:05 UTC 2021
    - 8.4K bytes
    - Viewed (0)
  6. prow/lib.sh

      fi
    
      # https://docs.tilt.dev/choosing_clusters.html#discovering-the-registry
      for cluster in $(kind get clusters); do
        # TODO get context/config from existing variables
        kind export kubeconfig --name="${cluster}"
        for node in $(kind get nodes --name="${cluster}"); do
          kubectl annotate node "${node}" "kind.x-k8s.io/registry=localhost:${KIND_REGISTRY_PORT}" --overwrite;
        done
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 12:26:52 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  7. src/crypto/internal/boring/Dockerfile

    ENV ClangV=12
    RUN apt-get update && \
            apt-get install --no-install-recommends -y cmake xz-utils wget unzip ca-certificates clang-$ClangV python
    
    # Download, validate, unpack, build, and install Ninja.
    ENV NinjaV=1.10.2
    ENV NinjaH=ce35865411f0490368a8fc383f29071de6690cbadc27704734978221f25e2bed
    RUN \
    	wget https://github.com/ninja-build/ninja/archive/refs/tags/v$NinjaV.tar.gz && \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jan 26 22:52:27 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/reference/ci-systems/jenkins.adoc

    This post uses the runnable WAR file.
    A simple Java command brings up the Jenkins server.
    
    // TODO: this block will start a background process not handled by the content testing
    [listing.terminal]
    ----
    $ wget https://mirrors.jenkins.io/war-stable/latest/jenkins.war
    $ java -jar jenkins.war
    ----
    
    In the browser, navigate to `localhost` with port `8080` to render the Jenkins dashboard.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/_gen/allocators.go

    			typ:  "[]bool",
    			base: "Int64Slice",
    		},
    		{
    			name: "IDSlice",
    			typ:  "[]ID",
    			base: "Int64Slice",
    		},
    	}
    
    	w := new(bytes.Buffer)
    	fmt.Fprintf(w, "// Code generated from _gen/allocators.go using 'go generate'; DO NOT EDIT.\n")
    	fmt.Fprintln(w)
    	fmt.Fprintln(w, "package ssa")
    
    	fmt.Fprintln(w, "import (")
    	fmt.Fprintln(w, "\"internal/unsafeheader\"")
    	fmt.Fprintln(w, "\"math/bits\"")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 17 23:34:11 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/negotiation/negotiate.go

    		if strings.Contains(req.URL.RawQuery, "pretty") {
    			pp := req.URL.Query().Get("pretty")
    			if len(pp) > 0 {
    				pretty, _ := strconv.ParseBool(pp)
    				return pretty
    			}
    		}
    	}
    	userAgent := req.UserAgent()
    	// This covers basic all browsers and cli http tools
    	if strings.HasPrefix(userAgent, "curl") || strings.HasPrefix(userAgent, "Wget") || strings.HasPrefix(userAgent, "Mozilla/5.0") {
    		return true
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 10 10:53:34 UTC 2019
    - 9.5K bytes
    - Viewed (0)
Back to top