search for: hightlight

Displaying 14 results from an estimated 14 matches for "hightlight".

Did you mean: highlight
2013 Jan 22
0
[LLVMdev] LLVM TblGen syntax hightlighter
Hi all, LLVM now is using Sphinx to generate it's documentation. For syntax hightlighting, Sphinx uses Pygments [2]. Pygments already support LLVM IR syntax, however it doesn't support LLVM tblgen. I wrote up a Pygments extension that can be incorpreated in Sphinx [3]. After installing the extension, you can write the code below and get hightlight tblgen syntax. .. code-block::...
2005 May 13
1
firstboot? CentOS 3.4
...of the machine to do some additional configurations that require your input. While most of these configuration tasks do not require a network connection, the Registration section does. The following steps will turn off firstboot: 1. Reboot your machine 2. When the grub screen displays, hightlight the line to boot RedHat Enterprise and type "e" 3. Next Hightlight the line that starts with kernel type "e" 4. Add " -s" to the end of the line and press <Enter> key. 5. Type "b" 6. Once the machine finishes booting you should have a r...
2008 Apr 06
3
[OT] Typesetting / highlighting R code in Latex
...including it in simple \begin{verbatim} ... \end{verbatim} and I know there is a better way -- in fact I saw it used a while back in some package I looked at. And I didn't write that down... What I am looking for is the basic equivalent of 'everything in verbatim' plus the ability to hightlight certain parts to stress the points I'd like to make. There must be something. Pointers would be greatly appreciated! Thanks, Dirk -- Three out of two people have difficulties with fractions.
2010 Feb 25
3
R and Wordpress
...s support ( http://wordpress.org/support/topic/368312 ) but there is no answer so far, maybe the R community can have a better answer. I followed the excellent tutorial on r-statistics-blog ( http://www.r-statistics.com/2010/02/r-syntax-highlight-on-your-blog-a-wordpress-plugin/ ) to enable syntax hightlighting but Wordpress keeps breaking "<-" into "< -" and I have to use "=" instead. (I think "=" is confusing.) And I think it is not related to the theme as well. Is there any clue to solve this? I am using Wordpress 2.9.2. Regards, CH -- CH Chan Resea...
2009 Mar 03
1
save the layout using igraph
Hi R users, I am using built-in functions in igraph package to draw networks . I need to compare several network with exactly the same structure but with edge hightlighted differently. I am wondering if there is a way to save the layout so that every graph will look the same as each other except for the colors of edges. Or is there any parameter I can set for this purpose?? Thanks in advance, Shukai -- View this message in context: http://www.nabble.com/save-th...
2006 Mar 03
3
Ajax.InPlaceEditor - disabling the yellow highlight?
Is there a way to disable Ajax.InPlaceEditor''s yellow rollover highlight?
2006 Feb 20
4
Obtaining the ID of a newly saved model object
...erial.id) is what I was thinking, but that doesn''t work as @material still has no id. The method finishes with a rendering of a table (this is an AJAX called method) render_partial ''listtable'', :layout => false end I want to grab the newly created object so I can hightlight and display it in the view, but I don''t know how to retrieve it again! Any and all ideas are most appreciated. Chris.
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 :-( Does anyone have any idea? Additional information: 1.) I include the prototype.js with this line: --- <script language="JavaScript" type="t...
2006 Feb 16
3
Firmware version 1.3.1 released for Aastra IPphones
...notes (no updated admin and user guides yet) are available for download at: http://www.aastra.com/support/enterpriseip Contrary to what the version numbering would suggest, this is a significant update with many new features and bug fixes. See the release notes for full details, but here are some hightlights for Asterisk users: - Context-sensitive softkeys. Softkeys can now be configured for each of the following call states: idle, incoming, outgoing and connected - Speed dial using the BLF key - Per-line outbound proxy - Use the Icom key to make intercom calls - Further XML enhancements - Voi...
2006 Apr 25
2
JRS problem
...new RJS stuff. Very cool! But I have a problem. The following code works ok: page.select(''div.blogcomment'').each do |element| page.visual_effect :highlight, element end All div''s with class blogcomment are highlighted correctly. But I just want the last elemen to be hightlighted. The following code is not working: page.visual_effect :highlight, page.select(''div.blogcomment'').last Instead of highlighting the last item the generated javascript is visible on the page. Do I mis something here? -- Posted via http://www.ruby-forum.com/.
2006 Feb 14
1
Firmware version 1.3.1 released for Aastra IP phones
...notes (no updated admin and user guides yet) are available for download at: http://www.aastra.com/support/enterpriseip Contrary to what the version numbering would suggest, this is a significant update with many new features and bug fixes. See the release notes for full details, but here are some hightlights for Asterisk users: - Context-sensitive softkeys. Softkeys can now be configured for each of the following call states: idle, incoming, outgoing and connected - Speed dial using the BLF key - Per-line outbound proxy - Use the Icom key to make intercom calls - Further XML enhancements - Voi...
2008 Jul 08
1
Looking for a framework to report user feedback and form errors
We''re building our first Rails app and looking for a consistent way to provide feedback messages; things like success messages like "your password changed successfully" or form errors with the form field highlighted in red (you know). I''ve read that Rails provides a framework for this but we''ve diverged in how we do this in our app and would to reign things in
2012 Aug 17
4
Spaced text
Hi eveybody! I've got a suggestion to think about. Although i think that the drawbacks are bigher than the advantages im goong to tell you abou my idea: My idea is another syntax for e m p h a s i z e d words. It uses two spaces before and after the emphasized part and alternating space and letter in between, just like in the sentence before. Pros: ? no symbol needed ? granny compatible
2006 Apr 03
11
View source after AJAX update?
Does anyone know how to view the new source in IE after an AJAX update? When I "view -> source" I get the original page source, not the page source as updated. Thanks in advance, Bill -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060403/e8d96b2e/attachment.html