Displaying 9 results from an estimated 9 matches for "attriutes".
Did you mean:
attributes
2010 Mar 22
1
Factors attribute format
Thanks to Marc Schultz I found the documentation on the "factors" attribute under ?term.object. It stats:
factors: A matrix of variables by terms showing which variables appear
in which terms. The entries are 0 if the variable does not
occur in the term, 1 if it does occur and should be coded by
contrasts, and 2 if it occurs and should be coded via dummy
2013 Jan 29
4
[LLVMdev] [RFC] Attributes Rewrite (Final)
...g SSE instructions when
the programmer used the `-mno-sse' flag to compile that module. After considering
several different options, we decided it was best to extend the Attributes class
to support *all* code generation options, even target-specific ones.
Proposal
========
We will expand the Attriutes class to support all of the attributes that the
compiler may care about. Anything that affects code transformations and code
generation will be specified inside of the Attributes class. This allows for a
cleaner interface for the front-ends, since they won't have to fill in a
target-specific st...
2013 Feb 03
0
[LLVMdev] [RFC] Attributes Rewrite (Final)
...thing at a time. Also, your BNF doesn't make it clear what is allowed for <value>: I would assume it is a set of hardcoded keywords (like align, sspreq, etc) plus the string form. If so, how does "val1" fit into that?
> Proposal
> ========
>
> We will expand the Attriutes class to support all of the attributes that the
> compiler may care about. Anything that affects code transformations and code
> generation will be specified inside of the Attributes class. This allows for a
> cleaner interface for the front-ends, since they won't have to fill in a
>...
2020 Oct 22
2
Directors and LMTP: mailAlternateAddress of same user
...dovecot servers and two directors in front
of them. The Directors are proxying the auth requests to the dovecot
servers below (LDAP). The protocols i use are imap/managesieve/lmtp.?
The setup works as intented, exept one detail. There are a lot of users
that happen to have mailAlternateAddress attriutes with different e-mail
addresses. The problem is that when a mail arrives to the lmtp of the
directors, and the recipient is one of the mailalternateAddresses the
same user has, director/lmtp doesn't recognise the real user of that
e-mail address, and routes the e-mail to a different dovecot...
2005 May 10
0
Implementation of the names attribute of attribute lists
..." ","-
","[names]",paste("\'",names(x),"\'",sep="",collapse=","),"\n",sep="")
return(invisible(NULL)) # prevent infinite recursion
}
# print attriutes list
print.object(attributes(x),typefun,print.attributes,deparse.level,"[attributes]",level+1)
}
invisible(NULL)
}
--------------------------------------------------------------------
Gabriel Baud-Bovy tel: (+39) 02 2643 48...
2013 Feb 03
2
[LLVMdev] [RFC] Attributes Rewrite (Final)
...Constant object. So a keyword, string, or numerical value. I expect string values to be used mainly for target-dependent attributes. The other two forms would be used for target-independent attributes defined in the LangRef.
>> Proposal
>> ========
>>
>> We will expand the Attriutes class to support all of the attributes that the
>> compiler may care about. Anything that affects code transformations and code
>> generation will be specified inside of the Attributes class. This allows for a
>> cleaner interface for the front-ends, since they won't have to f...
2012 Nov 13
0
[LLVMdev] [RFC] Passing Options to Different Parts of the Compiler Using Attributes
...`-mno-sse' flag to compile that module. After
> considering
> several different options, we decided it was best to extend the Attributes
> class
> to support *all* code generation options, even target-specific ones.
>
>
> Proposal
> ========
>
> We will expand the Attriutes class to support all of the attributes that
> the
> compiler may care about. Anything that affects code transformations and
> code
> generation will be specified inside of the Attributes class. This allows
> for a
> cleaner interface for the front-ends, since they won't have t...
2007 Jun 15
8
ANNOUNCE: External node attributes
...be used -- you can use LDAP, code, or
an external node program, but not more than one.
LDAP node support has two changes: First, the "ldapattrs"
attribute is
now used for setting the attributes to retrieve from the
server (in
addition to required attriutes), and second, all retrieved
attributes
are set as variables in the top scope. This means you can
set attributes
on your LDAP nodes and they will automatically appear as
variables
in your configurations.
External node support has been completely rewritten....
2012 Nov 13
9
[LLVMdev] [RFC] Passing Options to Different Parts of the Compiler Using Attributes
...g SSE instructions when
the programmer used the `-mno-sse' flag to compile that module. After considering
several different options, we decided it was best to extend the Attributes class
to support *all* code generation options, even target-specific ones.
Proposal
========
We will expand the Attriutes class to support all of the attributes that the
compiler may care about. Anything that affects code transformations and code
generation will be specified inside of the Attributes class. This allows for a
cleaner interface for the front-ends, since they won't have to fill in a
target-specific st...