Displaying 8 results from an estimated 8 matches for "localstore".
Did you mean:
loadstore
2000 Aug 31
2
More information on exception
...0) < 0)
{
ov_clear(&ov);
return 0;
}
ov_clear(&ov2);
ov_clear(&ov);
return 0;
}
Compiled under Windows with Borland C++Builder 5. When run, exceptions
occur in block.c at one of these lines:
158: if(vb->localstore)free(vb->localstore);
646: v->pcm[i]=realloc(v->pcm[i],v->pcm_storage*sizeof(double));
Additional minor corrections:
mode_D.h
100: {{0}},
mode_E.h
60: {{0}},
84: {{0}},
The sqrt domain error still appears occasionally, when encoding a
10 second pure sine wave at .4 amplitude using mo...
2013 Oct 24
1
Empty Mails from MAILER-DAEMON with Dovecot-Antispam and DSPAM
...uot; # { on | off }
Preference "whitelistThreshold=10" # { Integer } -> default:10
Preference "makeCorpus=off" # { on | off } -> default:off
Preference "storeFragments=off" # { on | off } -> default:off
Preference "localStore=" # { on | off } -> default:username
Preference "processorBias=on" # { on | off } -> default:on
Preference "fallbackDomain=off" # { on | off } -> default:off
Preference "trainPristine=off" # { on | off } -> def...
2014 Apr 21
0
Trying to get DSpam+Dovecot working with Postfix and local/virtual domains
...;optOut=off" # { on | off }
Preference "whitelistThreshold=10" # { Integer } -> default:10
Preference "makeCorpus=off" # { on | off } -> default:off
Preference "storeFragments=off" # { on | off } -> default:off
Preference "localStore=" # { on | off } -> default:username
Preference "processorBias=on" # { on | off } -> default:on
Preference "fallbackDomain=off" # { on | off } -> default:off
Preference "trainPristine=off" # { on | off } -> default:off
Prefe...
2010 Mar 25
3
include/exclude problems
...afc5fv2p.default/
.mozilla-thunderbird/afc5fv2p.default/10357267.s
.mozilla-thunderbird/afc5fv2p.default/abook.mab
.mozilla-thunderbird/afc5fv2p.default/blocklist.xml
.mozilla-thunderbird/afc5fv2p.default/files
.mozilla-thunderbird/afc5fv2p.default/junklog.html
.mozilla-thunderbird/afc5fv2p.default/localstore.rdf
.mozilla-thunderbird/afc5fv2p.default/panacea.dat
.mozilla-thunderbird/afc5fv2p.default/storage.sdb
.mozilla-thunderbird/afc5fv2p.default/training.dat
refs/computers/
refs/computers/excluded-utk.txt
refs/computers/excluded-utk.txt-def
No "storage.sdb" is transferred. Can you help me...
2009 Mar 15
1
Add vorbis_dsp_init() ?
Hi,
This mozilla bug report is a crash triggered by a Vorbis file with
corrupt headers:
https://bugzilla.mozilla.org/show_bug.cgi?id=481601
The patch to fix the crash adds a new vorbis_dsp_init() function to
libvorbis, and calls
that from fs_vorbis_init() in libfishsound:
https://bug481601.bugzilla.mozilla.org/attachment.cgi?id=366150
The public function it adds is:
void
2009 Nov 30
1
Change system-wide default configuration for FF and OO with /etc/skel
Hi,
I'm using a heavily tweaked CentOS 5.4 for desktop installs (here's what
it looks like: http://www.microlinux.fr/captures.html).
For every app I install, I try to configure a sensible default
configuration system-wide for all users. For example, once I found a
nice configuration for XMMS (default skin, loads of plugins, orange On
Screen Display in a nice font, etcetera), I put my
2017 Feb 06
3
libvorbis without encapulsation
...1\245\367u\266z\257\325\334T\355\365\200\327T\346\a%\255r\313\361PF\23
1\016\311\323\353\032U\177\247W9\344ĴU\262\tc\321\360\234)ǔ_z)", ptr =
0x647cf5 "", storage = 256}, lW = 0, W = 0, nW = 0, pcmend = 512, mode
= 0,
eofflag = 0, granulepos = 0, sequence = 3, vd = 0x7fffffffde20,
localstore = 0x64a380, localtop = 64, localalloc = 64,
totaluse = 7376, reap = 0x64a360, glue_bits = 0, time_bits = 0,
floor_bits = 0, res_bits = 0, internal = 0x647330}
vorbis_dsp_state:
(gdb) p vdsps
$10 = {analysisp = 1, vi = 0x7fffffffdde0, pcm = 0x642750, pcmret =
0x642770, pcm_storage = 221012, pcm_...
2010 Apr 22
7
Making ActiveSupport::Cache consistent
Lighthouse ticket: https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/4452
I have recently been working on some gems that utilize
ActiveSupport::Cache and ran into some issues with the different
implementations handling the same functionality differently. One of
the issues was that I couldn''t rely on expiring entries with
the :expires_in option. MemCacheStore takes this