search for: nowrap

Displaying 20 results from an estimated 58 matches for "nowrap".

Did you mean: notrap
2012 Jun 26
4
ActionView::Template::Error (undefined method `strftime' for nil:NilClass)
...ters as a student. I''m using Ruby 1.9.3, Rails 3.2.1. Here''s the information from the log file. ActionView::Template::Error (undefined method `strftime'' for nil:NilClass): 28: <%- locals = {:enewsletter => enewsletter} %> 29: <td nowrap="nowrap" class=''enewsletter_name''><%= enewsletter.subscription.title %></td> 30: <td nowrap="nowrap"><%=enewsletter.title%></td> 31: <td...
2012 Jun 25
1
ActionView::Template::Error (undefined method `strftime' for nil:NilClass):
...ters as a student. I''m using Ruby 1.9.3, Rails 3.2.1. Here''s the information from the log file. ActionView::Template::Error (undefined method `strftime'' for nil:NilClass): 28: <%- locals = {:enewsletter => enewsletter} %> 29: <td nowrap="nowrap" class=''enewsletter_name''><%= enewsletter.subscription.title %></td> 30: <td nowrap="nowrap"><%=enewsletter.title%></td> 31: <td...
2004 Sep 12
0
[Fwd: login process died too early]
...whitout problems ;-))<br> Greetings<br> A. Roye<br> <br> -------- Original Message -------- <table cellpadding="0" cellspacing="0" border="0"> <tbody> <tr> <th valign="baseline" align="right" nowrap="nowrap">Subject: </th> <td>[Dovecot] login process died too early</td> </tr> <tr> <th valign="baseline" align="right" nowrap="nowrap">Date: </th> <td>Sun, 18 Jul 2004 01:25:00 +0200...
2006 Oct 19
2
OT :JavascriptSortableTables
...the JS in to application.js. Problem is it''s putting the sort link on the first row of data and not on <thead> Anyone know how to fix it ? Here''s a bit of my table: <table class="sortable" id="poso"> <thead> <th style="white-space: nowrap">Date</th> <th style="white-space: nowrap">Reference Number</th> <th style="white-space: nowrap">Title</th> <th style="white-space: nowrap">Company</th> ........................ </thead> <tbody> <tr>...
2007 Sep 23
1
Selecting Links with their parent class attribute?
Hi all, Trying to figure out a quick way to do something. I have a yahoo groups list, and it has listings that look like this: </td></tr> <tr><td colspan="2" class="ygrp-g"> <span class="ygrp-nowrap"> <em><a href="/group/freecycledc/">freecycledc</a></em> </span> <a href="/group/freecycledc/"><img src="http://f9g.yahoofs.com/groups/g_11337116/.HomePage/__tn_/4d04.jpg?grA.E.GBtlOnTmsC" width="96" height=&quot...
2015 Jun 11
2
[LLVMdev] Question about NoWrap flag for SCEVAddRecExpr
> On Jun 11, 2015, at 12:48 AM, Sanjoy Das <sanjoy at playingwithpointers.com> wrote: > > On Thu, Jun 11, 2015 at 12:02 AM, Adam Nemet <anemet at apple.com <mailto:anemet at apple.com>> wrote: >> >>> On Jun 10, 2015, at 11:44 PM, Sanjoy Das <sanjoy at playingwithpointers.com> wrote: >>> >>>> Base is treated as unsigned so
2011 Jun 22
2
"Warning: Unexpected EOF in reading WAV header"
...are appreciated.<br> Thank you very much!<br> Spencer<br> <br> <br> -------- Original Message -------- <table border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <th nowrap="nowrap" align="RIGHT" valign="BASELINE">Subject: </th> <td>Help with OggDrop error please</td> </tr> <tr> <th nowrap="nowrap" align="RIGHT" valign="BASELINE">Date:...
2012 Nov 16
1
[LLVMdev] ScalarEvolution, HowManyLessThans question for step > 1
Hi, I have a question about some code in ScalarEvolution.cpp, in the function HowManyLessThans. Specifically, this function returns CouldNotCompute if the iteration step is greater than one even when the NoWrap flags are set (if the step goes past the limit and wraps). Here's the comment: } else if (isKnownPositive(Step)) { // Test whether a positive iteration can step past the limit // value and past the maximum value for its type in a single step. // Note that it's...
2006 Jan 21
5
How do you deal with non-model property form values
...t to build a login for that has a "remember me" option. My view looks like this: <% @page_title = "Login" -%> <%= error_messages_for ''user'' %> <%= form_tag %> <table> <tr> <td align="right" width="1%" nowrap="nowrap"><label class="required" for="user_email">Email</label>:</td> <td><%= text_field("user", "email") %></td> </tr> <tr> <td align="right" width="1%" nowrap=&q...
2005 Mar 29
1
External voice channels pack up
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000066"> <small><font face="Verdana" size="-1"><small><big>Hi
2009 May 05
1
Rcompression and Java Deflator
...49 8f 54 6a 49 77 c9 48 48 d9 ec 56 47 91 48 f0 47 25 56 ef 47 b8 f5 7b 46 35 25 00 47 73 11 c5 48 6c 8e b9 47 ca 71 92 46 8d dc aa 45 92 0e I?m trying to read it into R with Rcompression and I can't get it to work. I think it may be because Java?s Deflator class by default (see below ... the nowrap parameter) writes the data without the header and checksum. I can't change the Java creation code. I think uncompress() reads a zlib package (with headers) and gunzip() reads a gzip package (with headers). Is there a way to read the package load without headers? It is my understanding that...
2018 Jan 25
1
Late setting of SCEV NoWrap flags does bad with cache
...t; on behalf of Maxim Kazantsev via llvm-dev <llvm-dev at lists.llvm.org> Reply-To: Maxim Kazantsev <max.kazantsev at azul.com> Date: Thursday, 25 January 2018 at 06:03 To: "llvm-dev at lists.llvm.org" <llvm-dev at lists.llvm.org> Subject: [llvm-dev] Late setting of SCEV NoWrap flags does bad with cache Hello Everyone, I want to raise a discussion about reasonability of late setting of nsw/nuw/nw flags to SCEV AddRecs through setNoWrapFlags method. A discussion about this have already happened in August last year, there was a concern about different no-wrap flags that c...
2007 May 15
1
Effect.dropout and Too Much Recursion Error
...o this table, as table ID is used by other effect (Builder.node) Please help .... Thanks YUAN Here is the table : <table width="75%" border="1" cellspacing="2" cellpadding="2" id="listStaff"> <tr> <th colspan="4" nowrap><div align="left"><a href="#" onClick="getAddNewStaffForm()">Add New Staff</a></div></th> </tr> <tr> <th nowrap>Staff</th> <th nowrap>On Going Project</th> <th nowrap>Total Proje...
2015 Jun 11
2
[LLVMdev] Question about NoWrap flag for SCEVAddRecExpr
> On Jun 10, 2015, at 11:44 PM, Sanjoy Das <sanjoy at playingwithpointers.com> wrote: > >> Base is treated as unsigned so 0xff…ff + 1 would be 0x100…00 > > This is the part I was missing, thanks for pointing out the FAQ. So > the infinitely precise address computed by a GEP is > > zext(Base) + sext(Idx0) + sext(Idx1) … ? Yes, that is the way I read it.
2016 Mar 04
3
vignette index
...d> <td valign="top"><a href="../../../library/bst/doc/pros.pdf">PDF</a></td> <td valign="top"><a href="../../../library/bst/doc/pros.Rnw">source</a></td> <td valign="top" style="white-space: nowrap"><a href="../../../library/bst/doc/pros.R">R code</a></td></tr> <tr><td style="text-align: right; vertical-align: top;"><a href="../../../library/bst/doc/static_khan.pdf">bst::static_khan</a></td> <td>...
2018 Jan 26
0
Late setting of SCEV NoWrap flags does bad with cache
...gt; Max > > -----Original Message----- > From: Sanjoy Das [mailto:sanjoy at playingwithpointers.com] > Sent: Friday, January 26, 2018 12:04 PM > To: Maxim Kazantsev <max.kazantsev at azul.com> > Cc: llvm-dev at lists.llvm.org > Subject: Re: [llvm-dev] Late setting of SCEV NoWrap flags does bad with cache > > Hi Max, > > On Wed, Jan 24, 2018 at 10:03 PM, Maxim Kazantsev via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> I want to raise a discussion about reasonability of late setting of >> nsw/nuw/nw flags to SCEV AddRecs through setNoWrapFlag...
2015 Jun 11
2
[LLVMdev] Question about NoWrap flag for SCEVAddRecExpr
> On Jun 10, 2015, at 6:17 PM, Sanjoy Das <sanjoy at playingwithpointers.com> wrote: > > I'm not sure if inbounds can be used to prove <nuw>. If an object > %OBJ is allocated at address -1 then "gep inbounds %OBJ 1" is not > poison, but the underlying computation unsigned-overflows. I think that this should yield poison per langref because the signed
2010 Nov 08
1
API Google MAPS
...(1); map.setCenter(marker.getPosition()); }); } </script> <body onload="initialize()"> . . . </body> in the view for the form: <tr> <th scope="row"><%= I18n.t("tog_conclave.fields.lat") %></th> <td nowrap="nowrap"><%=f.text_field :lat, :class=>"fieldbox" %></ td> </tr> <tr> <th scope="row"><%= I18n.t("tog_conclave.fields.lng") %></th> <td nowrap="nowrap"><%=f.text_field :lng, :c...
2018 Jan 26
0
Late setting of SCEV NoWrap flags does bad with cache
Hi Max, On Wed, Jan 24, 2018 at 10:03 PM, Maxim Kazantsev via llvm-dev <llvm-dev at lists.llvm.org> wrote: > I want to raise a discussion about reasonability of late setting of > nsw/nuw/nw flags to SCEV AddRecs through setNoWrapFlags method. A discussion > about this have already happened in August last year, there was a concern > about different no-wrap flags that come from different sequences of SCEV > flags invocations. It was mentioned there that late setting of flags is > actually a hack to save some compi...
2018 Jan 26
2
Late setting of SCEV NoWrap flags does bad with cache
...see where it gets us. Best regards, Max -----Original Message----- From: Sanjoy Das [mailto:sanjoy at playingwithpointers.com] Sent: Friday, January 26, 2018 12:04 PM To: Maxim Kazantsev <max.kazantsev at azul.com> Cc: llvm-dev at lists.llvm.org Subject: Re: [llvm-dev] Late setting of SCEV NoWrap flags does bad with cache Hi Max, On Wed, Jan 24, 2018 at 10:03 PM, Maxim Kazantsev via llvm-dev <llvm-dev at lists.llvm.org> wrote: > I want to raise a discussion about reasonability of late setting of > nsw/nuw/nw flags to SCEV AddRecs through setNoWrapFlags method. A > discuss...