similar to: Multiple choices inside the model

Displaying 20 results from an estimated 800 matches similar to: "Multiple choices inside the model"

2014 Sep 26
0
Patch to improve malformed vorbiscomment handling
On 26.9.2014 15:21, Erik de Castro Lopo wrote: > Janne Hyv?rinen wrote: > >> Patch v2, now handles more malformed cases. Original patch was for a >> file for which I had a sample from a user but this allows handling some >> manually broken test cases. > > Err, I'm getting warning messages on that patch: > > CC metadata_iterators.lo >
2014 Sep 26
0
Patch to improve malformed vorbiscomment handling
Patch v2, now handles more malformed cases. Original patch was for a file for which I had a sample from a user but this allows handling some manually broken test cases. On 25.9.2014 21:53, Janne Hyv?rinen wrote: > Here's a patch to allow flac and metaflac handle files with malformed > vorbiscomment metadata block. > > > _______________________________________________ >
2011 Jun 27
1
ACLs: Group ACL adds empty ACL for user of same name, why?
I'm playing around with ACLs, Groups and SOGo on Debian Stable, Dovecot 1.2.15. If I set an ACL for a group 'developers': 6 setacl "INBOX.Trash" "$developers" "lrsw" 6 OK Setacl complete. The dovecot-acl file for INBOX.Trash then contains a group setting for the group, and a user setting for a user of the same name, giving it no permissions.
2016 Dec 24
0
[PATCH] lib: Use a common function to validate strings.
--- python/Makefile.am | 5 ++++ src/appliance-kcmdline.c | 21 ++----------- src/drives.c | 65 +++++++---------------------------------- src/guestfs-internal-frontend.h | 3 ++ src/unit-tests.c | 40 +++++++++++++++++++++++++ src/utils.c | 50 +++++++++++++++++++++++++++++-- 6 files changed, 110 insertions(+), 74
2017 Jan 03
1
Re: [PATCH] lib: Use a common function to validate strings.
On Saturday, 24 December 2016 17:05:59 CET Richard W.M. Jones wrote: > --- > python/Makefile.am | 5 ++++ > src/appliance-kcmdline.c | 21 ++----------- > src/drives.c | 65 +++++++---------------------------------- > src/guestfs-internal-frontend.h | 3 ++ > src/unit-tests.c | 40 +++++++++++++++++++++++++ > src/utils.c
1998 Sep 08
2
Slow VC++ builds from Linux fileserver
We're using Samba 1.9.18p10 on a Linux 2.0.35 box as a fileserver chiefly for software development under VC++. Builds are done from the command line, not the IDE. I'm seeing rather slow build performance under NT4SP3. Build performance is fine under Win95. Build performance is also good when building from Samba 1.9.18p8 running on a Sun UltraSparc. To give some concrete figures, building
2007 Nov 02
0
5 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_as_array.h libswfdec/swfdec_as_date.c libswfdec/swfdec_as_date.h libswfdec/swfdec_as_initialize.as libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_filter.c
libswfdec/swfdec_as_array.c | 2 - libswfdec/swfdec_as_array.h | 2 - libswfdec/swfdec_as_date.c | 2 - libswfdec/swfdec_as_date.h | 2 - libswfdec/swfdec_as_initialize.as | 1 libswfdec/swfdec_as_interpret.c | 1 libswfdec/swfdec_as_object.c | 38 ++++++++++++++++++++++++-------- libswfdec/swfdec_filter.c
2003 Dec 17
1
samba 3.0.1 policies
Hi, We are considering samba 3.0.1 as a replacement for our old-hag Windows NT4.0 Server PDC. However, we do want some policy control, and from the samba 3.0.0 documentation (23.3), it says the only current functional policy is the password expirey. Is this still true in samba 3.0.1? Can an NT4.0 server be a backup domain controller to samba 3.0.1 PDC? That way we can keep the NT4 machine
2010 Jun 14
0
Documentation Bug: struct virSchedParameter missing value field
Hi, The libvirt documentation under http://libvirt.org/html/libvirt-libvirt.html#virSchedParameter fails to list the "value" member, even though that is kind of essential for using the struct. This is what the documentation says: struct virSchedParameter{ charfield[VIR_DOMAIN_SCHED_FIELD_LENGTH] field : parameter name int type : parameter type } This is how it looks in
1998 Feb 27
0
Fw: Bind failed when killing and restarting nmbd
-----Oorspronkelijk bericht----- Van: Reni Nieuwenhuizen <rnh@cpb.nl> Nieuwsgroepen: comp.protocols.smb Datum: vrijdag 27 februari 1998 14:26 Onderwerp: Bind failed when killing and restarting nmbd >Recently I get the message "bind failed on port 137 address already in use" >logged in the log.nmb. This happens nmbd gets killed (by me) and is >restarted by inetd (or
2008 Jan 08
1
Terminal Server entries in SambaPDC
Hello, is it possible to modify Terminal Server entries like 'Terminal Server Profile Path' and 'Terminal Server Home Directory' with 'pdbedit'? In case of 'yes', idd like to know the syntax. In case of 'no', can it be done otherwise (except for the usermanager in Windows)? Thanks in advance, Frank van Kruijl
2011 Apr 19
0
sterisk+SS7 Error: chan_dahdi.c: Unable to start PBX on DAHDI/288-1
Hi. Dont know if this is an Asterisk or Dahdi or LibSS7 Error. So Im writing to Asterisk List. If somebody knows where to search (dahdi lists or libSS7 lists) will be appreciated. Im getting this error after a certain time, My config is: Hardware: 3 Digium Quad E1 TE4XXP libss7 version: SVN-branch-1.0-r286 DAHDI Version: 2.4.0 Echo Canceller: Asterisk 1.6.2.14 CentOS release 5.5 (Final) Kernel
1998 May 01
0
R-beta: ps-graph in R and S confirmation
> > On Sat, 25 Apr 1998, Helgi Tomasson wrote: > > > I am creating postscript-graphics in R. When I import them into > > > a LATEX document it is impossible to get the caption close > > > to the figure. I run the same program in Splus, and no problem > > > of getting the caption just below the figure. Another thing, > > > the ps file that S
2005 Jan 30
2
Rinternals.h and iostream don't play nice together'
Hi, Consider the following file. ******************************* foo.cc ******************************* #include <R.h> #include <Rinternals.h> #include <iostream> ******************************* R CMD SHLIB foo.cc gives scads of errors. I've use C++ extensively with R before (using C linkage) but not with Rinternals.h. I'm puzzled. The errors make no sense to me. Am
2007 Jul 19
2
Subsetting dataframes
Dear all! W2k, R 2.5.1 I am working with an ongoing malting barley variety evaluation within Sweden. The structure is 25 cultivars tested each year at four sites, in field trials with three replicates and 'lattice' structure (the replicates are divided into five sub blocks in a structured way). As we are normally keeping around 15 varieties from each year to the next, and take in 10 new
2006 Apr 13
2
One model won''t work like the others, generating weird error
I''ve been banging my head against this for quite some time and can''t figure out what is going on. I''m doing up a web site based on Typo and adding in some custom controllers. I''m running Typo from trunk, so it''s using the version of rails in vendor/rails. Everything is going smoothly...until now. I have one model that JUST. WON''T. WORK.
2012 Apr 14
0
Call for Participation: ACM HPDC 2012
(Please accept our apologies if you receive this message multiple times) **** CALL FOR PARTICIPATION **** *************************************************************** *** ** EARLY REGISTRATION DEADLINE: May 25, 2012 (CET) ** *** *************************************************************** The 21st International ACM Symposium on
2012 Apr 14
0
Call for Participation: ACM HPDC 2012
(Please accept our apologies if you receive this message multiple times) **** CALL FOR PARTICIPATION **** *************************************************************** *** ** EARLY REGISTRATION DEADLINE: May 25, 2012 (CET) ** *** *************************************************************** The 21st International ACM Symposium on
1998 Apr 04
2
R-beta: standard-errors-glm
I have a small problem. I am running glm() in R-0.61.0 on Redhat 4.2. I want to get the standard errors from the output. If I do out <- glm(....) summary(out) I get the coefficients printed as well as their correlation matrix. If I do out$coefficients I get the coefficients out$fitted gives me the fitted values I can then assign the fitted values or the value of the estimated
2007 Nov 04
0
7 commits - libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h libswfdec/swfdec_text_field_movie_html.c
libswfdec/swfdec_text_field_movie.c | 135 +++++++++++++++++++++++++++---- libswfdec/swfdec_text_field_movie.h | 2 libswfdec/swfdec_text_field_movie_html.c | 1 3 files changed, 123 insertions(+), 15 deletions(-) New commits: commit 9ca546dd0eaab842f879ed3373ccceb7183688ac Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Sun Nov 4 16:13:30 2007 +0200 More