similar to: highlight and pagination

Displaying 20 results from an estimated 700 matches similar to: "highlight and pagination"

2007 Jun 06
1
"selected" in form.select
I have a search form in my navbar where a user can select in which area he wants to search. After clicking the submit-button the results get rendered but the previous selected area is no longer selected. <%= form.select (:suchfeld, [ [''Beschreibungen'',''description''], [''Headlines'',''headline'']] ) %> I was able to
2005 Aug 04
1
Pagination and :include (eager associations)
I have tried to use eager association with pagination, but the :include option is not supported: Here''s the one-line pagination call without :include @link_pages, @links = paginate :link, :per_page => 10, :order_by => sort_clause and here the work around, using the "classic" method # @link_pages = Paginator.new self, Link.count, 10,
2023 Jun 20
1
Synology shares not accessible...
Hi All, the Synology support is claiming this bug is the reason for the access problems via hostname (Kerberos): https://bugzilla.samba.org/show_bug.cgi?id=14213 These log entries in log.wb-ADNAME are given as evidence: ../../source3/winbindd/winbindd_msrpc.c:307: [2023/06/14 22:13:42.913399, winbind 3, pid=10150] msrpc_sid_to_name msrpc_sid_to_name: S-1-18-1 f?r Dom?ne ADNAME
2007 Mar 06
1
R plug in for Eclipse
Hello, Is there any R plug-in available for Eclipse other than StatET? StatET doesn't seem to work with the latest release of Eclipse properly, i.e. syntax highlighting isn't enabled for R commands. I already contacted the author some time ago, but have not yet received a response. Would also be great if somebody could tell me whether they have the same problem. I already tried
2007 Apr 23
2
Legal Vista DVD free of charge
Hi WINE-people! If you are from germany and are interested in Vista, then have a look at http://www.mediaonline.de/ There you can "buy" Microsoft Windows Vista Intallation DVDs 32bit and 64bit, german version, for 0 ? ! You only pay for shipment. This is already annonced on some places here in the internet. But if you still don't know it, I only want to tell it. The only
2015 Jan 27
2
oVirt - Virt / Storage cross SIG dependencies
Hi, I've seen that gluster is now available in CentOS Storage SIG[1]. Upstream we're currently requiring to enable the gluster 3.6 repository in order to use suche storage for oVirt managed VMs. But while we're planning how to package for CentOS VIrt SIG we're interested in how to depend on inter-SIG dependencies and use gluster from within the CentOS Storage SIG instead of
2009 Jul 30
6
How can I change member action names on routes?
I have some controllers with member/collection actions. I want to change the name of those actions on the routes, so I can translate the action "/search" to German, for example. How can I do it? I will appreciate any help. -- Posted via http://www.ruby-forum.com/.
2007 Nov 16
3
IE: error with Serializers[method] in getValue()
Hi, Version: prototype 1.6.0 I''m using the $F function to get the value of a field. It works fine in FireFox, but IE 6 and 7 are reporting "object does not support his property or method" (translated from german). In IE debugger it hightlights the line 3485: --- return Form.Element.Serializers[method](element); --- I searched the web, but this problem seems to be quite unique
2018 May 17
2
DNS entry for resolving the DC
We already "solved" this by using the long form of the domain name, but I want to learn if we should do something additional: We had a mixed setup in the field, some PCs had a WINS server configured, some not. We removed the WINS info from DHCP and saw no new problems (we wanted to have things the same way on all clients). Yesterday the local admin tried to join a new PC and entered
2007 Jun 01
5
il8n with Prototype
I''d be grateful for feedback regarding the following: /* Iterate over elements and lookup translation for language in JSON dictionary */ function translateChildren(parent, language) { var phrases = parent.getElementsByClassName(''lang''); phrases.each(function(p) { var phrase = p.readAttribute(''for''); p.innerHTML =
2024 Jan 04
1
Fresh ad installation - Win2022 can't join
Good morning, and a Happy New Year ? I'd like to setup a test-enviroment, based on Debian Bookworm and mjt's 4.19.3 packages. samba is running as a Hyper-V vm, its ip is 192.168.178.37, its name is dc.augusta.domain.tld My idea is to use this dc for two networks (192.168.178.0/24 and 192.168.180.0/24) and for testing one Windows 2022 server (192.168.178.34/24). I used these two
2023 Jun 20
1
Synology shares not accessible...
On 20/06/2023 14:11, Ingo Asche via samba wrote: > Hi All, > > the Synology support is claiming this bug is the reason for the access > problems via hostname (Kerberos): > https://bugzilla.samba.org/show_bug.cgi?id=14213 > > These log entries in log.wb-ADNAME are given as evidence: > > ../../source3/winbindd/winbindd_msrpc.c:307: [2023/06/14 > 22:13:42.913399,
2004 Jul 29
2
XP does not join domain
hi, i've the following problem: i want a XP pro sp1 to join my samba (3.0.5) domain (MHC). with my first try it complained that it could not resolve: _ldap._tcp.dc._msdcs.MHC i've fixed this with the following DNS setup: ------------------------------ _ldap._tcp.MHC. 600 IN SRV 0 100 389 server.MHC.
2023 May 24
1
Synology shares not accessible...
Hi Travis, are you still there? ;-) How are your Synos do? Do have in the mean time installed the actual SMBService? If you have and have with the actual SMBService the same problem as before the Beta version there is a workaround: In "/usr/local/packages/@appstore/SMBService/usr/lib/samba" you have to change the "libidmap-samba4.so" to the one from the beta version,
2010 May 20
7
unable to join to a Samba4 domain
I'm trying to join a Windows 2008 to a Samba4 domain. I'm able to ping Samba4 or browse its network shares. Unfortunately, I can't join Windows 2008 to this Samba4 domain - I'm not even asked for Administrator password. Windows 2008 errors with the below message, which roughly translates to: DSN-query for domain "samba4.my.domain" was successful. The query was for
2007 Jul 21
3
manging rescues
What''s the recommended way to catch errors like this: NoMethodError in Register#confirm Showing app/views/register/confirm.rhtml where line #4 raised: undefined method `namen'' for nil:NilClass I get this error when someone does somethinh like: http://.........../register/confirm?email=jkdsfadslkjflksd If I make: remail = params[:email] @user = Request.find(:first,
2008 Jan 02
5
polymorphic assosciations - still the way in Rails 2.0.x
I store a lot of information concerning blogs, events, books, bla bla... So I have a lot of database tables including the same fields: url, user_id, subject, comment..... So I decided to use polymorphic assosciations. Is this still the prefered way in 2.0.x or does Rails 2.0.x offers me a easier, faster and more preferable way to do this? By the way, isn''t it much easier to do all the
2002 Jun 21
3
Login script doesn't run
Hi, The login script has worked for our win98 computers since the dawn of time (or there abouts). Then something happened or I did something and the login script doesn't run anymore. I can run it manually. This was version 2.2.3a. I started smbd with -d10 and didn't see any call for a script. Is the login script mentioned in a working system? In an effort to fix this, I deleted and
2007 Jun 20
3
hover and displaying divs
Please take a look at: http://www.lovelybooks.de/library/index.html?resetTabs=1&resetList=1 Can someone give me a hint how to display the divs (?) when moving the mousepointer over the images? Thanx --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this
2005 Dec 14
4
Is it possible to highlight search keywords in results?
I''m wondering if ferret has any built-in search/replace mechanism that I might be able to use to highlight the query data in each search result. The reason I think this would be a good idea is that I could end up having to practically duplicate the ferret query parser just to interpret the query so that I can figure out how to highlight the keywords in the search results. Just in case