Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 5,004 for forPath (0.12 sec)

  1. src/io/fs/format.go

    	for usize >= 10 {
    		q := usize / 10
    		buf[i] = byte('0' + usize - q*10)
    		i--
    		usize = q
    	}
    	buf[i] = byte('0' + usize)
    	b = append(b, buf[i:]...)
    	b = append(b, ' ')
    
    	b = append(b, info.ModTime().Format(time.DateTime)...)
    	b = append(b, ' ')
    
    	b = append(b, name...)
    	if info.IsDir() {
    		b = append(b, '/')
    	}
    
    	return string(b)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 19:34:35 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  2. subprojects/core/src/test/resources/org/gradle/api/internal/catalog/parser/unsupported-format.toml

    [metadata]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 16 14:58:26 UTC 2021
    - 38 bytes
    - Viewed (0)
  3. src/internal/trace/testtrace/format.go

    Carlos Amedee <******@****.***> 1715265901 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/quantization/ir/.clang-format

    Alexander Belyaev <******@****.***> 1659120781 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jul 29 18:55:28 UTC 2022
    - 56 bytes
    - Viewed (0)
  5. releasenotes/notes/correct-virtualmachine-config-format.yaml

    apiVersion: release-notes/v2
    
    kind: bug-fix
    
    area: istioctl
    
    issue:
    
    - https://github.com/istio/istio/issues/36358
    
    releaseNotes:
    
    - |
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 26 20:59:37 UTC 2022
    - 214 bytes
    - Viewed (0)
  6. src/archive/tar/testdata/sparse-formats.tar

    Russ Cox <******@****.***> 1410149331 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 17.5K bytes
    - Viewed (0)
  7. cmd/xl-storage-format-v1.go

    )
    
    // Valid - tells us if the format is sane by validating
    // format version and erasure coding information.
    func (m *xlMetaV1Object) valid() bool {
    	return isXLMetaFormatValid(m.Version, m.Format) &&
    		isXLMetaErasureInfoValid(m.Erasure.DataBlocks, m.Erasure.ParityBlocks)
    }
    
    // Verifies if the backend format metadata is sane by validating
    // the version string and format style.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Apr 04 12:04:40 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  8. tools/istio-iptables/pkg/capture/format.go

    Costin Manolache <******@****.***> 1634074048 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 12 21:27:28 UTC 2021
    - 827 bytes
    - Viewed (0)
  9. cmd/xl-storage-format-v2_string.go

    // Code generated by "stringer -type VersionType,ErasureAlgo -output=xl-storage-format-v2_string.go xl-storage-format-v2.go"; DO NOT EDIT.
    
    package cmd
    
    import "strconv"
    
    func _() {
    	// An "invalid array index" compiler error signifies that the constant values have changed.
    	// Re-run the stringer command to generate them again.
    	var x [1]struct{}
    	_ = x[invalidVersionType-0]
    	_ = x[ObjectType-1]
    	_ = x[DeleteType-2]
    	_ = x[LegacyType-3]
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Dec 02 19:29:16 UTC 2021
    - 1.4K bytes
    - Viewed (0)
  10. cmd/xl-storage-format-v1_gen.go

    		case "Version":
    			z.Version, err = dc.ReadString()
    			if err != nil {
    				err = msgp.WrapError(err, "Version")
    				return
    			}
    		case "Format":
    			z.Format, err = dc.ReadString()
    			if err != nil {
    				err = msgp.WrapError(err, "Format")
    				return
    			}
    		case "Stat":
    			err = z.Stat.DecodeMsg(dc)
    			if err != nil {
    				err = msgp.WrapError(err, "Stat")
    				return
    			}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Mar 21 17:21:35 UTC 2024
    - 40.2K bytes
    - Viewed (0)
Back to top