search for: searchstr

Displaying 18 results from an estimated 18 matches for "searchstr".

Did you mean: searchstri
2006 Feb 03
4
contoller code mysteries
...2 first_name = params[:client][:first_name] @myclients = Client.find(:all, :conditions => ["first_name = :first_name", {:first_name => first_name}]) end this code doesn''t... def list2 first_name = params[:client][:first_name] if first_name searchstring = ''["first_name = :first_name", {:first_name => first_name}]'' end @myclients = Client.find(:all, :conditions => searchstring) end it results in error... RuntimeError: ERROR C42601 Msyntax error at or near "[" P30 Fscan.l L573 R...
2004 Jun 21
0
Bookmarklet for searching R documentation
...the code to submit searches to the R search engine. I tested the following using Firefox 0.9 on Windows 2000. Create a bookmark called "search R doc" (or whatever) with the following text as the "location". (Note, this is one long line) javascript:(function(){ function getSearchString (promptString) { s = null;if (document.selection && document.selection.createRange) { s =document.selection.createRange().text; } else if (document.getSelection) { s= document.getSelection(); } if (! (s && s.length)) { s =prompt(promptString,''); } return s; } searchStrin...
2006 Jan 06
6
Help with TextSearch :all and MySQL
Hi, I really need help with making the ''searches_on :all'' in Duane Johnson''s TextSearch work with MySQL (not sure if it works with other db''s). http://wiki.rubyonrails.com/rails/pages/TextSearch I realize that there are other search packages out there. But this particular solution best fits my small needs of searching a small database. I''ve gotten
2006 Dec 11
6
easy question, how would i search a grandparent???!
hi, i have this in my code Article.find_by_contents("#{searchstring} +city:#{passedincity}") well that returns to me only articles that belong to whatever the user selected in city. now is it possible to search the grandparent? for example class country has_many states class states has_many cities belongs_to country class city belongs_to states ........
2006 Oct 16
8
acts_as_ferret: can i specify a search on 1 field as suppose
to the ones i defined in my model? for example if in the model i specify acts_as_ferret to index only column 1, 2, and 3 in my table....how can i perform a search just for column 1 if need be. for example, id like to give the user the ability to just search on title name vs description, etc... thanks! -- Posted via http://www.ruby-forum.com/.
2005 Dec 29
1
slave only config files
...onf and Fatal error: at least one UPS must be defined in ups.conf Also, (a second question) ... are their easily searchable archives of the nut archives (both old and new) available via the web? I'm having some luck with http://www.google.com/search?hl=en&lr=&q=site%3Aexploits.org+searchstring from google cache for the old list and http://www.google.com/search?hl=en&q=site%3Alists.alioth.debian.org%2Fpipermail%2Fnut-upsuser%2F+searchstring But it's not a good long term solution. thanks John
2016 Sep 06
3
sieve - find in header
Hello list, have a problem with sieve script. I want to perform an action if an arbitrary headerline contains a defined string. I tried with regex: if header :regex [".*"] ["searchstri.*"] { fileinto "junk"; } This is not working because regex is only used in 2nd argument ["searchstri.*"] In 1st argument [".*"] no regex is used, sieve expects just plain string. Something like this would work, if "x-myheader" contains "sear...
2004 Nov 12
1
Requested consideration: true, true, true in SearchObject.html
...word 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.SearchEngine.search (search...
2016 Sep 08
2
sieve - find in header
On 08-09-16 20:51, @lbutlr wrote: > On Tue Sep 06 2016 07:25:38 Hajo Locke <hajo.locke at gmx.de> said >> How to solve this case and find a string in arbitrary/unknown headerline? > > You?ll have to create multiple sieves covering the possible headers. > Maybe when you tell what you're trying to achieve, we can give you better advice. Almost no one is looking for
2004 Jun 22
3
Asterisk answering only one (dialed-) Number on a PTMP (German "Mehrgeräteanschluss")?
...928752? I need this solution to work with Asterisk without disconnecting my Girlfriend from the rest of the world. ;-) I realy tried to find an answer in your archive, Asterisk-Manual, "hitchhiker guide to Asterisk" and in Google but I'm affraid that I didn't know the right "searchstring". Marco W. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040622/c33a4caf/attachment.htm
2004 Nov 12
1
Firefox keyword searches for R & S-Plus
...as appropriate. 3. By default this only searches Help page titles. You may prefer a more comprehensive search that includes Keywords and Object names. Edit the SearchObject.html file and change 'false' to 'true' in the following line: line = line + document.SearchEngine.search (searchstring,true,true,true); Here are my R and S-Plus bookmarks. I'll just give the link, my bookmark name, and my bookmark keyword. http://www.google.com/u/newcastlemaths?q=%s R mail archive search rh http://www.google.com/search?q=site:www.biostat.wustl.edu+[S]+%s S-news archive search sn file:...
2002 Aug 01
0
[: Re: [fwd] CVS: ogg123 rocks! vcut no so much so... (from: wayfarer42@postmaster.co.uk)]
...e needs of most of the command line Unix Ogg-ers out there. None of these are fully tested, so you might have to tweak one thing or another. Oh, one more: 7. Search for a comment among files in a playlist (rather slow) (while read filename; do if vorbiscomment -l "$filename" | grep ${SEARCHSTRING}; then echo "$filename"; ogg123 "$filename"; fi; done) < ${PLAYLIST} <p> -- Kenneth Arnold <ken@arnoldnet.net> - "Know thyself." <p><p>----- End forwarded message ----- -------------- next part -------------- A non-text attachment was...
2019 Aug 20
3
winbind on DC : how use gidNumber instead of primaryGroupID as user's primary group
...9;print $2'})/sam.ldb" DN="$(ldbsearch -H "${LDBDB}" -b "" -s base defaultNamingContext | grep 'defaultNamingContext' | sed 's|defaultNamingContext: ||')" time ldbsearch -H "${LDBDB}" -b "OU=YourUSERS,${DN}" -s sub '(CN=SEARCHSTRING)' gidNumber | grep gidNumber | sed 's/gidNumber: //' 10000 real 0m0.621s user 0m0.599s sys 0m0.023s So i would go for the first as it is at least x10 faster here. Greetz, Louis > > > > > > What is the fastest command to get the user gidNumber &gt...
2012 Nov 10
11
Seeking contributors for Lustre User Manual
...anual is released under a Creative Commons license, so it is open to all of us to improve. While there is not currently a "todo" list for the areas of the manual that need updating, looking through open LUDOC tickets is one option: http://bugs.whamcloud.com/secure/QuickSearch.jspa?searchString=LUDOC%20open There are a number of existing documentation tickets for features that are under development for the Lustre 2.4 release (for which we expect to be completed internally), but there are also some tickets from users pointing out errors in the document that need to be fixed. Another w...
2012 Nov 10
11
Seeking contributors for Lustre User Manual
...anual is released under a Creative Commons license, so it is open to all of us to improve. While there is not currently a "todo" list for the areas of the manual that need updating, looking through open LUDOC tickets is one option: http://bugs.whamcloud.com/secure/QuickSearch.jspa?searchString=LUDOC%20open There are a number of existing documentation tickets for features that are under development for the Lustre 2.4 release (for which we expect to be completed internally), but there are also some tickets from users pointing out errors in the document that need to be fixed. Another w...
2007 Sep 17
5
Script.aculo.us effect queues & Ajax.Updater()
Hey guys, I''m new here and just checked out Prototype with Script.aculo.us and have to say it''s a great experience once you get the concept. However, I''m not very experienced with JS so I''m a bit stuck on something I think is quite easy to solve: What already works: A searchfield is observed by a DelayedObserver, a list of contacts is updated vie Ajax updater.
2019 Aug 19
3
winbind on DC : how use gidNumber instead of primaryGroupID as user's primary group
Le lun. 19 ao?t 2019 ? 11:01, L.P.H. van Belle via samba <samba at lists.samba.org> a ?crit : > > Hai, > > Fist of all, i must say it not very wise to have you NFS server on the AD-DC. > > I do about the same but my NFS server is on a member. > > Have you configured /etc/nsswitch.conf ? > If not do that. > > If you run : id username > I see :
2009 May 07
4
proposed changes to RSiteSearch
Can someone in R Core please take a look at the attached patches to RSiteSearch() and its help page? I guess Jon is planning some changes on his site. Jon: could you elaborate on what the patch does? Best, Andy Notice: This e-mail message, together with any attachments, contains information of Merck & Co., Inc. (One Merck Drive, Whitehouse Station, New Jersey, USA 08889), and/or its