Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 272 for HEIGHT (0.12 sec)

  1. src/main/java/jcifs/smb1/http/ne.css

        a {
            display: block;
            float: left;
            width: 300px;
            height: 50px;
            padding: 2px;
            font-family: Verdana, sans-serif;
            font-size: 10pt;
            color: #000000;
            text-decoration: none;
        }
        a.plain {
            display: inline;
            float: none;
            width: auto;
            height: auto;
        }
        a.sort {
            display: block;
            float: left;
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 1.5K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/collect/TreeMultiset.java

          successor(this, right, succ());
          height = Math.max(2, height);
          distinctElements++;
          totalCount += count;
          return this;
        }
    
        private AvlNode<E> addLeftChild(@ParametricNullness E e, int count) {
          left = new AvlNode<>(e, count);
          successor(pred(), left, this);
          height = Math.max(2, height);
          distinctElements++;
          totalCount += count;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/img/warPluginTasks.graphml

            <y:ShapeNode>
              <y:Geometry height="30.0" width="140.0" x="180.0" y="0.0"/>
              <y:Fill color="#C3D9E6" transparent="false"/>
              <y:BorderStyle color="#000000" type="line" width="1.0"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  4. src/reflect/example_test.go

    	fmt.Printf("value: %+v\n", s)
    	fmt.Printf("json:  %s", w.Bytes())
    
    	r := bytes.NewReader([]byte(`{"height":1.5,"age":10}`))
    	if err := json.NewDecoder(r).Decode(s); err != nil {
    		panic(err)
    	}
    	fmt.Printf("value: %+v\n", s)
    
    	// Output:
    	// value: &{Height:0.4 Age:2}
    	// json:  {"height":0.4,"age":2}
    	// value: &{Height:1.5 Age:10}
    }
    
    func ExampleValue_FieldByIndex() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 19 20:04:36 UTC 2022
    - 4.5K bytes
    - Viewed (0)
  5. src/image/png/reader.go

    		img      image.Image
    	)
    	width, height := d.width, d.height
    	if d.interlace == itAdam7 && !allocateOnly {
    		p := interlacing[pass]
    		// Add the multiplication factor and subtract one, effectively rounding up.
    		width = (width - p.xOffset + p.xFactor - 1) / p.xFactor
    		height = (height - p.yOffset + p.yFactor - 1) / p.yFactor
    		// A PNG image can't have zero width or height, but for an interlaced
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:45 UTC 2023
    - 26K bytes
    - Viewed (0)
  6. src/image/png/example_test.go

    				level--
    			}
    			fmt.Print(levels[level])
    		}
    		fmt.Print("\n")
    	}
    }
    
    func ExampleEncode() {
    	const width, height = 256, 256
    
    	// Create a colored image of the given width and height.
    	img := image.NewNRGBA(image.Rect(0, 0, width, height))
    
    	for y := 0; y < height; y++ {
    		for x := 0; x < width; x++ {
    			img.Set(x, y, color.NRGBA{
    				R: uint8((x + y) & 255),
    				G: uint8((x + y) << 1 & 255),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 21 19:47:04 UTC 2016
    - 3.6K bytes
    - Viewed (0)
  7. subprojects/core/src/integTest/groovy/org/gradle/execution/taskgraph/WithRuleBasedTasks.groovy

                    println "Climbing \$steps steps"
                }
            }
    
            class JumpTask extends DefaultTask {
                @Internal
                int height = 0
                @TaskAction
                void print() {
                    println "Jumping \$height centimeters"
                }
            }
    
            class BrokenTask extends DefaultTask {
                BrokenTask() { throw new RuntimeException() }
            }
    """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 13 15:22:15 UTC 2019
    - 1.5K bytes
    - Viewed (0)
  8. src/main/webapp/css/bootstrap.min.css

    .w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Dec 25 08:05:52 UTC 2019
    - 155.8K bytes
    - Viewed (0)
  9. src/main/webapp/css/admin/bootstrap.min.css

    .w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 155.8K bytes
    - Viewed (0)
  10. src/image/gif/reader.go

    	//	if !frameBounds.In(imageBounds) { etc }
    	// but the semantics of the Go image.Rectangle type is that r.In(s) is true
    	// whenever r is an empty rectangle, even if r.Min.X > s.Max.X. Here, we
    	// want something stricter.
    	//
    	// Note that, by construction, left >= 0 && top >= 0, so we only have to
    	// explicitly compare frameBounds.Max (left+width, top+height) against
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 16:15:54 UTC 2024
    - 17.5K bytes
    - Viewed (0)
Back to top