Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 161 for 50020 (0.09 sec)

  1. staging/src/k8s.io/apiserver/pkg/cel/library/quantity_test.go

    		},
    		{
    			name:        "arith_chain",
    			expr:        `quantity("50k").add(20).sub(quantity("100k")).sub(-50000).asInteger()`,
    			expectValue: types.Int(20),
    		},
    		{
    			name:        "as_integer",
    			expr:        `quantity("50k").asInteger()`,
    			expectValue: types.Int(50000),
    		},
    		{
    			name:               "as_integer_error",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 17:22:44 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/cel/library/quantity.go

    // Examples:
    //
    // quantity("50k").add("20k") == quantity("70k") // returns true
    // quantity("50k").add(20) == quantity("50020") // returns true
    // quantity("50k").sub("20k") == quantity("30k") // returns true
    // quantity("50k").sub(20000) == quantity("30k") // returns true
    // quantity("50k").add(20).sub(quantity("100k")).sub(-50000) == quantity("20") // returns true
    //
    // Comparisons
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 23 21:31:27 UTC 2023
    - 11.2K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modfetch/codehost/codehost.go

    	"golang.org/x/mod/semver"
    )
    
    // Downloaded size limits.
    const (
    	MaxGoMod   = 16 << 20  // maximum size of go.mod file
    	MaxLICENSE = 16 << 20  // maximum size of LICENSE file
    	MaxZipFile = 500 << 20 // maximum size of downloaded zip file
    )
    
    // A Repo represents a code hosting source.
    // Typical implementations include local version control repositories,
    // remote version control servers, and code hosting sites.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:50:24 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/mod/zip/zip.go

    )
    
    const (
    	// MaxZipFile is the maximum size in bytes of a module zip file. The
    	// go command will report an error if either the zip file or its extracted
    	// content is larger than this.
    	MaxZipFile = 500 << 20
    
    	// MaxGoMod is the maximum size in bytes of a go.mod file within a
    	// module zip file.
    	MaxGoMod = 16 << 20
    
    	// MaxLICENSE is the maximum size in bytes of a LICENSE file within a
    	// module zip file.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 31K bytes
    - Viewed (0)
  5. releasenotes/notes/50060.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    issue:
      - 50060
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 22:19:44 UTC 2024
    - 225 bytes
    - Viewed (0)
  6. src/syscall/zsysnum_linux_mips64.go

    // mksysnum_linux.pl /usr/include/asm/unistd.h
    // Code generated by the command above; DO NOT EDIT.
    
    package syscall
    
    const (
    	SYS_READ                   = 5000
    	SYS_WRITE                  = 5001
    	SYS_OPEN                   = 5002
    	SYS_CLOSE                  = 5003
    	SYS_STAT                   = 5004
    	SYS_FSTAT                  = 5005
    	SYS_LSTAT                  = 5006
    	SYS_POLL                   = 5007
    	SYS_LSEEK                  = 5008
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10.9K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_linux_mips64le.go

    // mksysnum_linux.pl /usr/include/asm/unistd.h
    // Code generated by the command above; DO NOT EDIT.
    
    package syscall
    
    const (
    	SYS_READ                   = 5000
    	SYS_WRITE                  = 5001
    	SYS_OPEN                   = 5002
    	SYS_CLOSE                  = 5003
    	SYS_STAT                   = 5004
    	SYS_FSTAT                  = 5005
    	SYS_LSTAT                  = 5006
    	SYS_POLL                   = 5007
    	SYS_LSEEK                  = 5008
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10.9K bytes
    - Viewed (0)
  8. src/main/resources/fess_indices/fess/fa/mapping.txt

    \u0009 => \u0020
    \u000A => \u0020
    \u000B => \u0020
    \u000C => \u0020
    \u000D => \u0020
    \u001C => \u0020
    \u001D => \u0020
    \u001E => \u0020
    \u001F => \u0020
    \u00A0 => \u0020
    \u1680 => \u0020
    \u180E => \u0020
    \u2000 => \u0020
    \u2001 => \u0020
    \u2002 => \u0020
    \u2003 => \u0020
    \u2004 => \u0020
    \u2005 => \u0020
    \u2006 => \u0020
    \u2007 => \u0020
    \u2008 => \u0020
    \u2009 => \u0020
    \u200A => \u0020
    \u200B => \u0020
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri May 20 11:30:45 UTC 2022
    - 771 bytes
    - Viewed (0)
  9. src/main/resources/fess_indices/fess/mapping.txt

    \u0009 => \u0020
    \u000A => \u0020
    \u000B => \u0020
    \u000C => \u0020
    \u000D => \u0020
    \u001C => \u0020
    \u001D => \u0020
    \u001E => \u0020
    \u001F => \u0020
    \u00A0 => \u0020
    \u1680 => \u0020
    \u180E => \u0020
    \u2000 => \u0020
    \u2001 => \u0020
    \u2002 => \u0020
    \u2003 => \u0020
    \u2004 => \u0020
    \u2005 => \u0020
    \u2006 => \u0020
    \u2007 => \u0020
    \u2008 => \u0020
    \u2009 => \u0020
    \u200A => \u0020
    \u200B => \u0020
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jul 27 02:07:47 UTC 2023
    - 13.3K bytes
    - Viewed (0)
  10. okhttp/src/test/java/okhttp3/internal/http2/SettingsTest.kt

        val b = Settings()
        b[Settings.MAX_HEADER_LIST_SIZE] = 40000
        b[Settings.INITIAL_WINDOW_SIZE] = 50000
        b[Settings.MAX_CONCURRENT_STREAMS] = 60000
        a.merge(b)
        assertThat(a.headerTableSize).isEqualTo(10000)
        assertThat(a.getMaxHeaderListSize(-1)).isEqualTo(40000)
        assertThat(a.initialWindowSize).isEqualTo(50000)
        assertThat(a.getMaxConcurrentStreams()).isEqualTo(60000)
      }
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 2.7K bytes
    - Viewed (0)
Back to top