Lines Matching refs:a

5 automatically: finds blocks of code, detects a language, highlights it.
11 Downloaded package includes file "highlight.pack.js" which is a full compressed
15 The script is installed by linking to a single file and making a single
24 with some fixed number of spaces or with a `<span>` to set them special styling:
35 you may want to further constrain a set of languages used on a page by listing them as
66 can be used directly or as a base for your own experiments.
70 Generally installing highlight.js in a [WordPress][wp] blog is no different
71 than for any other web page. However it can also be installed as a plugin.
72 This is useful if your blog is located on a shared hosting and you don't
73 have a permission to edit template and style files. Or it may be more convenient
78 from the Plugins panel. There is also a page "highlight.js" under the Options
79 menu where you can set a list of languages and style rules. Insanely convenient :-)
86 File export.html contains a little program that shows and allows to copy and paste
88 in situations when one can't use the script itself on a site.
93 This is a full list of available classes corresponding to languages'
107 title name of a function or a class inside a header
108 params everything inside parentheses in a function's or class' header
120 title actual name of a function in an entry (excluding parentheses)
130 title name of a function or a class inside a header
131 parent name of a parent class
181 attr_selector attribute selector (square brackets in a[href^=http://])
185 value property's value inside a rule, from ":" till ";" or
187 number number within a value
188 string string within a value
189 hexcolor hex color (#FFFFFF) within a value
190 function CSS function within a value
191 params everything between "(" and ")" within a function
215 function header of a function
216 title name of a function inside a header
217 params everything inside parentheses in a function's header
233 function header of a function, procedure, constructor and destructor
234 title name of a function, procedure, constructor or destructor
235 inside a header
236 params everything inside parentheses in a function's header
248 title class name inside a header
249 params everything in parentheses inside a class header
312 class name of a class
325 title first symbol in a non-quoted list
331 title title of a section
332 value value of a setting of any type
345 tag begin and end of a configuration section
368 chunk chunk header within a file
380 title class name inside a header
381 params everything in parentheses inside a class header
393 title function name inside a header
394 params everything in parentheses inside a function header
419 Autodetection of a code's language is done with a simple heuristics:
420 the program tries to highlight a fragment with all available languages and
426 language explicitly by assigning a class to the `<code>` element:
433 To disable highlighting of a fragment altogether use "no-highlight" class: