Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for Reviewer2 (0.16 sec)

  1. OWNERS_ALIASES

        - enj
        - mikedanese
      sig-cli-api-reviewers:
        - pwittrock
        - soltysh
      sig-cloud-provider-api-reviewers:
        - andrewsykim
        - cheftako
        - dims
      # sig-cluster-lifecycle-api-reviewers:
      #   -
      #   -
      sig-contributor-experience-approvers:
        - mrbobbytables
        - cblecker
        - nikhita
        - palnabarun
        - kaslin
        - MadhavJivrajani
        - Priyankasaggu11929
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 20 23:08:03 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/cli-runtime/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    approvers:
      - sig-cli-maintainers
    reviewers:
      - sig-cli-reviewers
    labels:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 19:57:37 UTC 2024
    - 139 bytes
    - Viewed (0)
  3. cmd/kubeadm/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    approvers:
      - neolit123
      - SataQiu
      - pacoxu
      - chendave
    reviewers:
      - neolit123
      - SataQiu
      - pacoxu
      - chendave
      - carlory
    emeritus_approvers:
      - fabriziopandini
      - luxas
      - timothysc
      - rosti
      - ereslibre
    labels:
      - area/kubeadm
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 14:07:57 UTC 2024
    - 324 bytes
    - Viewed (0)
  4. hack/golangci-hints.yaml

    #   passed.
    # - golangci-strict.yaml adds checks that all new code in pull requests
    #   must pass.
    # - golangci-hints.yaml adds checks for code patterns where developer
    #   and reviewer may decide whether findings should get addressed before
    #   merging. Beware that the golangci-lint output includes also the
    #   issues that must be fixed and doesn't indicate how severe each issue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 12:10:09 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  5. src/html/template/doc.go

    injecting the template output into a page and all code specified by the
    template author should run as a result of the same."
    
    Least Surprise Property:
    "A developer (or code reviewer) familiar with HTML, CSS, and JavaScript, who
    knows that contextual autoescaping happens should be able to look at a {{.}}
    and correctly infer what sanitization happens."
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:04:29 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  6. hack/golangci-strict.yaml

    #   passed.
    # - golangci-strict.yaml adds checks that all new code in pull requests
    #   must pass.
    # - golangci-hints.yaml adds checks for code patterns where developer
    #   and reviewer may decide whether findings should get addressed before
    #   merging. Beware that the golangci-lint output includes also the
    #   issues that must be fixed and doesn't indicate how severe each issue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 12:10:09 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  7. hack/golangci.yaml

    #   passed.
    # - golangci-strict.yaml adds checks that all new code in pull requests
    #   must pass.
    # - golangci-hints.yaml adds checks for code patterns where developer
    #   and reviewer may decide whether findings should get addressed before
    #   merging. Beware that the golangci-lint output includes also the
    #   issues that must be fixed and doesn't indicate how severe each issue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 12:10:09 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  8. samples/bookinfo/src/productpage/templates/productpage.html

                  <img class="h-16 w-16 rounded-full bg-gray-50" src="/static/img/izzy.png" alt="Izzy">
      
                  <div class="text-sm leading-6">
                    <div class="font-semibold text-gray-900">{{ review.reviewer }}</div>
                    <div class="mt-0.5 text-gray-600 font-mono">Reviews served by: 
                      {{ reviews.podname }}
                      {% if reviews.clustername != "null" %}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  9. src/crypto/ecdsa/ecdsa.go

    // That standard is not freely available, which is a problem in an open source
    // implementation, because not only the implementer, but also any maintainer,
    // contributor, reviewer, auditor, and learner needs access to it. Instead, this
    // package references and follows the equivalent [SEC 1, Version 2.0].
    //
    // [FIPS 186-4]: https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-4.pdf
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:11:18 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  10. src/crypto/internal/mlkem768/mlkem768.go

    // constant time.
    //
    // Variable and function names, as well as code layout, are selected to
    // facilitate reviewing the implementation against the NIST FIPS 203 ipd
    // document.
    //
    // Reviewers unfamiliar with polynomials or linear algebra might find the
    // background at https://words.filippo.io/kyber-math/ useful.
    
    import (
    	"crypto/rand"
    	"crypto/subtle"
    	"errors"
    	"internal/byteorder"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 28.4K bytes
    - Viewed (0)
Back to top