search for: def_user

Displaying 4 results from an estimated 4 matches for "def_user".

Did you mean: def_used
2007 Oct 22
1
Help! bad cyrillic font rendering
Good Day! I have a problem with rendering of cyrillic font in one window. Everything is fine in others windows of the same program. I've tried to copy fonts from Windows, where this program works, but it doesn't help. LANG=ru_RU.UTF-8 I runned wine with "WINEDEBUG=trace+font,trace+dialog": ... trace:font:CreateFontIndirectW (-21 0 0 0 31 3 2 1 204) L"Courier New" Bold ?
2011 Jul 24
1
[LLVMdev] Def_Use chain
Hi All I extract Def_Use chain by following code: for (Value::use_iterator i = F->use_begin(), e = F->use_end(); i != e; ++i) if (Instruction *Inst = dyn_cast<Instruction>(*i)) { errs() << "F is used in instruction:\n"; errs() << *Inst << "\n"; } Now, I want to distinguish the register name or memory variable that lead to
2019 Nov 16
2
Sieve and recipient_delimiter
I use recipient_delimiter addresseses quiet a bit, and I want to put several of them into a mailbox if anyof (header :contains ["to"] [ ?FOO", ?foo", ?bar", ?florin"]) { fileinto :create ?later"; stop; } When I get an email addressed to me+FOO at example.com or me_florin at example.com, the messages end up in my inbox (Yes, I have both + and _
2019 Nov 17
0
Sieve and recipient_delimiter
...n all lowercase # Joe, joe, jOe thus all become 'joe'. # Note that we set it to lower, not first-cap # because we're going to use this name for a mailbox set :lower "detail" "${1}"; set :lower "user" "${def_user}?; } I don?t know where I got this from, but I am pretty sure it was on this list. :-) I use it to bucket email based on detail (if no detail, it goes into the address?s default folder, otherwise it goes into the detail folder). Sean > On Nov 16, 2019, at 09:46, @lbutlr via dovecot &lt...