Displaying 20 results from an estimated 513 matches for "attribs".
Did you mean:
attrib
2015 May 26
2
[PATCH 2/2] nv30/draw: switch varying hookup logic to know about texcoords
...> while (pntc && attrib < 16) {
> uint index = ffs(pntc) - 1; pntc &= ~(1 << index);
> - if (vroute_add(r, attrib, TGSI_SEMANTIC_GENERIC, &index)) {
> + if (vroute_add(r, attrib, TGSI_SEMANTIC_TEXCOORD, &index)) {
> vp_attribs |= (1 << attrib++);
> vp_results |= index;
> }
2015 May 26
2
[PATCH 2/2] nv30/draw: switch varying hookup logic to know about texcoords
...; attrib < 16) {
>>> uint index = ffs(pntc) - 1; pntc &= ~(1 << index);
>>> - if (vroute_add(r, attrib, TGSI_SEMANTIC_GENERIC, &index)) {
>>> + if (vroute_add(r, attrib, TGSI_SEMANTIC_TEXCOORD, &index)) {
>>> vp_attribs |= (1 << attrib++);
>>> vp_results |= index;
>>> }
>>
2015 May 25
3
[PATCH 1/2] nv30/draw: rework some of the output vertex buffer logic
...gt;offset, r->length,
+ PIPE_TRANSFER_WRITE |
+ PIPE_TRANSFER_DISCARD_RANGE,
+ &r->transfer);
+ assert(map);
+ return map;
}
static void
@@ -127,12 +131,18 @@ nv30_render_draw_elements(struct vbuf_render *render,
for (i = 0; i < r->vertex_info.num_attribs; i++) {
PUSH_RESRC(push, NV30_3D(VTXBUF(i)), BUFCTX_VTXTMP,
nv04_resource(r->buffer), r->offset + r->vtxptr[i],
- NOUVEAU_BO_LOW | NOUVEAU_BO_RD, 0, 0);
+ NOUVEAU_BO_LOW | NOUVEAU_BO_RD, 0, NV30_3D_VTXBUF_DMA1);...
1999 Feb 02
1
Unix permission problems with 'attrib'
Hi,
I'm been using Samba for some time and I have been bugged by a problem with SourceSafe. I finally took some time to see what is going on and found the source of the problem (well, not in the source code though).
I'm partially responsible, I have Unix files with the following rights "r--rw---" and Samba does not deal with these very well. I am now makind sure that this case
2002 Jul 19
1
Re RGui and object browser
Hallo Dan
I used your code for ls.objects and it is very usefull. I corrected some typo and it
worked well untill now.
I observed Error due to class evaluation in lists created by aov fit as the fitted
object from aov has two classes (aov and lm)
So I made a little change which seems to work.
Here it is:
# Posted by Dan Putler At 2002-07-15 16:13
# As part of the obveRsive GUI project,
2006 Oct 13
1
[PATCH] Extra Notifications
I am working on exposing events to external apps via the dbus plugin
I found that I really wanted extra Notify Procedures so that I didn't
have to do too much direct access to xlib (If I understand rightly, plugin
developers shouldn't have to do too much xlib work inside the plugins)
I added Create, Destroy, Map, Unmap, Minimize and Unminimize
Hopefully this can be included as I know a
2002 Nov 05
0
[PATCH] Add getlink command to sftp
One of the features missing in sftp is the ability to transfer a symlink.
This patch adds a new command to sftp which performs this transfer. Note
that it uses messages that already exist in the protocol between client and
server.
This diff is based on OpenSSH 3.4p1.
*** sftp-client.c@@\main\1 Tue Oct 1 17:26:20 2002
--- sftp-client.c Wed Oct 23 15:57:34 2002
***************
*** 666,672 ****
2006 May 25
1
Unable to add attrib +r for directory
Hi all
I have a Samba PDC (samba 3.0.21c) with Openldap , and a BDC (samba 3.0.21c)
with slave ldap server.
I have some foxpro files on the share created on BDC, and the users logon on
and access
the foxpro files on the shares declared on BDC. In the fox pro program uses
attrib command to make
file /directory read only and remove read only. but when users tries to use
attrib command, it says
2014 Apr 02
0
special handling of row.names
Hello,
I think there is an inconsistency in the handling of the compact form of the row.names attributes.
When n is the number of rows of a data.frame, the compact form is c(NA_integer_,-n), as in:
> d <- data.frame(x=1:10)
> .Internal(inspect(d))
@104f174a8 19 VECSXP g0c1 [OBJ,NAM(2),ATT] (len=1, tl=0)
@103a7dc60 13 INTSXP g0c4 [] (len=10, tl=0) 1,2,3,4,5,...
ATTRIB:
@104959380
2007 Nov 11
0
Patch to sshd match
Please find attached a patch against openssh-4.7p1
It extends the Match in sshd_config. The point is that it is sometimes
easier (and more secure) to match on NOT something.
A criterium may be preceded by ! which inverts the condition, thus:
Match !Group sysadmins
ForceCommand /usr/bin/sftp
forces use of sftp on any user who is not a system administrator.
A !! has the
2002 Nov 27
0
"attrib +R myowndir" fails to write-protect my owndir
I hope Time won't take me to a CDMA court martial in Guantanamo for
unfair use of your quotes, Daniel!
The point is that each norm is only really valid in its original
context. It is the spirit of the norm which should guide us. The idea
is: you slap an unorthodox attribute onto an object to evoke any kind
of practical magic and then laugh your sides off. Who cares?
The same with Readonly.
2009 Mar 07
1
Please help me how to fix "read only" file problem
Dears,
I have tested SVN on samba drive and it totally fails.
Please help me to navigate in source code, where attributes are set.
It would be better either to fix it or at least to block R attribute
to set.
fojtik@dvouramenna:~/ESC_sro/Kancl/.svn$ chmod 777 entries
fojtik@dvouramenna:~/ESC_sro/Kancl/.svn$ ls -la entries
-rwxrwxrwx 1 fojtik users 300 Mar 7 13:38 entries
2009 Feb 12
2
[patch 1/3] add protocol extension to ATTR message
...a->size = 0;
+ a->blocks = 0;
+ a->blksize = 0;
a->uid = 0;
a->gid = 0;
a->perm = 0;
+ a->nlink = 0;
a->atime = 0;
a->mtime = 0;
+ a->ctime = 0;
+ a->atimensec = 0;
+ a->mtimensec = 0;
+ a->ctimensec = 0;
}
/* Convert from struct stat to filexfer attribs */
@@ -61,6 +72,7 @@ stat_to_attrib(const struct stat *st, At
{
attrib_clear(a);
a->flags = 0;
+ a->ext_flags = 0;
a->flags |= SSH2_FILEXFER_ATTR_SIZE;
a->size = st->st_size;
a->flags |= SSH2_FILEXFER_ATTR_UIDGID;
@@ -69,8 +81,32 @@ stat_to_attrib(const struct stat *st,...
2011 Feb 08
1
Naive Bayes Issue - Can't Predict - Error is "Error in log(sapply(attribs...)
...'y','y','y','n','y','y','y','n','n','n','n','n','y')
temp<-data.frame(resp,var)
print(temp)
model<-naiveBayes(resp~.,data=temp)
model
predict(model,temp[,-1])
#Error:
#Error in log(sapply(attribs, function(v) { :
#Non-numeric argument to mathematical function
[[alternative HTML version deleted]]
2005 May 14
1
new-attrib lost when calling through pop3
Hi,
I noticed, that all messages are moved from new/ to cur/ (using
maildirs) after the authentication in pop3, even before the list
command. I'm working with 1.0-stable-20050426. Why is this done?
Shouldn't a message keep it's new-attrib as long as it isn't retrieved?
This is how it worked with qmail-pop3d. Through imap, it works
correctly. It's just sad if I can't
2003 Aug 28
1
Visualage Gen seems to need extended attrib of a file
We can't run VisualAge Generator (2.X) retriving files from the samba
server (AIX). (we receive smberror: ErrDos 282 )
It seems to require to read the extended attrib to find out the version
of the file (and until now I can't realize what else). Is there any
workaround or patch to get rid of it? Can Samba works fine with this
kind of application?
Thanks in advance,
Andrea Capanema
2008 Aug 17
1
Allocated Memory Warnings in Vista 32 bit with 4 GB (PR#12557)
Hello
I am running Windows Vista 32 with 4 GB (installed, though Windows of cours=
e only recognizes 3326 MB, as reported by Windows "My Computer")
I am running R 2.7.1
I was trying to read in a comma delimited single column CSV file, assign th=
at file to a variable ("data") and then extract a sample (assigned to "part=
ial"). I was getting memory allocation
2013 Mar 10
1
misc3d Contour export to vtk
So I wanted to export a contour3d object into VTK and it worked well
enough, except the top of the ball (the contour) was missing. Example
below, or gist here:
https://gist.github.com/muschellij2/5126544
rm(list=ls())
require(misc3d)
f <- function(x, y, z) x^2+y^2+z^2
x <- seq(-2,2,len=20)
ball <- contour3d(f,4,x,x,x, draw=FALSE)
drawScene.rgl(ball)
### get the triangles
allids
2012 Aug 15
2
How to plot data in logarithmic scale
Hi everyone,
I am new in R, just used it for 2 weeks and I have a basic question. I
have data, for example table$attrib that I would like to plot its
cumulative distribution in logarithmic scale. How do I do that? After
browsing internet, I tested this command:
> plot.ecdf(1:100, log ="y", table$attrib)
I got a plot, but I am not really sure what 1:100 and log="y"did to
2002 Nov 26
0
"Special" link folders - Readonly attrib
Hi Everybody,
I've recently installed 2.2.5 on a SuSE 8.1 box and found a
discrepancy. I've scanned the whole mailing list for the problem but
only found several postings claiming it not resolving it.
In short:
Folder links consisting of a write-protected directory with an SH
(System, Hidden) "Desktop.ini" and an A (Archive) "target.lnk" don't
replicate