search for: oring

Displaying 20 results from an estimated 607 matches for "oring".

Did you mean: ring
2017 Sep 17
2
RFC: Use closures to delay construction of optimization remarks
> On Sep 16, 2017, at 4:49 PM, Sean Silva <chisophugis at gmail.com> wrote: > > Actually maybe something like: > > if (auto &E = ORE.emitMissed(DEBUG_TYPE)) { > E.emit(...) << ...; > } Well, the point of this interface was exactly to avoid writing a conditional. If you’re willing to use a conditional you can already write this: if
2017 Sep 16
3
RFC: Use closures to delay construction of optimization remarks
Another alternative could be: ORE.emitMissed(DEBUG_TYPE, ...) << ... Then the first line of emitMissed does a check if it is enabled and if not then returns a dummy stream that does nothing for operator<< (and short-circuits all the stream operations) On Sep 15, 2017 2:21 PM, "Adam Nemet via llvm-dev" <llvm-dev at lists.llvm.org> wrote: For better readability we
2017 Sep 19
0
RFC: Use closures to delay construction of optimization remarks
Sean, hopefully you’re OK with that reasoning. I went ahead and committed this in r313691. > On Sep 16, 2017, at 10:43 PM, Adam Nemet <anemet at apple.com> wrote: > > >> On Sep 16, 2017, at 4:49 PM, Sean Silva <chisophugis at gmail.com <mailto:chisophugis at gmail.com>> wrote: >> >> Actually maybe something like: >> >> if (auto &E
2019 Jul 10
1
Applying Dovecot for a large / deep folder-hierarchy archive - BUG REPORTS!
...schrieb Aki Tuomi via dovecot: >>> On 26.6.2019 22.12, Arnold Opio Oree via dovecot wrote: >>>> Hello to you all, >>>> >>>> I'd like to ask about my intended application of Dovecot to >>>> create >>>> a folder-hierarchy for storing our enterprise emails, which are >>>> treated as live data rather than archives for compliance or >>>> occasional / reactive retrieval. >>>> >>>> The data is presently not that large (a few gigabytes), but it is >>>> expected to grow rapid...
2019 Jun 27
2
Applying Dovecot for a large / deep folder-hierarchy archive.
...ct: Re: Applying Dovecot for a large / deep folder-hierarchy archive. Date: Thu, 27 Jun 2019 08:35:17 +0300 On 26.6.2019 22.12, Arnold Opio Oree via dovecot wrote: > Hello to you all, > > I'd like to ask about my intended application of Dovecot to create a > folder-hierarchy for storing our enterprise emails, which are treated > as live data rather than archives for compliance or occasional / > reactive retrieval. > > The data is presently not that large (a few gigabytes), but it is > expected to grow rapidly. Up to this stage the data has been > contained >...
2015 Jan 08
0
Package "ore": Oniguruma Regular Expressions
Dear all, I'm pleased to announce the availability of the "ore" package (for "Oniguruma Regular Expressions"), which offers an alternative to base R's functions for searching, splitting and substituting text which matches (Perl-style) regular expressions. The package uses the Oniguruma/Onigmo regex library behind the scenes, and offers the following advantages: -
2015 Jan 08
0
Package "ore": Oniguruma Regular Expressions
Dear all, I'm pleased to announce the availability of the "ore" package (for "Oniguruma Regular Expressions"), which offers an alternative to base R's functions for searching, splitting and substituting text which matches (Perl-style) regular expressions. The package uses the Oniguruma/Onigmo regex library behind the scenes, and offers the following advantages: -
2019 Jul 04
9
Applying Dovecot for a large / deep folder-hierarchy archive.
...ive.Date: Thu, 27 Jun 2019 12:53:49 +0200 Am 27.06.2019 um 07:35 schrieb Aki Tuomi via dovecot: > On 26.6.2019 22.12, Arnold Opio Oree via dovecot wrote: > > Hello to you all, > > I'd like to ask about my intended application of Dovecot to createa > > folder-hierarchy for storing our enterprise emails, which > > aretreated as live data rather than archives for compliance > > oroccasional / reactive retrieval. > > The data is presently not that large (a few gigabytes), but it > > isexpected to grow rapidly. Up to this stage the data has > > been...
2019 Jul 10
0
Applying Dovecot for a large / deep folder-hierarchy archive - BUG REPORTS!
...019 um 07:35 schrieb Aki Tuomi via dovecot: > > On 26.6.2019 22.12, Arnold Opio Oree via dovecot wrote: > > > Hello to you all, > > > > > > I'd like to ask about my intended application of Dovecot to > > > create > > > a folder-hierarchy for storing our enterprise emails, which are > > > treated as live data rather than archives for compliance or > > > occasional / reactive retrieval. > > > > > > The data is presently not that large (a few gigabytes), but it is > > > expected to grow rapidly. Up to...
2019 Jul 08
1
Applying Dovecot for a large / deep folder-hierarchy archive - BUG REPORTS!
...te type="cite"> <div> Hello to you all, </div> <div> <br> </div> <div> I'd like to ask about my intended application of Dovecot to create </div> <div> a folder-hierarchy for storing our enterprise emails, which are </div> <div> treated as live data rather than archives for compliance or </div> <div> occasional / reactive retrieval. </div> <div> <br> </div> <div>...
2019 Jun 27
3
Applying Dovecot for a large / deep folder-hierarchy archive.
Am 27.06.2019 um 07:35 schrieb Aki Tuomi via dovecot: > > On 26.6.2019 22.12, Arnold Opio Oree via dovecot wrote: >> Hello to you all, >> >> I'd like to ask about my intended application of Dovecot to create a folder-hierarchy for storing our enterprise emails, which are treated as live data?rather than archives for compliance or occasional / reactive retrieval. >> >> The data is presently not that large (a few gigabytes), but it is expected to grow rapidly. Up to this stage the data has been contained >> in a Micr...
2019 Jul 07
0
Applying Dovecot for a large / deep folder-hierarchy archive - BUG REPORTS!
..., 27 Jun 2019 12:53:49 +0200 Am 27.06.2019 um 07:35 schrieb Aki Tuomi via dovecot: > On 26.6.2019 22.12, Arnold Opio Oree via dovecot wrote: > > Hello to you all, > > > > I'd like to ask about my intended application of Dovecot to create > > a folder-hierarchy for storing our enterprise emails, which are > > treated as live data rather than archives for compliance or > > occasional / reactive retrieval. > > > > The data is presently not that large (a few gigabytes), but it is > > expected to grow rapidly. Up to this stage the data has...
2007 Jan 16
2
command like break ore exit in the dialpan
Hi i have a similar dialplan: exten => 99,1,Gotoif(....?2:3) exten => 99,2,Meetme(100) exten => 99,3,Meetme(100|options) i'd like to do something like: exten => 99,1,Gotoif(....?2:4) exten => 99,2,Meetme(100) exten => 99,4, ... exit ... exten => 99,3,Meetme(100|options) How can i exit the dialplan? I won't use meetme twice! Thanks nik
2002 May 04
3
Send Password with RSYNC_PASSWORD ore --password-file
Hallo, i am verry sorry about my bad engllish. But i trie my best... I trie to setup an Backupserver. If i use this rsync -varpog -e ssh /home/www/web6 217.172.xxx.xxx:/home/www/web6 the Server is asking me fore Password. If i use this rsync -varpog -e ssh --stats /home/www/web6 217.172.xxx.xxx:/home/www/web6 --password-file=host1.pwd the Server is asking me too fore Passwort. How i can bring
2011 Nov 17
1
Introducing \n's so that par.strip.text can produce multiline strips in lattice
Dear all, I have the following data, which has \\n in place of \n. I introduced \n's in the csv file so that I could use it in barchart in lattice. When I did that and read it into R using read.csv, it read it as \\n. My question is how do I introduce "\n" in the middle of a long string of quoted text so that lattice can make multiline strips. Hitting Enter which is supposed to
2005 Dec 09
1
O-ring statistic
...ts of two types labelled "on" and "off". data(amacrine) K12 <- Kcross(amacrine, "on", "off") g12 <- pcf(K12, method="d", spar=0.7) lambda2 <- summary(amacrine)$marks["off","intensity"] Oring <- eval.fv(lambda2 * g12) plot(Oring, ylab="Oring(r)") regards Adrian Baddeley
2019 Jul 07
0
Applying Dovecot for a large / deep folder-hierarchy archive - BUG REPORTS!
...u, 27 Jun 2019 12:53:49 +0200 Am 27.06.2019 um 07:35 schrieb Aki Tuomi via dovecot: > On 26.6.2019 22.12, Arnold Opio Oree via dovecot wrote: > > Hello to you all, > > > > I'd like to ask about my intended application of Dovecot to create > > a folder-hierarchy for storing our enterprise emails, which are > > treated as live data rather than archives for compliance or > > occasional / reactive retrieval. > > > > The data is presently not that large (a few gigabytes), but it is > > expected to grow rapidly. Up to this stage the data has...
2019 Jun 27
0
Applying Dovecot for a large / deep folder-hierarchy archive.
...ge / deep folder-hierarchy > archive. > Date: Thu, 27 Jun 2019 08:35:17 +0300 > > On 26.6.2019 22.12, Arnold Opio Oree via dovecot wrote: >> Hello to you all, >> >> I'd like to ask about my intended application of Dovecot to create a >> folder-hierarchy for storing our enterprise emails, which are treated >> as live data rather than archives for compliance or occasional / >> reactive retrieval. >> >> The data is presently not that large (a few gigabytes), but it is >> expected to grow rapidly. Up to this stage the data has been &...
2019 Jun 26
3
Applying Dovecot for a large / deep folder-hierarchy archive.
Hello to you all, I'd like to ask about my intended application of Dovecot to create a folder-hierarchy for storing our enterprise emails, which are treated as live data rather than archives for compliance or occasional / reactive retrieval. The data is presently not that large (a few gigabytes), but it is expected to grow rapidly. Up to this stage the data has been containedin a Microsoft Exchange mailbox (2013...
2001 Jan 11
0
ORe: Some Packages Won't Run under RH 7
Patrick Connolly wrote: > According to Richard A. Bilonick: > |> > |> I recently installed Red Hat Linux 7.0. I installed Version 1.2.0 (2000-12-15) of > |> R. I installed a number of packages including chron, date, ellipse, sgeostat, > |> survival5, and xtable. the "library()" command shows that they are installed. > |> > |> chron works but I get