Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 51 for Focus (0.04 sec)

  1. src/cmd/vendor/github.com/google/pprof/internal/driver/html/stacks.js

        menu.style.top = y + 'px';
        // Set menu links to operate on clicked box.
        setHrefParam('action-source', 'f', box.src);
        setHrefParam('action-source-tab', 'f', box.src);
        setHrefParam('action-focus', 'f', box.src);
        setHrefParam('action-ignore', 'i', box.src);
        setHrefParam('action-hide', 'h', box.src);
        setHrefParam('action-showfrom', 'sf', box.src);
        toggleClass(box.src, 'hilite2', true);
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  2. OWNERS_ALIASES

      # - brancz
      # - DirectXMan12
    
      api-approvers:
        - deads2k
        - msau42
        - smarterclayton
        - thockin
        - liggitt
      # subsets of api-approvers by sig area to help focus approval requests to those with domain knowledge
      sig-api-machinery-api-approvers:
        - deads2k
        - liggitt
        - smarterclayton
      sig-apps-api-approvers:
        - deads2k
        - liggitt
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 20 23:08:03 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/storage/etcd3/watcher_test.go

    // Implementation-specific tests are following.
    // The following tests are exercising the details of the implementation
    // not the actual user-facing contract of storage interface.
    // As such, they may focus e.g. on non-functional aspects like performance
    // impact.
    // =======================================================================
    
    func TestWatchErrResultNotBlockAfterCancel(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 12.3K bytes
    - Viewed (1)
  4. pkg/controller/endpointslicemirroring/endpointslicemirroring_controller_test.go

    	"k8s.io/klog/v2"
    	"k8s.io/klog/v2/ktesting"
    	"k8s.io/kubernetes/pkg/controller"
    )
    
    // Most of the tests related to EndpointSlice allocation can be found in reconciler_test.go
    // Tests here primarily focus on unique controller functionality before the reconciler begins
    
    var alwaysReady = func() bool { return true }
    
    type endpointSliceMirroringController struct {
    	*Controller
    	endpointsStore     cache.Store
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 12 12:57:29 UTC 2023
    - 13.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/third_party/forked/golang/reflect/deep_equal.go

    			panic(unexportedTypePanic{})
    		}
    		return v1.Interface() == v2.Interface()
    	}
    }
    
    // DeepDerivative is similar to DeepEqual except that unset fields in a1 are
    // ignored (not compared). This allows us to focus on the fields that matter to
    // the semantic comparison.
    //
    // The unset fields include a nil pointer and an empty string.
    func (e Equalities) DeepDerivative(a1, a2 interface{}) bool {
    	if a1 == nil {
    		return true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 20 17:18:42 UTC 2022
    - 10.8K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/viewing_debugging_dependencies.adoc

    - `(n)`: A dependency or dependency configuration that <<declaring_dependencies.adoc#sec:resolvable-consumable-configs,cannot be resolved>>.
    
    === Specify a Dependency Configuration
    
    To focus on the information about one dependency configuration, provide the optional parameter `--configuration`.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:55:38 UTC 2024
    - 12K bytes
    - Viewed (0)
  7. docs/en/docs/alternatives.md

    But then, the project's focus shifted.
    
    It was no longer an API web framework, as the creator needed to focus on Starlette.
    
    Now APIStar is a set of tools to validate OpenAPI specifications, not a web framework.
    
    !!! info
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/componentconfigs/fakeconfig_test.go

    //   new fields won't be able to fix the tests in kubeadm.
    // - If we implement tests for all common functionality using the config of another component and it gets
    //   deprecated and/or we stop supporting it in production, we'll have to focus on a massive test refactoring
    //   or just continue importing this config just for test use.
    //
    // Thus, to reduce maintenance costs without sacrificing test coverage, we introduce this mini-framework
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 04 15:36:00 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  9. docs/en/docs/tutorial/security/simple-oauth2.md

    !!! tip
        In the next chapter, you will see a real secure implementation, with password hashing and <abbr title="JSON Web Tokens">JWT</abbr> tokens.
    
        But for now, let's focus on the specific details we need.
    
    === "Python 3.10+"
    
        ```Python hl_lines="87"
        {!> ../../../docs_src/security/tutorial003_an_py310.py!}
        ```
    
    === "Python 3.9+"
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  10. src/internal/pkgbits/decoder.go

    	//     hyperlinks the "file:line" text for easy navigation), or
    	//
    	// (2) short file paths that are easier for humans to read (e.g., by
    	//     omitting redundant or irrelevant details, so it's easier to
    	//     focus on the useful bits that remain).
    	//
    	// The current formatting favors the former, as it seems more
    	// helpful in practice. But perhaps the formatting could be improved
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 27 20:58:46 UTC 2022
    - 13.2K bytes
    - Viewed (0)
Back to top