search for: min_pag

Displaying 3 results from an estimated 3 matches for "min_pag".

Did you mean: min_lag
2010 Jun 11
24
[Xen-API] [XCP]: RC1 of XCP 0.5 available for testing
Hi everyone, The first release candidate of the Xen Cloud Platform (XCP) version 0.5 is now available for testing from: http://www.xen.org/products/cloud_source_0.5.html XCP-0.5 is intended to be a *stable* release, suitable for long-term production use. Please download this release candidate and give it a thorough workout! Cheers, Dave _______________________________________________ xen-api
2010 Jun 11
24
[Xen-API] [XCP]: RC1 of XCP 0.5 available for testing
Hi everyone, The first release candidate of the Xen Cloud Platform (XCP) version 0.5 is now available for testing from: http://www.xen.org/products/cloud_source_0.5.html XCP-0.5 is intended to be a *stable* release, suitable for long-term production use. Please download this release candidate and give it a thorough workout! Cheers, Dave _______________________________________________ xen-api
2006 Oct 17
0
[680] trunk/wxruby2/samples/printing/printing.rb: Cleaned up to use the Ruby naming convention, added #! line, now uses Wx default ID''s in standard menu items.
...;> end </span><span class="cx"> </span><span class="cx"> def get_page_info </span><del>- minPage = 1 - maxPage = 2 - selPageFrom = 1 - selPageTo = 2 - [minPage,maxPage,selPageFrom,selPageTo] </del><ins>+ min_page = 1 + max_page = 2 + sel_page_from = 1 + sel_page_to = 2 + [min_page,max_page,sel_page_from,sel_page_to] </ins><span class="cx"> end </span><span class="cx"> </span><span class="cx"> def draw_page_one(dc) </span&...