Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Answers (0.22 sec)

  1. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    magnifying Powers ought to be as the Cubes of the square Roots of their lengths; which doth not answer to Experience. But the Errors of the Rays arising from the different Refrangibility, are as the Apertures of the Object-glasses; and thence to make Telescopes of various lengths, magnify with equal distinctness, their Apertures and Charges ought to be as the square Roots of their lengths; and this answers to Experience, as is well known. For Instance, a Telescope of 64 Feet in length, with an Aperture...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    Alice again.
    
      `No, I give it up,' Alice replied:  `what's the answer?'
    
      `I haven't the slightest idea,' said the Hatter.
    
      `Nor I,' said the March Hare.
    
      Alice sighed wearily.  `I think you might do something better
    with the time,' she said, `than waste it in asking riddles that
    have no answers.'
    
      `If you knew Time as well as I do,' said the Hatter, `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)
  3. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    Alice again.
    
      `No, I give it up,' Alice replied:  `what's the answer?'
    
      `I haven't the slightest idea,' said the Hatter.
    
      `Nor I,' said the March Hare.
    
      Alice sighed wearily.  `I think you might do something better
    with the time,' she said, `than waste it in asking riddles that
    have no answers.'
    
      `If you knew Time as well as I do,' said the Hatter, `you
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  4. src/cmd/go/alldocs.go

    //
    // The go command will automatically download modules as needed during ordinary
    // execution. The "go mod download" command is useful mainly for pre-filling
    // the local cache or to compute the answers for a Go module proxy.
    //
    // By default, download writes nothing to standard output. It may print progress
    // messages and errors to standard error.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.5.md

    * The SubjectAccessReview API passes subresource and resource name information to the authorizer to answer authorization queries. ([#40935](https://github.com/kubernetes/kubernetes/pull/40935), [@liggitt](https://github.com/liggitt))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  6. src/main/webapp/js/admin/popper.min.js.map

    src/modifiers/hide.js","../../src/modifiers/applyStyle.js"],"sourcesContent":["/**\n * Check if the given variable is a function\n * @method\n * @memberof Popper.Utils\n * @argument {Any} functionToCheck - variable to check\n * @returns {Boolean} answer to: is a function?\n */\nexport default function isFunction(functionToCheck) {\n  const getType = {};\n  return (\n    functionToCheck &&\n    getType.toString.call(functionToCheck) === '[object Function]'\n  );\n}\n","/**\n * Get CSS computed property...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 121K bytes
    - Viewed (0)
  7. src/net/http/server.go

    // buffered data. More generally, we could short-circuit from (1) to
    // (3) even in chunking mode if the write size from (1) is over some
    // threshold and nothing is in (2).  The answer might be mostly making
    // bufferBeforeChunkingSize smaller and having bufio's fast-paths deal
    // with this instead.
    func (w *response) Write(data []byte) (n int, err error) {
    	return w.write(len(data), data, "")
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  8. src/runtime/proc.go

    	// an event. The end result is that the events could appear
    	// out of order, and the tracer generally assumes the scheduler
    	// takes care of the ordering between GoPark and GoUnpark.
    	//
    	// The answer here is simple: emit the event while we still hold
    	// the _Gscan bit on the goroutine. We still need to traceAcquire
    	// and traceRelease across the CAS because the tracer could be
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top