Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for mentioned (0.23 sec)

  1. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    called out in a trembling voice to its children, `Come away, my
    dears!  It's high time you were all in bed!'  On various pretexts
    they all moved off, and Alice was soon left alone.
    
      `I wish I hadn't mentioned Dinah!' she said to herself in a
    melancholy tone.  `Nobody seems to like her, down here, and I'm
    sure she's the best cat in the world!  Oh, my dear Dinah!  I
    wonder if I shall ever see you any more!'  And here poor Alice
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  2. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    their Sine of Refraction out of Rain-water into Air as 3 to 4, and say as 1 the difference of those Sines is to 3 the Sine of Incidence, so is 27 the least of the Excesses above-mentioned to a fourth Number 81; and 81 will be the common Sine of Incidence out of Rain-water into Air, to which Sine if you add all the above-mentioned Excesses, you will have the desired Sines of the Refractions 108, 108-1/8, 108-1/5, 108-1/3, 108-1/2, 108-2/3, 108-7/9, 109. By the latter Theorem the Refraction out of one Medium...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  3. src/cmd/go/internal/load/pkg.go

    	// that test dependencies should be fetched too.
    	GetTestDeps
    
    	// The remainder are internal modes for calls to loadImport.
    
    	// cmdlinePkg is for a package mentioned on the command line.
    	cmdlinePkg
    
    	// cmdlinePkgLiteral is for a package mentioned on the command line
    	// without using any wildcards or meta-patterns.
    	cmdlinePkgLiteral
    )
    
    // LoadPackage does Load import, but without a parent package load contezt
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    called out in a trembling voice to its children, `Come away, my
    dears!  It's high time you were all in bed!'  On various pretexts
    they all moved off, and Alice was soon left alone.
    
      `I wish I hadn't mentioned Dinah!' she said to herself in a
    melancholy tone.  `Nobody seems to like her, down here, and I'm
    sure she's the best cat in the world!  Oh, my dear Dinah!  I
    wonder if I shall ever see you any more!'  And here poor Alice
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  5. src/net/http/server.go

    type globalOptionsHandler struct{}
    
    func (globalOptionsHandler) ServeHTTP(w ResponseWriter, r *Request) {
    	w.Header().Set("Content-Length", "0")
    	if r.ContentLength != 0 {
    		// Read up to 4KB of OPTIONS body (as mentioned in the
    		// spec as being reserved for future use), but anything
    		// over that is considered a waste of server resources
    		// (or an attack) and we abort and close the connection,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  6. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // km : https://en.wikipedia.org/wiki/.km
    // http://www.domaine.km/documents/charte.doc
    km
    org.km
    nom.km
    gov.km
    prd.km
    tm.km
    edu.km
    mil.km
    ass.km
    com.km
    // These are only mentioned as proposed suggestions at domaine.km, but
    // https://en.wikipedia.org/wiki/.km says they're available for registration:
    coop.km
    asso.km
    presse.km
    medecin.km
    notaires.km
    pharmaciens.km
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  7. src/cmd/go/alldocs.go

    //	GIT_ALLOW_PROTOCOL
    //		Defined by Git. A colon-separated list of schemes that are allowed
    //		to be used with git fetch/clone. If set, any scheme not explicitly
    //		mentioned will be considered insecure by 'go get'.
    //		Because the variable is defined by Git, the default value cannot
    //		be set using 'go env -w'.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  8. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyInsightReportTaskIntegrationTest.groovy

       Selection reasons:
          - Was requested: first reason
    
    org.test:leaf:1.0
    \\--- org.test:a:1.0
         \\--- compileClasspath
    """
        }
    
        def "mentions web-based dependency insight report available using build scans"() {
            given:
            mavenRepo.module("org", "leaf1").publish()
            mavenRepo.module("org", "leaf2").publish()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 15:15:56 UTC 2024
    - 102.3K bytes
    - Viewed (0)
Back to top