Home
last modified time | relevance | path

Searched refs:RE_STRING (Results 1 – 25 of 35) sorted by relevance

12

/dports/textproc/p5-CSS-SAC/CSS-SAC-0.08/
H A DSAC.pm15 $RE_STRING
40 $RE_STRING = Text::Balanced::gen_delimited_pat(q{'"}); #"
41 $RE_STRING = qr/$RE_STRING/s;
496 if ($$css =~ s/^($RE_STRING)\s*;//) {
529 $$css =~ s/^((?:$RE_STRING)|([^\)]*))\s*//;
536 $$css =~ s/^($RE_STRING)//;
583 $$css =~ s/^((?:$RE_STRING)|([^\)]*))\s*//;
590 $$css =~ s/^($RE_STRING)//;
1323 elsif ($$css =~ s/^($RE_STRING)//) {
/dports/emulators/qemu5/qemu-5.2.0/scripts/codeconverter/codeconverter/
H A Dregexps.py81 RE_STRING = r'\"([^\"\\]|\\[a-z\"])*\"' variable
98 RE_MACRO_CONCAT = M(S(OR(RE_IDENTIFIER, RE_STRING), SP), n='{2,}')
100 RE_SIMPLE_VALUE = OR(RE_IDENTIFIER, RE_STRING, RE_NUMBER)
H A Dqom_macros.py24 RE_CONSTANT = OR(RE_STRING, RE_NUMBER)
500 OR(RE_IDENTIFIER, RE_STRING, RE_MACRO_CONCAT, RE_FUN_CALL, name='typename'), SP,
513 OR(RE_IDENTIFIER, RE_STRING, RE_MACRO_CONCAT, RE_FUN_CALL, name='typename'), SP,
550 OR(RE_IDENTIFIER, RE_STRING, RE_MACRO_CONCAT, RE_FUN_CALL, name='typename'), SP,
565 OR(RE_IDENTIFIER, RE_STRING, RE_MACRO_CONCAT, RE_FUN_CALL, name='typename'), SP,
699 OR(RE_IDENTIFIER, RE_STRING, RE_MACRO_CONCAT, RE_FUN_CALL, name='typename'),
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/scripts/codeconverter/codeconverter/
H A Dregexps.py81 RE_STRING = r'\"([^\"\\]|\\[a-z\"])*\"' variable
98 RE_MACRO_CONCAT = M(S(OR(RE_IDENTIFIER, RE_STRING), SP), n='{2,}')
100 RE_SIMPLE_VALUE = OR(RE_IDENTIFIER, RE_STRING, RE_NUMBER)
H A Dqom_macros.py24 RE_CONSTANT = OR(RE_STRING, RE_NUMBER)
500 OR(RE_IDENTIFIER, RE_STRING, RE_MACRO_CONCAT, RE_FUN_CALL, name='typename'), SP,
513 OR(RE_IDENTIFIER, RE_STRING, RE_MACRO_CONCAT, RE_FUN_CALL, name='typename'), SP,
550 OR(RE_IDENTIFIER, RE_STRING, RE_MACRO_CONCAT, RE_FUN_CALL, name='typename'), SP,
565 OR(RE_IDENTIFIER, RE_STRING, RE_MACRO_CONCAT, RE_FUN_CALL, name='typename'), SP,
699 OR(RE_IDENTIFIER, RE_STRING, RE_MACRO_CONCAT, RE_FUN_CALL, name='typename'),
/dports/emulators/qemu/qemu-6.2.0/scripts/codeconverter/codeconverter/
H A Dregexps.py81 RE_STRING = r'\"([^\"\\]|\\[a-z\"])*\"' variable
98 RE_MACRO_CONCAT = M(S(OR(RE_IDENTIFIER, RE_STRING), SP), n='{2,}')
100 RE_SIMPLE_VALUE = OR(RE_IDENTIFIER, RE_STRING, RE_NUMBER)
H A Dqom_macros.py24 RE_CONSTANT = OR(RE_STRING, RE_NUMBER)
500 OR(RE_IDENTIFIER, RE_STRING, RE_MACRO_CONCAT, RE_FUN_CALL, name='typename'), SP,
513 OR(RE_IDENTIFIER, RE_STRING, RE_MACRO_CONCAT, RE_FUN_CALL, name='typename'), SP,
550 OR(RE_IDENTIFIER, RE_STRING, RE_MACRO_CONCAT, RE_FUN_CALL, name='typename'), SP,
565 OR(RE_IDENTIFIER, RE_STRING, RE_MACRO_CONCAT, RE_FUN_CALL, name='typename'), SP,
699 OR(RE_IDENTIFIER, RE_STRING, RE_MACRO_CONCAT, RE_FUN_CALL, name='typename'),
/dports/emulators/qemu60/qemu-6.0.0/scripts/codeconverter/codeconverter/
H A Dregexps.py81 RE_STRING = r'\"([^\"\\]|\\[a-z\"])*\"' variable
98 RE_MACRO_CONCAT = M(S(OR(RE_IDENTIFIER, RE_STRING), SP), n='{2,}')
100 RE_SIMPLE_VALUE = OR(RE_IDENTIFIER, RE_STRING, RE_NUMBER)
H A Dqom_macros.py24 RE_CONSTANT = OR(RE_STRING, RE_NUMBER)
500 OR(RE_IDENTIFIER, RE_STRING, RE_MACRO_CONCAT, RE_FUN_CALL, name='typename'), SP,
513 OR(RE_IDENTIFIER, RE_STRING, RE_MACRO_CONCAT, RE_FUN_CALL, name='typename'), SP,
550 OR(RE_IDENTIFIER, RE_STRING, RE_MACRO_CONCAT, RE_FUN_CALL, name='typename'), SP,
565 OR(RE_IDENTIFIER, RE_STRING, RE_MACRO_CONCAT, RE_FUN_CALL, name='typename'), SP,
699 OR(RE_IDENTIFIER, RE_STRING, RE_MACRO_CONCAT, RE_FUN_CALL, name='typename'),
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dregexp.h10 #define RE_STRING 2 ///< match in string instead of buffer text macro
H A Dindent.c473 RE_MAGIC + RE_STRING + RE_AUTO + RE_STRICT), in get_breakindent_win()
H A Ddebugger.c582 bp->dbg_prog = vim_regcomp(pat, RE_MAGIC + RE_STRING); in ex_breakadd()
H A Dspellfile.c1102 lp->sl_prefprog[i] = vim_regcomp((char_u *)buf, RE_MAGIC | RE_STRING); in read_prefcond_section()
1523 slang->sl_compprog = vim_regcomp(pat, RE_MAGIC + RE_STRING + RE_STRICT); in read_compound()
2487 RE_MAGIC + RE_STRING + RE_STRICT); in spell_read_aff()
2535 aff_entry->ae_prog = vim_regcomp(buf, RE_MAGIC + RE_STRING); in spell_read_aff()
H A Dex_eval.c1412 regmatch.regprog = vim_regcomp(pat, RE_MAGIC + RE_STRING); in ex_catch()
H A Dpath.c948 regmatch.regprog = vim_regcomp(pat, RE_MAGIC + RE_STRING); in uniquefy_paths()
/dports/biology/stringtie/stringtie-2.1.1/
H A DprepDE.py70 RE_STRING=re.compile(re.escape(opts.string)) variable
162 if not RE_STRING.match(g_id):
/dports/devel/py-pypugjs/pypugjs-5.9.9/pypugjs/
H A Dlexer.py67 RE_STRING = re.compile(r'^(?:\| ?)([^\n]*)') variable in Lexer
367 return self.scanInlineProcess(self.RE_STRING, 'string')
/dports/textproc/py-pyjade/pyjade-4.0.0/pyjade/
H A Dlexer.py65 RE_STRING = re.compile(r'^(?:\| ?)([^\n]+)') variable in Lexer
353 return self.scanInlineProcess(self.RE_STRING, 'string')
/dports/editors/vim/vim-8.2.3745/src/
H A Dcmdhist.c467 && (regmatch.regprog = vim_regcomp(str, RE_MAGIC + RE_STRING)) in del_history_entry()
H A Ddebugger.c688 bp->dbg_prog = vim_regcomp(pat, RE_MAGIC + RE_STRING); in ex_breakadd()
H A Dspellfile.c933 lp->sl_prefprog[i] = vim_regcomp(buf, RE_MAGIC + RE_STRING); in read_prefcond_section()
1396 slang->sl_compprog = vim_regcomp(pat, RE_MAGIC + RE_STRING + RE_STRICT); in read_compound()
2750 RE_MAGIC + RE_STRING + RE_STRICT); in spell_read_aff()
2811 buf, RE_MAGIC + RE_STRING); in spell_read_aff()
H A Dex_eval.c1798 regmatch.regprog = vim_regcomp(pat, RE_MAGIC + RE_STRING); in ex_catch()
H A Dvim.h1036 #define RE_STRING 2 // match in string instead of buffer text macro
H A Dindent.c964 RE_MAGIC + RE_STRING + RE_AUTO + RE_STRICT); in get_breakindent_win()
H A Dfindfile.c2455 regmatch.regprog = vim_regcomp(pat, RE_MAGIC + RE_STRING); in uniquefy_paths()

12