Displaying 4 results from an estimated 4 matches for "pquery".
Did you mean:
query
2006 Jan 29
0
BUG in PROTOTYPE when set evalScripts: true - Firefox crashes
...Ajax Updater with evalScripts set to true and there must be a bug in prototype because when I call function firefox crashes and exit. I can''t even see Firefox javascript console. So I try it under Opera and Opera javascript Console show me this:
http://localhost:8090/mysite/processSearch?pQuery=a
Timeout thread: delay 10 ms
Error:
name: EvalError
message: Statement on line 252: Illegal use of eval
Backtrace:
Line 252 of linked script http://localhost:8090/js/prototype.js
results.push(iterator(value, index));
Line 221 of linked script http://localhost:8090/js/prototype.js
itera...
2015 Sep 03
2
Fuzzing complex programs
On Thu, Sep 3, 2015 at 6:45 PM, Kostya Serebryany <kcc at google.com> wrote:
> Did you build the Postgres code with -fsanitize-coverage=... ?
Yes:
CC = clang
CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels
-Wmissing-format-attribute -Wformat-security -fno-strict-aliasing
-fwrapv -Wno-unused-command-line-argument -g -O0 -fsanitize=address
2015 Sep 03
2
Fuzzing complex programs
...eadlock.o storage/lmgr/lwlock.o
> storage/lmgr/spin.o storage/lmgr/s_lock.o storage/lmgr/predicate.o
> storage/page/bufpage.o storage/page/checksum.o storage/page/itemptr.o
> storage/smgr/md.o storage/smgr/smgr.o storage/smgr/smgrtype.o
> tcop/dest.o tcop/fastpath.o tcop/postgres.o tcop/pquery.o
> tcop/utility.o tsearch/ts_locale.o tsearch/ts_parse.o
> tsearch/wparser.o tsearch/wparser_def.o tsearch/dict.o
> tsearch/dict_simple.o tsearch/dict_synonym.o tsearch/dict_thesaurus.o
> tsearch/dict_ispell.o tsearch/regis.o tsearch/spell.o
> tsearch/to_tsany.o tsearch/ts_selfuncs....
2010 Apr 13
0
Coloring leaves in Dendrogram according to gene names
Hello,
I am a new R user and have a question regarding dendrogram coloring.
I would like to color each leaf in the dendrogram (dhc) according to a
specific criterion. For me this criterion is the gene name.
For this, I created a data.frame with 2 variables: The gene name and the
corresponding color.
Using the following function, adapted from "dendrapply {stats}", I still
have the same