search for: cgiparam

Displaying 9 results from an estimated 9 matches for "cgiparam".

2011 Jul 06
1
Compiling on Mac OS X
...dant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Wshadow -Wstrict-null-sentinel -Wstrict-overflow=1 -fvisibility=hidden -Werror -I/Users/samuel/Documents/Programming/Internet/xapian/xapian-core/include -g -O2 -o omega omega.o query.o cgiparam.o utils.o configfile.o date.o cdb_init.o cdb_find.o cdb_hash.o cdb_unpack.o loadfile.o utf8convert.o datematchdecider.o weight.o str.o unixperm.o urlencode.o /Users/samuel/Documents/Programming/Internet/xapian/xapian-core/libxapian.la libtransform.la -liconv libtool: link: g++ -Wall -W -Wredundant...
2014 Dec 15
2
Replace atoi and atol with strtol strtoul:Need Help
...many files which uses statement like these time_t secs= atoi(data_span.c_str()), here time_t Datatype is not known but wikipedia says that it is integer so is it necessary to replace atoi with strtol over here ?? And is their any document which helps me what each file function does like date.cc,cgiparams.cc,omega.cc,query.cc. Thank You -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20141216/4b57b5a9/attachment-0002.html>
2014 Dec 18
4
Replace atoi and atol with strtol strtoul:Need Help
Hello, I came across the file *omega.cc* which is in directory* xapain-application/omega/* In this file , atoi is used in *Percentage Relevance cutoff *(293 line no) as Percentage lies between 0-100 their is no need to modify atoi . But do we need to check for error's ? Second Implementation is in *collapsing* (301) in which we collapse set of document under a key,range of this key has not
2011 Aug 08
1
How "NOT expression" used in Xapian
I want to use "NOT expression", from xapian document, it is supported.
2024 Apr 29
1
GUIs [was Re: queries for a set of values]
...pt. I assume that Omega-CGI is Omega Common Gateway Interface, as per web-scripting terminology. At least the Omega Documentation: https://xapian.org/docs/omega/, particularly, the webpages, Omega overview: https://xapian.org/docs/omega/overview.html, CGI Parameters: https://xapian.org/docs/omega/cgiparams.html and OmegaScript: https://xapian.org/docs/omega/omegascript.html could have been visually more illustrative. To me they appear like character jungles without a clear entry point. Of course, c programming and CUI create an environment for attracting such individuals who generally are Large Lan...
2011 Apr 17
3
Report for http://trac.xapian.org/wiki/SupportedPlatforms
...sr/share ./usr/share/doc ./usr/share/doc/xapian-omega ./usr/share/doc/xapian-omega/AUTHORS ./usr/share/doc/xapian-omega/COPYING ./usr/share/doc/xapian-omega/ChangeLog ./usr/share/doc/xapian-omega/NEWS ./usr/share/doc/xapian-omega/README ./usr/share/doc/xapian-omega/TODO ./usr/share/doc/xapian-omega/cgiparams.html ./usr/share/doc/xapian-omega/cgiparams.rst ./usr/share/doc/xapian-omega/examples ./usr/share/doc/xapian-omega/examples/dbi2omega ./usr/share/doc/xapian-omega/examples/htdig2omega ./usr/share/doc/xapian-omega/examples/htdig2omega.script ./usr/share/doc/xapian-omega/examples/mbox2omega ./usr/sh...
2014 Dec 16
2
Replace atoi and atol with strtol strtoul:Need Help
...t least if sizeof(long) < 8. C++11 includes strtoll(), and > we decided to require a C++11 compiler for 1.3.x, so there's no need to > worry whether strtoll() is available. > > > And is their any document which helps me what each file function does > like > > date.cc,cgiparams.cc,omega.cc,query.cc. > > There should be a short comment summarising the purpose of each file at > the top, for example: > > | /* date.cc: date range parsing routines for omega > > A few files may still lack these, but most have them. > > Cheers, > Olly > ----...
2016 Sep 22
2
issues compiling omega
All, I'm having some issues compiling omega. Here are the particulars I'm on win7, using cygwin 4.9.2 64 bit. Here's the relevant output from make: libtool: link: g++ -fshow-column -Wall -W -Wredundant-decls -Wpointer-arith -Wca st-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wstrict-null-sentinel -Wshadow -Wstrict-overflow=1
2016 Sep 22
2
issues compiling omega
...-Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wstrict-null-sentinel -Wshadow -Wstrict-overflow=1 -Wlogic al-op -Wmissing-declarations -Wdouble-promotion -Winit-self -fvisibility=hidden -I/home/John/xapian-core-1.4.0/include -g -O2 -std=gnu++11 -o .libs/omega.exe om ega.o query.o cgiparam.o utils.o configfile.o date.o cdb_init.o cdb_find.o cdb_h ash.o cdb_unpack.o jsonescape.o loadfile.o datevalue.o common/str.o sample.o url encode.o weight.o expand.o csvescape.o -Wl,--enable-runtime-pseudo-reloc /home/ John/xapian-omega-1.4.0/../xapian-core-1.4.0/.libs/libxapian.dll.a -lrpcrt4 -lz...