Displaying 20 results from an estimated 27 matches for "hilight".
Did you mean:
higlight
2006 Mar 29
0
rhtml & rjs syntax hilighting in scite
Hi
Is there anyone here who uses scite for development?
Im looking for syntax hilighting (rhtml & rjs) and other good
configuration for rails development in scite.
Thanks in advance.
/Andreas
2005 Dec 05
3
Effect.Highlight on Ajax.Updater
Hello to all list members...
Exchuse for my bad english, I don''t write english very well.
I''m searching for a solution to hilight a div when his value change.
The value in these div is take from Ajax.Updater .
the code is:
new Ajax.Updater(''acc'',''tools/head_info.php'',{asynchronous:true});
and have a settimeout to recall it every 5 seconds.
Can you suggest how highlight the acc div when...
2006 Mar 23
3
How to redisplay submitted data on validation error?
Hi!
If i have an object it''s easy.
But i''m making a simple contact form and i check if email address is
correct. If it''s not i redisplay the form with the info that there was
an error (should i use redirect_to or render :action? what''s the
difference?), but all previously submitted data is lost.
I tried creating variables using names of the form fields, but
2006 Mar 14
2
rjs woes
...ion success_handler(resp) {
alert(resp.responseText);
eval(resp.responseText);
}
rjs template:
page.visual_effect :highlight, "cb_div", { :start_color => "#aaffaa" }
the success_handler is getting called, as the alert shows the javascript
being returned as:
new Effect.Hilight(''cb_div'', {startcolor:#aaffaa});
but as i said, it''s not getting evaluated in the eval() call. (i''m not
seeing the effect)
anyone have any ideas?
Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org...
2004 Sep 19
1
vim ftplugins for asterisk?
Anybody has a (even partial) ftplugin/syntax hilighting for editing
asterisk config files in vim?
How about for other text editors? I have been known to even be using
emacs variants if it provides a useful mode ;-)
--
Tzafrir Cohen +---------------------------+
http://www.technion.ac.il/~tzafrir/ |vim is a mutt's best fr...
2007 Jun 23
2
Highliting a text in a plot
Hi everyone,
I want to highlight something in a plot.
So I want to write a text with a yellow background.
I tried to make use of text(x,y,"hallo",bg="yellow")
but that does not work.
I know I am a handful. Sorry!
Maja!
--
2014 Nov 21
2
0.8-based Compiz work
...my distro and I had to do something, if for no
other reason than to have a running WM. You can find my work at:
https://github.com/KristianLyng/compiz
(I'm also tracking issues there)
I've done what I felt like doing, some of which would've been
controversial/problematic 5 years ago. Hilights:
- Merged plugins from plugins-main directly into the regular plugins.
- Ditto for bcop
- Several tweaks and improvements to the build system, including silent
building, building of bcop-based plugins without the bcop "binary"
installed, much better handling of ./configure (still, work...
2005 Dec 19
4
need some help designing my messaging system
I am trying to create a messaging system for my users but I''m having a
hard time designing my db. This is what i have in mind, but I am not
sure if its the best approach.
user has_one inbox
user has_one outbox
inbox has_many messages
outbox has_many messages
inbox table
user_id
outbox table
user_id
messages table
box_id (refers to either inbox or outbox - how?)
from_id
to_id
2009 Nov 14
4
php config security concern for c5
a recent post on bugtraq hilighted an issue with how upstream has
configured apache to invoke php, namely using addhandler, which has the
behavior of matching the extension anywhere in the file. this means
that foo.php.jpg will be run as php. where this becomes an issue is web
apps that allow uploads into the webspace for im...
2014 Nov 21
0
0.8-based Compiz work
...e a running WM. You can find my work at:
>
> https://github.com/KristianLyng/compiz
> (I'm also tracking issues there)
>
Great. Issue tracking is important.
>
> I've done what I felt like doing, some of which would've been
> controversial/problematic 5 years ago. Hilights:
>
> - Merged plugins from plugins-main directly into the regular plugins.
>
By 'regular plugins' here do you mean 'core'?
> - Ditto for bcop
>
I'm assuming this is the case.
> - Several tweaks and improvements to the build system, including silent
>...
2006 May 05
16
Diff tool for OSX
I''ve looked for DIFF tools for OSX but haven''t found anything good
yet. Tried guiffy (http://www.guiffy.com) but it''s very slow and the
folder comparison doesn''t indicate a change until you drill down to
the level with the difference which kinda defeats the purpose.
I''m missing TortoiseSVN and the diff tool that comes with it. Any
suggestions for
2009 Jan 27
1
Text distortions
...quot;ActiveTitle"="203 133 61"
"AppWorkSpace"="198 198 191"
"Background"="93 77 52"
"ButtonAlternativeFace"="200 0 0"
"ButtonDkShadow"="85 85 82"
"ButtonFace"="239 235 231"
"ButtonHilight"="255 255 255"
"ButtonLight"="255 255 255"
"ButtonShadow"="198 198 191"
"ButtonText"="0 0 0"
"GradientActiveTitle"="239 235 231"
"GradientInactiveTitle"="239 235 231"
"GrayText&qu...
2006 Oct 31
1
Strange Characters in CLI on TTY9
When I look at TTY9 (using init.d and safe_asterisk to start the
asterisk process), I am getting some strange characters. When a
application is run the and the CLI shows the application executing the
languange almost looks russian...??
Anyone seen this before?
http://picasaweb.google.com/jonforrest.beck/AsteriskCLI
2010 Dec 07
1
Control Panel\\Colors
...uot;ActiveTitle"="0 0 0"
"AppWorkSpace"="154 154 154"
"Background"="246 246 246"
"ButtonAlternativeFace"="200 0 0"
"ButtonDkShadow"="154 154 154"
"ButtonFace"="246 246 246"
"ButtonHilight"="238 238 238"
"ButtonLight"="246 246 246"
"ButtonShadow"="238 238 238"
"ButtonText"="0 0 0"
"GradientActiveTitle"="213 166 55"
"GradientInactiveTitle"="213 166 55"
"GrayText"...
2008 Sep 30
0
Tabbed Menus - link_to_unless_current
..."/company" ] sub-array.
As it is now, as soon as the users click on the links on any pages, the
current tab disappears since there is no "current" class. Instead, when
the users click on a link on the page displayed by the index action,
they still want the "Home" tab hilighted to show the navigation path
which means it should have the "current" class. In this case,
link_to_unless_current does not work since there is not current tab or
link that was clicked on.
How should I go about implementing that?
Bharat
--
Posted via http://www.ruby-forum.com/.
--~--...
2007 Aug 19
2
[LLVMdev] LLVM performance test
On 2007-08-19, at 14:53, Torvald Riegel wrote:
> does anyone keep track of performance results?
Benchmark info is submitted by the nightly testers.
http://llvm.org/nightlytest/
— Gordon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070819/636214ba/attachment.html>
2007 Aug 20
0
[LLVMdev] LLVM performance test
> Benchmark info is submitted by the nightly testers.
>
> http://llvm.org/nightlytest/
Hmm, I could not really see benchmark info there. For example,
when I look at
http://llvm.org/nightlytest/machine.php?machine=153, where is
this info?
Maybe it's implicitly in the column "dejagnu time wall", because
this amount has decreased from 2007-08-09 to 2007-08-19 from 200
2014 Feb 12
4
[Bug 74866] New: This info is from a git bisect I did 20140211
...0000 040000 422f2f92191621d8e9fc0d017d4365aa70d14677
8e117ac73a9bbde335087b92a76987434afc0915 M drivers
I don't have anything much to add because nothing got written to
/var/log/messages or /var/log/Xorg.0.log. But not all of the icons on the
console were right, they'd blank off when hilighted, and eventually, the system
froze up.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140212/a88a6a54/attachment.html>
2001 Nov 07
3
winbind: can't join DOMAIN with smbpasswd
Hi,
I've got my samba 2.2.2 server running and working, but while trying to
get winbind working, I'm running into a problem. Specifically on step
9.5.3.4 from the winbind configuration documentation:
[root@NetServer samba]# smbpasswd -j BIO2RES -r DOMAIN-CONTROL -U Administrator
Password:
Error connecting to DOMAIN-CONTROL
Unable to join domain BIO2RES.
[root@NetServer samba]# echo $?
2003 Sep 10
0
[LLVMdev] Core LLVM status update
Hi everyone,
Here's an update on what we've been up to and how the LLVM 1.0 release is
shaping up. Overall, things are going well, and it looks highly likely
that we'll get the release out by the end of the month!
Here's the hilights of the last few weeks:
1. John checked in support for building LLVM into multiple different
object directories in the Autoconf style. He also converted the
regression test suite to use the QMtest tool (by CodeSourcery):
http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-September/000474.html...