Displaying 14 results from an estimated 14 matches for "hypen".
Did you mean:
hyper
2010 Oct 28
1
hypens in words + NEAR + 3 terms + AND_MAYBE => crash
Probably an uncaught malformed query - the following form of search queries
causes a crash for me (core 1.2.3, Perl API, 64bit Debian Lenny, self-compiled):
x-y NEAR test NEAR test
The first term can be anything with a hyphen in it but word characters at the
beginning and end ("3--3" will do). The other 2 terms can be anything.
"test NEAR x-y NEAR test" will not cause a
2006 Jul 04
1
Changing default word separator in URLs?
...into parameters in a URL Rails will
delimit them using +
E.g. The title of a page might be "My Great New Page", Rails maps it
nicely onto myapp.com/My+Great+New+Page - and then handles this when
used at the destination action.
Does anyone know if the + character can be swapped for a hypen -, a
plugin or custom function that overrides the Rails function would be
ideal. Google seems to regard a hypen as a word separator thus making
the URLs a little bit more search engine friendly.
--
Posted via http://www.ruby-forum.com/.
2007 Sep 30
1
to_xml node names with underscores
When I call to_xml on my active record objects, it replaces
underscores with hypens. E.g.:
<categories>
<category>
<content-provider-id type="integer">1</content-provider-id>
<id type="integer">2</id>
<name>Traffic Alerts</name>
</category>
</categories>
When the actual field is content_provider_id...
2006 Jan 20
4
validates_format_of > Invalid regular expression with simple pattern
Hello,
I try this :
validates_format_of :name , :with => /^[A-z0-9_.- ]*$/ , :message =>
"bad characters"
for accept any name with chars "A" to "z" , "0" to "9" , with "_" "."
"-" and " "
The pattern is really simple but I have this error :
SyntaxError in Login#register
2007 Dec 03
1
Originating Client Request
...ng to write a Mongrel handler to give my the *raw* client
request, however all I seem to be able to get is the CGI headers using
the Mongrel API.
I want to be able to capture the originating request, not the CGI
version as it may contain issues (like case, underscore''s rather than
hypens and any linefeed issues). It''s imperative a capture this
exactly as it was sent by the client as this is an essential part of
my rails application.
I wrote a very simple WEBrick Servlet which does this:
class OriginatingHeaderServlet < WEBrick::HTTPServlet::AbstractServlet
def...
2005 Dec 29
5
Short words not indexed?
I noticed that if I have a field that contains something like "Institute
for medicine", that if I search using nay of these queries:
for
*for*
for~
Nothing shows up. If I search for either of the other two words, though,
that term would show up in the result set. Does this indicate that short
words like "for" are not indexed?
Thanks!
Jen
2008 Jan 11
3
Date range queries return zero results
Hello,
I am having trouble getting data ranges to work correctly. I am using
the following command to load the db:
index << {:title => row[7].to_i,
:date => Date.strptime(row[3], ''%Y-%m-%d''),
:page_id => row[5].to_i,
:page => row[6].to_i,
:content_type => row[1].to_i,
2001 Dec 29
1
Need help diagnosing ERRbadfile messages
Hi all,
I posted this to the list a few weeks ago but got no response. I'm
running Amanda and smbtar and trying to back up some files on a Windows
2000 machine. I've verified that the files it's trying to back up are
NOT open and permissions are fine for it to be backed up.
This is a sample of the messages:
? code 0 opening remote file \ebsco-1064\cueanalysisnew.zip
2013 Oct 08
0
Re: [PATCH] virt-v2v: Convert RedHat.pm to Linux.pm - for SUSE support
...he libguestfs appliance on SUSE.
> One other item I was hoping you could doublecheck is in the filtering out of
> xen/xenU in _install_capability. Shouldn't the xen/xenU portion of the release
> string actually be '-xen/xenU'? In other words, would the inclusion of the
> hypen in the following code also be applicable for RedHat?
>
> if (defined($kernel_release) &&
> $kernel_release =~ /^(\S+?)(-xen)?(U)?$/)
> {
> $kernel_release = $1;
>...
2013 May 02
4
Kickstart and volume group with a dash in the name
Hi,
I'm trying to setup the provisioning of new OpenStack hypervisors with
cinder volumes on them. The problem is that kickstart doesn't allow
dashed in volume group names?
I tried this:
volgroup cinder-volumes --pesize=4096 pv.02
and this:
volgroup cinder--volumes --pesize=4096 pv.02
but in both cases I end up with a volume group named "cindervolumes" on
the system. Any
2011 Apr 19
2
Centos 5.3, Firefox, and JRE
I can't get java applets to run in Firefox.
We are using centos 5.3, firefox 3.0.11. Java version 1.6.0_24 is installed.
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)
I know there has been allot written about this issue. I did look and there
is no jre plug in installed for Firefox.
I
2018 Feb 04
1
a quick small howto to get samba 4.7.4 on ubuntu 16.04.
Okay, something I discovered. When I copy and pasted the command "echo "deb
http://apt.van-belle.nl/debian unstable main contrib non-free" | sudo tee
-a /etc/apt/sources.list.d/van-http://apt.van-belle.nl/debian unstable main
contrib non-free" | sudo tee -a /etc/apt/sources.list.d/van-"
What was missing is highlighted here: "echo "deb
2013 Oct 03
2
Re: [PATCH] virt-v2v: Convert RedHat.pm to Linux.pm - for SUSE support
Thanks for the comments, Matt.
On Thursday, October 03, 2013 05:34:27 PM Matthew Booth wrote:
> > - # There should be an installed virtio capable kernel if virtio was
> > installed - die("virtio configured, but no virtio kernel found")
> > + # Warn if there is no installed virtio capable kernel. It is safe to
> > + # continue and attempt to install a
2013 Oct 07
3
Re: [PATCH] virt-v2v: Convert RedHat.pm to Linux.pm - for SUSE support
...9;d like
'$path: ' removed from my version.
One other item I was hoping you could doublecheck is in the filtering out of
xen/xenU in _install_capability. Shouldn't the xen/xenU portion of the release
string actually be '-xen/xenU'? In other words, would the inclusion of the
hypen in the following code also be applicable for RedHat?
if (defined($kernel_release) &&
$kernel_release =~ /^(\S+?)(-xen)?(U)?$/)
{
$kernel_release = $1;
}
> You...