Home
last modified time | relevance | path

Searched refs:highlight (Results 201 – 225 of 284) sorted by path

12345678910>>...12

/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/ol3/
H A Dstyle.css1 …-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparen…
/plugin/openlayersmap/ol7/
H A Dol.css
/plugin/pagequery/
H A DPageQuery.php445 $highlight = [];
446 return array_keys(ft_pageSearch($query, $highlight));
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1 …sRenderable, /* ignoreBorder = */ true);\n }\n\n /**\n * Render the highlight annotation's HTM…
/plugin/pdfjs/pdfjs/web/locale/tl/
H A Dviewer.properties166 find_highlight=I-highlight lahat
/plugin/pdfjs/pdfjs/web/
H A Dviewer.css36 .textLayer .highlight {
44 .textLayer .highlight.begin {
48 .textLayer .highlight.end {
52 .textLayer .highlight.middle {
56 .textLayer .highlight.selected {
H A Dviewer.js.map1highlight from the previous thumbnail...\n prevThumbnailView.div.classList.remove(THUMBNAIL_S…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt1050 hex color of the main border, <c2> is the highlight
H A Dphpthumb.readme.txt446 hex color of the main border, <c2> is the highlight
/plugin/projects/
H A Dcodemirror-compressed.js1highlight(Nt,n,s.tabSize),e.stateAfter=h(Nt,n)}),t<e&&qt.push({from:t,to:e}),e<Ct.size&&!un(e).sta…
/plugin/projects/syntax/
H A Dprojectfile.php73 if ($file->attribute('highlight'))
74 $renderer->persistent['ProjectFile:highlight'] = $file->attribute('highlight');
/plugin/prosemirror/
H A Dstyle.less3 @highlight-odd-ini_text: fade(@ini_background, 95%);
4 @highlight-even-ini_text: fade(@ini_text, 5%);
/plugin/revealjs/
H A Dchangelog.md141 * Add support for the Reveal.js (highlight.js) syntax highlighter
H A Dexample_presentation.dokuwiki211 <fragment highlight-current-red>highlight-current-red (blue, green)</fragment>
213 Highlight <fragment highlight-red>red</fragment> <fragment highlight-blue>blue</fragment> <fragment…
364 small block small block <fragment highlight-red>small block</fragment>
/plugin/revealjs/css/
H A Dreveal.css126 .reveal .slides section .fragment.highlight-red,
127 .reveal .slides section .fragment.highlight-current-red,
128 .reveal .slides section .fragment.highlight-green,
129 .reveal .slides section .fragment.highlight-current-green,
130 .reveal .slides section .fragment.highlight-blue,
131 .reveal .slides section .fragment.highlight-current-blue {
135 .reveal .slides section .fragment.highlight-red.visible {
252 -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
302 .reveal .controls .navigate-right.highlight {
322 .reveal .controls .navigate-down.highlight {
[all …]
H A Dreveal.scss162 .reveal .slides section .fragment.highlight-red,
163 .reveal .slides section .fragment.highlight-current-red,
164 .reveal .slides section .fragment.highlight-green,
165 .reveal .slides section .fragment.highlight-current-green,
166 .reveal .slides section .fragment.highlight-blue,
167 .reveal .slides section .fragment.highlight-current-blue {
171 .reveal .slides section .fragment.highlight-red.visible {
291 -webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
341 &.highlight {
366 &.highlight {
[all …]
/plugin/revealjs/css/theme/
H A Dblood.css5 * Designed to be used with highlight.js theme
7 * https://github.com/isagalaev/highlight.js/
/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/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/revealjs/plugin/markdown/
H A Dmarkdown.js417 highlight: function( code, lang ) {
H A Dmarked.js6 …ion(e,t,n){var r=(t||"").match(/\S*/)[0];if(this.options.highlight){var s=this.options.highlight(e…
/plugin/s5reloaded/ui/effects_support/
H A Deffects.js1117 highlight: function(element, options) { method in Effect.Methods
H A Dpresentacular.js71 highlight: Effect.Highlight, property in Presentacular.effects
/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

12345678910>>...12