Home
last modified time | relevance | path

Searched refs:highlight (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/plugin/eventline/timeline_js/
H A Dtimeline-bundle.css24 .timeline-highlight-decorator,
25 .timeline-highlight-point-decorator{
32 .timeline-horizontal .timeline-highlight-point-decorator,
33 .timeline-horizontal .timeline-highlight-decorator{
38 .timeline-vertical .timeline-highlight-point-decorator,
39 .timeline-vertical .timeline-highlight-decorator{
44 .timeline-highlight-decorator{background-color:#FFC080;}
45 .timeline-highlight-point-decorator{background-color:#ff5;}
49 .timeline-highlight-label {
90 .timeline-horizontal .timeline-ether-highlight{top:2px;}
[all …]
/plugin/tline/timeline_js/
H A Dtimeline-bundle.css24 .timeline-highlight-decorator,
25 .timeline-highlight-point-decorator{
32 .timeline-horizontal .timeline-highlight-point-decorator,
33 .timeline-horizontal .timeline-highlight-decorator{
38 .timeline-vertical .timeline-highlight-point-decorator,
39 .timeline-vertical .timeline-highlight-decorator{
44 .timeline-highlight-decorator{background-color:#FFC080;}
45 .timeline-highlight-point-decorator{background-color:#ff5;}
49 .timeline-highlight-label {
90 .timeline-horizontal .timeline-ether-highlight{top:2px;}
[all …]
/plugin/syntaxhighlighter3/syntax/
H A Dsyntax.php92 $highlight = '';
121 if (!empty($highlight)) {
122 $highlight .= ',';
129 $highlight .= ',';
131 $highlight .= $lineNumber;
134 $highlight .= $highlight_elt;
137 $highlight = ' highlight: [' . $highlight . ']';
139 …$renderer->doc .= '<pre class="brush: ' . strtolower($attr . $highlight) . '"' . $title . '>' . $r…
/plugin/syntaxhighlighter4/
H A Dsyntax.php128 $highlight = $this->procHighlight($attr);
129 …$renderer->doc .= '<pre class="brush: '.strtolower($attr.$highlight).'"'.$title.'>'.$renderer->_xm…
159 $highlight = '';
177 if (!empty($highlight)) {
178 $highlight .= ',';
185 $highlight .= ',';
187 $highlight .= $lineNumber;
190 $highlight .= $highlight_elt;
193 $highlight = ' highlight: ['.$highlight.']';
196 return $highlight;
H A DREADME.md49 * **htmlScript**: Allows you to highlight a mixture of HTML/XML code and a script which is very com…
57 <sxh php; first-line: 89; highlight: [106,107]; title: New title attribute in action>
76 $highlight = $this->procHighlight($attr);
77 …$renderer->doc .= '<pre class="brush: ' . strtolower($attr . $highlight) . '"' . $title . '>' . $r…
95 Double click anywhere inside SyntaxHighlighter code area to highlight the text and then copy it usi…
103 <sxh php; highlight: [11-15]>
131 ![](resources/highlight-range.png)
/plugin/highlightjs/highlight/
H A Dreadme.rus.txt13 В загруженном архиве лежит файл "highlight.pack.js" -- полная сжатая версия
20 <script type="text/javascript" src="highlight.pack.js"></script>
37 Несмотря на то, что highlight.pack.js уже содержит только те языки, которые вы
68 В комплекте с highlight.js идут несколько стилевых тем в директории styles,
74 Вообще, подключение highlight.js к блогу на [WordPress][wp] ничем не отличается
79 Для установки плагина надо скопировать всю директорию с файлами highlight.js в
82 highlight.js, где можно настраивать список языков и CSS-стили. Удобно до одурения :-).
92 highlight.js.
442 Чтобы запретить расцветку фрагмента вообще, используется класс "no-highlight":
444 <pre><code class="no-highlight">...</code></pre>
[all …]
H A Dreadme.eng.txt11 Downloaded package includes file "highlight.pack.js" which is a full compressed
18 <script type="text/javascript" src="highlight.pack.js"></script>
34 Despite highlight.pack.js already includes only those languages that you need sometimes
70 Generally installing highlight.js in a [WordPress][wp] blog is no different
76 To install the plugin copy the whole directory with highlight.js to the
78 from the Plugins panel. There is also a page "highlight.js" under the Options
420 the program tries to highlight a fragment with all available languages and
433 To disable highlighting of a fragment altogether use "no-highlight" class:
435 <pre><code class="no-highlight">...</code></pre>
440 URL: http://softwaremaniacs.org/soft/highlight/en/
/plugin/nohighlight/
H A Daction.php191 function modifyCandidates(&$highlight) argument
201 $this->highlight_orig = $highlight;
202 $highlight = array();
211 function restoreCandidates(&$highlight) argument
215 $highlight = $this->highlight_orig;
/plugin/syntaxhighlighter3/
H A DREADME.md116 <sxh php; highlight: [9-18]>
117 // Check highlight attr for lines ranges
118 if (preg_match("/highlight:/i", $attr, $matches)) {
119 // Extract highlight from $attr string.
133 if (!empty($highlight)) {
134 $highlight .= ',';
141 $highlight .= ',';
143 $highlight .= $lineNumber;
146 $highlight .= $highlight_elt;
149 $highlight = ' highlight: [' . $highlight . ']';
[all …]
/plugin/bez/scripts/
H A Dprojects.js2 //highlight filters
3 var highlight = function() { function
19 jQuery(".bez_filter_form select").change(highlight).each(highlight);
H A Dthreads.js2 //highlight filters
3 var highlight = function() { function
19 jQuery(".bez_filter_form select").change(highlight).each(highlight);
H A Dtasks.js30 //highlight filters
31 var highlight = function() { function
47 jQuery(".bez_filter_form select").change(highlight).each(highlight);
/plugin/highlightjs/
H A DINFO.txt6 name HighlightJs (highlight.js version 5.71) Plugin
7 …Plugin providing syntax highlighting with highlight.js version 5.71 (http://softwaremaniacs.org/so…
/plugin/projects/syntax/
H A Dprojectfile.php73 if ($file->attribute('highlight'))
74 $renderer->persistent['ProjectFile:highlight'] = $file->attribute('highlight');
/plugin/diagramsnet/lib/plugins/
H A Dprops.js63 var highlight = new mxCellHighlight(graph, '#00ff00', 8);
94 highlight.highlight(null);
103 highlight.highlight(graph.view.getState(cell));
/plugin/highlight/
H A Dplugin.info.txt1 base highlight
7 url http://www.dokuwiki.org/plugin:highlight
/plugin/schedule/
H A DTODO.txt15 * highlight error (date, membre)
17 * highlight autre POI avec la même adresse
18 * highlight autre adresse avec le même POI
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dprism.css124 /* Make the tokens sit above the line highlight so the colours don't look faded. */
129 .line-highlight {
147 .line-highlight:before,
148 .line-highlight[data-end]:after {
164 .line-highlight[data-end]:after {
/plugin/datatables/assets/datatables.net-plugins/features/searchHighlight/
H A DdataTables.searchHighlight.min.js
/plugin/highlight2wiki/
H A Dscript.js66 // highlight(lines[j]);
86 // highlight(lines[j]);
108 highlight(selectedText);
115 function highlight(text) {
140 highlight(lines[j]);
51 function highlight(text) { global() function
/plugin/solr/
H A Daction.php303 … $highlight = htmlspecialchars(implode('... ', $content_result['highlighting'][$id]['content']));
305 $highlight = str_replace(
308 $highlight
310 $data['html']['body'] = '<div class="search_snippet">'.$highlight.'</div>';
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DQuery.php47 * highlight?: THighlightArgs,
201 * Sets highlight arguments for the query.
203 * @param array $highlightArgs Set all highlight arguments
210 return $this->setParam('highlight', $highlightArgs);
214 * Adds a highlight argument.
216 * @param mixed $highlight Add highlight argument
220 public function addHighlight($highlight): self
222 return $this->addParam('highlight', $highlight);
218 addHighlight($highlight) global() argument
[all...]
/plugin/revealjs/css/theme/source/
H A Dblood.scss5 * Designed to be used with highlight.js theme
7 * https://github.com/isagalaev/highlight.js/
/plugin/userpage/
H A Dstyle.css1 /* highlight when on user page (only works with old menu) */
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D23.23.js.map1highlight main blocks\n [\n /^@terraformMainBlocks([ \\t]*)([\\w-]+|\"[\…

12345678910>>...12