search for: not_used

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

2010 Jul 07
2
how to define method for "+" function in a new class
...checkMolecule(x) checkMolecule(y) # Extract chains information ch1 <- getMoleculeChains(x) ch2 <- getMoleculeChains(y) union_ch <- unique(c(ch1,ch2)) not_used <- .ALPHABET for (i in seq(along =3D union_ch)) { idx <- which(not_used !=3D union_ch[i]) if (length(idx) !=3D 0) not_used <- not_used[idx] } return(not_us...
1999 Jul 20
2
R 0.65 and AIX: if it quacks like a duck...
...mpilation dies an untimely death. (And the header files are not as badly broken for cc!) 2) Edit src/appl/sock.c: dto. 3) Edit src/unix/system.c: need a "break;" after default: in line 752 (yes, won't compile without) 4) Edit src/main/builtin.c: line 318 should read "#endif /* NOT_used */" (get rids of the warning) 5) CC=cc ../configure Note this is broken for the dependency check (ld barfs the error message to stdout instead of the log file?) checking whether cc accepts -M for generating dependencies... ld: 0711-317 ERROR : Undefined symbol: .main ld: 0711-345 Use the -b...
1999 Dec 10
0
snprintf from postgresql
...DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ #ifdef NOT_USED #include "sendmail.h" #include "pathnames.h" #endif #include "postgres.h" #include "regex/cdefs.h" #include <stdio.h> #include <stdarg.h> #include <sys/ioctl.h> #include <sys/param.h> /* * We do all internal arithmetic in the wid...
2011 May 07
4
Activerecord::JDBCError: Invalid column number
Hi, I''m rather new to Ruby and RoR, so I do not really know whether this ist the right forum to place my question. For my first ''project'' I planned to create a simple online-viewer, which grabs data from an existing database and make them visible in a structured form via browsers. So I thought that could be the right beginner-project, because I have only read datasets
2011 Aug 25
4
[PATCH 0/3] ruby: Fix event handler failure
I won't pretend I really understand what's going on here. I've CC'd this message to Chris since he might have a better idea. https://bugzilla.redhat.com/show_bug.cgi?id=733297 In this bug, it appears that the event log callback goes out of scope and is garbage collected. (This is despite the fact we registered it as a global root). When we invoke the callback later,
2010 Sep 21
1
expire_tool trouble + howto part sasl from 1.1.7 -> 2.0.1?
...onf Create dict. table query: ?CREATE TABLE `expires` ( ? `mailbox` varchar(255) NOT NULL, ? `expire_stamp` int(11) NOT NULL, ? PRIMARY KEY? (`mailbox`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 expire dict. conf: table = expires select_field = expire_stamp where_field = mailbox username_field = not_used And is there a point in using expire plugin without autocreate plugin? Because trash can be called wastebasket for example, and then it doesn't work. Spam can be called Junk, and again, it doesn't work. Any response to these queries would be greatly appreciated. Tadeusz Stelmach
2009 May 06
1
expire plugin + dovecot 1.1.7
...expire_dict: proxy::expire dict: expire: mysql:/etc/dovecot/dovecot-dict-expire.conf dovecot-dict-expire.conf: connect = host=localhost dbname=postfixadmin user=postfixadmin password=xxx # dovecot v1.1 only: table = expires select_field = expire_stamp where_field = mailbox username_field = not_used and users home (lukas@] ls -ltra shows: -rw------- 1 mail mail 0 Mar 31 10:25 dovecot-uidvalidity.49d1d387 drwx------ 4 mail mail 4096 Mar 31 10:25 .. -rw------- 1 mail mail 36 Mar 31 11:53 subscriptions -rw------- 1 mail mail 8 Mar 31 14:31 dovecot-uidvalidity drwx------ 5 mail mail...
1999 Mar 25
4
readline() (PR#147)
Dear R developers, I have found the following bug with readline() in R 0.63.3: if you execute the menu-function and then the readline() function, then readline() prompts "Selection:" > a <- readline() hello > a [1] "hallo" > a <- menu(c("a", "b"), title="bitte:") bitte: 1:a 2:b Selection: 2 > a <- readline() Selection:
2016 Jun 07
3
[PATCH 1/2] ruby: Print exceptions thrown by event callbacks.
...ruby.ml +++ b/generator/ruby.ml @@ -404,15 +404,17 @@ event_callback_wrapper_wrapper (VALUE argvv) return Qnil; } +/* Callbacks aren't supposed to throw exceptions. We just print the + * exception on stderr and hope for the best. + */ static VALUE event_callback_handle_exception (VALUE not_used, VALUE exn) { - /* Callbacks aren't supposed to throw exceptions. */ - fprintf (stderr, \"libguestfs: exception in callback!\\n\"); + volatile VALUE message; - /* XXX We could print the exception, but it's very difficult from - * a Ruby extension. - */ + message = rb_f...
2008 Dec 26
1
Bug Report in Connection with Expire Plugin
If the expire plugin is enabled and a new message (not in trash) is deleted via IMAP in Mozilla Thunderbird (only tested in this client), it will indefinately copy the message into the folder. Dovecot, meanwhile, occupies itself with this: root at server:~# cat /var/log/dovecot.log [...] dovecot: 2008-12-26 09:21% Error: child 6132 (imap) killed with signal 11 dovecot: 2008-12-26 09:21%
2009 Jul 07
4
Problems with Expire Plugin
...cribe: INBOX.Papelera dict: expire: mysql:/usr/local/etc/dovecot-dict-expire.conf /usr/local/etc/dovecot-dict-expire.conf connect = host=localhost dbname=expunge user=expireuser password=expirepass # v1.1 only: table = expires select_field = expire_stamp where_field = mailbox username_field = not_used mysql> describe expires; +--------------+--------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +--------------+--------------+------+-----+---------+-------+ | mailbox | varchar(255) | | PRI | | | | expire_stamp |...