Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for scope_ (0.17 sec)

  1. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    	if ps.last == '<' {
    		ps.writeByte(' ')
    	}
    
    	scopes := ps.scopes
    	ps.scopes = 0
    
    	ps.writeByte('<')
    	ps.printList(t.Args, ps.isEmpty)
    	if ps.last == '>' && !ps.llvmStyle {
    		// Avoid syntactic ambiguity in old versions of C++.
    		ps.writeByte(' ')
    	}
    	ps.writeByte('>')
    
    	ps.scopes = scopes
    }
    
    func (t *Template) Traverse(fn func(AST) bool) {
    	if fn(t) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  2. pkg/controller/garbagecollector/garbagecollector_test.go

    		steps          []step
    	}{
    		{
    			name: "good child in ns1 -> cluster-scoped owner",
    			steps: []step{
    				// setup
    				createObjectInClient("", "v1", "nodes", "", makeMetadataObj(node1)),
    				createObjectInClient("", "v1", "pods", "ns1", makeMetadataObj(pod1ns1, node1)),
    				// observe namespaced child with not-yet-observed cluster-scoped parent
    				processEvent(makeAddEvent(pod1ns1, node1)),
    				assertState(state{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  3. doc/go1.17_spec.html

    TopLevelDecl  = Declaration | FunctionDecl | MethodDecl .
    </pre>
    
    <p>
    The <i>scope</i> of a declared identifier is the extent of source text in which
    the identifier denotes the specified constant, type, variable, function, label, or package.
    </p>
    
    <p>
    Go is lexically scoped using <a href="#Blocks">blocks</a>:
    </p>
    
    <ol>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  4. tests/integration/pilot/common/routing.go

    					ConsistentHostChecker,
    				),
    				PropagateResponse: func(req *http.Request, res *http.Response) {
    					scopes.Framework.Infof("invoking propagate response")
    					if res == nil {
    						scopes.Framework.Infof("no response")
    						return
    					}
    					if res.Cookies() == nil {
    						scopes.Framework.Infof("no cookies")
    						return
    					}
    					var sessionCookie *http.Cookie
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  5. fastapi/applications.py

                    root_path = req.scope.get("root_path", "").rstrip("/")
                    openapi_url = root_path + self.openapi_url
                    return get_redoc_html(
                        openapi_url=openapi_url, title=f"{self.title} - ReDoc"
                    )
    
                self.add_route(self.redoc_url, redoc_html, include_in_schema=False)
    
        async def __call__(self, scope: Scope, receive: Receive, send: Send) -> None:
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 00:48:03 UTC 2024
    - 172.2K bytes
    - Viewed (0)
  6. pkg/config/validation/validation.go

    		http.MethodGet,
    		http.MethodHead,
    		http.MethodPost,
    		http.MethodPut,
    		http.MethodPatch,
    		http.MethodDelete,
    		http.MethodConnect,
    		http.MethodOptions,
    		http.MethodTrace,
    	)
    
    	scope = log.RegisterScope("validation", "CRD validation debugging")
    
    	// EmptyValidate is a Validate that does nothing and returns no error.
    	EmptyValidate = RegisterValidateFunc("EmptyValidate",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

    import static java.util.concurrent.TimeUnit.SECONDS
    import static org.gradle.api.internal.cache.CacheConfigurationsInternal.DEFAULT_MAX_AGE_IN_DAYS_FOR_CREATED_CACHE_ENTRIES
    import static org.gradle.internal.service.scopes.DefaultGradleUserHomeScopeServiceRegistry.REUSE_USER_HOME_SERVICES
    import static org.gradle.test.fixtures.ConcurrentTestUtil.poll
    import static org.hamcrest.Matchers.containsString
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  8. pkg/apis/core/zz_generated.deepcopy.go

    	if in.Hard != nil {
    		in, out := &in.Hard, &out.Hard
    		*out = make(ResourceList, len(*in))
    		for key, val := range *in {
    			(*out)[key] = val.DeepCopy()
    		}
    	}
    	if in.Scopes != nil {
    		in, out := &in.Scopes, &out.Scopes
    		*out = make([]ResourceQuotaScope, len(*in))
    		copy(*out, *in)
    	}
    	if in.ScopeSelector != nil {
    		in, out := &in.ScopeSelector, &out.ScopeSelector
    		*out = new(ScopeSelector)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    	if in.Hard != nil {
    		in, out := &in.Hard, &out.Hard
    		*out = make(ResourceList, len(*in))
    		for key, val := range *in {
    			(*out)[key] = val.DeepCopy()
    		}
    	}
    	if in.Scopes != nil {
    		in, out := &in.Scopes, &out.Scopes
    		*out = make([]ResourceQuotaScope, len(*in))
    		copy(*out, *in)
    	}
    	if in.ScopeSelector != nil {
    		in, out := &in.ScopeSelector, &out.ScopeSelector
    		*out = new(ScopeSelector)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				"self.null_type == 109", "self.type == 110",
    
    				// if a property name is 'self', it can be field selected as 'self.self' (but not as just 'self' because we bind that
    				// variable name to the locally scoped expression value.
    				"self.self == 201",
    				// CEL macro and function names do not need to be escaped because the parser can disambiguate them from the function and
    				// macro identifiers.
    				"self.getDate == 202",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
Back to top