Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for XiX (0.02 sec)

  1. src/strings/replace_test.go

    	)
    	testCases = append(testCases,
    		testCase{gen1, "fooaaabar", "foo3[aaa]b1[a]r"},
    		testCase{gen1, "long, longerst, longer", "short, most long, medium"},
    		testCase{gen1, "xxxxx", "xxxxX"},
    		testCase{gen1, "XiX", "YiY"},
    		testCase{gen1, "", ""},
    	)
    
    	// gen2 has multiple old strings with no pairwise common prefix.
    	gen2 := NewReplacer(
    		"roses", "red",
    		"violets", "blue",
    		"sugar", "sweet",
    	)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 22:53:05 UTC 2017
    - 14.1K bytes
    - Viewed (0)
  2. src/testdata/Isaac.Newton-Opticks.txt

    thing, being useful for understanding the next part of this Book, was
    here to be set down. And for the same reason I add the two following
    Propositions.
    
    
    PROP. XIX.
    
    _If any sort of Rays falling on the polite Surface of any pellucid
    Medium be reflected back, the Fits of easy Reflexion, which they have at
    the point of Reflexion, shall still continue to return; and the Returns
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  3. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    reflected or transmitted at their subsequent Incidence upon any other pellucid Medium. Which thing, being useful for understanding the next part of this Book, was here to be set down. And for the same reason I add the two following Propositions. PROP. XIX. _If any sort of Rays falling on the polite Surface of any pellucid Medium be reflected back, the Fits of easy Reflexion, which they have at the point of Reflexion, shall still continue to return; and the Returns shall be at distances from the point...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top