search for: subpag

Displaying 20 results from an estimated 56 matches for "subpag".

Did you mean: subpage
2006 Nov 04
1
acts_as_tree repeats
...ler I have: --- def index @pages = Page.find(:all) end --- in the model for Page I have ofcourse: --- acts_as_tree :order => "position" --- in the helper I have; --- def list_all_pages(pages) if pages.size > 0 ret = "<ul>\n" pages.each do |subpage| ret += "<li>\n" ret += link_to h(subpage.name)+" ("+subpage.children.size.to_s+")", :action => ''edit'', :id => subpage ret += link_to "&nbsp;&nbsp;"+h("<add>"), :action =>'&...
2006 Mar 14
3
Returning Javascript
I have a page with some links on it that when clicked, loads a "subpage" in a div. This subpage contains some html and javascript. I see how using ajax.updater with evalscripts will run any standalone javascript on the subpage, but I do not have access to any of the javascript functions on that subpage. Is there some way I can make those javascript functions a...
2012 Aug 16
1
How to create subpages.
What I am trying to do is create subpages within the main page. So if the top navigation is - Home www.example.com/ - About www.example.com/about - Contact www.example.com/contact - Support www.example.com/support I would want a sub navigation under the pages like so; - Home www.example.com/ - About www.example.com/about -----...
2014 Dec 09
2
raw text Access for http://wiki.centos.org/AdditionalResources/Repositories, Please.
I would like to be given sufficient access to http://wiki.centos.org/AdditionalResources/Repositories that I may copy the raw text to a SubPage of my HomePage. I propose to edit the links on that SubPage and submit it for review by anyone who may have sufficient knowledge to validate my changes. I have yet to work with the RPM Package Manager, so I will be making edits that need to be reviewed for adequacy. -------------- next part ----...
2009 Sep 07
1
Making zh-tw subpages work
Dear Ralph, Can you remove the following pages, which were incorrectly capitalized during creation: * Manuals/ReleaseNotes/Centos5.3/ChineseTW * Manuals/ReleaseNotes/Centos4.8/ChineseTW * Manuals/ReleaseNotes/Centos4.7/ChineseTW In addition, can you enable automatic redirection for non-existent zh-tw pages? Thanks! Regards, Timothy Lee -------------- next part -------------- An
2020 May 13
0
[RFC v3 for QEMU] virtio-balloon: Add option cont-pages to set VIRTIO_BALLOON_VQ_INFLATE_CONT
...;< VIRTIO_BALLOON_PFN_SHIFT) > +#define CONT_PAGES_ORDER 9 > > typedef struct PartiallyBalloonedPage { > ram_addr_t base_gpa; > @@ -72,6 +73,8 @@ static void balloon_inflate_page(VirtIOBalloon *balloon, > RAMBlock *rb; > size_t rb_page_size; > int subpages; > + size_t inflate_size = BALLOON_PAGE_SIZE << balloon->current_pages_order; > + int pages_num; reverse christmas tree please. squash same types into a single line if possible. > > /* XXX is there a better way to get to the RAMBlock than via a > * hos...
2014 Dec 09
2
raw text Access for http://wiki.centos.org/AdditionalResources/Repositories, Please.
...ajb at elrepo.org> wrote: > On 9 December 2014 at 21:19, PatrickD Garvey <patrickdgarveyt at gmail.com> > wrote: > > I would like to be given sufficient access to > > http://wiki.centos.org/AdditionalResources/Repositories that I may copy > the > > raw text to a SubPage of my HomePage. > > > > I propose to edit the links on that SubPage and submit it for review by > > anyone who may have sufficient knowledge to validate my changes. > > > > I have yet to work with the RPM Package Manager, so I will be making > edits > > that...
2011 Nov 10
5
Grant a partial page
Hello, I to issue a grant on a page, but only partially. I have a pointer to somewhere in memory and need to issue the grant for such a pointer but not to the entire page. I know FLAG GTF_sub_page is used for that purpose but grant_entry_v1 apparently has no fields for sub_page, should I change the code to use Version 2 grant table entries? Thanks, Daniel -- +-=====---------------------------+
2006 Feb 14
2
CMS-like routing
...'d like to set up routes like /<section>/<article>. Using a route like map.connect '':section/:article'' works just fine, but I''ve also got an admin area that is accessed through the route ''admin''. Inside the admin area I''ve got subpages like admin/sections and admin/articles. This is conflicting with the other routes and I''m not able to write something like map.connect ''admin/:section'', :controller => ''admin/:section''. Any suggestions on this? -- Posted via http://www.ruby-fo...
2014 Dec 09
0
raw text Access for http://wiki.centos.org/AdditionalResources/Repositories, Please.
On 9 December 2014 at 21:19, PatrickD Garvey <patrickdgarveyt at gmail.com> wrote: > I would like to be given sufficient access to > http://wiki.centos.org/AdditionalResources/Repositories that I may copy the > raw text to a SubPage of my HomePage. > > I propose to edit the links on that SubPage and submit it for review by > anyone who may have sufficient knowledge to validate my changes. > > I have yet to work with the RPM Package Manager, so I will be making edits > that need to be reviewed for adequacy....
2014 Dec 09
0
raw text Access for http://wiki.centos.org/AdditionalResources/Repositories, Please.
...> >> On 9 December 2014 at 21:19, PatrickD Garvey <patrickdgarveyt at gmail.com> >> wrote: >> > I would like to be given sufficient access to >> > http://wiki.centos.org/AdditionalResources/Repositories that I may >> copy the >> > raw text to a SubPage of my HomePage. >> > >> > I propose to edit the links on that SubPage and submit it for review by >> > anyone who may have sufficient knowledge to validate my changes. >> > >> > I have yet to work with the RPM Package Manager, so I will be making >&g...
2006 Oct 17
3
Documenting USB tips -- Multi-card support
I would like to document adding multi-cardreader USB support. I would think that USB support should be added to tips & tricks: http://wiki.centos.org/TipsAndTricks Then a link to multi-cardreader support. My wiki name is RobertMoskowitz
2020 Aug 12
2
Opusfile Docs Not Displaying
The Opusfile docs do not seem to be showing after clicking links from the landing page Landing (works): https://opus-codec.org/docs/opusfile_api-0.12/index.html Subpage (blank content): https://opus-codec.org/docs/opusfile_api-0.12/group__stream__open__close.html -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/opus/attachments/20200812/2936dd3c/attachment.html>
2009 Feb 24
7
Add .html extension by default
Hi all, i would like to add the .html extension by default to all my resources. What is the best way to do that? The reason for this is that i need to download the generated sites via wget and i need the .html extension for the downloaded files. Also it would be nice if the link_to would automatically generate the links with .html... Thanks, Gerold
2017 Aug 07
1
[PATCH RESEND] mm: don't zero ballooned pages
...it is my absolute lack of familiarity with what the host actually does with balloon pages but I fail to see why the above matters at all. ksm will not try to merge sub page units (4k for hugetlb or a large base page). And if you need to hide the guest contents then the host can clear the respective subpage just fine. So could you be more explicit why MADV_DONTNEED matters at all? Also does any host actually share sub pages between different guests? This sounds like a bad idea to me in general. -- Michal Hocko SUSE Labs
2017 Aug 07
1
[PATCH RESEND] mm: don't zero ballooned pages
...it is my absolute lack of familiarity with what the host actually does with balloon pages but I fail to see why the above matters at all. ksm will not try to merge sub page units (4k for hugetlb or a large base page). And if you need to hide the guest contents then the host can clear the respective subpage just fine. So could you be more explicit why MADV_DONTNEED matters at all? Also does any host actually share sub pages between different guests? This sounds like a bad idea to me in general. -- Michal Hocko SUSE Labs
2007 Oct 03
2
Please review Network Virtualization page for Wikipedia
Hi Everyone - Here is a draft of the first of two "pages" that I will submit to Wikipedia. The first page is a general network virtualization page. From this page, I will contribute a subpage on the Crossbow projects. These two articles are the first of a number of online articles on Crossbow that I''ll be creating on behalf of the Crossbow iteam. The article uses Wikipedia''s recommended, encyclopedic style. It is essentially a survey. The attached file is in GenHTML...
2008 Sep 17
1
CentOS wiki/web changes
...here: http://wiki.centos.org/FrontPageProposal Ralph already criticized that there is too much text and I tend to agree. I would prefer to see an image instead and maybe a matrix of images. Maybe this is something for the Artwork team ? But next to the Frontpage we need decent subpages that structure eg. the Documentation or the Contribute section better. So we could need some help in that as well. + Improving the various download pages. At the moment the wiki Download page is a collection of links to static HTML pages that do not fit the rest of the wiki:...
2019 Mar 12
1
[RFC PATCH V2 5/5] vhost: access vq metadata through kernel virtual address
...t least on sparc they're tailored to ptrace assumptions > so then we'd need to evaluate what happens if this is used outside of > ptrace context. kmap has been used generally either to access whole > pages (i.e. copy_user_page), so ptrace may actually be the only use > case with subpage granularity access. > > #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ > do { \ > flush_cache_page(vma, vaddr, page_to_pfn(page)); \ > memcpy(dst, src, len); \ > flush_ptrace_access(vma, page, vaddr, src, len, 0); \ > } while (0) > > So...
2008 Oct 06
4
Opening of the wiki Part III(?) ...
...ails for that alias, so they can add the person requiring access to EditGroup. d) Which means that more people will be allowed to edit <http://wiki.centos.org/EditGroup> - all the people on the editorial team will be able to. e) All people which already have access to some pages or subpages of the wiki will be moved into the general EditGroup so they can edit anywhere on the wiki (which means that people have to take more care about what they edit where). I think we might want to take the front page out of the pages people can edit. So please: Add to the Contribution pa...