search for: attriute

Displaying 9 results from an estimated 9 matches for "attriute".

Did you mean: attribute
2010 Mar 22
1
Factors attribute format
...and 2 if it occurs and should be coded via dummy variables for all levels (as when an intercept or lower-order term is missing). If there are no terms other than an intercept and offsets, this is ?numeric(0)?. So now this brings up another question. It seems that the attriute is a two dimentional array. When I print it out in 'R' Fitting the formula prestige ~ income + education I get: income education prestige 0 0 income 1 0 education 0 1 This matrix says to me that 'income' occurs in the term ...
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 s...
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 &g...
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 doveco...
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 4...
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...
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...
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 s...