Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 185 for Paint (4.07 sec)

  1. test/fixedbugs/issue19515.go

    	if a > b {
    		return 0
    	}
    	return 1
    }
    
    type TransformMatrix [6]float32
    
    type Paint struct {
    	xform      TransformMatrix
    	feather    float32
    	innerColor Color
    	outerColor Color
    }
    
    func BoxGradient(x, y, w, h, f float32, iColor, oColor Color) Paint {
    	return Paint{
    		xform:      TransformMatrix{9, 0, 0, 0, x, y},
    		feather:    maxF(1.0, f),
    		innerColor: iColor,
    		outerColor: oColor,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 14 22:55:52 UTC 2017
    - 931 bytes
    - Viewed (0)
  2. pkg/ctrlz/assets/templates/home.html

        <tr>
            <td>Current Time</td>
            <td id="CurrentTime"></td>
        </tr>
    
        <script>
            // we do this so there's a useful date in the table, which avoids things shifting around during initial paint
            var d = new Date().toLocaleString();
            document.getElementById("CurrentTime").innerText = d;
        </script>
    
        <tr>
            <td>Hostname</td>
            <td>{{.Hostname}}</td>
        </tr>
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  3. pkg/ctrlz/topics/assets/templates/mem.html

            <td>The time the last garbage collection finished.</td>
        </tr>
    
        <script>
            // we do this so there's a useful date in the table, which avoids things shifting around during initial paint
            let d = new Date().toLocaleString();
            document.getElementById("LastGC").innerText = d;
        </script>
    
        <tr>
            <td>PauseTotalNs</td>
            <td id="PauseTotalNs">{{.PauseTotalNs}} ns</td>
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  4. JavadocStyleGuide.md

    One blank line—that is, a line containing only the aligned leading asterisk (`*`)—appears between the last paragraph and before the group of block tags if present:
    
    ```java
    /**
     * that draw the image will incrementally paint on the screen.
     *
     * @param  url  an absolute URL giving the base location of the image
     */
    ```
    
    Each paragraph is denoted by a `<p>` which is placed on a separate line:
    
    ```java
    /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 15:43:07 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  5. src/main/webapp/css/font-awesome.min.css

    efore{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 55.8K bytes
    - Viewed (0)
  6. src/main/webapp/css/admin/font-awesome.min.css

    efore{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 55.8K bytes
    - Viewed (0)
  7. src/encoding/gob/encoder_test.go

    	in  any
    	out any
    	err string
    }
    
    var singleTests = []SingleTest{
    	{17, &testInt, ""},
    	{float32(17.5), &testFloat32, ""},
    	{"bike shed", &testString, ""},
    	{[]string{"bike", "shed", "paint", "color"}, &testSlice, ""},
    	{map[string]int{"seven": 7, "twelve": 12}, &testMap, ""},
    	{[7]int{4, 55, 0, 0, 0, 0, 0}, &testArray, ""}, // case that once triggered a bug
    	{[7]int{4, 55, 1, 44, 22, 66, 1234}, &testArray, ""},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  8. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    because it inclines to yellow, the Excess of the yellow-making Rays whereby 'tis tinged with that Colour, being mixed with the faint blue between S and T, will draw it to a faint green. And so the Colours in order from P to [Greek: t] ought to be violet, indigo, blue, very faint green, white, faint yellow, orange, red. Thus it is by the computation: And they that please to view the Colours made by a Prism will find it so in Nature. These are the Colours on both sides the white when the Paper is held...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  9. pkg/ctrlz/assets/static/css/fontawesome-all-5.0.6.css

    fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f3d8"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-paragraph:before{content:"\f1dd"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 33.9K bytes
    - Viewed (2)
  10. src/testdata/Isaac.Newton-Opticks.txt

    because it inclines to yellow, the Excess of the yellow-making Rays
    whereby 'tis tinged with that Colour, being mixed with the faint blue
    between S and T, will draw it to a faint green. And so the Colours in
    order from P to [Greek: t] ought to be violet, indigo, blue, very faint
    green, white, faint yellow, orange, red. Thus it is by the computation:
    And they that please to view the Colours made by a Prism will find it so
    in Nature.
    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