Displaying 10 results from an estimated 10 matches for "li1".
Did you mean:
l1
2006 Mar 15
4
sub-selection with $
Hello,
I have 2 navigations ( mainnav and subnav ) with 2 lists
List have same names ( li0 li1 li2 )
What is the best way to select li1 of subnav with prototype 1.4 in this
case ? I just want to hide/show it
Thanks
<div id="mainnav">
<ul>
<li name="li0"><li name="li1"><li name="li2">
</ul>
</div>
<div i...
2012 Mar 09
2
[LLVMdev] How to keep FunctionPass analysis result alive in Module Pass?
...derstand some concept about PassManager. Basically I want to keep LoopInfo analysis result alive. Here is an example showing the problem I encountered, assuming I already addRequired<llvm::LoopInfo>() in getAnalysisUsage:
void foo(llvm::Function *F1, llvm::Function *F2) {
llvm::LoopInfo *LI1, LI2;
LI1 = &getAnalysis<llvm::LoopInfo>(*F1);
llvm::Loop* L1 = LI1->getLoopFor(F1->begin());
LI2 = &getAnalysis<llvm::LoopInfo>(*F2);
llvm::Loop* L2 = LI2->getLoopFor(F2->begin());
L1->dump(); // crash
L2->dump();
}
I checked why this program c...
2012 Mar 09
0
[LLVMdev] How to keep FunctionPass analysis result alive in Module Pass?
...oncept about PassManager. Basically I want to keep LoopInfo analysis result alive. Here is an example showing the problem I encountered, assuming I already addRequired<llvm::LoopInfo>() in getAnalysisUsage:
>
> void foo(llvm::Function *F1, llvm::Function *F2) {
> llvm::LoopInfo *LI1, LI2;
> LI1 =&getAnalysis<llvm::LoopInfo>(*F1);
> llvm::Loop* L1 = LI1->getLoopFor(F1->begin());
> LI2 =&getAnalysis<llvm::LoopInfo>(*F2);
> llvm::Loop* L2 = LI2->getLoopFor(F2->begin());
> L1->dump(); // crash
> L2->dump();
>...
2012 Mar 09
3
[LLVMdev] How to keep FunctionPass analysis result alive in Module Pass?
...PassManager. Basically I want to keep LoopInfo analysis result alive. Here is an example showing the problem I encountered, assuming I already addRequired<llvm::LoopInfo>() in getAnalysisUsage:
>>
>> void foo(llvm::Function *F1, llvm::Function *F2) {
>> llvm::LoopInfo *LI1, LI2;
>> LI1 = &getAnalysis<llvm::LoopInfo>(*F1);
>> llvm::Loop* L1 = LI1->getLoopFor(F1->begin());
>> LI2 = &getAnalysis<llvm::LoopInfo>(*F2);
>> llvm::Loop* L2 = LI2->getLoopFor(F2->begin());
>> L1->dump(); // crash
>&...
2016 Aug 03
6
[SCEV] getMulExpr could be extremely slow when creating SCEVs for a long chain of add/mul instructions
Hi,
I'm working on a slow-compile problem caused by SCEV (PR28830), and I need your suggestions on how to fix it. The loop below causes ScalarEvolution::getMulExpr to hang.
int get(unsigned n)
{
unsigned i, j, mult = 1;
for (i = 0; i < 1; i++) {
for (j = 0; j < 30; j++) {
mult *= n++;
}
}
return mult;
}
the inner loop is completed unrolled
2012 Mar 09
0
[LLVMdev] How to keep FunctionPass analysis result alive in Module Pass?
.... Basically I want to keep LoopInfo analysis result alive. Here is an example showing the problem I encountered, assuming I already addRequired<llvm::LoopInfo>() in getAnalysisUsage:
>>>
>>> void foo(llvm::Function *F1, llvm::Function *F2) {
>>> llvm::LoopInfo *LI1, LI2;
>>> LI1 =&getAnalysis<llvm::LoopInfo>(*F1);
>>> llvm::Loop* L1 = LI1->getLoopFor(F1->begin());
>>> LI2 =&getAnalysis<llvm::LoopInfo>(*F2);
>>> llvm::Loop* L2 = LI2->getLoopFor(F2->begin());
>>> L1->dump(...
2006 May 20
10
Changing the height of LI elements to achieve such an effect?
Hi Everybody,
I was wondering if there is such a work done with Scriptaculous/Prototype
before and if not how to achieve it?
Example : http://www.anatolip.com/
It is done with codes borrowed from moofx and his own codes.
Thanks in advance
Danial
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2004 Feb 17
2
Lattice graphics and strip function
I am looking for examples of code that demonstrates the fine tuning of
the strip panels in lattice graphics and uses plotmath characters. The
code for the graphic is as follows:
xyplot(lagy ~ n | rho1 * rho2, data= data, layout=c(2,6), span = 1,
xlab = "Sample Size", ylab = "Bias in the Coefficient for the Lag of X",
type = "o")
rho1 is a four level factor
2010 Sep 03
2
RFC: Lazy syntax for paragraphs, blockquotes and lists
...d via indentation, also has to
support the lazy syntax.
We will start with this document:
* This is one long long long long long long long long long line
This is one long long long long long long long long long line
* Another very very very very very very very very long line
LI1. After line wrapping:
* This is one long long
long long long long long
long long line
This is one long long
long long long long long
long long line
* Another very very very
very very very very very
long line
So line wrapping inside lists can also be ex...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking