search for: page2

Displaying 20 results from an estimated 54 matches for "page2".

Did you mean: page
2005 Nov 18
6
wrong number of arguments (2 for 1) error message help
...:text, :null => true end end # right now we are displaying this flash for debugging purposes will probably remove it in the near future flash[:notice] = ''Item was successfully created.'' $itemnew = @item redirect_to :action => ''page2'' else render :action => ''new'' end end I am creating $itemnew as i could not get the item to pass on to the page2 action any other way. that code is here (this is where I have the problem) # called when the user clicks on next from the first...
2012 Jul 10
6
[PATCH RFC] Btrfs: improve multi-thread buffer read
...age into the page cache, it takes the responsibility to read the page''s data. And what''s more, reading a page needs a period of time to finish, in which other threads can slide in and process rest pages: t1 t2 t3 t4 add Page1 read Page1 add Page2 | read Page2 add Page3 | | read Page3 add Page4 | | | read Page4 -----|------------|-----------|-----------|-------- v v v v bio bio bio bio Now we have four bios...
2018 Apr 27
1
[FORGED] Extracting specified pages from a lattice ("trellis") object.
Hi Does this not do what you want ... ? allpages <- dotplot(variety ~ yield | year * site, data=barley, layout=c(2,2)) page2 <- allpages[1:2, 3:4] print(page2) Paul On 24/04/18 17:51, Rolf Turner wrote: > > On 24/04/18 15:17, Paul Murrell wrote: > >> Hi >> >> I think the subsetting works by giving you the panels for the >> corresponding levels of the conditioning variable(s).? Not...
2012 Jul 12
3
[PATCH v2] Btrfs: improve multi-thread buffer read
...age into the page cache, it takes the responsibility to read the page''s data. And what''s more, reading a page needs a period of time to finish, in which other threads can slide in and process rest pages: t1 t2 t3 t4 add Page1 read Page1 add Page2 | read Page2 add Page3 | | read Page3 add Page4 | | | read Page4 -----|------------|-----------|-----------|-------- v v v v bio bio bio bio Now we have four bios...
2006 Jan 11
6
How to display the error messages from the controller
I have a wizard which consists of two pages. To keep it simple let''s say that the first page asks the user to select a state from the drop down menu. In case the user doesn''t select any state, an error message needs to be displayed. Ideally I would like to do something like this. def new selected_value = params[:addevent][:state_id] if selected_value == "-1"
2006 Jan 08
9
URL/Site structure
Greetings, I''m fairly noob with rails and making my first DB driven site with it. I''m using the scaffold generator to develop the admin side of my site (admin_controller) I have three sections that I want to have the administrator edit, and I want to call these from the admin controller that has a layout with navigation to these three sections. When using the scaffold
2012 Jun 14
1
readHTMLTable function - unable to find an inherited method ~ for signature "NULL"
...y..for example, this code works fine a <-"http://www.zam.com/forum.html?forum=21&p=2" table_a <- readHTMLTable(a, header = TRUE, which = 1, stringsAsFactors = FALSE) but, this website gives me an error - b <-"http://www.mmo-champion.com/forums/266-General-Discussions/page2" table_b <- readHTMLTable(b, header = TRUE, which = 1, stringsAsFactors = FALSE) Error in function (classes, fdef, mtable) : unable to find an inherited method for function "readHTMLTable", for signature "NULL" I think this is due to the structure of the website but...
2006 May 28
2
"if" clause in the view - - - (for two objects)
Hi, sorry to bother you guys with a simple sytnax question; i have a loop of objects taking place (ie, for page in @pages....xxxxxxx....end) and a link associated to each pages so that in the end it looks like this: page1 (link) page2 (link) page3 (link) . . . page n (link) (all of this done by putting a simple ''link to'' in the for loop.) now i need to seperate two pages from the rest and link them to somewhere else than the rest(let''s say page1 and page2 with the corresponding id''s 1, 2 l...
2012 Feb 29
1
[PATCH 1/1] virtio: balloon: leak / fill balloon across S4
...date_balloon_size(vb); + return 0; +} + static int virtballoon_thaw(struct virtio_device *vdev) { - return init_vqs(vdev->priv); + return restore_common(vdev); } static int virtballoon_restore(struct virtio_device *vdev) { struct virtio_balloon *vb = vdev->priv; - struct page *page, *page2; - - /* We're starting from a clean slate */ - vb->num_pages = 0; /* * If a request wasn't complete at the time of freezing, this @@ -397,12 +413,7 @@ static int virtballoon_restore(struct virtio_device *vdev) */ vb->need_stats_update = 0; - /* We don't have these pa...
2012 Feb 29
1
[PATCH 1/1] virtio: balloon: leak / fill balloon across S4
...date_balloon_size(vb); + return 0; +} + static int virtballoon_thaw(struct virtio_device *vdev) { - return init_vqs(vdev->priv); + return restore_common(vdev); } static int virtballoon_restore(struct virtio_device *vdev) { struct virtio_balloon *vb = vdev->priv; - struct page *page, *page2; - - /* We're starting from a clean slate */ - vb->num_pages = 0; /* * If a request wasn't complete at the time of freezing, this @@ -397,12 +413,7 @@ static int virtballoon_restore(struct virtio_device *vdev) */ vb->need_stats_update = 0; - /* We don't have these pa...
2012 Oct 12
1
How to get rid of page 1 and 4 i.e Only dots pages while generating the graphs?
...m scale 18 1 0 1 226.153 Mean 8-item scale 18 1 0 2 213.41 Mean 8-item scale 18 1 0 4 206.781 Mean 8-item scale 18 1 0 While I am generating graphs for the above data I am getting four graphs in four pages in a pdf with the following programme. Page1: Only dots (No lines) Page2: Lines observed Page3: Lines observed Page4: Only dots (No lines) I want to get rid of page 1 and 4 i.e Only dots pages while generating the graphs. So that the pdf should contain only two pages(Page 2 & 3) Can anyone help? unique(Orange1$RESPSTAT) -> change pdf("CDAI Response.pdf&qu...
2020 Nov 03
0
[patch V3 25/37] mm/highmem: Provide kmap_local*
...ption are disabled. - * * Can be invoked from any context. * * Requires careful handling when nesting multiple mappings because the map * management is stack based. The unmap has to be in the reverse order of * the map operation: * - * addr1 = kmap_atomic(page1); - * addr2 = kmap_atomic(page2); + * addr1 = kmap_local_page(page1); + * addr2 = kmap_local_page(page2); * ... - * kunmap_atomic(addr2); - * kunmap_atomic(addr1); + * kunmap_local(addr2); + * kunmap_local(addr1); * * Unmapping addr1 before addr2 is invalid and causes malfunction. * @@ -88,10 +86,26 @@ static inline void...
2006 Nov 07
5
mechanize: 400 Bad Request
...1.8.4 (2005-12-24) [i386-mswin32] Windows 98SE Code ???? require ''rubygems'' require ''mechanize'' agent = WWW::Mechanize.new page = agent.get("https://www.frankfurter-fondsbank.de/login/Logon.jsp") ... login stuff... begin framePage = agent.click( page2.frames.text(''nav'') ) # This works not # framePage = agent.click( page2.frames.text(''head'') ) # This works rescue WWW::Mechanize::ResponseCodeError => ex puts ex.page.body end page2 looks like this ????????????????????? <!DOCTYPE HTML PUBLIC &qu...
2008 Nov 20
1
extracting data from a list of unformatted text files
Hi, I want to extract information from a number of text files in a folder. The files are named as : 82534.txt, 82555.txt, 8282787.txt etc. I give below a sample of the kind of the information in the text file : ######## #(a lot of preceding text) 2008-10-01????? 06:30:12??? ??? ??? ??? 2 of 3 page #(some lines of text - varies from file to file) sekvens??? 890 # lines of text sNo???? start???
2010 May 25
2
Site Navigation With Polymorphic Has Many Through
...parent and the child were polymorphic. Then a given childable object can find it''s parentable by going through the menu_items table. I want my nav to be able to do things like this: --Category1 ----SubCategory1 ------Product1 ------Product2 ----Product3 --Category2 ----Product4 --Page1 --Page2 --Page3 This is the current setup: MODELS class MenuItem < ActiveRecord::Base belongs_to :childable , :polymorphic => true belongs_to :parentable , :polymorphic => true acts_as_list :scope => :parentable_id end class Category < ActiveRecord::Base has_one :parent_menu_...
2018 Apr 24
0
[FORGED] Extracting specified pages from a lattice ("trellis") object.
On 24/04/18 15:17, Paul Murrell wrote: > Hi > > I think the subsetting works by giving you the panels for the > corresponding levels of the conditioning variable(s).? Note that, if > there is more than one conditioning variable, you will need more than > one subsetting index. > > For example, taking this plot with two conditioning variables and 12 > panels in
2006 Feb 21
7
accordion (outlook bar thingy) help
Does anybody have a solution that really works nice? I know about: http://wiki.script.aculo.us/scriptaculous/show/accordion%20feature but I was hoping someone had worked out the kinks. I''m really looking for something like: http://openrico.org/rico/demos.page?demo=rico_accordion Thanks for your time. Joe _______________________________________________ Rails-spinoffs mailing list
2018 Apr 24
2
[FORGED] Extracting specified pages from a lattice ("trellis") object.
Hi I think the subsetting works by giving you the panels for the corresponding levels of the conditioning variable(s). Note that, if there is more than one conditioning variable, you will need more than one subsetting index. For example, taking this plot with two conditioning variables and 12 panels in total ... dotplot(variety ~ yield | year * site, data=barley) ... this produces three
2017 Jul 31
5
[PATCH] mm: don't zero ballooned pages
On 07/31/2017 02:55 PM, Michal Hocko wrote: > On Mon 31-07-17 12:13:33, Wei Wang wrote: >> Ballooned pages will be marked as MADV_DONTNEED by the hypervisor and >> shouldn't be given to the host ksmd to scan. > Could you point me where this MADV_DONTNEED is done, please? Sure. It's done in the hypervisor when the balloon pages are received. Please see line 40 at
2017 Jul 31
5
[PATCH] mm: don't zero ballooned pages
On 07/31/2017 02:55 PM, Michal Hocko wrote: > On Mon 31-07-17 12:13:33, Wei Wang wrote: >> Ballooned pages will be marked as MADV_DONTNEED by the hypervisor and >> shouldn't be given to the host ksmd to scan. > Could you point me where this MADV_DONTNEED is done, please? Sure. It's done in the hypervisor when the balloon pages are received. Please see line 40 at