Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 238 for scatter (0.06 sec)

  1. .github/PULL_REQUEST_TEMPLATE

    1. + No Markdown
    2. + The first PR comment (this one) is wrapped at 76 characters, unless it's
    3. really needed (ASCII art, table, or long link)
    4. + If there is a corresponding issue, add either `Fixes #1234` or `Updates #1234`
    5. (the latter if this is not a complete fix) to this comment
    6. + If referring to a repo other than `golang/go` you can use the
    7. `owner/repo#issue_number` syntax: `Fixes golang/tools#1234`
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Feb 21 02:07:46 UTC 2018
    - 1.2K bytes
    - Viewed (0)
  2. schema/serializer.go

    1. SerializeValuer SerializerValuerInterface
    2. Destination reflect.Value
    3. Context context.Context
    4. value interface{}
    5. fieldValue interface{}
    6. }
    7.  
    8. // Scan implements sql.Scanner interface
    9. func (s *serializer) Scan(value interface{}) error {
    10. s.value = value
    11. return nil
    12. }
    13.  
    14. // Value implements driver.Valuer interface
    15. func (s serializer) Value() (driver.Value, error) {
    Registered: Sun Nov 03 09:35:10 UTC 2024
    - Last Modified: Thu Jun 20 08:45:38 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  3. build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/upgrades/UpgradedProperties.java

    1. throw new UncheckedIOException(e);
    2. }
    3. }
    4.  
    5. /**
    6. * Automatically accept changes that are valid property upgrades of a getter or setter.
    7. *
    8. * Here we automatically accept the following cases:
    9. * - A setter `setX` of an upgraded property is removed
    10. * - A boolean `isX` of an upgraded property is removed
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Oct 02 14:20:08 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  4. .github/ISSUE_TEMPLATE/bug-report.yaml

    1. id: problem
    2. attributes:
    3. label: What happened?
    4. description: |
    5. Please provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner.
    6. If this matter is security related, please disclose it privately via https://kubernetes.io/security
    7. validations:
    8. required: true
    9.  
    10. - type: textarea
    11. id: expected
    12. attributes:
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Mon Feb 28 09:34:43 UTC 2022
    - 2.2K bytes
    - Viewed (0)
  5. cni/pkg/nodeagent/options.go

    1. // since the IP is normally the same), we SNAT identified host probes in the host netns to a fixed
    2. // APIPA/"link-local" IP.
    3. //
    4. // It doesn't matter what this IP is, so long as it's not routable and doesn't collide with anything else.
    5. //
    6. // IPv6 link local ranges are designed to be collision-resistant by default, and so probably never need to be overridden
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Aug 16 15:33:47 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  6. internal/lock/lock_windows_test.go

    1. // 248 is long enough to trigger the longer-than-248 checks in
    2. // fixLongPath, but short enough not to make a path component
    3. // longer than 255, which is illegal on Windows. (which
    4. // doesn't really matter anyway, since this is purely a string
    5. // function we're testing, and it's not actually being used to
    6. // do a system call)
    7. veryLong := "l" + strings.Repeat("o", 248) + "ng"
    8. for _, test := range []struct{ in, want string }{
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed Oct 18 18:08:15 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  7. docs/de/docs/advanced/security/oauth2-scopes.md

    1. Das `security_scopes`-Objekt (der Klasse `SecurityScopes`) stellt außerdem ein `scope_str`-Attribut mit einem einzelnen String bereit, der die durch Leerzeichen getrennten Scopes enthält (den werden wir verwenden).
    2.  
    3. Wir erstellen eine `HTTPException`, die wir später an mehreren Stellen wiederverwenden (`raise`n) können.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 22.5K bytes
    - Viewed (0)
  8. cmd/xl-storage-free-version.go

    1. if version.header.VersionID != uv || version.header.Type != ObjectType {
    2. continue
    3. }
    4. // if uv has tiered content we add a
    5. // free-version to track it for asynchronous
    6. // deletion via scanner.
    7. ver, err := x.getIdx(i)
    8. if err != nil {
    9. return err
    10. }
    11.  
    12. if freeVersion, toFree := ver.ObjectV2.InitFreeVersion(fi); toFree {
    13. return x.addVersion(freeVersion)
    14. }
    15. return nil
    16. }
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Mar 02 05:11:03 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  9. src/cmd/cgo/ast.go

    1. package main
    2.  
    3. import (
    4. "fmt"
    5. "go/ast"
    6. "go/format"
    7. "go/parser"
    8. "go/scanner"
    9. "go/token"
    10. "os"
    11. "strings"
    12. )
    13.  
    14. func parse(name string, src []byte, flags parser.Mode) *ast.File {
    15. ast1, err := parser.ParseFile(fset, name, src, flags)
    16. if err != nil {
    17. if list, ok := err.(scanner.ErrorList); ok {
    18. // If err is a scanner.ErrorList, its String will print just
    19. // the first error and then (+n more errors).
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Mon Oct 14 15:47:06 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  10. docs/metrics/v3.md

    1. ### Scanner metrics
    2.  
    3. Metrics about the MinIO scanner.
    4.  
    5. | Path | Description |
    6. |------------|---------------------------------------|
    7. | `/scanner` | Metrics related to the MinIO scanner. |
    8.  
    9. #### `/scanner`
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Aug 02 22:30:11 UTC 2024
    - 45.2K bytes
    - Viewed (0)
Back to top