Search the web
Sign In
New User? Sign Up
ClearSilver
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1153 - 1188 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1153
Hi, The following configure command line leads to build failure on solaris SXDE 1/08 : ./configure --disable-apache --disable-perl --disable-ruby ...
brainwavestaff
Offline Send Email
Mar 13, 2008
8:39 am
1154
Solaris works, but you need to use gmake. Its also possible that we have some gcc specific constructs, I'd be happy to take patches to make them work on...
Brandon Long
blong42
Offline Send Email
Mar 13, 2008
6:40 pm
1158
I am working on a project with 2 UI frameworks: 1) a legacy one with perl + Template Toolkit 2) a second one in PHP, where we are adpoting ClearSilver. While...
xudong_yan
Offline Send Email
Mar 21, 2008
12:38 am
1159
um, I think you'd be better off writing something to convert the templates, rather then trying to extend clearsilver with a fairly differnet syntax. Brandon ...
Brandon Long
blong42
Offline Send Email
Mar 21, 2008
3:11 am
1163
Hi, I try to generate an array filled in a c cgi like this : char values[15][4]; int x; // populate values for (x = 0; x < 15; x++) { sprintf(values[x], "%d",...
Philippe Le Gal
philippe.legal@...
Send Email
Mar 25, 2008
11:39 pm
1164
... Have you tried: <?cs for: v in Values ?><?cs var: v ?><?cs /loop ?>...
Eric Brunson
ericbrunson
Offline Send Email
Mar 25, 2008
11:42 pm
1165
... [snip] ... The right syntax here is: <?cs loop:x=#0,#15 ?><?cs var:Values[x] ?><?cs /loop ?> or even: <?cs loop:x=15 ?><?cs var:Values[x] ?><?cs /loop ?> ...
Brandon Long
blong42
Offline Send Email
Mar 26, 2008
6:59 am
1166
... It's works...so simple... Thanks Philippe...
Philippe Le Gal
philippe.legal@...
Send Email
Mar 26, 2008
7:01 am
1167
Hi Brandon It works fine with the 'each' syntax. I'll try the loop syntax too just to understand it. Is there a bank of examples online with program in C and...
Philippe Le Gal
philippe.legal@...
Send Email
Mar 26, 2008
7:55 am
1168
There are in-line examples in the documentation, but not much from C, its mostly from the HDF directly. Brandon ... -- "Patriotism is the virtue of the...
Brandon Long
blong42
Offline Send Email
Mar 26, 2008
6:03 pm
1169
Brandon Long wrote: On 03/25/08 Eric Brunson uttered the following other thing: Philippe Le Gal wrote: Hi, I try to generate an array filled in a c cgi like...
Eric Brunson
ericbrunson
Offline Send Email
Mar 26, 2008
6:16 pm
1170
Hi, the debian package checker lintian complained about some manpage format problems in the clearsilver package. Attached you find a patch that fixes these...
Lars Kruse
joerg_karoll
Offline Send Email
Mar 27, 2008
8:33 am
1171
Hello All, As you all probably know there is no HDF node attribute manipulating facilities for templates. It may be so because nobody needs them, but, well, it...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
Mar 28, 2008
7:00 am
1172
... Oh, and here is how you use it: <?cs var:attr(variable, "attr_name") ?> Sincerely, Nick...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
Mar 28, 2008
7:02 am
1173
... So, the manpages are actually generated from the header comments using the python script at scripts/document.py I think most of these are just a matter of...
Brandon Long
blong42
Offline Send Email
Mar 29, 2008
1:15 am
1174
Hi, ... oh - good to know ... ... yes - lintian reported these errors as "manpage-has-bad-whatis-entry". They seem to hinder mandb to create the keyword based...
Lars Kruse
joerg_karoll
Offline Send Email
Mar 29, 2008
4:44 am
1175
Hi, The idea would be to be able to: - set a name of node like setbuf (namely, the hdf manages the memory buffer). - tell the hdf node not to free its name...
Sylvain Bertrand
sylvain.bertrand@...
Send Email
Mar 31, 2008
1:19 pm
1176
Hmm, I guess there could be a setbuf like call for name, that only set the name of the node... I'm not sure exactly how that would work (normally it wouldn't...
Brandon Long
blong42
Offline Send Email
Mar 31, 2008
5:42 pm
1177
Hello, the code in cs/ does not pass it's testsuite on amd64 machines, at least not on mine and a quick search on the net confirmed that others have the...
Thomas Regner
clearsilver@...
Send Email
Apr 30, 2008
8:42 pm
1178
... Yeah, that seems like a fine result. I've known about the issue, but didn't have a good idea of the "right" solution... the crc result would be different,...
Brandon Long
blong42
Offline Send Email
Apr 30, 2008
8:50 pm
1179
Hello, I'm using the Trac tool, and I'm having a problem that the solution given was to upgrade the ClearSilver from 0.9.14 to 0.10.x (to be more especific...
baison_hever
Offline Send Email
May 1, 2008
7:04 pm
1180
Here's the README.txt file in the python directory on how to compile on Windows. I'm not in front of a Windows box at the moment, so I can't test it for you: ...
Brandon Long
blong42
Offline Send Email
May 1, 2008
8:08 pm
1181
hello, while working on my own little c++ wrapper for clearsilver i came across a small inconsistence in hdf_copy(); it doesn't copy the source default value...
Mario Gliewe
mag@...
Send Email
May 8, 2008
5:31 pm
1182
Hey guys, In cgi_parse() there is a string comparison made when we have a POST request: if (type && !strcmp(type, "application/x-www-form-urlencoded")) //... ...
Ogla Sungutay
oglausa
Offline Send Email
May 17, 2008
10:44 pm
1183
I've seen this same problem. It would be more ideal if we parsed out the paramaters and made them available. According to RFC2045 they follow the RFC822 rules...
David Jeske
jeskeca
Offline Send Email
May 18, 2008
6:24 pm
1184
hello, I want to save unicode values in my HDF files to use them in my code (python code) and templates, but I don't now how can I do this. now, maybe because...
zeegco
Online Now Send Email
May 19, 2008
5:18 am
1185
If you use the utf-8 encoding for unicode, you can store values in HDF just fine. From python, you'd have to do something like: hdf.setValue("Foo",...
Brandon Long
blong42
Offline Send Email
May 20, 2008
9:14 pm
1186
Although I can't remember at the moment why I made that choice, it seems pretty clear that I intentionally didn't copy the source node, and changing it now...
Brandon Long
blong42
Offline Send Email
May 21, 2008
4:22 am
1187
... I suspect the attributes are not copied simply because hdf_copy was written before attributes existed. I don't understand Mario's use of the term "source ...
David Jeske
jeskeca
Offline Send Email
May 21, 2008
5:53 pm
1188
... Well, even if a node has subnodes, it still may have a value. hdf_obj_get() would be the function in question. Therefore, if the source node i'm copying...
Mario Gliewe
mag@...
Send Email
May 21, 2008
7:39 pm
Messages 1153 - 1188 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help