search for: addable

Displaying 5 results from an estimated 5 matches for "addable".

Did you mean: addtable
2008 Jun 09
1
[LLVMdev] [patch] Missing instructions in llvm-c.
...tructions vicmp, vfcmp, ret (multiple) and getresult, and for the vicmp and vfcmp operations on constants, to llvm-c. Also: 1) There appears to be no way to create intrinsics via llvm-c. Is there? 2) The "extractvalue"[1] and "insertvalue"[2] instructions don't seem to be addable via IRBuilder. Why? Cheers, -Mahadevan. [1] http://www.llvm.org/docs/LangRef.html#i_extractvalue [2] http://www.llvm.org/docs/LangRef.html#i_insertvalue -------------- next part -------------- A non-text attachment was scrubbed... Name: wrap_more_insts.patch Type: text/x-diff Size: 5551 bytes Des...
2023 Mar 20
1
Read-only / archive mode for IMAP mailboxes?
...u have tried >> this already. >> >> Regards, >> Ren?. >> > years ago i created a archive concept https://blog.sys4.de/mailarchiv-mit-dovecot-und-postfix-sortiert-nach-datum-mailadressen-und-ein-ausgehend-unterordnern-de.html read only via imap acl should also be addable but however read https://en.wikipedia.org/wiki/Email_archiving when it comes to i.e Regulatory compliance etc -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Schlei?heimer Stra?e 26/MG, 80333 M?nchen Sitz der Gesellschaft: M?nchen, Amtsgericht M?nchen: HRB 199263 Vorstand: Patrick Ben...
2006 Jul 08
9
How to handle dynamically columned tables in rails
I want to build an application that lets me (the end user accessing a web page) design a simple list with columns and add records. E.g., if the end user says I want a table that has a list of songs, he can create a list (title, date, artist, label) and then make another list of, e.g., books on his bookshelf with the necessary columns (title, author, pub_date, shelf). The end user
2023 Mar 20
1
Read-only / archive mode for IMAP mailboxes?
check out the imap acl support: https://doc.dovecot.org/configuration_manual/acl/ On 2023-03-20 10:12, R???? P??????? wrote: > Hello! > > We are currently exploring email archiving solutions. Is there a way to use an > IMAP mailbox in read-only / archive mode? The requirement is that delibveries of > new emails should be possible (via SMTP/LMTP), but no messages should be deleted
2008 Mar 05
21
wxruby, XRC, DialogBlock
I''ve been trying to figure out the best method for generating GUI''s with Ruby. I ended up using DialogBlock because it seems like the fastest way. But not I have to work backwards and have not done this before. How do I go from the file I generate in DialogBlock to a code in Ruby? -- Posted via http://www.ruby-forum.com/.