search for: cgiparams

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

Did you mean: cgiparam
2011 Jul 06
1
Compiling on Mac OS X
Hi, I'm having some problems compiling on Mac OS X: nekomimi:xapian samuel$ sudo port install libiconv ---> Configuring gperf ---> Building gperf ---> Staging gperf into destroot ---> Installing gperf @3.0.4_0+universal ---> Deactivating gperf @3.0.4_0 ---> Cleaning gperf ---> Activating gperf @3.0.4_0+universal ---> Cleaning gperf ---> Computing
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 Lang...
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/sha...
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
James, That was exactly the issue. libmagic.dll.a was in /lib under cygwin. Adding a -L/lib took care of this. This was also an issue with -lpcre, which adding -L/lib fixed as well. Of course, I'm now running up against something else. from make libtool: link: g++ -fshow-column -Wall -W -Wredundant-decls -Wpointer-arith -Wca st-qual -Wcast-align -Wno-long-long -Wformat-security