Displaying 20 results from an estimated 64 matches for "searchengin".
Did you mean:
searchengine
2000 Jun 29
1
Missing SearchEngine.html (PR#585)
Hi,
After the installation I can't search, clicking on "Search Engine &
Keywords" gives me a 404, file not found. I can concatenate
SearchEngine-head and -foot.html into SearchEngine.html which allows
me to search, but I'm missing the key words.
Finally the question: What happened that SearchEngine.html is not
generated at install time?
Thanks,
-tom
P.S. I quickly checked "?bug.report" to see its options. Th...
2004 Feb 24
2
R: SearchEngine (PR#6610)
Full_Name: Anton Zgonc
Version: 1.8.1
OS: Linux RH 9.0
Submission from: (NULL) (193.2.208.9)
The SearchEngine, accessible through generated documentation by help.start()
like:
file:/tmp/Rtmp2085/.R/doc/html/search/SearchEngine.html
or on WWW:
http://www.stat.ucl.ac.be/ISdidactique/Rhelp/doc/html/search/SearchEngine.html
works only in Netscape 4.7x. It fails e.g. with Mozilla 1.3, 1.6 and IE 6.0.
I so...
2001 Dec 09
0
Bug#123084: r-base: R documentatio search engine unusable with Mozilla 6 (OK with netscape 4.7x) (PR#1202)
...rpent@yod:~$
When I try to use the search engine (clicking the "Search engine" anchor on the
root page of the R documentation), I get a JVM error dialog box stating :
java.security.AccessControlException: access denied (java.io.FilePermission /home/charpent/.R/doc/html/search/SearchEngine.class read)
at java.security.AccessControlContext.checkPermission(AccessControlContext.java:272)
at java.security.AccessController.checkPermission(AccessController.java:399)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:545)
at java.lang.SecurityManager.checkRead(Se...
2003 Nov 06
2
Search engine fails entirely (PR#4966)
Full_Name: Robert King
Version: 1.8.0
OS: linux (debian)
Submission from: (NULL) (134.148.20.33)
Also seen in 1.7
Start R, Start html help (mozilla), go to search engine, try searching for mean
No results given.
Mozilla javascript console says:
Error: document.SearchEngine.search is not a function
Source File: file:///tmp/Rtmp22901/.R/doc/html/search/SearchEngine.html
Line: 32
line 32 is ....
line = line + document.SearchEngine.search (searchTerm,
2001 Dec 09
0
Bug#123084: r-base: R documentatio search engine unusable (PR#1203)
...> When I try to use the search engine (clicking the "Search engine" anchor on the
> root page of the R documentation), I get a JVM error dialog box stating :
>
> java.security.AccessControlException: access denied (java.io.FilePermission /home/charpent/.R/doc/html/search/SearchEngine.class read)
> at java.security.AccessControlContext.checkPermission(AccessControlContext.java:272)
> at java.security.AccessController.checkPermission(AccessController.java:399)
> at java.lang.SecurityManager.checkPermission(SecurityManager.java:545)
> at java.lang.Security...
2004 Jun 17
4
R help in Firefox on Windows XP
I had to reinstall my machine, so I installed Firefox 0.9 as browser
I am using WinXP and R 1.9.1 beta.
Now search in R html help does not work.
I checked that the Java VM is working correctlt, Sun's test site says
my installation is OK.
Firefoxalso tells me that
Applet Searchengine loaded
Applet Searchengine started
it just does not find anything.
Does anybody know how to solve this?
Erich
2008 Jul 17
2
Location of HTML help files
I am using R 2.7.1 under Windows XP, installed at C:/R/R-2.7.1.
The location of the HTML SearchEngine is
file:///C:/R/R-2.7.1/doc/html/search/SearchEngine.html. Now, when I type a
phrase, say "reshape", in the search text field, the Search Results page
suggest that the location of the reshape HTML help file is
file:///C:/R/library/stats/html/reshape.html, while in reality it is
file...
2004 Jan 26
0
Trouble with HTML search engine & Mozilla Firebird
...he proper search page.
I follow the link to "Search engine & keywords", type some text into the
search box, and click "search". It wipes the text in the search box, and
leaves me at the search page. The URL changes, to something like
file:///tmp/Rtmp27053/.R/doc/html/search/SearchEngine.html?SEARCHTERM=MySearchTerm&TITLES=1&KEYWORDS=1&ALIASES=1
I've looked through the help on the R web site. There are plenty of
messages which say to check that Java is correctly installed and that
Javascript is turned on, but this does not seem to be my problem...
I have installe...
2003 Apr 22
1
Search Engine (PR#2813)
Full_Name: Anthony Westerling
Version: 1.7.0
OS: Mac OS X 10.2.5
Submission from: (NULL) (64.203.9.4)
R includes a very nice search engine web page which installs at
/usr/local/lib/R/doc/html/search/SearchEngine.html. The search engine and
keywords links do not work on my Mac G4s running OS X 10.2.5, and this appears
to be independent of choice of browser. This appears to be a Mac-specific
problem with the Java applet.
I have tried this on three different G4s using IE, Safari, and Mozilla. Neither
t...
2003 Apr 17
1
R search engine and Mozilla
...onment 1.4.1_02 under Windows XP. The
problems occur on the "Search Engine & Keywords" page. I can open two
links, but after that links aren't recognized.
The problem seems to be javascript related. When I open the "Search
Engine" page, the status bar shows "Applet SearchEngine started". If
I move the cursur to a link, e.g. "attribute", the status bar shows
the link refers to
"javascript:SearchInIndex('attribute',false,true,false);") .
If I click on the link, the page opens but the status bar shows
"stopped" and the Mozilla Ja...
2004 Nov 12
1
Requested consideration: true, true, true in SearchObject.html
...reating a
Firefox keyword search of the R documentation:
https://www.stat.math.ethz.ch/pipermail/r-help/2004-November/059272.html
The method involves bookmarking the
RHOME/doc/html/search/SearchObject.html file. Currently this page is set
up to only search help page titles:
line = line + document.SearchEngine.search (searchstring,true,false,false);
Note that by default the SearchEngine.html page has the Titles, Keywords
and Objects boxes all checked.
It would be useful for the keyword search to have SearchObject.html
include Title and Object name searches by default:
line = line + document.SearchEn...
2000 Apr 26
2
Cross compiling a package for Windows on Linux
...39;s/C_FUNCTION(\(.*\))/{ "\1", \1 },/' ../../appl/ROUTINES > ../../include/FFTab.h
sh ./GETCONFIG > ../../include/Rconfig.h
sh ./GETVERSION > ../../include/Rversion.h
cp -p ./h/config.h ./h/psignal.h ../../include
echo done > fixh
(cd ../../../doc; \
cat html/search/SearchEngine-head.html > html/search/SearchEngine.html; \
perl ../src/gnuwin32/fixed/keywords2html KEYWORDS.db >> html/search/SearchEngine.html; \
cat html/search/SearchEngine-foot.html >> html/search/SearchEngine.html)
cp -p ./r/*.html ../../../doc/html
echo done > fixr
cp -p bin/Rd2dv...
2005 Feb 24
1
Problems with html help system: help.start()
...or directorycp: cannot create
regular file `/tmp/RtmpxI5110/.R/doc/html': No such file or directorycp:
cannot create regular file `/tmp/RtmpxI5110/.R/doc/html/search': No such
file or directoryln: creating symbolic link
`/tmp/RtmpxI5110/.R/doc/html/search' to
`/usr/lib/R/doc/html/search/SearchEngine-foot.html': No such file or
directoryln: creating symbolic link `/tmp/RtmpxI5110/.R/doc/html/search'
to `/usr/lib/R/doc/html/search/SearchEngine-head.html': No such file or
directoryln: creating symbolic link `/tmp/RtmpxI5110/.R/doc/html/search'
to `/usr/lib/R/doc/html/search/Searc...
2005 Apr 29
2
R-2.1.0 search engine works with mozilla browser but not firefox
...on a Linux box and found that the HTML search engine
help would not work with Firefox 1.0.3 but would work with Mozilla
1.7.7. I have Java Runtime Environment 1.5.0_02 installed. With
Firefox, when I launch help.start() and click to the search engine, it
brings up the first page with "Applet SearchEngine started" in the
status bar, but clicking on one of the contents entries or trying to
search for a term does nothing.
Scott Waichler
Pacific Northwest National Laboratory
scott.waichler at pnl.gov
2006 May 08
3
Index::Index.new vs. Readers and Writers
...ght I''d
post an example stub of what I have here. Any feedback would be much
appreciated.
# Non-Reader/Writer Example - Main Index::Index.new only
# works like a charm but haven''t tried firing up a bunch to see if we
get IO blocks.
require ''ferret''
class SearchEngine
include Ferret
include Ferret::Document
def self.get_index()
index_dir = "/var/search/index"
index = Index::Index.new(:path => index_dir,
:create_if_missing => true)
return index
end
end
# Reader/Writer Example
require ''fe...
2020 Sep 20
3
help improving relevance of snippets displayed by Omega
Olly,
Thanks again very much for helping me improve my understanding of Xapian
and Omega. Thanks especially for pointing out that my idea of trying to
generate a snippet from stemmed text lacking capitalization and punctuation
would probably not produce a user-friendly result.
But I'm still doubtful that expanding the sample size could be the right
way to obtain excerpts from the document
2006 Jan 11
2
Browser problem, Misrepresentation of .html in Solaris Firefox (PR#8471)
...t of the
text can only be viewed by selecting it with the mouse, making it
appear white on blue. This makes scrolling and following links *very*
combersome.
Files affected:
- R-intro.html
- R-exts.html,
- R-lang.html
- R-admin.html
- R-FAQ.html
Files not affected:
- R-data.html
- packages.html
- SearchEngine.html
- License
- Thanks
Thanks for help
Christian
--
Dr. Christian W. Hoffmann,
Swiss Federal Research Institute WSL
Mathematics + Statistical Computing
Zuercherstrasse 111
CH-8903 Birmensdorf, Switzerland
Tel +41-44-7392-277 (office) -111(exchange)
Fax +41-44-7392-215 (fax)
christian.hoffm...
2008 Nov 06
1
trouble with html help
...ave this problem with R 2.6.1 and 2.7.1 (have not tried others)
running on Windows XP:
Html help has wrong links to help files. The index.html is correctly
found from
file:///C:/PROGRA~1/R/R-26~1.1/doc/html/index.html
as well as the search engine
file:///C:/PROGRA~1/R/R-26~1.1/doc/html/search/SearchEngine.html
However, when I search for, say, "paste", I will be pointed to
file:///C:/PROGRA~1/R/library/base/html/paste.html
which of course does not exist. Changing this manually to
file:///C:/PROGRA~1/R/R-2.6.1/library/base/html/paste.html
leads me to the correct page.
Any views on how...
2005 Dec 09
2
HTML search & Firefox
...ound the exact answer in the archives).
I use R 2.2.0 and just updated to Firefox 1.5 (note that I already got
the same result with Firefox 1.x.x) under Win XP sp2 US (full details of
my config hereunder). When I try to use the HTML help search page, I can
make a search: the message 'Applet SearchEngine started' appears in the
statusbar and I got a result page, but that result page points to
incorrect links like:
'file:///library/stats/html/ave.html'
Obviously, that link should have been something like:
'file:///c:/Program%20Files/R/R-2.2.0/library/stats/html/ave.html'
A...
2015 Feb 12
2
Samba4 GPO - set a Policy
I want to create a policy that prevents access to the control panel for users in a specific OU using only samba4 without any Windows client.