search for: htmllist

Displaying 20 results from an estimated 23 matches for "htmllist".

2005 Oct 11
1
Post processing need for installing packages in rpms.
Hello, I maintain some packages in Fedora Extras for R related modules. Until R 2.2.0 I used for post processing (both after installing and removing the package) the following lines: %{_bindir}/R CMD perl %{_libdir}/R/share/perl/build-help.pl --htmllists cat %{_libdir}/R/library/*/CONTENTS > %{_libdir}/R/doc/html/search/index.txt Typically %{_bindir} is /usr/bin and %{_libdir} is /usr/lib or /usr/lib64 The purpose of those lines is to enable the access to the module documentation from R help. The first refers to html and the s...
2010 Aug 25
2
[PATCH] Virtio support
...abel "Restart VM Now? (pending current resource availability)", "restart_now", nil if @vm.state == Vm::STATE_RUNNING %> + </div> <!--[eoform:vm]--> <textarea id="storage_volumes_template" style="display:none;"> @@ -180,6 +192,7 @@ ${htmlList(pools, id)} jnic.name = "<%= rnic.network.name %>"; jnic.mac = "<%= rnic.mac %>"; jnic.ip = "<%= rnic.ip_address %>"; + jnic.virtio = <%= rnic.virtio ? 'true' : 'false' %&gt...
1999 Apr 01
2
Makefile fix on Solaris 2.7 (PR#155)
...x @rm -f $@ stamp-help stamp-html stamp-latex stamp-examples @echo "Building ALL documentation (help, HTML, LaTeX, R-Examples)" @$(MAKE) DOCS *************** *** 44,64 **** @RHOME=`cd $(top_builddir); pwd`; export RHOME; \ $${RHOME}/bin/build-help --htmllists @touch $@ stamp-help stamp-html stamp-latex stamp-examples ! stamp-help: $(srcdir)/*/man/*.Rd $(top_builddir)/library/LibIndex @rm -f $@ @OPTS="--nroff" $(MAKE) DOCS @touch $@ ! stamp-html: $(srcdir)/*/man/*.Rd @rm -f $@ @OPTS="--html&...
2010 Sep 21
1
[PATCH] Introduce ability to select any kind of nic model, not just default or virtio.
..._virtio_#{i}" %> - <%= label_tag "vm_network_config_virtio_#{i}", "Use virtio" %> + <div class="vm_network_config_ip"> + &nbsp; </div> <% if i != 0 %> @@ -196,7 +199,7 @@ ${htmlList(pools, id)} jnic.name = "<%= rnic.network.name %>"; jnic.mac = "<%= rnic.mac %>"; jnic.ip = "<%= rnic.ip_address %>"; - jnic.virtio = <%= rnic.virtio ? 'true' : 'false' %&gt...
2000 Mar 31
1
building a package
...tex example /R/TOOLS/MAKE.EXE -C ./help RHOME=/R/rw1000 PKGDIR=/R/rw1000/src/library RLIB=/R /rw1000/library contents-acepack perl Rd2contents /R/rw1000/src/library/acepack /R/rw1000/library/acepack/CONTENTS cat /R/rw1000/library/*/CONTENTS > /R/rw1000/doc/html/search/index.txt perl build.help -htmllists C:\R\rw1000\src\gnuwin32>path PATH=C:\R\TOOLS;C:\H-I586~1\BIN;C:\GCC-29~1.2\BIN;C:\PERL\BIN;C:\WINDOWS;C:\ WIND OWS\COMMAND;C:\DMI95\WIN32\BIN -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-F...
2010 Sep 02
1
[PATCH 1/1] Introduce an option to always pxe-boot a vm.
...t_device != BOOT_DEV_NETWORK || boot_device != BOOT_DEV_NETWORK_ALWAYS || nics.size > 0 + end diff --git a/src/app/views/vm/_form.rhtml b/src/app/views/vm/_form.rhtml index 7a46680..1ab6dda 100644 --- a/src/app/views/vm/_form.rhtml +++ b/src/app/views/vm/_form.rhtml @@ -351,7 +351,7 @@ ${htmlList(pools, id)} // only set value if we have a network to set it to and we've // selected a provision type requiring a net if(nics.length > 0 && - (e.target.value == "<%= Vm::PXE_OPTION_VALUE %>" || + (e.target.value == &q...
2001 Apr 27
1
INSTALL Problems
...]: Entering directory `/d/bin/cran/rw1022/src/gnuwin32/help' perl Rd2contents D:/bin/cran/tucker/tensor d:/bin/cran/rw1022/library/tensor/CONTENTS cat d:/bin/cran/rw1022/library/*/CONTENTS > d:/bin/cran/rw1022/doc/html/search/index.txt PERL5LIB=d:/bin/cran/rw1022/share/perl perl build.help -htmllists make[1]: Leaving directory `/d/bin/cran/rw1022/src/gnuwin32/help' make -C ./help RHOME=d:/bin/cran/rw1022 PKGDIR=D:/bin/cran/tucker RLIB=d:/bin/cran/rw1022/library chm-tensor make[1]: Entering directory `/d/bin/cran/rw1022/src/gnuwin32/help' PERL5LIB=d:/bin/cran/rw1022/share/perl perl buil...
1998 Oct 26
1
package help clobbers R help (html)
As with 0.62.3, when I install my dse package with documentation in 0.62.4 the html help in R/doc/html/function.html gets clobbered so that the regular R function help is not available. I was postponing a revised version of my dse library install in the hope that this might be fixed. Does anyone know if this is a simple problem that I can hope will be fixed soon, or should I consider a
2004 May 22
1
RPM post-install scripts to update R
...ey are installed) for doc in admin exts FAQ intro lang; do file=%{_infodir}/R-${doc}.info.gz if [ -e $file ]; then /sbin/install-info ${file} %{_infodir}/dir fi done # Update package indices %{_bindir}/R CMD perl %{_libdir}/R/share/perl/build-help.pl --htmllists %__cat %{_libdir}/R/library/*/CONTENTS > %{_libdir}/R/doc/html/search/index.txt One way to do what you want would be to add something like the following at the beginning: %post cat > /tmp/RPM_postinstall.R << EOF update.packages(ask=F) install.packages(c(&quot...
1998 Jun 19
1
DSE status
I have my DSE library working fairly well now with 0.62.1. It required a few changes because of the changes to R INSTALL and "xxx<-" functions. I would like to tar up a new version soon but 1/ for testing I have been using a kludge in .First.lib to select the first element of section - since I happen to know that is the element I need given the way I have $RLIBS set. This argument
2004 May 25
1
debian packages and html help on linux
I have a fresh installation of R from debian unstable packages. The html index found in /usr/lib/R/doc/html/index.html works in Mozilla and under the link of 'packages' on this page I have a list and corresponding links. However, it appears that not all packages I have installed from available deb files via apt-get, will get their link updated to this package index. Specifically, from
2009 Aug 04
3
[PATCH server] require at least one vm network if pxe booting
...div class="field_title"><label for="vm_nics" /></div> + <% if @nics.size > 0 %> <div id="vm_network_config_header"> <div id="vm_network_config_header_network">Network:</div> @@ -313,5 +316,25 @@ ${htmlList(pools, id)} $('#vm_network_config_select_<%= i %>').val("<%= @vm.nics[i].network_id %>").trigger('change'); <% } end %> + + // wire up provision select box to autoselect a network if necessary + $('#vm_provision...
2009 Jul 24
2
[PATCH server] add collapsable sections to vm form
...urce availability)", "start_now", nil if create or @vm.state == Vm::STATE_STOPPED %> <%= check_box_tag_with_label "Restart VM Now? (pending current resource availability)", "restart_now", nil if @vm.state == Vm::STATE_RUNNING %> @@ -103,7 +112,11 @@ ${htmlList(pools, id)} channel: 'STORAGE_VOLUME', refresh: VmCreator.returnToVmForm }); + + $('#vm_form .form_heading').bind('click', function(e){ + if(this === e.target){ + $(this).toggleClass('open').toggleClass('closed...
2001 Feb 23
0
cross building
...ents-gee make[1]: Entering directory `/a3/jyan/src/R-1.2.1/src/gnuwin32/help' perl Rd2contents /a3/jyan/gee /home/jyan/Rwinlibs/gee/CONTENTS cat /a3/jyan/src/R-1.2.1/library/*/CONTENTS > /a3/jyan/src/R-1.2.1/doc/html/search/index.txt PERL5LIB=/a3/jyan/src/R-1.2.1/share/perl perl build.help -htmllists make[1]: Leaving directory `/a3/jyan/src/R-1.2.1/src/gnuwin32/help' Then I zipped the package and installed it on a Win98 machine. But when I load the library, I got an error message: >library(gee) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared l...
2009 May 21
1
[PATCH server] Updated look and feel for empty grid views
...</div> </div> </div> diff --git a/src/app/views/hardware/show_storage.rhtml b/src/app/views/hardware/show_storage.rhtml index c9f46ad..94560d0 100644 --- a/src/app/views/hardware/show_storage.rhtml +++ b/src/app/views/hardware/show_storage.rhtml @@ -93,7 +93,7 @@ ${htmlList(pools, id)} } if (storage.indexOf($('#storage_selection_id').html()) != -1){ empty_summary('storage_selection', 'Storage Pool'); - } + } }, 'json'); } } @@ -110,7 +110,7 @@ ${htmlList(pools, id)}...
2009 Jun 19
0
[PATCH server] add toggable sections to vm form
...m.forward_vnc %> + </div> <div class="clear_row"></div> <%= check_box_tag_with_label "Start VM Now? (pending current resource availability)", "start_now", nil if create or @vm.state == Vm::STATE_STOPPED %> @@ -104,6 +129,16 @@ ${htmlList(pools, id)} refresh: VmCreator.returnToVmForm }); }); -</script> + toggle_visability_on_click('#vm_general_config', '#vm_general_section_link', 'General'); + toggle_visability_on_click('#vm_resources_config','#vm_resource_secti...
2009 Jun 19
1
[PATCH server] add collapsable sections to vm form
...;start_now", nil if create or @vm.state == Vm::STATE_STOPPED %> + <%= rcheck_box_tag_with_label "Restart VM Now? (pending current resource availability)", "restart_now", nil if @vm.state == Vm::STATE_RUNNING %> <!--[eoform:vm]--> @@ -104,6 +121,18 @@ ${htmlList(pools, id)} refresh: VmCreator.returnToVmForm }); }); -</script> + toggle_visability_on_click('#vm_general_config', '#vm_general_section_link', 'General'); + toggle_visability_on_click('#vm_resources_config', '#vm_resources_se...
2002 Jan 17
2
Problem building packages from source (WIN32)
...share/perl perl \ ../../../share/perl/Rd2contents.pl \ --os=windows -o C:/R/rw1040/library/vegan/CONTENTS C:/R/rw1040/src/gnuwin32/ve gan cat C:/R/rw1040/library/*/CONTENTS > C:/R/rw1040/doc/html/search/index.txt PERL5LIB=C:/R/rw1040/share/perl perl ../../../share/perl/build-help-windows.pl -htmllists make[1]: Leaving directory `/cygdrive/c/R/rw1040/src/gnuwin32/help' make -C ./help RHOME=C:/R/rw1040 PKGDIR=C:/R/rw1040/src/gnuwin32 RLIB=C:/R/rw104 0/library chm-vegan make[1]: Entering directory `/cygdrive/c/R/rw1040/src/gnuwin32/help' PERL5LIB=C:/R/rw1040/share/perl perl ../../../share/...
2009 Jul 30
1
[PATCH server] fixes to the multiple vm/nets component
...+ Add Another Network + </div> + <% else %> &nbsp;<b>No networks available</b> <% end %> + <div style="clear:both;"></div> <div class="clear_row"></div> @@ -134,189 +166,152 @@ ${htmlList(pools, id)} $(this).toggleClass('open').toggleClass('closed').next().slideToggle('slow'); } }); - }); /////////////////////////////////////////////////// vm networks config - // number of rows which we are currently displaying in...
1998 Jun 14
5
R-beta: R-0.62 is released
...) is more reasonable when max(x)-min(x) < 1e-10 max(|x|), and has a new argument "shrink.sml" for that case. o formatC(.) supports a new "fg" format for flexible non-exponential formatting. o etc/build-htmlpkglist has been integrated into etc/build-help (option --htmllists) o family gaussian(.) and inverse.gaussian(.) both accept several link arguments [J.Lindsey]. o The graphics function "tck" now produces effects just like those in S (e.g. par(tck=1) now produces grid lines). Since using "tck" produces nasty results in some circums...