search for: lattter

Displaying 6 results from an estimated 6 matches for "lattter".

Did you mean: latter
2008 Feb 21
2
jpeg() creating empty files with qplot() in a loop
...g",sep="")) qplot(x, y, data=steps[[step]], geom="tile", fill=rgb(V1,V2,V3)) + scale_fill_identity() + opts(aspect.ratio = .75) dev.off() So what could be the difference between the last example and it running in a loop, that the former generates a proper jpeg file and the lattter does not? Does something more special than dev.off() need to be done with qplot output when in a loop? Thanks, B. Bogart
2015 Oct 12
2
fts solr ignores new mailboxes until fts rescan
Hello, on my debian wheezy installation, I implemented fts plugin with solr as indexing system. I noticed that if a user creates a new folder, that folder it is ignored by dovecot indexing until a doveadm fts rescan is performed for that user. From that time on everything works ok on that folder. As a test I set fts_autoindex=yes and put in that folder a brand new mail never indexed before. in
2015 Oct 13
0
fts solr ignores new mailboxes until fts rescan
...l.conf.ext > ? driver = sql > } > passdb { > ? args = /etc/dovecot/conf.d/dovecot-sqlSSO.conf.ext > ? driver = sql > } > plugin { > ? fts = solr > ? fts_solr = url=http://%n.%1n.solr.csia:8983/solr/ i have and fts_autoindex = yes and break-imap-search set, but afaik the lattter should only take effect on searches regards christian > ? mail_log_events = delete undelete expunge copy mailbox_delete > mailbox_rename > ? mail_log_fields = uid box msgid size > ? pop3_migration_mailbox = INBOX > ? quota = dict:User quota::file:/SYSTEM/USERS/homes/%d/%1u/%u/%u.qu...
2015 Oct 13
1
fts solr ignores new mailboxes until fts rescan
...;> passdb { >> ? args = /etc/dovecot/conf.d/dovecot-sqlSSO.conf.ext >> ? driver = sql >> } >> plugin { >> ? fts = solr >> ? fts_solr = url=http://%n.%1n.solr.csia:8983/solr/ > > i have and fts_autoindex = yes and break-imap-search set, but afaik the > lattter should only take effect on searches > > regards > christian > >> ? mail_log_events = delete undelete expunge copy mailbox_delete >> mailbox_rename >> ? mail_log_fields = uid box msgid size >> ? pop3_migration_mailbox = INBOX >> ? quota = dict:User quota::fi...
2018 Dec 05
5
[RFC] Matrix support (take 2)
...ways such that we can still use the built-in element-wise operators. One way would be to extend the vector types with specifying the padding, something like <12 x float pad(3, 7, 11)> (John McCall’s idea) or removing the padding with explicit shufflevectors (Chandler’s idea). I explored the lattter under option C. With option C, the same sequence of operations look like this: %a.padded = load <12 x float>, <12 x float>* %A, align 16 ; remove padding %a = shufflevector <12 x float> %a.padded, <12 x float> undef, <9 x i32> <i32 0, i3...
2018 Dec 19
3
[RFC] Matrix support (take 2)
...ways such that we can still use the built-in element-wise operators. One way would be to extend the vector types with specifying the padding, something like <12 x float pad(3, 7, 11)> (John McCall’s idea) or removing the padding with explicit shufflevectors (Chandler’s idea). I explored the lattter under option C. With option C, the same sequence of operations look like this: >> >> %a.padded = load <12 x float>, <12 x float>* %A, align 16 >> ; remove padding >> %a = shufflevector <12 x float> %a.padded, <12 x float> undef, >>...