Home
last modified time | relevance | path

Searched refs:quote_meta (Results 1 – 6 of 6) sorted by relevance

/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/topdown/
H A Dglob_test.go52 …{"glob quote meta", []string{`p[x] { glob.quote_meta("*.github.com", x) }`}, `["\\*.github.com"]`},
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Drego.vim30 syn match regoFuncGlob "\<glob\.\(match\|quote_meta\)\>"
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Drego.vim30 syn match regoFuncGlob "\<glob\.\(match\|quote_meta\)\>"
/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c215 static unsigned quote_meta(char_u *dest, char_u *str, int len);
3965 compl_pattern = alloc(quote_meta(NULL, line + compl_col, in ins_complete()
3974 (void)quote_meta(compl_pattern + STRLEN(prefix), in ins_complete()
4021 (void)quote_meta(compl_pattern + 2, line + compl_col, 1); in ins_complete()
4026 compl_pattern = alloc(quote_meta(NULL, line + compl_col, in ins_complete()
4031 (void)quote_meta(compl_pattern + 2, line + compl_col, in ins_complete()
4410 quote_meta(char_u *dest, char_u *src, int len) in quote_meta() function
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.c5128 compl_pattern = xmalloc(quote_meta(NULL, line + compl_col, in ins_complete()
5138 (void)quote_meta(compl_pattern + STRLEN(prefix), in ins_complete()
5167 (void)quote_meta(compl_pattern + 2, line + compl_col, 1); in ins_complete()
5170 compl_pattern = xmalloc(quote_meta(NULL, line + compl_col, in ins_complete()
5173 (void)quote_meta(compl_pattern + 2, line + compl_col, in ins_complete()
5496 static unsigned quote_meta(char_u *dest, char_u *src, int len) in quote_meta() function
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/docs/content/
H A Dpolicy-reference.md137 …ether">``output := glob.quote_meta(pattern)``</span> | ``output`` is the escaped string of ``patte…