Home
last modified time | relevance | path

Searched refs:highlight (Results 26 – 50 of 284) sorted by relevance

12345678910>>...12

/plugin/tagalerts/
H A DREADME.md2 Plugin to highlight specified tags or throw alert messages (requires tag plugin)
/plugin/highlight2wiki/
H A Dplugin.info.txt6 desc to highlight any article on the web
/plugin/searchstats/
H A Daction.php52 if(is_array($q['highlight'])) {
/plugin/syntaxhighlightjs/
H A Dplugin.info.txt6 desc Syntax Highlighter for DokuWiki with highlight.js
H A DREADME3 Syntax Highlighter for DokuWiki with highlight.js
/plugin/adhoctags/images/
H A Dformat-color-highlight.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>format-color-highlight</title><path d="M4,17L6.75,14.25L6.72,14.23C6.14,13.64 6.14,12.69 6.72,12.11L11.46,7.37L15.7,11.61 (…)
/plugin/revealjs/
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/diagramsnet/lib/js/
H A Dembed.dev.js343 highlight: (hl != null && hl != '' && hl != mxConstants.NONE) ?
418 if (this.highlight != null)
420 this.highlight.highlight(state);
430 if (this.highlight != null)
432 this.highlight.hide();
/plugin/diagramsnet/lib/js/diagramly/
H A DEmbed.js343 highlight: (hl != null && hl != '' && hl != mxConstants.NONE) ?
418 if (this.highlight != null)
420 this.highlight.highlight(state);
430 if (this.highlight != null)
432 this.highlight.hide();
/plugin/prosemirror/
H A Dstyle.less3 @highlight-odd-ini_text: fade(@ini_background, 95%);
4 @highlight-even-ini_text: fade(@ini_text, 5%);
/plugin/asiansearch/
H A Daction.php131 $highlight = $event->data['highlight'];
143 array_map('preg_quote_cb',array_filter((array) $highlight))
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc201 var highlight = dialog.getValueOf( 'tab-basic', 'numbers' );
203 if(highlight != 'nonumbers') {//'numonly'
204 if(highlight == 'numonly'){
207 else if(highlight == 'startat'){
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dphp_json_objects.asciidoc17 Consider adding a highlight to a query:
27 "highlight" : {
49 'highlight' => array(
/plugin/revealjs/css/
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 …]
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 …]
/plugin/highlightjs/highlight/
H A DAUTHORS.ru.txt3 URL: http://softwaremaniacs.org/soft/highlight/
H A Dhighlight.js23 function highlight(language_name, value) { function
158 var result = highlight(mode.subLanguage, buffer);
382 var result = highlight(language, text).value;
388 var lang_result = highlight(key, text);
H A DAUTHORS.en.txt3 URL: http://softwaremaniacs.org/soft/highlight/en/
/plugin/struct/jsoneditor/
H A Djsoneditor.min.css1 div.jsoneditor-field,div.jsoneditor-readonly,div.jsoneditor-value{border:1px solid transparent;min-height:16px;min-width:32px;padding:2px;margin:1px;word-wrap:break-word;float:left}div.jsoneditor-field p,div.jsoneditor-value p{margin:0}div.jsoneditor-value{word-break:break-word}div.jsoneditor-readonly{min-width:16px;color:gray}div.jsoneditor-empty{border-color:#d3d3d3;border-style:dashed;border-radius:2px}div.jsoneditor-field.jsoneditor-empty::after,div.jsoneditor-value.jsoneditor-empty::after{pointer-events:none;color:#d3d3d3;font-size:8pt}div.jsoneditor-field.jsoneditor-empty::after{content:"field"}div.jsoneditor-value.jsoneditor-empty::after{content:"value"}div.jsoneditor-value.jsoneditor-url{color:green;text-decoration:underline}a.jsoneditor-value.jsoneditor-url:focus,a.jsoneditor-value.jsoneditor-url:hover{color:#ee422e}div.jsoneditor td.jsoneditor-separator{padding:3px 0;vertical-align:top;color:gray}div.jsoneditor-field.jsoneditor-highlight,div.jsoneditor-field[contenteditable=true]:focus,div.jsoneditor-field[contenteditable=true]:hover,div.jsoneditor-value.jsoneditor-highlight,div.jsoneditor-value[contenteditable=true]:focus,div.jsoneditor-value[contenteditable=true]:hover{background-color:#FFFFAB;border:1px solid #ff0;border-radius:2px}div.jsoneditor-field.jsoneditor-highlight-active,div.jsoneditor-field.jsoneditor-highlight-active:focus,div.jsoneditor-field.jsoneditor-highlight-active:hover,div.jsoneditor-value.jsoneditor-highlight-active,div.jsoneditor-value.jsoneditor-highlight-active:focus,div.jsoneditor-value.jsoneditor-highlight-active:hover{background-color:#fe0;border:1px solid #ffc700;border-radius:2px}div.jsoneditor-value.jsoneditor-string{color:green}div.jsoneditor-value.jsoneditor-array,div.jsoneditor-value.jsoneditor-object{min-width:16px;color:grey}div.jsoneditor-value.jsoneditor-number{color:#ee422e}div.jsoneditor-value.jsoneditor-boolean{color:#ff8c00}div.jsoneditor-value.jsoneditor-null{color:#004ED0}div.jsoneditor-value.jsoneditor-invalid{color:#000}div.jsoneditor-tree button{width:24px;height:24px;padding:0;margin:0;border:none;cursor:pointer;background:url(img/jsoneditor-icons.svg)}div.jsoneditor-mode-form tr.jsoneditor-expandable td.jsoneditor-tree,div.jsoneditor-mode-view tr.jsoneditor-expandable td.jsoneditor-tree{cursor:pointer}div.jsoneditor-tree button.jsoneditor-collapsed{background-position:0 -48px}div.jsoneditor-tree button.jsoneditor-expanded{background-position:0 -72px}div.jsoneditor-tree button.jsoneditor-contextmenu{background-position:-48px -72px}div.jsoneditor-tree button.jsoneditor-contextmenu.jsoneditor-selected,div.jsoneditor-tree button.jsoneditor-contextmenu:focus,div.jsoneditor-tree button.jsoneditor-contextmenu:hover,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu{background-position:-48px -48px}div.jsoneditor-tree :focus{outline:0}div.jsoneditor-tree button:focus{background-color:#f5f5f5;outline:#e5e5e5 solid 1px}div.jsoneditor-tree button.jsoneditor-invisible{visibility:hidden;background:0 0}div.jsoneditor{color:#1A1A1A;border:1px solid #3883fa;box-sizing:border-box;width:100%;height:100%;overflow:hidden;position:relative;padding:0;line-height:100%}div.jsoneditor,div.jsoneditor-outer{-moz-box-sizing:border-box;-webkit-box-sizing:border-box}div.jsoneditor-tree table.jsoneditor-tree{border-collapse:collapse;border-spacing:0;width:100%;margin:0}div.jsoneditor-outer{width:100%;height:100%;margin:-35px 0 0;padding:35px 0 0;box-sizing:border-box}div.jsoneditor-tree{width:100%;height:100%;position:relative;overflow:auto}textarea.jsoneditor-text{width:100%;height:100%;margin:0;box-sizing:border-box;outline-width:0;border:none;background-color:#fff;resize:none}div.jsoneditor-menu,textarea.jsoneditor-text{-moz-box-sizing:border-box;-webkit-box-sizing:border-box}tr.jsoneditor-highlight,tr.jsoneditor-selected{background-color:#e6e6e6}tr.jsoneditor-selected button.jsoneditor-contextme (…)
/plugin/htmlokay/lang/en/
H A Dselection.txt8 **Note:** first select the namespace; then highlight your selections and click ''Save''.
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Demphasis.md31 highlight something in**side** of a word. a**b**c.
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshAutoloader.js118 SyntaxHighlighter.highlight(allParams);
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshAutoloader.js134 SyntaxHighlighter.highlight(allParams);
/plugin/syntaxhighlighter3/sxh3/
H A DREADME.md4 2004 and it's used virtually everywhere to seamlessly highlight code for presentation.
/plugin/highlightjs/highlight/styles/
H A Ddefault.css8 content: 'highlight: ' attr(class);

12345678910>>...12