Displaying 20 results from an estimated 57 matches for "subpages".
Did you mean:
subpage
2006 Nov 04
1
acts_as_tree repeats
Hello Railslist,
I want to draw a simple single-table Acts_as_tree model.
I''ve read some articles about it and read the API docs, and now I''ve
got this running:
in controller 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
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 available
to the page?
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
----- H...
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
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
> * host...
2014 Dec 09
2
raw text Access for http://wiki.centos.org/AdditionalResources/Repositories, Please.
Excellent. Thank you; a most useful option of the MoinMoin wiki.
On Tue, Dec 9, 2014 at 1:26 PM, Alan Bartlett <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
>
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-foru...
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
2014 Dec 09
0
raw text Access for http://wiki.centos.org/AdditionalResources/Repositories, Please.
Oops, I copied the page with the acl of the original page, which, of
course, means I can't edit it. Lesson learned, I hope.
Could you please fix the acl so I may proceed with my edit? Sorry to be
such a bother. I'm more used to working on Wikimedia wiki's. My MoinMoin
skills are rusty.
On Tue, Dec 9, 2014 at 1:28 PM, PatrickD Garvey <patrickdgarveyt at gmail.com>
wrote:
>
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:
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
On Mon 07-08-17 10:44:50, David Hildenbrand wrote:
> On 03.08.2017 13:59, Wei Wang wrote:
> > This patch is a revert of 'commit bb01b64cfab7 ("mm/balloon_compaction.c:
> > enqueue zero page to balloon device")'
> >
> > Ballooned pages will be marked as MADV_DONTNEED by the hypervisor and
> > shouldn't be given to the host ksmd to scan.
2017 Aug 07
1
[PATCH RESEND] mm: don't zero ballooned pages
On Mon 07-08-17 10:44:50, David Hildenbrand wrote:
> On 03.08.2017 13:59, Wei Wang wrote:
> > This patch is a revert of 'commit bb01b64cfab7 ("mm/balloon_compaction.c:
> > enqueue zero page to balloon device")'
> >
> > Ballooned pages will be marked as MADV_DONTNEED by the hypervisor and
> > shouldn't be given to the host ksmd to scan.
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
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
On 2019/3/11 ??9:43, Andrea Arcangeli wrote:
> On Mon, Mar 11, 2019 at 08:48:37AM -0400, Michael S. Tsirkin wrote:
>> Using copyXuser is better I guess.
> It certainly would be faster there, but I don't think it's needed if
> that would be the only use case left that justifies supporting two
> different models. On small 32bit systems with little RAM kmap won't
>
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 page...