Displaying 5 results from an estimated 5 matches for "_templates".
Did you mean:
templates
2003 Aug 11
1
Rio Karma? Has anyone heard about this?
http://www.digitalnetworksna.com/shop/_templates/item_main_Rio.asp?model=220&cat=53
Bottom line 20GB player with Vorbis and FLAC support.
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
cont...
2008 Apr 07
4
Staff Manager tutorial from "Prototype and script.aculo.us" by Christophe Porteneuve
...nodes;
this.createDOMFragment(id, n);
if (n.children)
this.init(n.id, n.children);
}.bind(this));
},
......
In IE nothing works at all, though the tree loads properly
Here''s the full code of people.js:
---------------------------------------------
var Staff = {
_templates: {
person: new Template(
''<span class="person">'' +
''<input type="checkbox" name="item[]" value="#{id}" /
><span>#{name}</span></span>''),
group: new Template(
''...
2010 Aug 10
0
[LLVMdev] [RFC] Moving to Sphinx for LLVM and friends documentation (with partial implementation (in both 10pt and 12pt font)).
On Aug 8, 2010, at 11:29 PM, Michael Spencer wrote:
>
> What Do You Think?
> ------------------
>
> I realize that changing the documentation format is non-trivial, but I believe
> that the benefits are worth the effort. If we go forward with this I will finish
> the first two points above and work to integrate doxygen and keep everything
> running smoothly.
I strongly
2010 Aug 09
5
[LLVMdev] [RFC] Moving to Sphinx for LLVM and friends documentation (with partial implementation (in both 10pt and 12pt font)).
Moving the LLVM Documentation to Sphinx
=======================================
As a few of you that are on IRC already know, I have experimented with moving
the LLVM documentation over to `Sphinx <http://sphinx.pocoo.org/index.html>`__
from the current html form. I have moved almost all of the content over and have
begun "Sphinxifying" the documentation to correct links and make
2010 Aug 10
8
[LLVMdev] [RFC] Moving to Sphinx for LLVM and friends documentation (with partial implementation (in both 10pt and 12pt font)).
...on to other docs (which others might help out with).
>
> -Chris
Of course. I agree that it should be incremental. This really goes
with how this project should make its way into trunk. I was thinking
of making a docs/sphinx directory and putting {conf.py, index.rst, <a
few core docs>, _templates} in there. This will have no effect other
than adding the files. From there we can work on build system
integration and infrastructure.
The thing with "sphinxifying" is that a lot of it has to do with how
all of the documentation fits together, so it may be hard to get a
feel with only o...