similar to: Sent larger than literal

Displaying 20 results from an estimated 100 matches similar to: "Sent larger than literal"

2006 Dec 17
0
unterminated string literal
Hello, I am not able to solve this problem on my own. I have a nested Div tag like this: <div id="training" > <div id="daytraining" >Training </div> </div> Some other elements should insert content here by: <%= content_tag("div" ,"Training",:id => "#{training.date.day}" , :onmouseover =>
2010 Sep 10
0
[PATCH] xl: remove another string literal from config struct
# HG changeset patch # User Ian Campbell <ian.campbell@citrix.com> # Date 1284126850 -3600 # Node ID d158e101baa1b3b2e0920a6476d1dae4d00b336b # Parent 69dd2d8cfa88f042a4a22fe37512a3214518c4ba xl: remove another string literal from config struct Broken by 22124:098790dd9327 "xl: use xlu_cfg_replace_string in a few more places" Signed-off-by: Ian Campbell
2013 Mar 05
0
[LLVMdev] how does llvm decide when to put something in the literal pool
For mips16, there is no simple way to create or operate on a 32 bit literal. Basically you have to load it from memory. So it seems like the default is that it would be in the machine constant pool but this is not the case. The port shares things with the mips32 and mips64 port so I don't think I did anything special here. How does llvm decide what goes in the machine constant pool and
2015 Aug 11
0
[Bug 2007] The literal string ${prefix}/bin appears in the user PATH under some circumstances
https://bugzilla.mindrot.org/show_bug.cgi?id=2007 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Damien Miller <djm at mindrot.org> --- Set all RESOLVED bugs to CLOSED with release
2018 Aug 06
0
Re: [PATCH] v2v: rhv-plugin: Use string literal concatenation
On Sun, Aug 05, 2018 at 04:37:31PM +0300, Nir Soffer wrote: > When splitting long strings over multiple lines, we can use string > literal concatenation instead of +. > > See https://docs.python.org/3/reference/lexical_analysis.html#string-literal-concatenation > --- > .gnulib | 2 +- I dropped the accidental gnulib part of this commit :-) Rich. >
2010 Mar 09
2
2.0beta3 10876:370ee9717a6c broke listen on literal IPv6 address
Hi, apparently the following change in dovecot hg * New revision (10876:370ee9717a6c) in dovecot Mercurial repository: - config: Forgot to add header file. broke listen = 83.170.6.69, 2001:1b10:1000::110:1:1 mail.svr02.mucip.net:~# dovecot -F -c /etc/dovecot/dovecot.conf doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:29: listen=..:port has been replaced by service {
2013 May 03
1
CATENATE mis-reads literal after bad URL
Dovecot-2.2.1 plus Timo's recent CATENATE and URLAUTH fixes mishandles literals after bad URLs. (As before remember that the "foobar" text below is really "foobarCRLF" hence the length of 8. Also, last time some MTA discarded an important single leading space character in the snippet I quoted so this time I'm prefixing all the lines to avoid that. In case it's
2016 Oct 12
2
Compound Literal - xlc and gcc differences can be patched
On 12/10/2016 07:51, Aki Tuomi wrote: > Please make your patch, if possible, viahttps://github.com/dovecot/core > as pull request. I am not really git "schooled", but I shall look into that. Many Thanks for being open to a "non-gcc" compiler! Michael
2005 Jun 08
1
How do I get a literal '%' in smb.conf
I have an AIX 5.2 system running samba 2.2.0 I have a directory /FIX010/%prt that I want to share. There is a symlink, /FIX010/pq to it. The path statement in smb.conf points to /FIX010/pq, and this used to work, but with the current version of samba the directory is seen as empty, and logging at level 3 shows an access denied error. I have tried 'path = /FIX010/%%prt' and 'path =
2006 Jan 23
1
[Bug 1675] New: rsync cannot cope with literal IPv6 addresses
Dear Sir or Madam, Currently, we are using Rsync 2.6.6. I wonder if this version is compatible with IPv6? I would really appreciate your feedback. Sincerely, Nurten Helvaci -------------- next part -------------- HTML attachment scrubbed and removed
2006 Jun 14
1
R ``literal'' comand
I know I am luddite when it comes to list-based languages, such as R. But, even these beasts must occasionally want to access objects at a literal level. For example, to a naive twit like me, x<--print (y) should deposit in x a literal print out of y; that is, x should contain the *results* of applying the print method to y (e.g., something like a tab (or space)-delimited flat
2014 Aug 07
1
Passing literal -cpu model string to qemu
On aarch64 with -M virt, the default CPU model is cortex-a15 (a 32 bit CPU). This is IMHO a stupid default, but there we are. Therefore most users will need to pass the `-cpu cortex-a53' or `-cpu cortex-a57' flag to qemu, depending on a complex formula of their host CPU and if they are using TCG or not. However I cannot work out how to pass this through libvirt. The obvious one would
2009 Jan 27
1
DO NOT REPLY [Bug 6067] New: IPv6 literal addresses broken
https://bugzilla.samba.org/show_bug.cgi?id=6067 Summary: IPv6 literal addresses broken Product: rsync Version: 3.0.4 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: arekm@maven.pl QAContact:
2018 Aug 06
0
Re: [PATCH] v2v: rhv-plugin: Use string literal concatenation
On Mon, Aug 06, 2018 at 12:11:31PM +0300, Nir Soffer wrote: > On Mon, Aug 6, 2018 at 11:02 AM Richard W.M. Jones <rjones@redhat.com> > wrote: > > > On Sun, Aug 05, 2018 at 04:37:31PM +0300, Nir Soffer wrote: > > > When splitting long strings over multiple lines, we can use string > > > literal concatenation instead of +. > > > > > > See
2023 Mar 28
1
[nbdkit PATCH 1/2] common/utils: document empty_vector compound literal assignment
We usually zero-initialize vectors like string_vector names = empty_vector; Allocating and zeroing separately is frequently useful however. Document the pattern string_vector names; names = (string_vector)empty_vector; where "(string_vector)empty_vector" is a compound literal. Link: http://mid.mail-archive.com/20230221183810.vjilfbmj3woqivlj at redhat.com Suggested-by: Eric
2008 Dec 09
2
unterminated string literal, how to properly send strings
I have a line like the following in my Rails view/template (generating JavaScript): <script type="text/javascript"> ... y = escape(''<%= h(e.error_desc) %>''); ... </script> Because some of the error_descs have newlines, the browser is receiving page code that looks like this: y = escape(''Information about the error. Another line in the
2012 May 12
0
[Bug 2007] New: The literal string ${prefix}/bin appears in the user PATH under some circumstances
https://bugzilla.mindrot.org/show_bug.cgi?id=2007 Bug #: 2007 Summary: The literal string ${prefix}/bin appears in the user PATH under some circumstances Classification: Unclassified Product: Portable OpenSSH Version: 6.0p1 Platform: All OS/Version: All Status: NEW Severity: normal
2007 Feb 05
4
DO NOT REPLY [Bug 1675] rsync cannot cope with literal IPv6 addresses
https://bugzilla.samba.org/show_bug.cgi?id=1675 luke-jr+sambabugs@utopios.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |luke- | |jr+sambabugs@utopios.org ------- Comment #2 from
2013 Feb 17
1
tidy.source() gets confused when # is not a comment but a part of a literal string?
I needed to clean someone else code and run it through tidy.source. It encountered a number of hangups which after some experimentation lead me to suspect that the culprit is # symbol when it is a part of literal string. For example if i copy the following to the clipboard confuse.tidy <-    function() {   txt <- 'abra # cadabra' } and run with default arguments >tidy.source()
2011 Oct 29
1
dovecot creating literal %d/%n/ folders
I have a virtual user test1. cat /etc/dovecot/users test1@<mydomain>:{PLAIN}test1pass:504:504::/home/vmail/%d/%n catchall@<mydomain>:{PLAIN}password:504:504::/home/vmail/%d/%n @<mydomain>:{PLAIN}password:504:504::/home/vmail/<mydomain>/catchall test1 at example.com:{PLAIN}test1pass:504:504::/home/vmail/%d/%n ls /home/vmail/%d/%n/mail cur dovecot.index.cache