search for: _size_

Displaying 20 results from an estimated 20 matches for "_size_".

Did you mean: _size
2010 Mar 20
1
[MODULE] COM32 module to time null-dumping a file, v1.1
...ater version; incorporated herein by reference. + * + * ----------------------------------------------------------------------- */ + +/* + * cptime.c Version 1.1 + * + * Timed copy; read entire file then output total time, bytes transferred, + * and compute transfer rate. + * + * cptime [-s|-l] [-b _SIZE_] _FILE_... + * -s Change to simple output mode without computing transfer rate + * -l Change to long output mode (to allow for overriding previous -s) + * -b _SIZE_ use _SIZE_ for transfer size + * _FILE_... Space delimited list of files to dump + * + * Hisory: + * 1.1 Added -l and -b switches; mor...
2015 Feb 19
0
isohybrid and ISO images whose size is not a multiple of 2048 bytes vs. VirtualBox
...ly a maximum of 4 loops of calculations for the potential amount of Cylinders and the potential resulting isohybrid image size. Now, say we have a "good" set of potential CHS values such as 2048*255*63 so to calculate the resulting size of the isohybrid image. That's good for the _size_, but such amount of Cylinders is too big for the partition table. This condition should already be part of the source code (apologies, I am not a developer, so I don't have the knowledge to check whether this last assumption is true). Then you use the already-existing conditions so to use t...
2015 Feb 19
2
isohybrid and ISO images whose size is not a multiple of 2048 bytes vs. VirtualBox
Hi, Ady wrote: > my suggestion to modify the _amount_ of Cylinders was intended to > overcome the "by 4" (or rather, "by 2048") issue. Now i get your intention. You want to align the resulting ISO to 4 full cylinders in order to avoid the need for a cylinder size divisible by 4. This would work. But with -h 255 -s 63 it could waste up to 32,899,072 bytes. >
2015 Feb 19
0
isohybrid and ISO images whose size is not a multiple of 2048 bytes vs. VirtualBox
...ng > > isohybrid image? > > I mean non-traditional cylinder sizes. > Advised by hpa are 64x32 and 255x63, but i assume that he > was not aware of the problem of virtual DVD-ROMs not being > aligned to 2048-byte blocks. My suggestion considers whichever pair of H*S (Cylinder _size_) values (which are command-line parameters), so there is no contradiction between my suggestion and recommended Cylinder _sizes_. My suggestion is about the _amount_ of Cylinders. > > So in the light of this thread it would be nice if the advise > for 255x63 could be changed to 252x6...
2007 Jan 06
0
[838] trunk/wxruby2/doc/textile/artprovider.txtl: Add methods listing; rubyify examples; distinguish class methods
..."cx"> </span><span class="cx"> * _id_ ArtID unique identifier of the bitmap. </span><span class="cx"> * _client_ ArtClient identifier of the client (i.e. who is asking for the bitmap). </span><del>-This only servers as a hint. -* _size_ Preferred size of the bitmap. The function may return a bitmap of different -dimensions, it will be automatically rescaled to meet client''s request. </del><ins>+This only serves as a hint. +* _size_ Preferred size of the bitmap. The function may return a bitmap of different dim...
2015 Feb 19
2
isohybrid and ISO images whose size is not a multiple of 2048 bytes vs. VirtualBox
Hi, Ady wrote: > I am not so sure that using a different pair of '-h' and '-s' values > would be better than using 255/63. But 255 * 63 is not divisible by 4 and thus can cause trouble with virtual DVD-ROM. > Most BIOS and most partition editors would assume this geometry. I cannot tell for BIOSes, but partition editors have options to set heads-per-cyl and
2006 Dec 01
0
[768] trunk/wxruby2/doc/textile/checklistbox.txtl: Corrected constructor method signature
.... </span><span class="cx"> </span><span class="cx"> h4. Parameters </span><span class="lines">@@ -74,7 +67,6 @@ </span><span class="cx"> * _pos_ Window position. </span><span class="cx"> * _size_ Window size. If the default size (-1, -1) is specified then the window is sized </span><span class="cx"> appropriately. </span><del>-* _n_ Number of strings with which to initialise the control. </del><span class="cx"> * _choices_ An array of...
2010 May 14
1
skipping and not finding batched updates with extra --link-dest?
...9 May 12 17:50 $last/etc/samba/smbpasswd d7bc141404920cd330f1ae0aff96389f -rw------- 1 root root 6039 ??? 14 10:35 $NEW/etc/samba/smbpasswd d7bc141404920cd330f1ae0aff96389f where $NEW is the actual file being backed up, which should be in the receiving batch. Note that the new file is of the same _size_ as in $other, but with different content. As you can see, $last and $new has the same content but different timestamps. I suspect it is due to some bug in older rsync, or maybe some my inaccuracy - I don't know, but the fact it that yes, some dates mismatches. When I set the date for the $las...
2006 Nov 21
0
[745] trunk/wxruby2/doc/textile/choice.txtl: Correct ruby method signature for constructor, bit more explanatory text
.... </span><span class="cx"> </span><span class="cx"> h4. Parameters </span><span class="lines">@@ -75,7 +69,6 @@ </span><span class="cx"> * _pos_ Window position. </span><span class="cx"> * _size_ Window size. If the default size (-1, -1) is specified then the choice is sized </span><span class="cx"> appropriately. </span><del>-* _n_ Number of strings with which to initialise the choice control. </del><span class="cx"> * _choices_ An ar...
2007 Jun 26
0
[1082] trunk/wxruby2/doc/textile/hyperlinkctrl.txtl: Added HyperlinkCtrl and HyperlinkEvent documentation
...perlink") + +Creates the hyperlink control. + +h4. Parameters + +* _parent_ Parent window. Must not be . +* _id_ Window identifier. A value of ID_ANY indicates a default value. +* _label_ The label of the hyperlink. +* _url_ The URL associated with the given label. +* _pos_ Window position. +* _size_ Window size. If the DefaultSize is specified then the window is sized +appropriately. +* _style_ Window style. See "HyperlinkCtrl":hyperlinkctrl.html. +* _validator_ Window validator. +* _name_ Window name. + + +h3(#HyperlinkCtrl_gethovercolour). HyperlinkCtrl#get_hover_colour + + "C...
2006 Nov 21
0
[746] trunk/wxruby2/doc/textile/listbox.txtl: Correct ruby method signature for methods that accept an array of strings
.... </span><span class="cx"> </span><span class="cx"> h4. Parameters </span><span class="lines">@@ -97,7 +90,6 @@ </span><span class="cx"> * _pos_ Window position. </span><span class="cx"> * _size_ Window size. If the default size (-1, -1) is specified then the window is sized </span><span class="cx"> appropriately. </span><del>-* _n_ Number of strings with which to initialise the control. </del><span class="cx"> * _choices_ An array of...
2007 Apr 13
0
[954] branches/wxruby2/wxwidgets_282: Additions to Image API 2.6 -> 2.8, remove comment cruft
...%(arg-type)Integer% blue = -1) </span><span class="cx"> </span><del>-Changes the size of the image in-place without scaling it by adding either a border -with the given colour or cropping as necessary. The image is pasted into a new -image with the given _size_ and background colour at the position _pos_ -relative to the upper left of the new image. If _red = green = blue = -1_ -then use either the current mask colour if set or find, use, and set a </del><ins>+Changes the size of the image in-place without scaling it by adding either a bor...
2015 Feb 19
2
isohybrid and ISO images whose size is not a multiple of 2048 bytes vs. VirtualBox
...then it must get padded up to 136 cylinders. (Assumed -h 255 -s 63.) This is the theoretical minimum. Math-wise. > Now, say we have a "good" set of potential CHS values such as > 2048*255*63 so to calculate the resulting size of the isohybrid image. > That's good for the _size_, but such amount of Cylinders is too big for > the partition table. This condition should already be part of the > source code Both isohybrid programs check this already. After padding is added to size. The calculated padding cannot exceed cylinder 1024, as long as the input ISO does not...
2007 Mar 28
0
[925] branches/wxruby2/wxwidgets_282/doc/textile/filedialog.txtl: Improvements to doc from wxWidgets 2.8
...DIR*|Change the current working directory to the directory where the file(s) chosen by the user are.| - </del><ins>+* _style_ A dialog style. See FD_* styles for more info. </ins><span class="cx"> * _pos_ Dialog position. Not implemented. </span><ins>+* _size_ Dialog size. Not implemented. +* _name_ Dialog name. Not implemented. </ins><span class="cx"> </span><del>-*NB:* Previous versions of Widgets used @CHANGE_DIR@ by default -under MS Windows which allowed the program to simply remember the last -directory where user...
2007 Apr 13
0
[949] branches/wxruby2/wxwidgets_282: Changes in Gauge API 2.6->2.8, remove comment cruft in header
...teger range (maximum value) of the gauge. </del><ins>+* _range_ Integer range (maximum value) of the gauge. It is ignored when the gauge is used in indeterminate mode. </ins><span class="cx"> * _pos_ Window position. </span><span class="cx"> * _size_ Window size. </span><span class="cx"> * _style_ Gauge style. See "Gauge":gauge.html. </span><span class="lines">@@ -116,10 +130,6 @@ </span><span class="cx"> </span><span class="cx"> Returns the maxim...
2006 Dec 12
0
[785] trunk/wxruby2/doc/textile/window.txtl: Remove set_constraints, correct docs for set_dimensions and set_size
...ndicate that the existing -value should be used. -* _width_ Required width in pixels, or -1 to indicate that the existing -value should be used. -* _height_ Required height position in pixels, or -1 to indicate that the existing -value should be used. </del><span class="cx"> * _size_ "Size":size.html object for setting the size. </span><span class="cx"> * _rect_ "Rect":rect.html object for setting the position and size. </span><del>-* _sizeFlags_ Indicates the interpretation of other parameters. It is a bit list of the follo...
2007 Mar 21
0
[906] branches/wxruby2/wxwidgets_282: Wx::ComboBox API 2.6 -> 2.8, plus some doc corrections
...ow identifier. A value of -1 indicates a default value. </span><span class="cx"> * _value_ Initial selection string. An empty string indicates no selection. </span><span class="cx"> * _pos_ Window position. </span><span class="cx"> * _size_ Window size. If the default size (-1, -1) is specified then the window is sized </span><span class="cx"> appropriately. </span><del>-* _n_ Number of strings with which to initialise the control. </del><span class="cx"> * _choices_ An array of...
2007 Apr 30
0
[997] branches/wxruby2/wxwidgets_282: Window - 2.6 -> 2.8 API, new methods and deprecations; update doc
...+* _pos_ Window position. DefaultPosition indicates that Widgets </ins><span class="cx"> should generate a default position for the window. If using the Window class directly, supply </span><span class="cx"> an actual position. </span><del>-* _size_ Window size. DefaultSize is (-1, -1) which indicates that Widgets </del><ins>+* _size_ Window size. DefaultSize indicates that Widgets </ins><span class="cx"> should generate a default size for the window. If no suitable size can be found, the </span><spa...
2006 Nov 16
0
[741] trunk/wxruby2: Fix get_item_data, hiding TreeItemData messiness, fix GC-ing (Alex Fenton)
..._parent_ Parent window. Must be a valid Wx::Window, and not nil. </ins><span class="cx"> * _id_ Window identifier. A value of -1 indicates a default value. </span><span class="cx"> * _pos_ Window position. </span><span class="cx"> * _size_ Window size. If the default size (-1, -1) is specified then the window is sized </span><span class="lines">@@ -194,16 +215,11 @@ </span><span class="cx"> "TreeCtrl#create":treectrl.html#TreeCtrl_create, "Validator":validator.html </...
1997 Aug 28
16
Unsuscribe
...ytes. also, the > "created" time is marked as zero (unknown, or unmodified). also, the > access mode is 0x5704, which probably has _absolutely_ nothing to do with > the access modes listed for the SMB_QUERY_FILE_BASIC info level in the > cifs spec (cifs6.txt). also, the _size_ of the data section of the > response is 40 bytes on a w95 server, and we respond, as per the > cifs6.txt spec, with 36 bytes. > 3) the w95 server responds by taking the packet that the samba server > sent as a response, changes the response field to a query, and just... > feeds...