search for: word_count

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

2006 Feb 07
0
Link_to_remote with dynamic textbox
...value. I''d like to be able to use a link_to_remote item to update the item. However, I can''t figure out how to pass the parameter to my "replace" action in my controller. I''ve tried: link_to_remote( suggest_item, :update => "id__#{word_count}", :url => { :action => ''replace'', :id => word_count, :with => "$(''replacement_text'').value" } but the literal "$(''replacement_text'').value" gets submit...
2012 Jan 25
1
Re: docs: Remove outdated LaTex documentation.
...ser <keir@xen.org> > # Date 1327506767 0 > # Node ID 4271634e4c86568b6bf2241ebf9be4a82ab430bf > # Parent a2a8089b1ffbf5757ca3191cb8f74a5f1ed7fed1 > docs: Remove outdated LaTex documentation. Nice. > @@ -82,7 +70,7 @@ > $(MAKE) -C xen-api clean > rm -rf .word_count *.aux *.dvi *.bbl *.blg *.glo *.idx *~ > rm -rf *.ilg *.log *.ind *.toc *.bak core I''d hazard a guess that all of these, apart from *~, are latex droppings too. Ian.
2011 Nov 17
29
[PATCH 00 of 17] Documentation updates
The following series flushes my documentation queue and replaces previous postings of those patches. The main difference is that the xl cfg file is now formatted using POD instead of markdown and presented as a manpage. I have setup a cron job to build docs/html and publish it at http://xenbits.xen.org/docs/unstable/ (it''s a bit bare right now). The motivation for some of these patches