search for: unprefixed

Displaying 8 results from an estimated 8 matches for "unprefixed".

Did you mean: prefixed
2002 Mar 28
2
Patches for rsync.mbox
I found that my mail client reported invalid messages in the just-downloaded rsync.mbox. Further examination showed that they are due to instances of unprefixed words "From" at beginning of line in the message body. Once I fixed them, all messages are visible. It looks like the rsync.mbox file may have been prepared by simple concatenation of messages, without the filtering of initial From lines. Here is a diff suitable for patch: diff -c rs...
2007 Jun 28
1
TermGenerator and SimpleStopper
Hi, I'm using SimpleStopper with TermGenerator in a Python indexing script, in an attempt to keep my index size down (currently 30K per doc, and I have 200 million docs to index, which I think implies 6TB.) However, unprefixed (positional?) terms are not affected by the stopper, though Z-prefixed terms are. I assume this is intentional for phrase queries, but I need to reduce my index size drastically. Is it possible to generate positional terms, filtered with a stoplist, and not generate the Z terms? Or should...
2013 Mar 13
1
patch-Add standard ExpandDecider subclass to restrict to terms with a particular prefix
Hi, guys, I wrote a patch for ticket #467<http://trac.xapian.org/ticket/467>(Add standard ExpandDecider subclass to restrict to terms with a particular prefix). A new ExpandDecider class is added in expanddecider.cc/h, which delete all unprefix terms I am a newbiee to open source contribution, please let me know if this patch is work. Patch is here(generate by svn diff):
2007 Jun 13
2
winbind idmap customization
...user@REALM form on the Linux domain members. I'd like lookups to be properly canonical. Is this possible? 'getent passwd user' should return: user@REALM.NET:*:1786588783:1786588745:Mr Man:/home/whatever:/bin/bash I'm finding my options are to either have the local names be plain, unprefixed, or prefixed, but without the ability to do canonical mappings. It can either be `user` or `DOM\user`. But if it's DOM\user, lookups for 'user' don't work properly.
2013 Sep 19
0
[PATCH] also look for host-prefixed ar
This patch changes configure.ac to look for '${host}-ar' as set by AC_CANONICAL_HOST before looking for the unprefixed 'ar'. This is useful when cross-compiling when all your binutils are prefixed. I used AC_CHECK_TOOLS instead of AC_CHECK_TOOL, since autoconf docs say that the former calls AC_SUBST. Applies to OpenSSH portable 6.3p1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-...
2006 Jun 29
3
advice on arguments
I have a general style question about R coding. Suppose I'm writing a function (foo1) that calls other functions (foo2, foo3, ...) which have complicated argument lists (e.g. optim(), plot()), _and_ I may be calling several different functions in the body of foo1. Since foo2 and foo3 have different sets of arguments, I can't just use "..." ; I did write some code a while ago
2019 Apr 26
0
Wine release 4.7
...4: Quiet two noisy fixme`s. kernel32: Add DECLSPEC_HOTPATCH to CreateActCtx. Marko Friedemann (1): wintrust: Use enhanced crypto provider in VerifyImageHash. Martin Storsjo (2): msvcrt: Fix the fallback implementation of asinh for large negative values. msvcrt: Hook up the unprefixed logb/logbf/logbl functions for msvcr120/ucrtbase. Mathew Hodson (1): include: Add cast to avoid a compiler warning on MSVC. Michael Müller (2): avifile.dll16: Correctly convert result of AVIStreamGetFrame to a segptr. avifile.dll16: Convert between AVISTREAMINFO (16 bit) and AVI...
2006 Aug 11
3
Proposed changes to omindex
Proposed changes to omindex Currently Available Items ========================= 1) Have the Q prefix contain the 16 byte MD5 of the full file name used for document lookup during indexing. 2) Add the document?s last modified time to the value table (ID 0). This would allow incremental indexing based on the timestamp and also sorting by date in omega (SORT=0) a. Currently I store the timestamp