Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for 137d (0.02 sec)

  1. internal/disk/stat_linux_s390x.go

    package disk
    
    import (
    	"errors"
    	"fmt"
    	"strconv"
    	"syscall"
    )
    
    // fsType2StringMap - list of filesystems supported on linux
    var fsType2StringMap = map[string]string{
    	"1021994":  "TMPFS",
    	"137d":     "EXT",
    	"4244":     "HFS",
    	"4d44":     "MSDOS",
    	"52654973": "REISERFS",
    	"5346544e": "NTFS",
    	"58465342": "XFS",
    	"61756673": "AUFS",
    	"6969":     "NFS",
    	"ef51":     "EXT2OLD",
    	"ef53":     "EXT4",
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Mon Feb 26 19:34:50 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  2. internal/disk/type_linux.go

    package disk
    
    import "strconv"
    
    // fsType2StringMap - list of filesystems supported on linux
    var fsType2StringMap = map[string]string{
    	"1021994":  "TMPFS",
    	"137d":     "EXT",
    	"4244":     "HFS",
    	"4d44":     "MSDOS",
    	"52654973": "REISERFS",
    	"5346544e": "NTFS",
    	"58465342": "XFS",
    	"61756673": "AUFS",
    	"6969":     "NFS",
    	"ef51":     "EXT2OLD",
    	"ef53":     "EXT4",
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Thu Aug 19 01:35:22 UTC 2021
    - 1.6K bytes
    - Viewed (0)
  3. internal/disk/stat_linux_32bit.go

    package disk
    
    import (
    	"errors"
    	"fmt"
    	"strconv"
    	"syscall"
    )
    
    // fsType2StringMap - list of filesystems supported on linux
    var fsType2StringMap = map[string]string{
    	"1021994":  "TMPFS",
    	"137d":     "EXT",
    	"4244":     "HFS",
    	"4d44":     "MSDOS",
    	"52654973": "REISERFS",
    	"5346544e": "NTFS",
    	"58465342": "XFS",
    	"61756673": "AUFS",
    	"6969":     "NFS",
    	"ef51":     "EXT2OLD",
    	"ef53":     "EXT4",
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Mon Feb 26 19:34:50 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  4. fuzzing/fuzzingserver-expected.txt

    "13.6.8 UNIMPLEMENTED"
    "13.6.9 UNIMPLEMENTED"
    "13.7.1 UNIMPLEMENTED"
    "13.7.10 UNIMPLEMENTED"
    "13.7.11 UNIMPLEMENTED"
    "13.7.12 UNIMPLEMENTED"
    "13.7.13 UNIMPLEMENTED"
    "13.7.14 UNIMPLEMENTED"
    "13.7.15 UNIMPLEMENTED"
    "13.7.16 UNIMPLEMENTED"
    "13.7.17 UNIMPLEMENTED"
    "13.7.18 UNIMPLEMENTED"
    "13.7.2 UNIMPLEMENTED"
    "13.7.3 UNIMPLEMENTED"
    "13.7.4 UNIMPLEMENTED"
    "13.7.5 UNIMPLEMENTED"
    "13.7.6 UNIMPLEMENTED"
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Tue Mar 26 02:01:32 UTC 2019
    - 6.7K bytes
    - Viewed (1)
  5. guava-tests/test/com/google/common/math/DoubleMathTest.java

        assertThat(DoubleMath.mean(11, -22, 44, -88)).isWithin(1.0e-10).of(-13.75);
        assertThat(DoubleMath.mean(11)).isWithin(1.0e-10).of(11.0);
      }
    
      @GwtIncompatible // DoubleMath.mean
      @SuppressWarnings("deprecation") // test of deprecated method
      public void testMean_longVarargs() {
        assertThat(DoubleMath.mean(11L, -22L, 44L, -88L)).isWithin(1.0e-10).of(-13.75);
        assertThat(DoubleMath.mean(11L)).isWithin(1.0e-10).of(11.0);
      }
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Oct 30 14:15:36 UTC 2025
    - 27.3K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/math/DoubleMathTest.java

        assertThat(DoubleMath.mean(11, -22, 44, -88)).isWithin(1.0e-10).of(-13.75);
        assertThat(DoubleMath.mean(11)).isWithin(1.0e-10).of(11.0);
      }
    
      @GwtIncompatible // DoubleMath.mean
      @SuppressWarnings("deprecation") // test of deprecated method
      public void testMean_longVarargs() {
        assertThat(DoubleMath.mean(11L, -22L, 44L, -88L)).isWithin(1.0e-10).of(-13.75);
        assertThat(DoubleMath.mean(11L)).isWithin(1.0e-10).of(11.0);
      }
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Oct 30 14:15:36 UTC 2025
    - 27.3K bytes
    - Viewed (0)
  7. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    137D..137F    ; disallowed                             # NA   <reserved-137D>..<reserved-137F>
    1380..138F    ; valid                                  # 4.1  ETHIOPIC SYLLABLE SEBATBEIT MWA..ETHIOPIC SYLLABLE PWE
    1390..1399    ; valid                  ;      ; NV8    # 4.1  ETHIOPIC TONAL MARK YIZET..ETHIOPIC TONAL MARK KURT
    139A..139F    ; disallowed                             # NA   <reserved-139A>..<reserved-139F>
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  8. docs/en/data/topic_repos.yml

    - name: fastapi_best_architecture
      html_url: https://github.com/fastapi-practices/fastapi_best_architecture
      stars: 1378
      owner_login: fastapi-practices
      owner_html_url: https://github.com/fastapi-practices
    - name: fastapi-code-generator
      html_url: https://github.com/koxudaxi/fastapi-code-generator
      stars: 1375
      owner_login: koxudaxi
      owner_html_url: https://github.com/koxudaxi
    - name: budgetml
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Mon Dec 01 13:17:29 UTC 2025
    - 16K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/primitives/BooleansTest.java

            -2,
            3,
            7,
            new boolean[] {false, true, false, true, false, true, false});
        testRotate(
            new boolean[] {false, true, false, true, false, true, false},
            -1,
            3,
            7,
            new boolean[] {false, true, false, false, true, false, true});
        testRotate(
            new boolean[] {false, true, false, true, false, true, false},
            0,
            3,
            7,
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Dec 11 22:56:33 UTC 2025
    - 25.2K bytes
    - Viewed (0)
  10. cmd/apierrorcode_string.go

    	_ = x[ErrNoTokenRevokeType-132]
    	_ = x[ErrAdminOpenIDNotEnabled-133]
    	_ = x[ErrAdminNoSuchAccessKey-134]
    	_ = x[ErrInvalidEncryptionMethod-135]
    	_ = x[ErrInvalidEncryptionKeyID-136]
    	_ = x[ErrInsecureSSECustomerRequest-137]
    	_ = x[ErrSSEMultipartEncrypted-138]
    	_ = x[ErrSSEEncryptedObject-139]
    	_ = x[ErrInvalidEncryptionParameters-140]
    	_ = x[ErrInvalidEncryptionParametersSSEC-141]
    	_ = x[ErrInvalidSSECustomerAlgorithm-142]
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Wed Apr 16 07:34:24 UTC 2025
    - 21.6K bytes
    - Viewed (0)
Back to top