search for: lastn

Displaying 11 results from an estimated 11 matches for "lastn".

Did you mean: last
2024 Jun 09
2
head.ts, tail.ts loses time
...s <- head(1:d[2], n[2]) xn2 <- x[, Cols[1]:tail(Cols, 1)] return(window(xn2, firstn[1], tail(firstn, 1))) } } } tail.ts <- function (x, n = 6L, ...) { utils:::checkHT(n, d <- dim(x)) tmx <- as.numeric(time(x)) # if(is.na(n[1]) || n[1]==0)ts(NULL) # lastn <- tail(tmx, n[1]) if(is.null(d)){ return(window(x, lastn[1], tail(lastn, 1))) } else{ if(length(n)<2){ return(window(x, lastn[1], tail(lastn, 1))) } else { Cols <- head(1:d[2], n[2]) xn2 <- x[, Cols[1]:tail(Cols, 1)] return(window(xn2, l...
2024 Jun 10
1
head.ts, tail.ts loses time
...)] > return(window(xn2, firstn[1], tail(firstn, 1))) > } > } > } > > > tail.ts <- function (x, n = 6L, ...) > { > utils:::checkHT(n, d <- dim(x)) > tmx <- as.numeric(time(x)) > # > if(is.na(n[1]) || n[1]==0)ts(NULL) > # > lastn <- tail(tmx, n[1]) > if(is.null(d)){ > return(window(x, lastn[1], tail(lastn, 1))) > } else{ > if(length(n)<2){ > return(window(x, lastn[1], tail(lastn, 1))) > } else { > Cols <- head(1:d[2], n[2]) > xn2 <- x[, Cols[1]:ta...
2024 Jun 10
2
head.ts, tail.ts loses time
...>>> >>> >>> tail.ts <- function (x, n = 6L, ...) { >>> utils:::checkHT(n, d <- dim(x)) tmx <- >>> as.numeric(time(x)) >>> # >>> if(is.na(n[1]) || n[1]==0)ts(NULL) >>> # >>> lastn <- tail(tmx, n[1]) if(is.null(d)){ >>> return(window(x, lastn[1], tail(lastn, 1))) } else{ >>> if(length(n)<2){ return(window(x, lastn[1], tail(lastn, >>> 1))) } else { Cols <- head(1:d[2], n[2]) xn2 <- x[, >>> Cols[1]:tail(Cols, 1)] r...
2024 Jun 10
1
head.ts, tail.ts loses time
...1))) >> } >> } >> } >> >> >> tail.ts <- function (x, n = 6L, ...) >> { >> utils:::checkHT(n, d <- dim(x)) >> tmx <- as.numeric(time(x)) >> # >> if(is.na(n[1]) || n[1]==0)ts(NULL) >> # >> lastn <- tail(tmx, n[1]) >> if(is.null(d)){ >> return(window(x, lastn[1], tail(lastn, 1))) >> } else{ >> if(length(n)<2){ >> return(window(x, lastn[1], tail(lastn, 1))) >> } else { >> Cols <- head(1:d[2], n[2]) &...
2024 Jun 11
1
head.ts, tail.ts loses time
...gt; >>> tail.ts <- function (x, n = 6L, ...) { > >>> utils:::checkHT(n, d <- dim(x)) tmx <- > >>> as.numeric(time(x)) > >>> # > >>> if(is.na(n[1]) || n[1]==0)ts(NULL) > >>> # > >>> lastn <- tail(tmx, n[1]) if(is.null(d)){ > >>> return(window(x, lastn[1], tail(lastn, 1))) } else{ > >>> if(length(n)<2){ return(window(x, lastn[1], tail(lastn, > >>> 1))) } else { Cols <- head(1:d[2], n[2]) xn2 <- x[, > >>> Cols...
2024 Jun 10
1
head.ts, tail.ts loses time
...>>> tail.ts <- function (x, n = 6L, ...) { > >>> utils:::checkHT(n, d <- dim(x)) tmx <- > >>> as.numeric(time(x)) > >>> # > >>> if(is.na(n[1]) || n[1]==0)ts(NULL) > >>> # > >>> lastn <- tail(tmx, n[1]) if(is.null(d)){ > >>> return(window(x, lastn[1], tail(lastn, 1))) } else{ > >>> if(length(n)<2){ return(window(x, lastn[1], tail(lastn, > >>> 1))) } else { Cols <- head(1:d[2], n[2]) xn2 <- x[, > >>>...
2024 Jun 13
0
head.ts, tail.ts loses time
...gt; >>> tail.ts <- function (x, n = 6L, ...) { > >>> utils:::checkHT(n, d <- dim(x)) tmx <- > >>> as.numeric(time(x)) > >>> # > >>> if(is.na(n[1]) || n[1]==0)ts(NULL) > >>> # > >>> lastn <- tail(tmx, n[1]) if(is.null(d)){ > >>> return(window(x, lastn[1], tail(lastn, 1))) } else{ > >>> if(length(n)<2){ return(window(x, lastn[1], tail(lastn, > >>> 1))) } else { Cols <- head(1:d[2], n[2]) xn2 <- x[, > >>> Cols...
2014 May 26
1
LDAP: allow pop3, restrict imap
Hello, I have all userdata in a ldapserver. Every user has the right to use pop3. There is no explicit attribute allowing that. It's simply possible. Now I like to add imap. For a starting period I like to restrict, who may use imap. http://wiki2.dovecot.org/Authentication/RestrictAccess mention a solution where I could modify ldap pass_filter. But that require an attribute
2014 Jun 12
1
lazy_expunge mangles dovecot-acl-list
Hi, I think I found a bug in Dovecot 2.1.17 and 2.2.13. In our setup, sometimes ACLs stop working because "dovecot-acl-list" is replaced by an empty file. We found that lazy_expunge is connected to this. To reproduce, create ACLs for "user1" in a folder. Put a mail in that folder and expunge it, so that the folder will be created in the "expunged" namespace.
2006 Feb 22
5
Moveable Type import question.
Hello RoRsters'', I''ve just started my first project with ROR, and frankly it''s pretty amazing, there are many things that still haven''t "clicked" for me yet but essentially it''s all coming together. My first project is a basic blog application to replace a current Moveable Type based blog. I''ve managed to get the basic functionality
2014 May 20
2
lazy_expunge and shared folders
Hi, since migration to Dovecot 2.2 I have troubles with lazy_expunge as soon as a user shares a folder. The user the folder is shared to cannot login anymore, dovecot logs Fatal: lazy_expunge: Unknown namespace: '.EXPUNGED/' - When no folder is shared lazy_expunge is working fine, deleted mails are moved to the expunged namespace and can be recovered without any problems. - Sharing