Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for bySize (0.47 sec)

  1. src/main/java/jcifs/smb1/smb1/SmbFile.java

                t2.snd_buf_size = t1.snd_buf_size;
            } else {
                t1.snd_buf_size = t2.snd_buf_size;
            }
    
            bsize = Math.min( t1.rcv_buf_size - 70, t1.snd_buf_size - 70 );
            b = new byte[2][bsize];
    
            try {
                copyTo0( dest, b, bsize, w, req, resp );
            } finally {
                w.write( null, -1, null, 0 );
            }
        }
    
    /**
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"beginner":                             "\U0001f530",
    	"belarus":                              "\U0001f1e7\U0001f1fe",
    	"belgium":                              "\U0001f1e7\U0001f1ea",
    	"belize":                               "\U0001f1e7\U0001f1ff",
    	"bell":                                 "\U0001f514",
    	"bell_pepper":                          "\U0001fad1",
    	"bellhop_bell":                         "\U0001f6ce\ufe0f",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    )
    
    type StartupInfo struct {
    	Cb            uint32
    	_             *uint16
    	Desktop       *uint16
    	Title         *uint16
    	X             uint32
    	Y             uint32
    	XSize         uint32
    	YSize         uint32
    	XCountChars   uint32
    	YCountChars   uint32
    	FillAttribute uint32
    	Flags         uint32
    	ShowWindow    uint16
    	_             uint16
    	_             *byte
    	StdInput      Handle
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.js

    t))})},write:function(t){if(this.dataSrcset&&1!==window.devicePixelRatio){var e=Ve(this.$el,"backgroundSize");!e.match(/^(auto\s?)+$/)&&j(e)!==t.bgSize||(t.bgSize=(i=this.dataSrcset,n=this.sizes,r=wi(Xn(n)),(o=(i.match(Jn)||[]).map(j).sort(function(t,e){return t-e})).filter(function(t){return r<=t})[0]||o.pop()||""),Ve(this.$el,"backgroundSize",t.bgSize+"px"))}var i,n,r,o},events:["resize"]},methods:{load:function(t){var e=this;t.some(function(t){return H(t.isIntersecting)||t.isIntersecting})&&(...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 130.5K bytes
    - Viewed (0)
  5. pkg/apis/batch/validation/validation_test.go

    		`America/Aruba`,
    		`America/Asuncion`,
    		`America/Atikokan`,
    		`America/Atka`,
    		`America/Bahia`,
    		`America/Bahia_Banderas`,
    		`America/Barbados`,
    		`America/Belem`,
    		`America/Belize`,
    		`America/Blanc-Sablon`,
    		`America/Boa_Vista`,
    		`America/Bogota`,
    		`America/Boise`,
    		`America/Buenos_Aires`,
    		`America/Cambridge_Bay`,
    		`America/Campo_Grande`,
    		`America/Cancun`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  6. src/crypto/sha512/sha512_test.go

    		"size:  a.out:  bad magic",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 03 21:17:08 UTC 2023
    - 105.6K bytes
    - Viewed (0)
Back to top