similar to: Replacing an html chunk with a different html chunk

Displaying 20 results from an estimated 200 matches similar to: "Replacing an html chunk with a different html chunk"

2006 Jan 08
0
RE: Replacing an html chunk with a different htmlchunk
Actually, I see there are two other prototype calls: Element.remove(''foo''); Which does a parentNode.removeChild(), and Element.update(''foo'', ''some html''); Which does element.innerHTML = ''some html'', and executes any script that is in the string you pass in. -----Original Message----- From:
2006 Jan 12
0
re: Good OOP and JS books / tutorials?
>>Can anyone recommend good books, online tutorials, or any other learning >>materials for Javascript - specifically Object Oriented Programming using >>JS? I''ve found the following site is a nice introduction for javascript newbies who have an OO background: http://www.multitask.com.au/people/dion/ Of course, the real ugly truths about javascript are a less
2007 Mar 01
9
Virtualisation
I'm building a new server at home to handle most of my internal requirements (mail, news, dns, dhcp, backups being the biggies). I also want it to host a couple of virtual servers which are allowed incoming connections from the internet (mail gateway, web server, ssh server); these are virtual so if a hacker _can_ break in then they're limited as to what they can see. At present the
2011 Aug 14
1
btrfs: failed to read chunk root
Hello, trying out btrfs on my linux installation. I am running Funtoo with Linux 3.0 kernel. After a reboot kernel panicked (no access to error log since it is my root volume that failed). I get this using a rescue cd (2.6.38, btrfs v 0.19) and then trying to mount : [  752.129118] btrfs bad tree block start 0 131072 [  752.129152] btrfs: failed to read chunk root on sda5 [  752.132190] btrfs:
2011 Jul 13
2
Adding vertical space before and after Sweave chunk
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt. Name: nicht verf?gbar URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110714/db3a6d2c/attachment.pl>
2009 Dec 09
0
R echo code chunk runs off the page using Lyx and Sweav
I somehow missed the response posted by Ben Bolker. He is quite correct (happily for me!): \SweaveOpts{keep.source=TRUE} in your LaTeX code will (I think) keep whatever manual formatting you do, in all code chunks (or use keep.source=TRUE) for particular code chunks of concern This information has made its way into the latest Sweave manual at http://www.statistik.lmu.de/~leisch/Sweave/.
2011 Sep 17
1
Extracting a a chunk of text from a pdf file
In an R script I need to extract some figures from many web pages in pdf format. As an example see http://www.terna.it/LinkClick.aspx?fileticket=TTQuOPUf%2fs0%3d&amp;tabid=435&amp;mid=3072 from which I would like to extract the "Totale: 1,025,823"). Is there any solution? Ciao Vittorio
2009 Nov 10
1
R echo code chunk runs off the page using Lyx and Sweave
I am not really sure where in the interactions this is handled, but I would like to keep echo-ed R code chunks from running past the right margin and off the page. I started with R and options(width=n), but this does not seem to do anything (in the context of a document -- line command works just fine). I have beating my head against different Lyx document settings without anything to
2003 Oct 09
0
Copy a chunk to 7C00 transfer execution to it
I want to use ISOLINUX and a COM32 image or a modified MEMDISK to copy a large chunk into RAM, and move a portion of this chunk (a COM program) down to 7C00h so that it can be executed similar to a boot sector. I've tried this with a COM32 image without much success, particularly due to my limited knowledge in Assembly. Any help would be greatly appreciated, but it would be even better if
2014 May 07
0
[Bug 929] New: sctp: --chunk-types is not supported.
https://bugzilla.netfilter.org/show_bug.cgi?id=929 Summary: sctp: --chunk-types is not supported. Product: nftables Version: unspecified Platform: x86_64 OS/Version: Debian GNU/Linux Status: NEW Severity: normal Priority: P5 Component: nft AssignedTo: pablo at netfilter.org ReportedBy:
2019 Mar 21
0
[PATCH] gpu/nouveau: empty chunk do not have a buffer object associated with them.
From: Jérôme Glisse <jglisse at redhat.com> Empty chunk do not have a bo associated with them so no need to pin/unpin on suspend/resume. This fix suspend/resume on 5.1rc1 when NOUVEAU_SVM is enabled. Signed-off-by: Jérôme Glisse <jglisse at redhat.com> Reviewed-by: Tobias Klausmann <tobias.johannes.klausmann at mni.thm.de> Tested-by: Tobias Klausmann
2019 Mar 23
0
Re: nbdkit & qemu 2.12: qemu-img: Protocol error: simple reply when structured reply chunk was expected
On Sat, Mar 23, 2019 at 12:21:11PM +0000, Richard W.M. Jones wrote: > On Sat, Mar 23, 2019 at 06:57:14AM -0500, Eric Blake wrote: > > And what workaround would that be? Looking at the qemu patch, the > > problem is that qemu asked for "base:allocation" and nbdkit replied with > > 0 contexts. The workaround would either be to reply with > > NBD_REP_ERR_UNSUP
2019 Mar 25
0
Re: nbdkit & qemu 2.12: qemu-img: Protocol error: simple reply when structured reply chunk was expected
[Removed public mailing list] On Mon, Mar 25, 2019 at 01:45:32PM -0400, John Snow wrote: > > > On 3/23/19 8:21 AM, Richard W.M. Jones wrote: > > On Sat, Mar 23, 2019 at 06:57:14AM -0500, Eric Blake wrote: > >> On 3/23/19 6:42 AM, Richard W.M. Jones wrote: > >>> (b) Try and get it fixed in RHEL. I filed a BZ already but I guess it > >>> won't
2017 Jun 13
0
skip chunk if "DRS linked attribute for GUID - DN not found"
On Tue, 2017-06-13 at 12:01 +0000, Andrej Gessel via samba wrote: > Hello everyone, > > i try to use Samba RODC(4.6.5) with W2K8R2. Windows AD has around > 35000 objects. My Samba machine is small one (ARM 32bit CPU) with > only 2GB physical memory, so i can’t join to the domain because of > expensive memory usage. > To solve this Problem, i decide to replicate only critical
2007 Mar 15
1
Sweave bug using 'FDR' in chunk label (PR#9567)
Full_Name: Kevin Coombes Version: 2.4.0 OS: Windows XP Submission from: (NULL) (143.111.22.24) I'm running R 2.4.0 on a Windows XP machine, with only the default packages loaded. Running Sweave or Stangle on the following Rnw file: -------------- % bug.Rnw \begin{document} Demonstrate an Sweave/Stangle bug. <<info>>= sessionInfo() @ <<getFDR>>= x <- 1 @
2020 Jun 11
0
tcltk image reading problem (on a mac?): [tcl] encountered an unsupported criticial chunk type "eXIf"
Happy enough for me on Mojave. On the off chance that you are picking up an old Tcl, do you see this? > tcl("info","tclversion") <Tcl> 8.6 -pd > On 11 Jun 2020, at 23:04 , Wayne Oldford <rwoldford at uwaterloo.ca> wrote: > > Hello everyone > > I am not sure when this appeared > (sometime post R 3.5.0 and after I switched to Mac OS
2020 Jun 12
0
tcltk image reading problem (on a mac?): [tcl] encountered an unsupported criticial chunk type "eXIf"
On 12/06/2020 03:49, Fox, John wrote: > Dear Simon, > >> On Jun 11, 2020, at 9:00 PM, Simon Urbanek <simon.urbanek at r-project.org> wrote: >> >> Wayne, >> >> that one is unrelated, but interesting - you can fix it with >> >> sudo install_name_tool -change \ >> /usr/local/lib:/opt/X11/lib/libtk8.6.dylib \ >>
2007 Feb 09
2
Could not read chunk size?
I''m running Edge Rails and I have it as an SVN External in my vendor directory. For the last few days I''ve been getting these errors when I try to deploy with Capistrano: ** [out :: myserver.org] svn: REPORT request failed on ''/svn/rails/!svn/vcc/default'' ** [out :: myserver.org] svn: REPORT of ''/svn/rails/!svn/vcc/default'': Could not read
2013 Sep 03
2
rsync -append "chunk" size
I'm transferring 1.1 Mb files over very poor GSM EDGE connection. My rsync command is: rsync --partial --remove-source-files --timeout=120 --append --progress --rsh=ssh -z LOCAL_FILE root at SERVER:REMOTE_PATH File on remote server "grows" in size in steps of 262144 bytes. That is a lot, because system needs to transfer at least 262144 (before compression) every time connection
2009 Mar 05
1
Chunk of text won't show up when compiling Rd file
Greetings - I am trying to document the "value" section of a function. The function returns a list, but the list itself also has attributes. I would like to itemize the list entries, and itemize the attributes, but in between I would like to have a sentence or two about the attributes in general. However, for some reason this intermediate sentence won't show up in the compiled