Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for numFixed (0.16 sec)

  1. src/text/template/exec.go

    	}
    	typ := fun.Type()
    	numIn := len(args)
    	if !isMissing(final) {
    		numIn++
    	}
    	numFixed := len(args)
    	if typ.IsVariadic() {
    		numFixed = typ.NumIn() - 1 // last arg is the variadic one.
    		if numIn < numFixed {
    			s.errorf("wrong number of args for %s: want at least %d got %d", name, typ.NumIn()-1, len(args))
    		}
    	} else if numIn != typ.NumIn() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 21:22:24 UTC 2024
    - 32K bytes
    - Viewed (0)
  2. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    There may be also Colours produced by Composition, which are not fully like any of the Colours of homogeneal Light._ For a Mixture of homogeneal red and yellow compounds an Orange, like in appearance of Colour to that orange which in the series of unmixed prismatick Colours lies between them; but the Light of one orange is homogeneal as to Refrangibility, and that of the other is heterogeneal, and the Colour of the one, if viewed through a Prism, remains unchanged, that of the other is changed and...
    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/testdata/Isaac.Newton-Opticks.txt

    any of the Colours of homogeneal Light._
    
    For a Mixture of homogeneal red and yellow compounds an Orange, like in
    appearance of Colour to that orange which in the series of unmixed
    prismatick Colours lies between them; but the Light of one orange is
    homogeneal as to Refrangibility, and that of the other is heterogeneal,
    and the Colour of the one, if viewed through a Prism, remains unchanged,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
Back to top