Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 121 - 130 of 669 for Leading (0.08 seconds)

  1. docs/resiliency/resiliency-verify-healing-script.sh

    GOT=$(echo $GOT | jq "${JQUERY}")
    
    if [ "$(echo "$GOT" | jq -S .)" = "$(echo "$WANT" | jq -S .)" ]; then
    	echo "script passed" >resiliency-verify-healing.log
    else
    	echo "Error during healing:"
    	echo "----GOT: "$GOT
    	echo "---WANT: "$WANT
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sat Dec 21 04:24:45 GMT 2024
    - 996 bytes
    - Click Count (0)
  2. CHANGELOG/CHANGELOG-1.32.md

    
    **Affected Versions**:
      - kube-apiserver v1.32.0 - v1.32.5
      - kube-apiserver v1.33.0 - v1.33.1
    
    **Fixed Versions**:
      - kube-apiserver v1.32.6
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Feb 26 23:58:21 GMT 2026
    - 470.5K bytes
    - Click Count (0)
  3. doc/initial/6-stdlib/99-minor/0-heading.md

    Brad Fitzpatrick <******@****.***> 1764180701 -0800
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Mon Dec 01 17:41:45 GMT 2025
    - 58 bytes
    - Click Count (0)
  4. doc/next/6-stdlib/99-minor/0-heading.md

    Carlos Amedee <******@****.***> 1769025172 -0500
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed Jan 21 20:27:12 GMT 2026
    - 58 bytes
    - Click Count (0)
  5. doc/initial/6-stdlib/0-heading.md

    Jonathan Amsterdam <******@****.***> 1705624488 -0500
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Mon Jan 22 18:07:49 GMT 2024
    - 32 bytes
    - Click Count (0)
  6. doc/next/6-stdlib/0-heading.md

    Carlos Amedee <******@****.***> 1769025172 -0500
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed Jan 21 20:27:12 GMT 2026
    - 32 bytes
    - Click Count (0)
  7. src/main/webapp/images/loading.gif

    loading.gif...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Aug 22 18:08:59 GMT 2016
    - 5K bytes
    - Click Count (0)
  8. cmd/erasure-healing-common.go

    			verifyResp *CheckPartsResp
    		)
    
    		switch scanMode {
    		case madmin.HealDeepScan:
    			// disk has a valid xl.meta but may not have all the
    			// parts. This is considered an outdated disk, since
    			// it needs healing too.
    			verifyResp, verifyErr = onlineDisk.VerifyFile(ctx, bucket, object, meta)
    		default:
    			verifyResp, verifyErr = onlineDisk.CheckParts(ctx, bucket, object, meta)
    		}
    
    		for p := range latestMeta.Parts {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 12K bytes
    - Click Count (0)
  9. docs/zh/llm-prompt.md

    ### Grammar and tone
    
    - Use clear, concise technical Chinese consistent with existing docs.
    - Address the reader naturally (commonly using “你/你的”).
    
    ### Headings
    
    - Follow existing Simplified Chinese heading style (short and descriptive).
    - Do not add trailing punctuation to headings.
    - If a heading contains only the name of a FastAPI feature, do not translate it.
    
    ### Quotes and punctuation
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Mon Dec 29 18:54:20 GMT 2025
    - 1.4K bytes
    - Click Count (0)
  10. buildscripts/verify-healing-empty-erasure-set.sh

    	# Wait for all drives to be healed
    	while [ $(/tmp/mc admin info --json myminio | jq '.info.servers[].drives[].healing | select(. != null) | select(. == true)' | wc -l) -gt 0 ]; do sleep 1; done
    
    	# Wait for Status: in MinIO output
    	while true; do
    		rv=$(check_online)
    		if [ "$rv" != "1" ]; then
    			# success
    			break
    		fi
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Jul 12 20:51:54 GMT 2024
    - 3.7K bytes
    - Click Count (0)
Back to Top