Home
last modified time | relevance | path

Searched refs:Escape (Results 1 – 25 of 8439) sorted by relevance

12345678910>>...338

/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/input/
H A Dansi_escape_sequences.py52 "\x1b": Keys.Escape, # Also Control-[
172 "\x1b[2;3~": (Keys.Escape, Keys.Insert),
227 "\x1b[1;3A": (Keys.Escape, Keys.Up),
228 "\x1b[1;3B": (Keys.Escape, Keys.Down),
229 "\x1b[1;3C": (Keys.Escape, Keys.Right),
230 "\x1b[1;3D": (Keys.Escape, Keys.Left),
231 "\x1b[1;3F": (Keys.Escape, Keys.End),
232 "\x1b[1;3H": (Keys.Escape, Keys.Home),
278 "\x1b[1;9A": (Keys.Escape, Keys.Up),
279 "\x1b[1;9B": (Keys.Escape, Keys.Down),
[all …]
/dports/www/gitea/gitea-1.16.5/templates/user/dashboard/
H A Dfeeds.tmpl16 {{$.i18n.Tr "action.create_repo" (.GetRepoLink|Escape) (.ShortRepoPath|Escape) | Str2html}}
18 …{{$.i18n.Tr "action.rename_repo" (.GetContent|Escape) (.GetRepoLink|Escape) (.ShortRepoPath|Escape
21 …8n.Tr "action.commit_repo" (.GetRepoLink|Escape) (.GetRefLink|Escape) (Escape .GetBranch) (.ShortR…
23 ….Tr "action.create_branch" (.GetRepoLink|Escape) (.GetRefLink|Escape) (Escape .GetBranch) (.ShortR…
34 …$.i18n.Tr "action.push_tag" (.GetRepoLink|Escape) (.GetRefLink|Escape) (.GetTag|Escape) (.ShortRep…
55 …{{$.i18n.Tr "action.delete_tag" (.GetRepoLink|Escape) (.GetTag|Escape) (.ShortRepoPath|Escape) | S…
58 …{{$.i18n.Tr "action.delete_branch" (.GetRepoLink|Escape) (.GetBranch|Escape) (.ShortRepoPath|Escap…
60 … "action.mirror_sync_push" (.GetRepoLink|Escape) (.GetRefLink|Escape) (.GetBranch|Escape) (.ShortR…
62 …action.mirror_sync_create" (.GetRepoLink|Escape) (.GetRefLink|Escape) (.GetBranch|Escape) (.ShortR…
64 ….i18n.Tr "action.mirror_sync_delete" (.GetRepoLink|Escape) (.GetBranch|Escape) (.ShortRepoPath|Esc…
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/pygments/lexers/
H A Dresource.py49 (r'\{', String.Escape, 'msgname'),
56 (r'\{', String.Escape, 'msgname'),
57 (r'\}', String.Escape, '#pop'),
59 bygroups(Operator, String.Escape, Keyword, String.Escape), '#pop'),
61 bygroups(Operator, String.Escape, Keyword, String.Escape, Operator,
62 String.Escape, Operator.Word, String.Escape, Operator,
63 String.Escape, Number.Integer, String.Escape), 'choice'),
65 bygroups(Operator, String.Escape, Keyword, String.Escape, Operator,
67 (r'\s+', String.Escape)
74 (r'\s+', String.Escape)
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/pygments/lexers/
H A Dresource.py48 (r'\{', String.Escape, 'msgname'),
55 (r'\{', String.Escape, 'msgname'),
56 (r'\}', String.Escape, '#pop'),
58 bygroups(Operator, String.Escape, Keyword, String.Escape), '#pop'),
60 bygroups(Operator, String.Escape, Keyword, String.Escape, Operator,
61 String.Escape, Operator.Word, String.Escape, Operator,
62 String.Escape, Number.Integer, String.Escape), 'choice'),
64 bygroups(Operator, String.Escape, Keyword, String.Escape, Operator,
66 (r'\s+', String.Escape)
73 (r'\s+', String.Escape)
[all …]
/dports/textproc/py-pygments/Pygments-2.7.2/pygments/lexers/
H A Dresource.py49 (r'\{', String.Escape, 'msgname'),
56 (r'\{', String.Escape, 'msgname'),
57 (r'\}', String.Escape, '#pop'),
59 bygroups(Operator, String.Escape, Keyword, String.Escape), '#pop'),
61 bygroups(Operator, String.Escape, Keyword, String.Escape, Operator,
62 String.Escape, Operator.Word, String.Escape, Operator,
63 String.Escape, Number.Integer, String.Escape), 'choice'),
65 bygroups(Operator, String.Escape, Keyword, String.Escape, Operator,
67 (r'\s+', String.Escape)
74 (r'\s+', String.Escape)
[all …]
/dports/textproc/py-pygments-25/Pygments-2.5.2/pygments/lexers/
H A Dresource.py49 (r'\{', String.Escape, 'msgname'),
56 (r'\{', String.Escape, 'msgname'),
57 (r'\}', String.Escape, '#pop'),
59 bygroups(Operator, String.Escape, Keyword, String.Escape), '#pop'),
61 bygroups(Operator, String.Escape, Keyword, String.Escape, Operator,
62 String.Escape, Operator.Word, String.Escape, Operator,
63 String.Escape, Number.Integer, String.Escape), 'choice'),
65 bygroups(Operator, String.Escape, Keyword, String.Escape, Operator,
67 (r'\s+', String.Escape)
74 (r'\s+', String.Escape)
[all …]
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/pygments/lexers/
H A Dresource.py49 (r'\{', String.Escape, 'msgname'),
56 (r'\{', String.Escape, 'msgname'),
57 (r'\}', String.Escape, '#pop'),
59 bygroups(Operator, String.Escape, Keyword, String.Escape), '#pop'),
61 bygroups(Operator, String.Escape, Keyword, String.Escape, Operator,
62 String.Escape, Operator.Word, String.Escape, Operator,
63 String.Escape, Number.Integer, String.Escape), 'choice'),
65 bygroups(Operator, String.Escape, Keyword, String.Escape, Operator,
67 (r'\s+', String.Escape)
74 (r'\s+', String.Escape)
[all …]
/dports/textproc/py-pygments/stage/usr/local/lib/python3.8/site-packages/pygments/lexers/
H A Dresource.py49 (r'\{', String.Escape, 'msgname'),
56 (r'\{', String.Escape, 'msgname'),
57 (r'\}', String.Escape, '#pop'),
59 bygroups(Operator, String.Escape, Keyword, String.Escape), '#pop'),
61 bygroups(Operator, String.Escape, Keyword, String.Escape, Operator,
62 String.Escape, Operator.Word, String.Escape, Operator,
63 String.Escape, Number.Integer, String.Escape), 'choice'),
65 bygroups(Operator, String.Escape, Keyword, String.Escape, Operator,
67 (r'\s+', String.Escape)
74 (r'\s+', String.Escape)
[all …]
/dports/textproc/py-pygments/Pygments-2.7.2/build/lib/pygments/lexers/
H A Dresource.py49 (r'\{', String.Escape, 'msgname'),
56 (r'\{', String.Escape, 'msgname'),
57 (r'\}', String.Escape, '#pop'),
59 bygroups(Operator, String.Escape, Keyword, String.Escape), '#pop'),
61 bygroups(Operator, String.Escape, Keyword, String.Escape, Operator,
62 String.Escape, Operator.Word, String.Escape, Operator,
63 String.Escape, Number.Integer, String.Escape), 'choice'),
65 bygroups(Operator, String.Escape, Keyword, String.Escape, Operator,
67 (r'\s+', String.Escape)
74 (r'\s+', String.Escape)
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/wrec/
H A DEscapes.h39 class Escape {
49 Escape(Type type) in Escape() function
68 class PatternCharacterEscape : public Escape {
77 : Escape(PatternCharacter) in PatternCharacterEscape()
82 operator Escape() const { return *this; } in Escape() function
87 class CharacterClassEscape : public Escape {
96 : Escape(CharacterClass) in CharacterClassEscape()
102 operator Escape() { return *this; } in Escape() function
108 class BackreferenceEscape : public Escape {
117 : Escape(Backreference) in BackreferenceEscape()
[all …]
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wrec/
H A DEscapes.h39 class Escape {
49 Escape(Type type) in Escape() function
68 class PatternCharacterEscape : public Escape {
77 : Escape(PatternCharacter) in PatternCharacterEscape()
82 operator Escape() const { return *this; } in Escape() function
87 class CharacterClassEscape : public Escape {
96 : Escape(CharacterClass) in CharacterClassEscape()
102 operator Escape() { return *this; } in Escape() function
108 class BackreferenceEscape : public Escape {
117 : Escape(Backreference) in BackreferenceEscape()
[all …]
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wrec/
H A DEscapes.h39 class Escape {
49 Escape(Type type) in Escape() function
68 class PatternCharacterEscape : public Escape {
77 : Escape(PatternCharacter) in PatternCharacterEscape()
82 operator Escape() const { return *this; } in Escape() function
87 class CharacterClassEscape : public Escape {
96 : Escape(CharacterClass) in CharacterClassEscape()
102 operator Escape() { return *this; } in Escape() function
108 class BackreferenceEscape : public Escape {
117 : Escape(Backreference) in BackreferenceEscape()
[all …]
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/systemmonitor/
H A Dksysguard.desktop62 Comment=Launches KSysguard on Ctrl + Escape
64 Comment[az]=Ctrl + Escape-lə KSysguard-ı başladır
65 Comment[bs]=Pokreće KSysguard na Ctrl + Escape
69 Comment[da]=Starter KSysguard med Ctrl + Escape
78 Comment[gl]=Inicia KSysguard con Ctrl + Escape
82 Comment[ia]=Lancea KSysguard sur Ctrl + Escape
86 Comment[ja]=KSysguard を Ctrl + Escape で起動する
90 Comment[nb]=Starter KSysGuard ved Ctrl+Escape
92 Comment[nl]=Start KSysguard bij Ctrl + Escape
98 Comment[ro]=Lansează KSysguard cu Ctrl + Escape
[all …]
/dports/devel/upp/upp/uppsrc/Esc/
H A DEscStdLib.cpp156 v.Escape("Put(a)", this, THISBACK(Put)); in ESC_FileOut()
190 v.Escape("Get()", this, THISBACK(Get)); in ESC_FileIn()
268 Escape(global, "int(value)", ESC_int); in StdLib()
271 Escape(global, "count(value)", ESC_count); in StdLib()
272 Escape(global, "keys(map)", ESC_keys); in StdLib()
273 Escape(global, "values(map)", ESC_values); in StdLib()
274 Escape(global, "rand()", ESC_rand); in StdLib()
276 Escape(global, "sort(array)", ESC_sort); in StdLib()
284 Escape(global, "len(x)", ESC_count); in StdLib()
293 Escape(global, "IsDate(x)", SIC_IsDate); in StdLib()
[all …]
/dports/devel/upp/upp/uppsrc/ide/
H A DMacro.cpp6 out.Escape("GetLength()", THISBACK(MacroGetLength)); in MacroEditor()
10 out.Escape("GetCursor()", THISBACK(MacroGetCursor)); in MacroEditor()
11 out.Escape("GetLine(pos)", THISBACK(MacroGetLine)); in MacroEditor()
18 out.Escape("Get(...)", THISBACK(MacroGet)); in MacroEditor()
19 out.Escape("Remove(...)", THISBACK(MacroRemove)); in MacroEditor()
20 out.Escape("Insert(...)", THISBACK(MacroInsert)); in MacroEditor()
21 out.Escape("Find(...)", THISBACK(MacroFind)); in MacroEditor()
44 out.Escape("Input(...)", THISBACK(MacroInput)); in MacroEditor()
46 out.Escape("Echo(...)", THISBACK(MacroEcho)); in MacroEditor()
60 out.Escape("Flags()",THISBACK(MacroFlags)); in MacroEditor()
[all …]
/dports/editors/jupp/jupp/syntax/
H A Dmason.jsf.in15 =Escape bold cyan
33 :char Escape
326 :perl_string_subst Escape
330 :perl_string_escape Escape
338 :perl_string_named Escape
346 :perl_string_ctrl Escape
349 :perl_string_hex1 Escape
358 :perl_string_hex2 Escape
376 :perl_char_escape Escape
588 :lperl_string_ctrl Escape
[all …]
H A Dperl.jsf.in36 =Escape bold cyan
118 :string_subst Escape
122 :string_escape Escape
130 :string_named Escape
138 :string_ctrl Escape
141 :string_hex1 Escape
150 :string_hex2 Escape
154 :string_octal2 Escape
158 :string_octal3 Escape
168 :char_escape Escape
[all …]
/dports/www/p5-Any-URI-Escape/Any-URI-Escape-0.01/
H A DREADME2 Any::URI::Escape - Load URI::Escape::XS preferentially over URI::Escape
5 use Any::URI::Escape;
8 # URI::Escape::XS will be used instead of URI::Escape if it is installed.
11 URI::Escape is great, but URI::Escape::XS is faster. This module loads
12 URI::Escape::XS and imports the two most common methods if XS is
19 URI::Escape
21 URI::Escape::XS
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/reference/
H A Dhighlight.awk.ref24 …Regex Op><Escape>/</Escape><Regex>usr</Regex><Regex Op>\</Regex Op><Escape>/</Escape><Regex>bin</R…
39Escape>\a</Escape><String>x</String><Escape>\n</Escape><String>x</String><Escape>\</Escape><Error>…
48 …Regex Op><Regex>a</Regex><Regex Op>\</Regex Op><Escape>/</Escape><Regex Op>\</Regex Op><Escape>n</
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/prompt_toolkit/key_binding/bindings/
H A Demacs.py33 @handle(Keys.Escape)
106 @handle(Keys.Escape, c)
113 @handle(Keys.Escape, '-', filter=~HasArg())
156 @handle(Keys.Escape, 'a')
161 @handle(Keys.Escape, 'e')
166 @handle(Keys.Escape, 't', filter=insert_mode)
173 @handle(Keys.Escape, '*', filter=insert_mode)
243 @handle(Keys.Escape, Keys.Left)
251 @handle(Keys.Escape, Keys.Right)
328 @handle(Keys.Escape, filter=has_focus)
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/prompt_toolkit/key_binding/bindings/
H A Demacs.py33 @handle(Keys.Escape)
106 @handle(Keys.Escape, c)
113 @handle(Keys.Escape, '-', filter=~HasArg())
156 @handle(Keys.Escape, 'a')
161 @handle(Keys.Escape, 'e')
166 @handle(Keys.Escape, 't', filter=insert_mode)
173 @handle(Keys.Escape, '*', filter=insert_mode)
243 @handle(Keys.Escape, Keys.Left)
251 @handle(Keys.Escape, Keys.Right)
328 @handle(Keys.Escape, filter=has_focus)
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/lexical_cast/test/
H A Dlexical_cast_no_exceptions_test.cpp29 struct Escape struct
31 Escape(){} in Escape() function
32 Escape(const std::string& s) in Escape() function
39 inline std::ostream& operator<< (std::ostream& o, const Escape& rhs) in operator <<() argument
44 inline std::istream& operator>> (std::istream& i, Escape& rhs) in operator >>()
55 Escape v(""); in throw_exception()
71 Escape v(""); in test_exceptions_off()
73 v = lexical_cast<Escape>(100); in test_exceptions_off()
77 v = lexical_cast<Escape>(0.0); in test_exceptions_off()
/dports/devel/boost-docs/boost_1_72_0/libs/lexical_cast/test/
H A Dlexical_cast_no_exceptions_test.cpp29 struct Escape struct
31 Escape(){} in Escape() function
32 Escape(const std::string& s) in Escape() argument
39 inline std::ostream& operator<< (std::ostream& o, const Escape& rhs) in operator <<() argument
44 inline std::istream& operator>> (std::istream& i, Escape& rhs) in operator >>()
55 Escape v(""); in throw_exception()
71 Escape v(""); in test_exceptions_off()
73 v = lexical_cast<Escape>(100); in test_exceptions_off()
77 v = lexical_cast<Escape>(0.0); in test_exceptions_off()
/dports/devel/boost-libs/boost_1_72_0/libs/lexical_cast/test/
H A Dlexical_cast_no_exceptions_test.cpp29 struct Escape struct
31 Escape(){} in Escape() function
32 Escape(const std::string& s) in Escape() argument
39 inline std::ostream& operator<< (std::ostream& o, const Escape& rhs) in operator <<() argument
44 inline std::istream& operator>> (std::istream& i, Escape& rhs) in operator >>()
55 Escape v(""); in throw_exception()
71 Escape v(""); in test_exceptions_off()
73 v = lexical_cast<Escape>(100); in test_exceptions_off()
77 v = lexical_cast<Escape>(0.0); in test_exceptions_off()
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/huandu/go-sqlbuilder/
H A Dcond.go18 return fmt.Sprintf("%s = %s", Escape(field), c.Args.Add(value))
28 return fmt.Sprintf("%s <> %s", Escape(field), c.Args.Add(value))
38 return fmt.Sprintf("%s > %s", Escape(field), c.Args.Add(value))
48 return fmt.Sprintf("%s >= %s", Escape(field), c.Args.Add(value))
58 return fmt.Sprintf("%s < %s", Escape(field), c.Args.Add(value))
68 return fmt.Sprintf("%s <= %s", Escape(field), c.Args.Add(value))
84 return fmt.Sprintf("%s IN (%s)", Escape(field), strings.Join(vs, ", "))
100 return fmt.Sprintf("%s LIKE %s", Escape(field), c.Args.Add(value))
105 return fmt.Sprintf("%s NOT LIKE %s", Escape(field), c.Args.Add(value))
110 return fmt.Sprintf("%s IS NULL", Escape(field))
[all …]

12345678910>>...338