Home
last modified time | relevance | path

Searched refs:conceal (Results 1 – 25 of 1135) sorted by relevance

12345678910>>...46

/dports/devel/tass64/64tass-1.56.2625-src/syntax/vim/syntax/
H A D64tass.vim141 syn match tass64Escapes1 /''/ contained conceal cchar='
142 syn match tass64Escapes2 /""/ contained conceal cchar="
144 syn match tass64Escapes /{space}/ contained conceal cchar=
145 syn match tass64Escapes /{cbm-9}/ contained conceal cchar=)
146 syn match tass64Escapes /{cbm-0}/ contained conceal cchar=0
147 syn match tass64Escapes /{shift-0}/ contained conceal cchar=0
148 syn match tass64Escapes /{shift-1}/ contained conceal cchar=!
149 syn match tass64Escapes /{shift-2}/ contained conceal cchar="
150 syn match tass64Escapes /{shift-3}/ contained conceal cchar=#
206 syn match tass64Escapes "{pi}" contained conceal cchar=π
[all …]
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dlsp_markdown.vim16 " conceal html entities
17 syntax match mkdNbsp / / conceal cchar=
18 syntax match mkdLt /&lt;/ conceal cchar=<
19 syntax match mkdGt /&gt;/ conceal cchar=>
20 syntax match mkdAmp /&amp;/ conceal cchar=&
21 syntax match mkdQuot /&quot;/ conceal cchar="
H A Dtex.vim40 " using conceal mode :help tex-conceal
207 if has("conceal") && &enc == 'utf-8'
703 if has("conceal") && &enc == 'utf-8'
1210 syn match texAccent '\\aa\>' conceal cchar=å
1211 syn match texAccent '\\AA\>' conceal cchar=Å
1212 syn match texAccent '\\o\>' conceal cchar=ø
1213 syn match texAccent '\\O\>' conceal cchar=Ø
1214 syn match texLigature '\\AE\>' conceal cchar=Æ
1215 syn match texLigature '\\ae\>' conceal cchar=æ
1219 syn match texLigature '--' conceal cchar=–
[all …]
H A Dgift.vim28 syn match giftES "\\\~" contained conceal cchar=~ "GIFT escaped special characters
29 syn match giftES "\\=" contained conceal cchar==
30 syn match giftES "\\#" contained conceal cchar=#
31 syn match giftES "\\{" contained conceal cchar={
32 syn match giftES "\\}" contained conceal cchar=}
33 syn match giftES "\\:" contained conceal cchar=:
35 syn match giftEN "\\n" contained conceal cchar=n "GIFT escaped newline
49 syn match giftEH "&lt;" contained conceal cchar=< "HTML escaped characters
50 syn match giftEH "&gt;" contained conceal cchar=>
51 syn match giftEH "&amp;" contained conceal cchar=&
[all …]
H A Dtutor.vim12 syn match tutorLinkBands /\[\|\]\|(\|)/ contained containedin=tutorLink,tutorLinkAnchor conceal
13 syn match tutorLinkAnchor /(.\{-})/ contained containedin=tutorLink conceal
16 syn match tutorInternalAnchor /\*[[:alnum:]-]\+\*/ contained conceal containedin=tutorSection
23 syn match tutorConcealedEscapes /\\[`*!\[\]():$-]\@=/ conceal
47 syn match tutorInlineType /{\(normal\|vim\)}/ contained conceal
H A Dhelp.vim17 if has("conceal")
25 if has("conceal")
26 syn match helpBar contained "|" conceal
27 syn match helpBacktick contained "`" conceal
28 syn match helpStar contained "\*" conceal
46 if has("conceal")
47 syn match helpIgnore "." contained conceal
/dports/editors/neovim/neovim-0.6.1/test/functional/vimscript/
H A Dmatch_functions_spec.lua23 eq(0, funcs.setmatches({{group=1, pattern=2, id=3, priority=4, conceal=5}}))
29 conceal='5',
31 eq(0, funcs.setmatches({{group=1, pos1={2}, pos2={6}, id=3, priority=4, conceal=5}}))
38 conceal='5',
46 eq(0, funcs.setmatches{{group=1, pos1={2}, pos2={6}, id=3, priority=4, conceal=5}})
47 eq({{group='1', pos1={2}, pos2={6}, id=3, priority=4, conceal='5'}},
56 eq(4, funcs.matchadd(1, 2, 3, 4, {conceal=5}))
62 conceal='5',
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dtex.vim40 " using conceal mode :help tex-conceal
207 if has("conceal") && &enc == 'utf-8'
703 if has("conceal") && &enc == 'utf-8'
1210 syn match texAccent '\\aa\>' conceal cchar=å
1211 syn match texAccent '\\AA\>' conceal cchar=Å
1212 syn match texAccent '\\o\>' conceal cchar=ø
1213 syn match texAccent '\\O\>' conceal cchar=Ø
1214 syn match texLigature '\\AE\>' conceal cchar=Æ
1215 syn match texLigature '\\ae\>' conceal cchar=æ
1219 syn match texLigature '--' conceal cchar=–
[all …]
H A Dgift.vim28 syn match giftES "\\\~" contained conceal cchar=~ "GIFT escaped special characters
29 syn match giftES "\\=" contained conceal cchar==
30 syn match giftES "\\#" contained conceal cchar=#
31 syn match giftES "\\{" contained conceal cchar={
32 syn match giftES "\\}" contained conceal cchar=}
33 syn match giftES "\\:" contained conceal cchar=:
35 syn match giftEN "\\n" contained conceal cchar=n "GIFT escaped newline
49 syn match giftEH "&lt;" contained conceal cchar=< "HTML escaped characters
50 syn match giftEH "&gt;" contained conceal cchar=>
51 syn match giftEH "&amp;" contained conceal cchar=&
[all …]
/dports/editors/neovim/neovim-0.6.1/src/nvim/testdir/
H A Dtest_matchadd_conceal.vim1 " Test for matchadd() and conceal feature
4 CheckFeature conceal
41 call matchadd('Conceal', '\%2l ', 10, -1, {'conceal': 'X'})
67 call matchadd('Conceal', '\%2l ', 10, -1, {'conceal': 'X'})
120 set listchars=conceal:+
145 call matchadd('Conceal', '\%2l ', 10, -1, {'conceal': 'Z'})
146 syntax match MyConceal /\%2l / conceal containedin=ALL
209 syntax match MyConceal /\%2l / conceal containedin=ALL
235 call matchadd('Conceal', '\%2l ', 10, -1, {'conceal': 'Z'})
324 syntax keyword coqKwd bool conceal cchar=-
[all …]
H A Dtest_matchadd_conceal_utf8.vim1 " Test for matchadd() and conceal feature using utf-8.
2 if !has('conceal')
27 call matchadd('Conceal', '\%2l ', 20, -1, {'conceal': "\u02d1"})
H A Dtest_syntax.vim220 if has('conceal')
222 syntax conceal on
224 syntax conceal off
226 call assert_match('conceal on', execute('syntax conceal'))
228 call assert_match('conceal off', execute('syntax conceal'))
231 syntax conceal on
232 syntax conceal off
233 call assert_match('conceal off', execute('syntax conceal'))
345 if has('conceal')
445 if !has('conceal')
[all …]
H A Dtest_conceal.vim1 " Tests for 'conceal'.
4 CheckFeature conceal
14 syntax match test /|hidden|/ conceal
21 syntax match test /|hidden|/ conceal
114 " Opens a help window, where 'conceal' is set, switches to the other window
161 " Tests for correct display (cursor column position) with +conceal and
174 :syntax match test /|/ conceal
264 call matchaddpos('Conceal', [[2, 1, 1]], 2, -1, {'conceal': 1})
/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dtest_matchadd_conceal.vim1 " Test for matchadd() and conceal feature
4 CheckFeature conceal
45 call matchadd('Conceal', '\%2l ', 10, -1, {'conceal': 'X'})
71 call matchadd('Conceal', '\%2l ', 10, -1, {'conceal': 'X'})
124 set listchars=conceal:+
149 call matchadd('Conceal', '\%2l ', 10, -1, {'conceal': 'Z'})
150 syntax match MyConceal /\%2l / conceal containedin=ALL
213 syntax match MyConceal /\%2l / conceal containedin=ALL
239 call matchadd('Conceal', '\%2l ', 10, -1, {'conceal': 'Z'})
328 syntax keyword coqKwd bool conceal cchar=-
[all …]
H A Dtest_matchadd_conceal_utf8.vim1 " Test for matchadd() and conceal feature using utf-8.
4 CheckFeature conceal
31 call matchadd('Conceal', '\%2l ', 20, -1, {'conceal': "\u02d1"})
H A Dtest_conceal.vim1 " Tests for 'conceal'.
4 CheckFeature conceal
13 syntax match test /|hidden|/ conceal
20 syntax match test /|hidden|/ conceal
114 " Opens a help window, where 'conceal' is set, switches to the other window
160 " Tests for correct display (cursor column position) with +conceal and
173 :syntax match test /|/ conceal
263 call matchaddpos('Conceal', [[2, 1, 1]], 2, -1, {'conceal': 1})
H A Dtest_syntax.vim225 if has('conceal')
227 syntax conceal on
229 syntax conceal off
231 call assert_match('conceal on', execute('syntax conceal'))
233 call assert_match('conceal off', execute('syntax conceal'))
235 syntax conceal on
236 syntax conceal off
237 call assert_match('conceal off', execute('syntax conceal'))
362 if has('conceal')
560 CheckFeature conceal
[all …]
/dports/textproc/ansifilter/ansifilter-2.18/src/
H A Delementstyle.cpp33 reset(true), isNegativeMode(false), conceal(false), bgColorSet(false), fgColorSet(false), in ElementStyle()
59 return conceal; in isConceal()
97 bold= italic= underline= conceal = blink = bgColorSet = fgColorSet = false; in setReset()
H A Delementstyle.h85 conceal = b; in setConceal()
186 bool isNegativeMode, conceal; variable
/dports/security/gonepass/gonepass-3da5cfa120/
H A Ditem_view.h59 void processSingleField(std::string label, std::string value, bool conceal) { in processSingleField() argument
82 if (conceal && !isTOTP) in processSingleField()
84 attach(*value_widget, 1, my_index, conceal ? 1 : 3, 1); in processSingleField()
86 if (conceal) { in processSingleField()
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/core-net/
H A Dnetwork.c410 char *conceal) in lws_retry_get_delay_ms() argument
415 if (conceal) in lws_retry_get_delay_ms()
416 *conceal = 0; in lws_retry_get_delay_ms()
438 if (retry && conceal) in lws_retry_get_delay_ms()
439 *conceal = (int)*ctry <= retry->conceal_count; in lws_retry_get_delay_ms()
449 char conceal; in lws_retry_sul_schedule() local
450 uint64_t ms = lws_retry_get_delay_ms(context, retry, ctry, &conceal); in lws_retry_sul_schedule()
452 if (!conceal) in lws_retry_sul_schedule()
467 char conceal; in lws_retry_sul_schedule_retry_wsi() local
470 &conceal) * LWS_US_PER_MS; in lws_retry_sul_schedule_retry_wsi()
[all …]
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/ffmpeg-next-4.4.0/src/codec/decoder/
H A Dmod.rs15 pub mod conceal; module
16 pub use self::conceal::Conceal;
/dports/sysutils/nvimpager/nvimpager-0.10.4/test/fixtures/
H A Dgit-log17 *conceal-test* normal
18 conceal-test
/dports/mail/sympa/sympa-6.2.62/default/create_list_templates/confidential/
H A Dconfig.tt29 visibility conceal
34 info conceal
/dports/mail/sympa/sympa-6.2.62/t/data/list_data/test/
H A Dconfig46 info conceal
75 visibility conceal

12345678910>>...46