Home
last modified time | relevance | path

Searched refs:Escape (Results 251 – 275 of 20215) sorted by relevance

1...<<11121314151617181920>>...809

/dports/textproc/py-pygments-25/Pygments-2.5.2/pygments/lexers/
H A Dslash.py42 (r"\\", String.Escape, move_state("string_e")),
48 (r'n', String.Escape, move_state("string")),
49 (r't', String.Escape, move_state("string")),
50 (r'r', String.Escape, move_state("string")),
51 (r'e', String.Escape, move_state("string")),
52 (r'x[a-fA-F0-9]{2}', String.Escape, move_state("string")),
53 (r'.', String.Escape, move_state("string")),
H A Dxorg.py31 bygroups(String.Escape, Text, String.Escape)),
32 (r'(End(|Sub)Section)', String.Escape),
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/pygments/lexers/
H A Dslash.py42 (r"\\", String.Escape, move_state("string_e")),
48 (r'n', String.Escape, move_state("string")),
49 (r't', String.Escape, move_state("string")),
50 (r'r', String.Escape, move_state("string")),
51 (r'e', String.Escape, move_state("string")),
52 (r'x[a-fA-F0-9]{2}', String.Escape, move_state("string")),
53 (r'.', String.Escape, move_state("string")),
H A Dxorg.py31 bygroups(String.Escape, Text, String.Escape)),
32 (r'(End(|Sub)Section)', String.Escape),
/dports/net/p5-URI-Encode-XS/URI-Encode-XS-0.11/
H A Dbench3 use URI::Escape;
7 …escape => sub { URI::Escape::uri_escape('https://stackoverflow.com/questions/3629212/how can …
12 …unescape => sub { URI::Escape::uri_unescape('https%3A%2F%2Fstackoverflow.com%2Fquestions%2F3629…
/dports/www/nginx-full/naxsi-1.3/t/
H A D14json.t35 use URI::Escape;
84 use URI::Escape;
136 use URI::Escape;
185 use URI::Escape;
234 use URI::Escape;
284 use URI::Escape;
333 use URI::Escape;
382 use URI::Escape;
431 use URI::Escape;
458 use URI::Escape;
[all …]
H A D15json_wl.t35 use URI::Escape;
66 use URI::Escape;
98 use URI::Escape;
130 use URI::Escape;
166 use URI::Escape;
202 use URI::Escape;
238 use URI::Escape;
278 use URI::Escape;
315 use URI::Escape;
353 use URI::Escape;
[all …]
/dports/www/nginx-naxsi/naxsi-1.3/t/
H A D14json.t35 use URI::Escape;
84 use URI::Escape;
136 use URI::Escape;
185 use URI::Escape;
234 use URI::Escape;
284 use URI::Escape;
333 use URI::Escape;
382 use URI::Escape;
431 use URI::Escape;
458 use URI::Escape;
[all …]
H A D15json_wl.t35 use URI::Escape;
66 use URI::Escape;
98 use URI::Escape;
130 use URI::Escape;
166 use URI::Escape;
202 use URI::Escape;
238 use URI::Escape;
278 use URI::Escape;
315 use URI::Escape;
353 use URI::Escape;
[all …]
/dports/lang/retro12/RETRO12-2021.4/example/
H A Dmarkdown.retro63 'Escape var
67 @Escape [ &Escape v:on ] if;
68 $` [ @Escape [ &Escape v:off $* c:put ] if;
71 $* [ @Escape @Code or [ &Escape v:off $* c:put ] if;
74 $_ [ @Escape @Code or [ &Escape v:off $_ c:put ] if;
/dports/textproc/info2html/info2html-2.0/
H A Dinfo2html81 sub Escape{
178 $MenuLinkFile = &Escape($BaseInfoFile);
198 $MenuLinkTag = &Escape($MenuLinkTag); # -- escape special chars
335 $CrossRefTag = &Escape($CrossRefTag); # -- escape specials
336 $BaseInfoFile = &Escape($BaseInfoFile);
368 $CrossRefTag = &Escape($CrossRefTag); #-- escape specials
369 $CrossRefFile = &Escape($CrossRefFile);
414 $LinkTag = &Escape($LinkTag);
415 $LinkFileEsc = &Escape($LinkFile);
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/diesel-1.4.8/src/expression_methods/
H A Descape_expression_methods.rs2 use expression::operators::{Escape, Like, NotLike};
36 fn escape(self, character: char) -> Escape<Self, AsExprOf<String, VarChar>> { in escape()
37 Escape::new(self, character.to_string().into_sql::<VarChar>()) in escape()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/diesel-1.4.8/src/expression_methods/
H A Descape_expression_methods.rs2 use expression::operators::{Escape, Like, NotLike};
36 fn escape(self, character: char) -> Escape<Self, AsExprOf<String, VarChar>> { in escape()
37 Escape::new(self, character.to_string().into_sql::<VarChar>()) in escape()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/pygments/lexers/
H A Dxorg.py30 bygroups(String.Escape, Text, String.Escape)),
31 (r'(End(?:Sub)?Section)', String.Escape),
/dports/textproc/py-pygments/Pygments-2.7.2/pygments/lexers/
H A Dxorg.py31 bygroups(String.Escape, Text, String.Escape)),
32 (r'(End(?:Sub)?Section)', String.Escape),
/dports/textproc/py-pygments/stage/usr/local/lib/python3.8/site-packages/pygments/lexers/
H A Dxorg.py31 bygroups(String.Escape, Text, String.Escape)),
32 (r'(End(?:Sub)?Section)', String.Escape),
/dports/textproc/py-pygments/Pygments-2.7.2/build/lib/pygments/lexers/
H A Dxorg.py31 bygroups(String.Escape, Text, String.Escape)),
32 (r'(End(?:Sub)?Section)', String.Escape),
/dports/lang/rust/rustc-1.58.1-src/src/test/rustdoc-gui/
H A Dshortcuts.goml7 press-key: "Escape"
13 press-key: "Escape"
24 press-key: "Escape"
25 // We ensure that 'Escape' hides the menu too.
/dports/devel/rabs/rabs-2.19.5/radb/docs/_util/
H A Dminilang.py50 (r'\\.', String.Escape),
55 (r'\\.', String.Escape),
61 (r'\\.', String.Escape),
103 String.Escape: '#823ff1',
/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/html/
H A Descape.rs10 crate struct Escape<'a>(pub &'a str); struct
12 impl<'a> fmt::Display for Escape<'a> { implementation
16 let Escape(s) = *self; in fmt() localVariable
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/tests/gtest/
H A DTestEscape.cpp16 TEST(Escape, FallibleNoEscape) in TEST() argument
30 TEST(Escape, FallibleEscape) in TEST() argument
43 TEST(Escape, BadEscapeSequences) in TEST() argument
72 TEST(Escape, nsAppendEscapedHTML) in TEST() argument
/dports/devel/rabs/rabs-2.19.5/minilang/docs/_util/
H A Dminilang.py53 (r'\\.', String.Escape),
58 (r'\\.', String.Escape),
64 (r'\\.', String.Escape),
107 String.Escape: '#823ff1',
/dports/devel/rabs/rabs-2.19.5/docs/_util/
H A Dminilang.py52 (r'\\.', String.Escape),
57 (r'\\.', String.Escape),
63 (r'\\.', String.Escape),
106 String.Escape: '#823ff1',
/dports/misc/broot/broot-1.7.0/cargo-crates/syntect-4.6.0/src/
H A Descape.rs20 pub struct Escape<'a>(pub &'a str); struct
22 impl<'a> fmt::Display for Escape<'a> { implementation
26 let Escape(s) = *self; in fmt() localVariable
/dports/devel/git-delta/delta-0.9.2/cargo-crates/syntect-4.6.0/src/
H A Descape.rs20 pub struct Escape<'a>(pub &'a str); struct
22 impl<'a> fmt::Display for Escape<'a> { implementation
26 let Escape(s) = *self; in fmt() localVariable

1...<<11121314151617181920>>...809