search for: tpl

Displaying 20 results from an estimated 36 matches for "tpl".

Did you mean: dpl
2005 Jul 01
1
Setting lattice boxplot's lines to black
Hi R users. I'm using the lattice library and I need a print version for my graphics. How Set I my boxplot's lines to black ???? tpl<-trellis.par.get("plot.line") tpl$col<-"black" trellis.par.set("plot.line", tpl) Don't work. Boxplot's lines aren't black. Thanks a lot. This is my script. library(lattice) # I set background's color to white tbg<-trellis.par.get(&quo...
2007 Dec 17
6
Checkbox array and Ajax.updater
..."4">HTML<br> <input type=checkbox name=list[] value="5">SQL<br> I want to send the value of list via ajax. My question is, what do I put in the ''parameters'' for Ajax.updater? I tried the following to no avail: new Ajax.Updater(''tpl'', url, { method: ''post'', parameters: {$F(''list'')}, }) Any help please? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To p...
2012 Feb 24
2
shell command with Robocopy error
...another and it returns multiple errors the code is models=c("1sFE1cFE","1sFE1cFEp") for(m in 1:length(models)){ shell(paste("robocopy C:\\Sim_Test_1\\Sim",models[m]," "," C:\\Sim_Test_1\\SimArchive\\Sim",dirnum,"\\pinrepstd *.std *.rep *.tpl *.pin *crap.txt",sep=""),wait=TRUE) } the errors are Warning messages: 1: running command 'C:\WINDOWS\system32\cmd.exe /c robocopy C:\Sim_Test_1\Sim1sFE1cFE C:\Sim_Test_1\SimArchive\Sim001\pinrepstd *.std *.rep *.tpl *.pin *crap.txt' had status 1 2: In shell(paste(&quot...
2006 Apr 27
4
how to make views changable
Hello I need to make site views changeable I found how to change layouts but it is not enough, becouse templates can use different ways to display and organize content. I found one way to do this, but i need to make subfolders in my ''view/layouts'', ''view/controller_name'' both and to create additional subfolder somewhere in ''public'' to put
2020 Jul 21
2
Example of Jitsi Desktop provisioning file
Hi, Le ven. 10 juil. 2020 à 16:56, Sylvain Boily <sylvain at wazo.io> a écrit : > > It probably can help you: > > https://github.com/wazo-platform/wazo-provd-plugins/blob/master/plugins/xivo-jitsi/1/templates/base.tpl > > Sylvain > > Yes, provided example was exactly what I was after ! Thank you very much ! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200721/d1da4ebd/attachment.html>
2006 Mar 15
4
[NQ] How to set an initial FK for a new item of something?
Hi all, running into a little problem here. I''ve a list of things with a "New thing" link beneath it. When you click that link, obviously, a new thing shall be created. Now, that works pretty fine for things that don''t have foreign keys, but for things that do it crashes, since there is not yet a thing.other_thing.name available. I suspect you can somewhere in
2019 Sep 09
0
[PATCH] autoconf tweaks for C99 compilers
...+ b/configure.ac @@ -173,6 +173,9 @@ AC_RUN_IFELSE([AC_LANG_SOURCE([[ #include <fcntl.h> #include <sys/types.h> #include <sys/wait.h> +#if HAVE_UNISTD_H +# include <unistd.h> +#endif int main(void) { @@ -197,7 +200,7 @@ int main(void) } wait(&status); unlink(tpl); - exit(WEXITSTATUS(status)); + return WEXITSTATUS(status); } ]])],[rsync_cv_HAVE_BROKEN_LARGEFILE=yes],[rsync_cv_HAVE_BROKEN_LARGEFILE=no],[rsync_cv_HAVE_BROKEN_LARGEFILE=cross])]) if test x"$rsync_cv_HAVE_BROKEN_LARGEFILE" != x"yes"; then @@ -366,7 +369,7 @@ int main(void)...
2006 Jan 22
2
Using register_template_handler to serve CSS files (Making ActionView handle .css as .rhtml)
Hi, I wanted to be able to use some Rails code inside CSS files, so I set up a controller (StylesController) to serve CSS files that reside inside the controller''s view folder when the browser requests /stylesheets/:action So in the controller I just define empty actions with the names I want my style sheets in (ie: def cooleffects end - that would respond to
2009 Dec 24
7
nested variables
Hi all! I have quation: how i may use nested variables/facts? For example, I have variable $iface. It''s variable declared in node brakets, and, use with defenition. iface may be eth0, eth1(Linux), em0, ... <freebsd>, ... is fact: facter | grep eth0 | grep mac macaddress_eth0 => 54:52:00:3D:CB:40 We don''nt know name of $iface in our module (to generate network
2020 Jul 10
2
Example of Jitsi Desktop provisioning file
Hello, 1. I'm looking for an (anomized) example of a Jitsi Desktop provisioning file compliant with Asterisk ? Jitsi Doc mentions it should adhere to Java properties file syntax (see [1]) but a working example would help. If this example file included the following settings, it would be perfect: - sip username, secret, authname, ... - codec G711, RFC2833 - BLF - local or remote phonebook -
2006 Mar 13
1
rendering templates outside defaultl views location
Hi, I''d like to accomplish the following situation (pseudo code): IF file /path/to/some/tpldit exists render that ELSE render file from default tpl dir END Should I override some built-in Rails methods for this or is there an easier (yet clean and DRY) way of doing this? I''ve done something similar for the assetTagHelper related functions using a tiny plugin that overri...
2007 Nov 20
1
Problems with Click'N Design 3D Afterburner - A CD Label Designer
To: All I'm trying to run /_Click'N Design 3D Afterburner_/. an application for CD labels and jacket design. It installs fine and it seems most of it runs OK except when it has to access template files - files with *.tpl extension. Those files contain the page layouts and paper sizes and are crucial to the application functioning. When trying to access a template the only error message the application gives is: "There was an error loading this template". When run from the shell prompt it prints a whol...
2014 May 13
2
Building extlinux (Syslinux 6.03-pre11)
...fortunately, extlinux.txt does not contain any information related to build procedures and dependencies. python /sources/syslinux-6.03pre11/com32/cmenu/menugen.py --input=/sources/syslinux-6.03pre11/com32/cmenu/test2.menu --output=test2.c --template=/sources/syslinux-6.03pre11/com32/cmenu/adv_menu.tpl make[4]: python: Command not found What are the dependencies besides python? Could using python be avoided while building extlinux? Thanks in advance, Alexey
2007 Sep 18
4
basic rdig setup
...exer with no errors using: rdig -c config/rdig_config.rb Both machines have an index dir at the rails root that has two files, segments and segments_0. Both files look like they have next to nothing in them. Both rdig_config.rb files look like: cfg.crawler.start_urls = [ ''http://domain.tpl/'' ] cfg.crawler.include_hosts = [ ''domain.tpl/'' ] cfg.index.path = ''./rdig_index'' cfg.verbose = true cfg.content_extraction = OpenStruct.new( :hpricot => OpenStruct.new( :title_tag_selector => ''title''...
2006 May 23
2
glmmADMB and the GPL -- formerly-- How to buy R.
...otice on this package although Anders states that he did not do so, and and he is certain that it was not originally included by him. In any event the R script is easily extracted from the package by those who know how to do so and we have no problem with making the ADMB-RE source to the exe (TPL file) available. In fact the original was on our web site but was modified as we made to program more robust to deal with difficult data sets. The compiled TPL file links with our proprietary libraries and we have no intention of providing the source for these, but that is exactly what Prof. R...
2007 Apr 20
1
[LLVMdev] llvm-gcc make check
Is 'make check' supposed to work with llvm-gcc? I get the following: autogen -T /users/dag/projects/cascade/compiler/llvm-gcc/fixincludes/check.tpl /users/dag/projects/cascade/compiler/llvm-gcc/fixincludes/inclhack.def Your shell is '/bin/tcsh'. AutoGen will attempt to use 'sh' /bin/sh ./check.sh /users/dag/projects/cascade/compiler/llvm-gcc/fixincludes/tests/base Fixed: testing.h Fixed: testing.h [...] Fixed: Xm/BaseClas...
2013 Jan 06
1
[PATCH] menugen: Make it compatible with Py3k
...rint "--output=<file> is the name of generated C source" - print "--template=<file> is the name of template to be used" - print - print "input and output default to - (stdin and stdout respectively)" - print "template defaults to adv_menu.tpl" + print(sys.argv[0]," [options]") + print("--input=<file> is the name of the .menu file declaring the menu structure") + print("--output=<file> is the name of generated C source") + print("--template=<file> is the name of t...
2009 Sep 03
3
Rdonlp2 package question
Previous versions have this question have partially bounced. I apologize if parts of this are showing up multiple times on the list. Another try ... There was at one time an R package called Rdonlp2 for solving constrained nonlinear programming problems. Both the objective function and the constraints could be nonlinear in the decision variables. The package is no longer in the CRAN list.
2009 Oct 10
2
[R-SIG-Mac] rnorm.halton
Hi all, I need to transform classic 32bit Fortran code to 64bit Fortran code, see the discussion [R-SIG-Mac] rnorm.halton. But I'm clearly a beginner in Fortran... Does someone already do this for his package? From here, http://techpubs.sgi.com/library/tpl/cgi-bin/getdoc.cgi?coll=linux&db=bks&fname=/SGI_Developer/Porting_Guide/ch03.html , I identify the following changes (Fortran types) to the Fortran code: - INTEGER to INTEGER*8 - REAL*8 to REAL*16 The code I would like to change is available on R forge here : http://r-forge.r-p...
2020 Jul 10
0
Example of Jitsi Desktop provisioning file
...isioning.html > > 2. Have ever tried passing some setting to installer (see [2]). Comments ? > > [2] https://desktop.jitsi.org/Documentation/MSIParameters.html It probably can help you: https://github.com/wazo-platform/wazo-provd-plugins/blob/master/plugins/xivo-jitsi/1/templates/base.tpl Sylvain