Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 65 for moose (0.09 sec)

  1. testing/internal-integ-testing/src/test/groovy/org/gradle/integtests/fixtures/logging/comparison/ExhaustiveLinesSearcherTest.groovy

            given:
            comparer = ExhaustiveLinesSearcher.useUnifiedDiff()
            def expectedLines = ["cat", "bird", "dog"]
            def actualLines = ["kangaroo", "cat", "llama", "dog", "turtle", "cat", "moose", "dog"]
    
            when:
            comparer.assertLinesContainedIn(expectedLines, actualLines)
    
            then:
            PotentialMatchesExistComparisonFailure e = thrown(PotentialMatchesExistComparisonFailure)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  2. src/go/doc/comment/testdata/text.txt

    -- input --
    Hello, world
     Code block here.
    More text.
    Tight list
     - one
     - two
     - three
    Loose list
     - one
    
     - two
    
     - three
    
    # Heading
    
    More text.
    -- gofmt --
    Hello, world
    
    	Code block here.
    
    More text.
    Tight list
      - one
      - two
      - three
    
    Loose list
    
      - one
    
      - two
    
      - three
    
    # Heading
    
    More text.
    -- text --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:31:48 UTC 2022
    - 521 bytes
    - Viewed (0)
  3. src/cmd/vendor/rsc.io/markdown/list.go

    				b.loose = true
    				break Loose
    			}
    		}
    		for j, d := range c.Blocks {
    			endLine := d.Pos().EndLine
    			if j+1 < len(c.Blocks) {
    				if c.Blocks[j+1].Pos().StartLine-endLine > 1 {
    					b.loose = true
    					break Loose
    				}
    			}
    		}
    	}
    
    	if !b.loose {
    		for _, c := range blocks {
    			c := c.(*Item)
    			for i, d := range c.Blocks {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  4. src/go/doc/comment/testdata/list8.txt

    -- input --
    Loose lists.
      - A
    
        B
      - C
        D
      - E
      - F
    -- gofmt --
    Loose lists.
    
      - A
    
        B
    
      - C
        D
    
      - E
    
      - F
    -- text --
    Loose lists.
    
      - A
    
        B
    
      - C D
    
      - E
    
      - F
    -- markdown --
    Loose lists.
    
      - A
    
        B
    
      - C D
    
      - E
    
      - F
    -- html --
    <p>Loose lists.
    <ul>
    <li><p>A
    <p>B
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:31:48 UTC 2022
    - 335 bytes
    - Viewed (0)
  5. src/mime/mediatype_test.go

    			m("title", "This is ***fun***")},
    
    		{`message/external-body; access-type=URL; ` +
    			`URL*0="ftp://";` +
    			`URL*1="cs.utk.edu/pub/moore/bulk-mailer/bulk-mailer.tar"`,
    			"message/external-body",
    			m("access-type", "URL",
    				"url", "ftp://cs.utk.edu/pub/moore/bulk-mailer/bulk-mailer.tar")},
    
    		{`application/x-stuff; ` +
    			`title*0*=us-ascii'en'This%20is%20even%20more%20; ` +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 26 17:58:37 UTC 2022
    - 18.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/github.com/google/pprof/third_party/svgpan/svgpan.js

     * ======================
     *
     * Given an unique existing element with id "viewport" (or when missing, the 
     * first g-element), including the the library into any SVG adds the following 
     * capabilities:
     *
     *  - Mouse panning
     *  - Mouse zooming (using the wheel)
     *  - Object dragging
     *
     * You can configure the behaviour of the pan/zoom/drag with the variables
     * listed in the CONFIGURATION section of this file.
     *
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 7K bytes
    - Viewed (0)
  7. src/strings/search_test.go

    			"abc",
    			[256]int{'a': 2, 'b': 1, 'c': 3},
    			[]int{5, 4, 1},
    		},
    		{
    			"mississi",
    			[256]int{'i': 3, 'm': 7, 's': 1},
    			[]int{15, 14, 13, 7, 11, 10, 7, 1},
    		},
    		// From https://www.cs.utexas.edu/~moore/publications/fstrpos.pdf
    		{
    			"abcxxxabc",
    			[256]int{'a': 2, 'b': 1, 'c': 6, 'x': 3},
    			[]int{14, 13, 12, 11, 10, 9, 11, 10, 1},
    		},
    		{
    			"abyxcdeyx",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 01 21:52:00 UTC 2018
    - 1.9K bytes
    - Viewed (0)
  8. maven-core/src/test/java/org/apache/maven/lifecycle/internal/stub/AboutTheStubs.html

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
            "http://www.w3.org/TR/html4/loose.dtd">
    <!--
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership.  The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Jul 02 16:47:10 UTC 2021
    - 2.3K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    she had never done such a thing before, but she remembered having
    seen in her brother's Latin Grammar, `A mouse--of a mouse--to a
    mouse--a mouse--O mouse!'  The Mouse looked at her rather
    inquisitively, and seemed to her to wink with one of its little
    eyes, but it said nothing.
    
      `Perhaps it doesn't understand English,' thought Alice; `I
    daresay it's a French mouse, come over with William the
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  10. test/fixedbugs/issue31412a.go

    type Name string
    
    type EFunc func(int) int
    
    func Register(f EFunc, names ...Name) int {
    	return f(len(names))
    }
    
    const (
    	B Name = "B"
    )
    
    func RegisterIt() {
    	n := B + "Duck"
    	d := B + "Goose"
    	f := func(x int) int { return x + 9 }
    	Register(f, n, d)
    }
    
    func main() {
    	RegisterIt()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:17:26 UTC 2019
    - 531 bytes
    - Viewed (0)
Back to top