search for: _global_

Displaying 10 results from an estimated 10 matches for "_global_".

Did you mean: _global
2020 Oct 27
2
Sieve body test
...nf.dovecot.pipe doesn't give the error. > > sieve_plugins = sieve_imapsieve sieve_extprograms > > ?\_(?)_/? > > I am not using filter now though, so I haven't try to track down what the issue is. And you also need to add vnd.dovecot.filter to sieve_extensions (or sieve_global_extensions). Regards, Stephan.
2020 Nov 09
1
Sieve body test
...; >>> sieve_plugins = sieve_imapsieve sieve_extprograms >>> >>> ?\_(?)_/? >>> >>> I am not using filter now though, so I haven't try to track down what the issue is. >> And you also need to add vnd.dovecot.filter to sieve_extensions (or sieve_global_extensions). > Ah, yes, so I do. I only had .pipe there. While I am here, does _global_ mean that they do not need to be listed in the requires header? No, it means it can only be used from global (administrator-controlled) scripts, like those configured for sieve_before/sieve_after. So, the n...
2013 Feb 05
1
[LLVMdev] Asserts in bundleWithPred() and bundleWithSucc()
...earlier passes. I move instructions one at a time. Currently I do it in a worklist fashion - I collect several possible candidates, and then actually move one. Some moves are _speculative_. Next move after that is totally dependent on up-to-date liveness information. If/when we decide to do proper _global_ instruction scheduling, we will need this mechanism to perform flawlessly. On a low level, if I start with a correct set of live-ins, I can do _incremental_ liveness update pretty much always (I do skip some nasty corner cases for parallel semantics). My current problem is that I had to implement...
2020 Oct 27
0
Sieve body test
...e error. >> >> sieve_plugins = sieve_imapsieve sieve_extprograms >> >> ?\_(?)_/? >> >> I am not using filter now though, so I haven't try to track down what the issue is. > > And you also need to add vnd.dovecot.filter to sieve_extensions (or sieve_global_extensions). Ah, yes, so I do. I only had .pipe there. While I am here, does _global_ mean that they do not need to be listed in the requires header? That's good, I'm working on a. Filter to restyle some html emails that I get to eliminate the white backgrounds, and filter is going to be n...
2007 Oct 10
1
global object in user defined function
I need an object created in a user defined function to be accessible to another user defined function. I am fairly certain the object is correctly created as it prints when I use the return() function, however the 2nd function seems unable to use it. I am guessing objects created in functions are not globally accessible, is this correct? What is an appropriate way to pass the object to the
2011 Jun 13
1
using Scheirer-Ray-Hare in R?
Does anyone know if a module already exists to run the Scheirer-Ray-Hare extension to Kruskal-Wallis in R, in order to run a non-parametric equivalent to a two-way ANOVA? -- View this message in context: http://r.789695.n4.nabble.com/using-Scheirer-Ray-Hare-in-R-tp3594480p3594480.html Sent from the R help mailing list archive at Nabble.com.
2006 Mar 07
0
winbind -r group enumeration
...ws 2003 Server ADS structure and enumerate groups with winbind -g and do different kind of ADS<->Unix mappings (winbind -G <gid>, wbinfo -n <ADS-group> etc...). To make it short: it seems like the ADS connectivity is working. However wbinfo -r "domain\user" lists only _global_ ADS groups not local ones, although i'm able to map even local ADS groups from Windows SIDs to Unix-gids. The manual page for wbinfo -r tells me: "This only works for users defined on a Domain Controller." Actually i'm not sure if this statement relates to my problem, so i...
2013 Feb 05
0
[LLVMdev] Asserts in bundleWithPred() and bundleWithSucc()
On Feb 4, 2013, at 3:44 PM, "Sergei Larin" <slarin at codeaurora.org> wrote: > Seems like an easy solution for this case... But let me ask you a more > general question. > The reason I kept on hanging on to the MBB->splice was (probably outdated) > assumption that it will one day properly update liveness for instructions it > moves... That is a serious matter
2013 Feb 04
2
[LLVMdev] Asserts in bundleWithPred() and bundleWithSucc()
Jakob, Seems like an easy solution for this case... But let me ask you a more general question. The reason I kept on hanging on to the MBB->splice was (probably outdated) assumption that it will one day properly update liveness for instructions it moves... That is a serious matter for what I am trying to do (global code motion in presence of bundles). What is the current thinking? Will
2011 Nov 17
29
[PATCH 00 of 17] Documentation updates
The following series flushes my documentation queue and replaces previous postings of those patches. The main difference is that the xl cfg file is now formatted using POD instead of markdown and presented as a manpage. I have setup a cron job to build docs/html and publish it at http://xenbits.xen.org/docs/unstable/ (it''s a bit bare right now). The motivation for some of these patches