Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 158 for mentioned (0.15 sec)

  1. guava-tests/test/com/google/common/base/OptionalTest.java

        return FluentIterable.from(ImmutableList.<Number>of());
      }
    
      /*
       * The following tests demonstrate the shortcomings of or() and test that the casting workaround
       * mentioned in the method Javadoc does in fact compile.
       */
    
      @SuppressWarnings("unused") // compilation test
      public void testSampleCodeError1() {
        Optional<Integer> optionalInt = getSomeOptionalInt();
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 21 18:32:41 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/conversion/converter.go

    	}
    	// Note that even if the request is for a list, the GV of the request UnstructuredList is what
    	// is expected to convert to. As mentioned in the function's document, it is not expected to
    	// get a v1.List.
    	if !c.validVersions[fromGVK.GroupVersion()] {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  3. src/os/signal/signal.go

    	defer handlers.Unlock()
    
    	for c, h := range handlers.m {
    		if h.want(n) {
    			// send but do not block for it
    			select {
    			case c <- sig:
    			default:
    			}
    		}
    	}
    
    	// Avoid the race mentioned in Stop.
    	for _, d := range handlers.stopping {
    		if d.h.want(n) {
    			select {
    			case d.c <- sig:
    			default:
    			}
    		}
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 21:33:12 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  4. src/math/big/natdiv.go

    
    Refining Guesses
    
    Before we check whether u < q̂·v, we can adjust our guess to change it from
    q̂ = ⌊uₙuₙ₋₁ / vₙ₋₁⌋ into the refined guess ⌊uₙuₙ₋₁uₙ₋₂ / vₙ₋₁vₙ₋₂⌋.
    Although not mentioned above, the Good Guess Guarantee also promises that this
    3-by-2-digit division guess is more precise and at most one away from the real
    answer q. The improvement from the 2-by-1 to the 3-by-2 guess can also be done
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 14 17:02:38 UTC 2024
    - 34.4K bytes
    - Viewed (0)
  5. okhttp/src/main/kotlin/okhttp3/internal/-HostnamesCommon.kt

        // we rule out characters that would cause problems in host headers.
        if (c <= '\u001f' || c >= '\u007f') {
          return true
        }
        // Check for the characters mentioned in the WHATWG Host parsing spec:
        // U+0000, U+0009, U+000A, U+000D, U+0020, "#", "%", "/", ":", "?", "@", "[", "\", and "]"
        // (excluding the characters covered above).
        if (" #%/:?@[\\]".indexOf(c) != -1) {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/dep-man/06-publishing/publishing_setup.adoc

    [[sec:basic_publishing]]
    == Setting up basic publishing
    
    The first step in publishing, irrespective of your project type, is to apply the appropriate publishing plugin. As mentioned in the introduction, Gradle supports both Maven and Ivy repositories via the following plugins:
    
    * <<publishing_maven.adoc#publishing_maven,Maven Publish Plugin>>
    * <<publishing_ivy.adoc#publishing_ivy,Ivy Publish Plugin>>
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  7. platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt

    #       within the Gradle project.
    #<% /*
    #       ... and if you're reading this, this IS the template just mentioned.
    #
    #       This template is processed by
    #       https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/java/org/gradle/api/internal/plugins/UnixStartScriptGenerator.java
    #
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 13:43:33 UTC 2024
    - 11K bytes
    - Viewed (0)
  8. src/image/color/ycbcr.go

    	// method, below, the output is 16 bit color, ranging in [0x0000, 0xffff].
    	// Outputting 16 bit color simply requires changing the 16 to 8 in the "R =
    	// etc >> 16" equation, and likewise for G and B.
    	//
    	// As mentioned above, a constant rounding adjustment of 1<<15 is a natural
    	// choice, but there is an additional constraint: if c0 := YCbCr{Y: y, Cb:
    	// 0x80, Cr: 0x80} and c1 := Gray{Y: y} then c0.RGBA() should equal
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:45 UTC 2023
    - 10.8K bytes
    - Viewed (0)
  9. src/cmd/go/internal/clean/clean.go

    	CmdClean.Flag.BoolVar(&cleanModcache, "modcache", false, "")
    	CmdClean.Flag.BoolVar(&cleanTestcache, "testcache", false, "")
    
    	// -n and -x are important enough to be
    	// mentioned explicitly in the docs but they
    	// are part of the build flags.
    
    	work.AddBuildFlags(CmdClean, work.DefaultBuildFlags)
    }
    
    func runClean(ctx context.Context, cmd *base.Command, args []string) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  10. samples/bookinfo/README.md

    ```
    
    You should see the following in the browser.
    
    ![star](https://user-images.githubusercontent.com/2920003/86032538-212ff900-ba55-11ea-9492-d4bc90656a02.png)
    
    **Note**: If everything works as mentioned above, request a new official set of images be built and pushed from the reviewer, and add another commit to the original PR with the version changes.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:37 UTC 2024
    - 16.1K bytes
    - Viewed (0)
Back to top