Home
last modified time | relevance | path

Searched refs:Escape (Results 26 – 50 of 10615) sorted by relevance

12345678910>>...425

/dports/devel/msbuild/msbuild-0.06/src/Shared/UnitTests/
H A DEscapingUtilities_Tests.cs41 public void Escape() in Escape() method in Microsoft.Build.UnitTests.EscapingUtilities_Tests
43 Assert.Equal("%2a", EscapingUtilities.Escape("*")); in Escape()
44 Assert.Equal("%3f", EscapingUtilities.Escape("?")); in Escape()
45 Assert.Equal("#%2a%3f%2a#%2a", EscapingUtilities.Escape("#*?*#*")); in Escape()
46 Assert.Equal("%25%2a%3f%2a%25%2a", EscapingUtilities.Escape("%*?*%*")); in Escape()
57 Assert.Equal(text, EscapingUtilities.UnescapeAll(EscapingUtilities.Escape(text))); in UnescapeEscape()
60 Assert.Equal(text, EscapingUtilities.UnescapeAll(EscapingUtilities.Escape(text))); in UnescapeEscape()
63 Assert.Equal(text, EscapingUtilities.UnescapeAll(EscapingUtilities.Escape(text))); in UnescapeEscape()
74 Assert.Equal(text, EscapingUtilities.Escape(EscapingUtilities.UnescapeAll(text))); in EscapeUnescape()
77 Assert.Equal(text, EscapingUtilities.Escape(EscapingUtilities.UnescapeAll(text))); in EscapeUnescape()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Shared/UnitTests/
H A DEscapingUtilities_Tests.cs44 public void Escape() in Escape() method in Microsoft.Build.UnitTests.EscapingUtilities_Tests
46 Assertion.AssertEquals("%2a", EscapingUtilities.Escape("*")); in Escape()
47 Assertion.AssertEquals("%3f", EscapingUtilities.Escape("?")); in Escape()
48 Assertion.AssertEquals("#%2a%3f%2a#%2a", EscapingUtilities.Escape("#*?*#*")); in Escape()
49 Assertion.AssertEquals("%25%2a%3f%2a%25%2a", EscapingUtilities.Escape("%*?*%*")); in Escape()
61 … Assertion.AssertEquals(text, EscapingUtilities.UnescapeAll(EscapingUtilities.Escape(text))); in UnescapeEscape()
64 … Assertion.AssertEquals(text, EscapingUtilities.UnescapeAll(EscapingUtilities.Escape(text))); in UnescapeEscape()
67 … Assertion.AssertEquals(text, EscapingUtilities.UnescapeAll(EscapingUtilities.Escape(text))); in UnescapeEscape()
79 … Assertion.AssertEquals(text, EscapingUtilities.Escape(EscapingUtilities.UnescapeAll(text))); in EscapeUnescape()
82 … Assertion.AssertEquals(text, EscapingUtilities.Escape(EscapingUtilities.UnescapeAll(text))); in EscapeUnescape()
[all …]
/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/inc/External/Common/
H A DGmmUtil.h66 #define GMM_ESCAPE_D3D_SET_DEV_CTX(Escape, AdapterHandle, DeviceHandle) \ argument
68 Escape.hContext = NULL; \
69 Escape.hDevice = DeviceHandle; \
72 #define GMM_CALL_D3D_ESCAPE(pfnEscape, hAdapter, Escape) (pfnEscape(hAdapter, &Escape)) argument
74 #define GMM_ESCAPE_OGL_SET_DEV_CTX(Escape, AdapterHandle, DeviceHandle) \ argument
76 Escape.hAdapter = (D3DKMT_HANDLE)(uintptr_t)AdapterHandle; \
77 Escape.hContext = (D3DKMT_HANDLE)(uintptr_t)NULL; \
78 Escape.hDevice = (D3DKMT_HANDLE)(uintptr_t)DeviceHandle; \
79 Escape.Type = D3DKMT_ESCAPE_DRIVERPRIVATE; \
81 #define GMM_CALL_OGL_ESCAPE(pfnEscape, hAdapter, Escape) (pfnEscape(&Escape)) argument
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/lexical_cast/test/
H A Dlexical_cast_no_exceptions_test.cpp40 struct Escape struct
42 Escape(){} in Escape() function
43 Escape(const std::string& s) in Escape() argument
50 inline std::ostream& operator<< (std::ostream& o, const Escape& rhs) in operator <<() argument
55 inline std::istream& operator>> (std::istream& i, Escape& rhs) in operator >>()
62 Escape v(""); in test_exceptions_off()
72 v = lexical_cast<Escape>(100); in test_exceptions_off()
76 v = lexical_cast<Escape>(0.0); in test_exceptions_off()
/dports/databases/percona57-server/boost_1_59_0/libs/lexical_cast/test/
H A Dlexical_cast_no_exceptions_test.cpp40 struct Escape struct
42 Escape(){} in Escape() function
43 Escape(const std::string& s) in Escape() function
50 inline std::ostream& operator<< (std::ostream& o, const Escape& rhs) in operator <<() argument
55 inline std::istream& operator>> (std::istream& i, Escape& rhs) in operator >>()
62 Escape v(""); in test_exceptions_off()
72 v = lexical_cast<Escape>(100); in test_exceptions_off()
76 v = lexical_cast<Escape>(0.0); in test_exceptions_off()
/dports/databases/xtrabackup/boost_1_59_0/libs/lexical_cast/test/
H A Dlexical_cast_no_exceptions_test.cpp40 struct Escape struct
42 Escape(){} in Escape() argument
43 Escape(const std::string& s) in Escape() function
50 inline std::ostream& operator<< (std::ostream& o, const Escape& rhs) in operator <<() argument
55 inline std::istream& operator>> (std::istream& i, Escape& rhs) in operator >>()
62 Escape v(""); in test_exceptions_off()
72 v = lexical_cast<Escape>(100); in test_exceptions_off()
76 v = lexical_cast<Escape>(0.0); in test_exceptions_off()
/dports/databases/percona57-client/boost_1_59_0/libs/lexical_cast/test/
H A Dlexical_cast_no_exceptions_test.cpp40 struct Escape struct
42 Escape(){} in Escape() function
43 Escape(const std::string& s) in Escape() argument
50 inline std::ostream& operator<< (std::ostream& o, const Escape& rhs) in operator <<() argument
55 inline std::istream& operator>> (std::istream& i, Escape& rhs) in operator >>()
62 Escape v(""); in test_exceptions_off()
72 v = lexical_cast<Escape>(100); in test_exceptions_off()
76 v = lexical_cast<Escape>(0.0); in test_exceptions_off()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/lexical_cast/test/
H A Dlexical_cast_no_exceptions_test.cpp40 struct Escape struct
42 Escape(){} in Escape() function
43 Escape(const std::string& s) in Escape() argument
50 inline std::ostream& operator<< (std::ostream& o, const Escape& rhs) in operator <<() argument
55 inline std::istream& operator>> (std::istream& i, Escape& rhs) in operator >>()
62 Escape v(""); in test_exceptions_off()
72 v = lexical_cast<Escape>(100); in test_exceptions_off()
76 v = lexical_cast<Escape>(0.0); in test_exceptions_off()
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/reference/
H A Dhighlight.nb.ref22Escape>\"\<</Escape><String>Problema 5</String><Escape>\>\"</Escape><String>"</String><Bracket>,</…
23 …tring>"</String><Escape>\"\<</Escape><String>=== 1. S</String><Escape>\[</Escape><String>OAcute]li…
24Escape>\[</Escape><String>IndentingNewLine]"</String><Bracket>}],</Bracket><Normal Text> </Normal …
25 … X-Y:</String><Escape>\>\"</Escape><String>"</String><Bracket>,</Bracket><Normal Text> </Normal Te…
48Escape>\[</Escape><String>IndentingNewLine]"</String><Bracket>}],</Bracket><Normal Text> </Normal …
71Escape>\"\<</Escape><String>X</String><Escape>\>\"</Escape><String>"</String><Bracket>,</Bracket><…
86Escape>\[</Escape><String>IndentingNewLine]"</String><Bracket>}],</Bracket><Normal Text> </Normal …
87 …en Z:</String><Escape>\>\"</Escape><String>"</String><Bracket>,</Bracket><Normal Text> </Normal Te…
120 …tring>"</String><Escape>\"\<</Escape><String>=== 2. S</String><Escape>\[</Escape><String>OAcute]li…
121Escape>\[</Escape><String>IndentingNewLine]"</String><Bracket>}],</Bracket><Normal Text> </Normal …
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/basement-0.0.12/Basement/Terminal/
H A DANSI.hs21 Escape
62 type Escape = String function
77 , cursorHorizontalAbsolute :: Displacement -> Escape
86 cursorPosition :: Displacement -> Displacement -> Escape
94 , eraseLineAll :: Escape
102 scrollUp, scrollDown :: Displacement -> Escape
107 sgrReset :: Escape
111 sgrForeground :: ColorComponent -> Bool -> Escape
117 sgrBackground :: ColorComponent -> Bool -> Escape
131 -> Escape
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/basement-0.0.11/Basement/Terminal/
H A DANSI.hs21 Escape
62 type Escape = String type
77 , cursorHorizontalAbsolute :: Displacement -> Escape
86 cursorPosition :: Displacement -> Displacement -> Escape
94 , eraseLineAll :: Escape
102 scrollUp, scrollDown :: Displacement -> Escape
107 sgrReset :: Escape
111 sgrForeground :: ColorComponent -> Bool -> Escape
117 sgrBackground :: ColorComponent -> Bool -> Escape
131 -> Escape
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/basement-0.0.11/Basement/Terminal/
H A DANSI.hs21 Escape
62 type Escape = String type
77 , cursorHorizontalAbsolute :: Displacement -> Escape
86 cursorPosition :: Displacement -> Displacement -> Escape
94 , eraseLineAll :: Escape
102 scrollUp, scrollDown :: Displacement -> Escape
107 sgrReset :: Escape
111 sgrForeground :: ColorComponent -> Bool -> Escape
117 sgrBackground :: ColorComponent -> Bool -> Escape
131 -> Escape
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/basement-0.0.11/Basement/Terminal/
H A DANSI.hs21 Escape
62 type Escape = String function
77 , cursorHorizontalAbsolute :: Displacement -> Escape
86 cursorPosition :: Displacement -> Displacement -> Escape
94 , eraseLineAll :: Escape
102 scrollUp, scrollDown :: Displacement -> Escape
107 sgrReset :: Escape
111 sgrForeground :: ColorComponent -> Bool -> Escape
117 sgrBackground :: ColorComponent -> Bool -> Escape
131 -> Escape
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/basement-0.0.12/Basement/Terminal/
H A DANSI.hs21 Escape
62 type Escape = String type
77 , cursorHorizontalAbsolute :: Displacement -> Escape
86 cursorPosition :: Displacement -> Displacement -> Escape
94 , eraseLineAll :: Escape
102 scrollUp, scrollDown :: Displacement -> Escape
107 sgrReset :: Escape
111 sgrForeground :: ColorComponent -> Bool -> Escape
117 sgrBackground :: ColorComponent -> Bool -> Escape
131 -> Escape
[all …]
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/basement-0.0.11/Basement/Terminal/
H A DANSI.hs21 Escape
62 type Escape = String type
77 , cursorHorizontalAbsolute :: Displacement -> Escape
86 cursorPosition :: Displacement -> Displacement -> Escape
94 , eraseLineAll :: Escape
102 scrollUp, scrollDown :: Displacement -> Escape
107 sgrReset :: Escape
111 sgrForeground :: ColorComponent -> Bool -> Escape
117 sgrBackground :: ColorComponent -> Bool -> Escape
131 -> Escape
[all …]
/dports/lang/elm/compiler-0.19.1/_cabal_deps/basement-0.0.11/Basement/Terminal/
H A DANSI.hs21 Escape
62 type Escape = String function
77 , cursorHorizontalAbsolute :: Displacement -> Escape
86 cursorPosition :: Displacement -> Displacement -> Escape
94 , eraseLineAll :: Escape
102 scrollUp, scrollDown :: Displacement -> Escape
107 sgrReset :: Escape
111 sgrForeground :: ColorComponent -> Bool -> Escape
117 sgrBackground :: ColorComponent -> Bool -> Escape
131 -> Escape
[all …]
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/basement-0.0.11/Basement/Terminal/
H A DANSI.hs21 Escape
62 type Escape = String type
77 , cursorHorizontalAbsolute :: Displacement -> Escape
86 cursorPosition :: Displacement -> Displacement -> Escape
94 , eraseLineAll :: Escape
102 scrollUp, scrollDown :: Displacement -> Escape
107 sgrReset :: Escape
111 sgrForeground :: ColorComponent -> Bool -> Escape
117 sgrBackground :: ColorComponent -> Bool -> Escape
131 -> Escape
[all …]
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/basement-0.0.11/Basement/Terminal/
H A DANSI.hs21 Escape
62 type Escape = String type
77 , cursorHorizontalAbsolute :: Displacement -> Escape
86 cursorPosition :: Displacement -> Displacement -> Escape
94 , eraseLineAll :: Escape
102 scrollUp, scrollDown :: Displacement -> Escape
107 sgrReset :: Escape
111 sgrForeground :: ColorComponent -> Bool -> Escape
117 sgrBackground :: ColorComponent -> Bool -> Escape
131 -> Escape
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/basement-0.0.12/Basement/Terminal/
H A DANSI.hs21 Escape
62 type Escape = String type
77 , cursorHorizontalAbsolute :: Displacement -> Escape
86 cursorPosition :: Displacement -> Displacement -> Escape
94 , eraseLineAll :: Escape
102 scrollUp, scrollDown :: Displacement -> Escape
107 sgrReset :: Escape
111 sgrForeground :: ColorComponent -> Bool -> Escape
117 sgrBackground :: ColorComponent -> Bool -> Escape
131 -> Escape
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/basement-0.0.11/Basement/Terminal/
H A DANSI.hs21 Escape
62 type Escape = String type
77 , cursorHorizontalAbsolute :: Displacement -> Escape
86 cursorPosition :: Displacement -> Displacement -> Escape
94 , eraseLineAll :: Escape
102 scrollUp, scrollDown :: Displacement -> Escape
107 sgrReset :: Escape
111 sgrForeground :: ColorComponent -> Bool -> Escape
117 sgrBackground :: ColorComponent -> Bool -> Escape
131 -> Escape
[all …]
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/basement-0.0.12/Basement/Terminal/
H A DANSI.hs21 Escape
62 type Escape = String type
77 , cursorHorizontalAbsolute :: Displacement -> Escape
86 cursorPosition :: Displacement -> Displacement -> Escape
94 , eraseLineAll :: Escape
102 scrollUp, scrollDown :: Displacement -> Escape
107 sgrReset :: Escape
111 sgrForeground :: ColorComponent -> Bool -> Escape
117 sgrBackground :: ColorComponent -> Bool -> Escape
131 -> Escape
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/basement-0.0.12/Basement/Terminal/
H A DANSI.hs21 Escape
62 type Escape = String function
77 , cursorHorizontalAbsolute :: Displacement -> Escape
86 cursorPosition :: Displacement -> Displacement -> Escape
94 , eraseLineAll :: Escape
102 scrollUp, scrollDown :: Displacement -> Escape
107 sgrReset :: Escape
111 sgrForeground :: ColorComponent -> Bool -> Escape
117 sgrBackground :: ColorComponent -> Bool -> Escape
131 -> Escape
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/basement-0.0.12/Basement/Terminal/
H A DANSI.hs21 Escape
62 type Escape = String type
77 , cursorHorizontalAbsolute :: Displacement -> Escape
86 cursorPosition :: Displacement -> Displacement -> Escape
94 , eraseLineAll :: Escape
102 scrollUp, scrollDown :: Displacement -> Escape
107 sgrReset :: Escape
111 sgrForeground :: ColorComponent -> Bool -> Escape
117 sgrBackground :: ColorComponent -> Bool -> Escape
131 -> Escape
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/basement-0.0.11/Basement/Terminal/
H A DANSI.hs21 Escape
62 type Escape = String function
77 , cursorHorizontalAbsolute :: Displacement -> Escape
86 cursorPosition :: Displacement -> Displacement -> Escape
94 , eraseLineAll :: Escape
102 scrollUp, scrollDown :: Displacement -> Escape
107 sgrReset :: Escape
111 sgrForeground :: ColorComponent -> Bool -> Escape
117 sgrBackground :: ColorComponent -> Bool -> Escape
131 -> Escape
[all …]
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/basement-0.0.11/Basement/Terminal/
H A DANSI.hs21 Escape
62 type Escape = String function
77 , cursorHorizontalAbsolute :: Displacement -> Escape
86 cursorPosition :: Displacement -> Displacement -> Escape
94 , eraseLineAll :: Escape
102 scrollUp, scrollDown :: Displacement -> Escape
107 sgrReset :: Escape
111 sgrForeground :: ColorComponent -> Bool -> Escape
117 sgrBackground :: ColorComponent -> Bool -> Escape
131 -> Escape
[all …]

12345678910>>...425