Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 64 for switches$ (0.25 sec)

  1. platforms/jvm/language-java/src/main/java/org/gradle/api/internal/tasks/compile/incremental/asm/ClassDependenciesVisitor.java

                // otherwise we miss the case where a class defines several constants with the same value, or when
                // two values are switched
                constants.add((name + '|' + value).hashCode()); //non-private const
            }
            return new FieldVisitor(types);
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Feb 27 13:49:15 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  2. hack/unwanted-dependencies.json

          "google.golang.org/appengine": "cloud dependency",
          "google.golang.org/genproto": "refer to #113366",
          "gopkg.in/fsnotify.v1": "obsolete, use github.com/fsnotify/fsnotify",
          "k8s.io/klog": "we have switched to klog v2, so avoid klog v1",
          "rsc.io/quote": "refer to #102833",
          "rsc.io/sampler": "refer to #102833"
        }
      },
      "status": {
        "unwantedReferences": {
          "cloud.google.com/go": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 13 12:31:38 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  3. src/crypto/tls/tls.go

    		if len(skippedBlockTypes) == 1 && strings.HasSuffix(skippedBlockTypes[0], "PRIVATE KEY") {
    			return fail(errors.New("tls: failed to find certificate PEM data in certificate input, but did find a private key; PEM inputs may have been switched"))
    		}
    		return fail(fmt.Errorf("tls: failed to find \"CERTIFICATE\" PEM block in certificate input after skipping PEM blocks of the following types: %v", skippedBlockTypes))
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  4. src/runtime/runtime-gdb.py

    		if i < 0 or i >= self.len:
    			raise IndexError(i)
    		ptr = self.val["array"]
    		return (ptr + i).dereference()
    
    
    #
    #  Pretty Printers
    #
    
    # The patterns for matching types are permissive because gdb 8.2 switched to matching on (we think) typedef names instead of C syntax names.
    class StringTypePrinter:
    	"Pretty print Go strings."
    
    	pattern = re.compile(r'^(struct string( \*)?|string)$')
    
    	def __init__(self, val):
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 10 12:59:20 UTC 2023
    - 15.4K bytes
    - Viewed (0)
  5. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/incremental/CrossTaskConstantChangesIncrementalJavaCompilationIntegrationTest.groovy

            then:
            impl.recompiledClasses("OnClass", "OnMethod", "OnParameter", "OnField", "InMethodBody")
        }
    
        def "recompiles dependent class in case a constant is switched"() {
            source api: ["class A { public static final int FOO = 10; public static final int BAR = 20; }"],
                impl: ["class B { void foo() { int x = A.FOO; } }", "class C { void foo() { int x = A.BAR; } }", "class D { }"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 19.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/server/options/serving.go

    	desc := "The port on which to serve HTTPS with authentication and authorization."
    	if s.Required {
    		desc += " It cannot be switched off with 0."
    	} else {
    		desc += " If 0, don't serve HTTPS at all."
    	}
    	fs.IntVar(&s.BindPort, "secure-port", s.BindPort, desc)
    
    	fs.BoolVar(&s.DisableHTTP2Serving, "disable-http2-serving", s.DisableHTTP2Serving,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 13:08:18 UTC 2024
    - 15.9K bytes
    - Viewed (1)
  7. docs/uk/docs/index.md

    ---
    
    "_If you're looking to learn one **modern framework** for building REST APIs, check out **FastAPI** [...] It's fast, easy to use and easy to learn [...]_"
    
    "_We've switched over to **FastAPI** for our **APIs** [...] I think you'll like it [...]_"
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  8. docs/pl/docs/index.md

    ---
    
    "_If you're looking to learn one **modern framework** for building REST APIs, check out **FastAPI** [...] It's fast, easy to use and easy to learn [...]_"
    
    "_We've switched over to **FastAPI** for our **APIs** [...] I think you'll like it [...]_"
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  9. src/runtime/race_ppc64le.s

    	MOVD    0(R10), g
    	MOVD	16(R1), R10		// LR was saved away, restore for return
    	MOVD	R10, LR
    	RET
    
    // C->Go callback thunk that allows to call runtime·racesymbolize from C code.
    // Direct Go->C race call has only switched SP, finish g->g0 switch by setting correct g.
    // The overall effect of Go->C->Go call chain is similar to that of mcall.
    // RARG0 contains command code. RARG1 contains command-specific context.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:37:29 UTC 2024
    - 17K bytes
    - Viewed (0)
  10. docs/he/docs/index.md

    ---
    
    "_If you're looking to learn one **modern framework** for building REST APIs, check out **FastAPI** [...] It's fast, easy to use and easy to learn [...]_"
    
    "_We've switched over to **FastAPI** for our **APIs** [...] I think you'll like it [...]_"
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 23:58:47 UTC 2024
    - 21.2K bytes
    - Viewed (0)
Back to top