Displaying 16 results from an estimated 16 matches for "atttributes".
Did you mean:
attributes
2008 Dec 06
1
find with add of an atttributes
I have wrote this:
EventDate.find(:all,
:include => [:container,{:event =>
[:photo,:event_type_names]},{:place=>:location}],
:joins =>" RIGHT JOIN (SELECT
event_dates.id,date_add(event_dates.date, INTERVAL i DAY ) AS date
FROM (select 0 as i union all select 0 union all select 1
union all select 2) as integers CROSS JOIN event_dates
2012 Feb 05
2
[LLVMdev] [patch] Enhance of asm macros
Hello llvm users!
I make patch of asm parser for make it to be closer to gas:
1) treat space as comma of parameters
2) support "req" & "vararg" atttributes
3) macro calls with with explicit named arguments
Path attached. Can anybody review it?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120206/1fae11eb/attachment.html>
-------------- next part ----------...
2009 Jul 03
2
mapping states with colors
Hi folks,
I'm just learning how to use maps. As an initial foray, I'm mapping the
states that have "duty to retreat" (blue) and "stand your ground" (red)
self-defense standards. Here is my extremely naive script:
dtr <- c('alabama', 'arizona', 'conneticut', 'delaware', 'dist of columbia'
, 'hawaii',
2003 Aug 18
1
force security mode and file attributes
Hello!
Could someone tell me does force security mode work only for permissions
or it can also not allow users
to change file attributes (f.e. , to set file read-only) ?
I tried this with samba 2.2.8a and looks like force security mode
doesn't work with file atttributes :-(
Is this bug or feature ? :-)
2012 Feb 09
0
[LLVMdev] [patch] Enhance of asm macros
...review the updated patch.
Thanks,
Kev
On Feb 5, 2012, at 1:43 PM, Vladimir Sorokin wrote:
> Hello llvm users!
>
> I make patch of asm parser for make it to be closer to gas:
>
>
> 1) treat space as comma of parameters
> 2) support "req" & "vararg" atttributes
> 3) macro calls with with explicit named arguments
>
> Path attached. Can anybody review it?
> <asm-macro-ext.patch>_______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs....
2013 Jan 11
0
[LLVMdev] [RFC] Overhauling Attributes
I would like to add something to atttributes.h, attributes.cpp in the
interim until your full scheme is available.
A new attribute called "target" would be added to AttrKind.
And target can take a list of strings.
target("foo", "goo")
For example.
I would add a component targetAttrs to AttrBuilder
Will thi...
2013 Jan 11
1
[LLVMdev] [RFC] Overhauling Attributes
Looks like new attribute work is moving along quickly
Maybe I should just wait.
???
On 01/11/2013 03:09 PM, Reed Kotler wrote:
> I would like to add something to atttributes.h, attributes.cpp in the
> interim until your full scheme is available.
>
> A new attribute called "target" would be added to AttrKind.
>
> And target can take a list of strings.
>
> target("foo", "goo")
>
> For example.
>
> I would add...
2013 Jan 01
3
[LLVMdev] [RFC] Overhauling Attributes
On Dec 31, 2012, at 4:37 AM, Duncan Sands <baldrick at free.fr> wrote:
> Hi Bill,
>
> On 30/12/12 03:21, Bill Wendling wrote:
>> Hi Rafael,
>>
>> Sorry, I forgot to respond to this. They can be arbitrary strings that are known only to the specific back-end. It may be beneficial to define them inside of the LangRef document though.
>
> this sounds so much
2006 Jun 03
1
Seek Rails Design Pattern for Photo Manipulation Service
Hello,
I''ve built a powerful image manipulation engine in C++ that I want to
deploy as a Web-based service for all to use. The idea is straight
forward: Visit my site, submit a photo, select a visual treatment, press
go, and receive the resultant photo via email.
See samples here: http://www.flickr.com/photos/tags/theimageengine
While the engine is rock solid, I am struggling a bit
2011 Jul 09
1
SASL
Dear list members,
i am looking for a pop3 server and would like to know dovecot pop3 closer.
In my current infra structure all my users have a single login and one
password. I have been authenticating unix, web, ldap, smtp against
saslauthd server.
It is possible to have dovecot pop3 authenticate by contacting saslauthd too ?
Another question:
All my user information are keeped inside LDAP
2014 Nov 17
0
Optional mail attribute in ldap
Hello,
I am using an ldap database (active directory) for dovecot
authentication and I am trying to change the mail location for some
users only, thus any mail should be delivered to the default location
unless the ldap query returns a successful result which defines the mail
variable.
I have chosen the AD atttribute "otherMailbox" and added for the
required user the value
2012 Feb 15
2
[LLVMdev] [patch] Enhance of asm macros
...patch.
>
> Thanks,
> Kev
>
> On Feb 5, 2012, at 1:43 PM, Vladimir Sorokin wrote:
>
> Hello llvm users!
>
> I make patch of asm parser for make it to be closer to gas:
>
> 1) treat space as comma of parameters
> 2) support "req" & "vararg" atttributes
> 3) macro calls with with explicit named arguments
>
> Path attached. Can anybody review it?
> <asm-macro-ext.patch>_______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.u...
2006 Mar 01
6
How to retrieve attributes from HABTM?
We have tables Users and Communities linked by has_an_belongs_to_many.
The join table Communities_Users has additional fields [ is_active,
is_blocked, join_date] etc. These are populated using
@user.push_with_attributes(:is_active => true,...).
Later on how do we update or retrieve the attributes in the link table
for a given user or a community with doing it explicitly using SQL?
Thanks,
2011 Aug 03
1
[PATCH v2] kinit: Add drop_capabilities support.
This patch adds the ability to kinit to allow the dropping of POSIX
capabilities.
kinit is modified by this change, such that it understands the new
kernel command line "drop_capabilities=" that specifies a comma
separated list of capability names that should be dropped before
switching over to the next init in the boot strap (typically on the root
disk).
When processing capabilities
2018 May 25
1
MSP430: interrupt vector number out of bounds error in v6/trunk (with patch)
When building with Clang for the MSP430 architecture against headers
distributed with TI MSP GCC, interrupt service routine
interrupt(vector_number) attribute is rejected:
__attribute__ ((interrupt(USCI_A0_VECTOR))) void ISR(void) { }
error: 'interrupt' attribute parameter 48 is out of bounds
This is due to the check in tools/clang/lib/Sema/SemaDeclAttr.cpp:5104
unsigned Num
2004 Oct 23
0
Re: Trusting and Trusted Domain Samba LDAP (mapping Home Directories)Problem
Hi Igor,
I am no samba expert. Reading your email produce 2 thots.
1. If I have not read wrongly, you DID NOT managed to reproduce my scenario cos when you joined Domain A , login as user of DomB , you got the expected result, the Domain B's sambahomepath and drive gets map to the user B. Mine result was this:
I joined Domain A, login as user of Dom B, I did NOT get Domain B's