Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for consuming (0.16 sec)

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

      `I don't see,' said the Caterpillar.
    
      `I'm afraid I can't put it more clearly,' Alice replied very
    politely, `for I can't understand it myself to begin with; and
    being so many different sizes in a day is very confusing.'
    
      `It isn't,' said the Caterpillar.
    
      `Well, perhaps you haven't found it so yet,' said Alice; `but
    when you have to turn into a chrysalis--you will some day, you
    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. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar

    kaz Pete Kazmier Developer jtaylor James Taylor ******@****.*** Developer dandiep Dan Diephouse ******@****.*** Envoi solutions Developer kasper Kasper Nielsen ******@****.*** Developer bwalding Ben Walding ******@****.*** Walding Consulting Services Developer mhw Mark Wilkinson ******@****.*** Developer michal Michal Maczka ******@****.*** Developer evenisse Emmanuel Venisse ******@****.*** Developer trygvis org/codehaus/plexus/util/FastMap$KeySet$1.class package org.codehaus.plexus.util;...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 160K bytes
    - Viewed (0)
  3. src/cmd/go/internal/work/exec.go

    		// previous mtime updates that happened more often.
    		// This is still not perfect - we ignore the error result, and if the file was
    		// unwritable for some reason then pretending to have written it is also
    		// confusing - but it's probably better than not doing the mtime update.
    		//
    		// But don't do that for the special case where building an executable
    		// with -linkshared implicitly installs all its dependent libraries.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  4. src/net/http/server.go

    	}
    	host, _, err := net.SplitHostPort(h)
    	if err != nil {
    		return h // on error, return unchanged
    	}
    	return host
    }
    
    // Handler returns the handler to use for the given request,
    // consulting r.Method, r.Host, and r.URL.Path. It always returns
    // a non-nil handler. If the path is not in its canonical form, the
    // handler will be an internally-generated handler that redirects
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  5. src/cmd/go/internal/load/pkg.go

    // not the vendored copy of an import "" (the empty import path).
    // This will allow people to have packages or commands named vendor.
    // This may help reduce breakage, or it may just be confusing. We'll see.
    func FindVendor(path string) (index int, ok bool) {
    	// Two cases, depending on internal at start of string or not.
    	// The order matters: we must return the index of the final element,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  6. src/cmd/go/alldocs.go

    // request is made at the prefix to verify the <meta> tags match.
    //
    // The meta tag should appear as early in the file as possible.
    // In particular, it should appear before any raw JavaScript or CSS,
    // to avoid confusing the go command's restricted parser.
    //
    // The vcs is one of "bzr", "fossil", "git", "hg", "svn".
    //
    // The repo-root is the root of the version control system
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
Back to top