Home
last modified time | relevance | path

Searched refs:highlight (Results 51 – 75 of 284) sorted by relevance

12345678910>>...12

/plugin/imagecarousel/vendor/slick/
H A Dslick.less16 -webkit-tap-highlight-color: transparent;
H A Dslick.css20 -webkit-tap-highlight-color: transparent;
/plugin/highlightjs/highlight/styles/
H A Ddark.css8 content: 'highlight: ' attr(class);
H A Dfar.css8 content: 'highlight: ' attr(class);
H A Dbrown_paper.css8 content: 'highlight: ' attr(class);
H A Dzenburn.css9 content: 'highlight: ' attr(class);
H A Dschool_book.css8 content: 'highlight: ' attr(class);
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.core.css25 .syntax-theme-base .syntax .highlight {
/plugin/backlinks2/_test/data/pages/
H A Dbob_ross_says.txt5 … little bit can do so much. Now we'll take the almighty fan brush. Each highlight must have it's o…
/plugin/bbcodeextensions/
H A DChangeLog7 * Adds ''hil'' (highlight / mark).
/plugin/s5reloaded/ui/effects_support/
H A Dpresentacular.js71 highlight: Effect.Highlight, property in Presentacular.effects
/plugin/combo/resources/theme/default/components/css/
H A Dedit-button.css30 .edit-button-highlight-cs {
/plugin/batchedit/
H A Dinterface.php379 private function prepareText($text, $highlight = '') {
383 if ($highlight != '') {
384 $html = '<span class="' . $highlight . '">' . $html . '</span>';
367 prepareText($text, $highlight = '') global() argument
/plugin/syntaxhighlighter3/
H A DCHANGELOG.md32 * Allow ranges for highlight parameter
/plugin/highlight2wiki/
H A DREADME3 to highlight any article on the web
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less19 .fc-highlight {
185 .fc-highlight-skeleton,
265 .fc-row .fc-highlight-skeleton {
270 .fc-row .fc-highlight-skeleton table {
274 .fc-row .fc-highlight-skeleton td,
281 .fc-row .fc-highlight-skeleton {
585 -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
1002 .fc-time-grid .fc-highlight-container {
1030 .fc-time-grid .fc-highlight-container {
1031 /* a div within a cell within the fc-highlight-skeleton */
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.css629 .monaco-findInput.highlight-0 .controls {
632 .monaco-findInput.highlight-1 .controls {
644 @keyframes monaco-findInput-highlight-0 {
648 @keyframes monaco-findInput-highlight-1 {
3107 /* current line highlight */
3129 background-color: highlight !important;
3203 background-color: highlight !important;
3208 border: 1px solid highlight;
3226 background: highlight !important;
3230 background: highlight !important;
[all …]
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.css629 .monaco-findInput.highlight-0 .controls {
632 .monaco-findInput.highlight-1 .controls {
644 @keyframes monaco-findInput-highlight-0 {
648 @keyframes monaco-findInput-highlight-1 {
3107 /* current line highlight */
3129 background-color: highlight !important;
3203 background-color: highlight !important;
3208 border: 1px solid highlight;
3226 background: highlight !important;
3230 background: highlight !important;
[all …]
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshLegacy.js138 SyntaxHighlighter.highlight(params, element);
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshLegacy.js154 SyntaxHighlighter.highlight(params, element);
/plugin/highlightjs/highlight/
H A DLICENSE11 * Neither the name of highlight.js nor the names of its contributors
/plugin/revealjs/plugin/highlight/
H A Dhighlight.js79 var config = Reveal.getConfig().highlight || {};
189 if( typeof highlight.end === 'number' ) {
193 else if( typeof highlight.start === 'number' ) {
235 if( /^[\d-]+$/.test( highlight ) ) {
237 highlight = highlight.split( RevealHighlight.HIGHLIGHT_LINE_RANGE_DELIMITER );
239 var lineStart = parseInt( highlight[0], 10 ),
240 lineEnd = parseInt( highlight[1], 10 );
276 return highlights.map( function( highlight ) { argument
279 if( typeof highlight.end === 'number' ) {
280 return highlight.start + RevealHighlight.HIGHLIGHT_LINE_RANGE_DELIMITER + highlight.end;
[all …]
/plugin/sequencediagram/bower_components/snap.svg/doc/js/
H A Dprism.js5highlight(l.code,l.grammar,l.language);t.hooks.run("before-insert",l);l.element.innerHTML=l.highli…
/plugin/ckgdoku/ckeditor/plugins/find/dialogs/
H A Dfind.js9 …on(){this._.isMatched=!1},isMatched:function(){return this._.isMatched},highlight:function(){if(!(…
14 …haracter))continue}this.matchRange.setMatched();!1!==e&&this.matchRange.highlight();return!0}}this…
16 …aveSnapshot"));this.matchRange.updateFromDomRange(b);k||this.matchRange.highlight();this.matchRang…
/plugin/ckgedit/ckeditor/plugins/find/dialogs/
H A Dfind.js10 !1},isMatched:function(){return this._.isMatched},highlight:function(){if(!(1>this._.cursors.length…
15 …haracter))continue}this.matchRange.setMatched();!1!==f&&this.matchRange.highlight();return!0}}this…
17 …aveSnapshot"));this.matchRange.updateFromDomRange(b);h||this.matchRange.highlight();this.matchRang…

12345678910>>...12