Home
last modified time | relevance | path

Searched refs:Unescape (Results 1 – 25 of 954) sorted by relevance

12345678910>>...39

/dports/net/yate/yate-6.4.0-1/share/scripts/
H A Dlibyate.php158 static function Unescape($str) function in Yate
299 $this->params[Yate::Unescape($s)]=NULL;
301 $this->params[Yate::Unescape(substr($s,0,$q))]=Yate::Unescape(substr($s,$q+1));
391 $ev=new Yate(Yate::Unescape($part[3]),Yate::Unescape($part[4]),Yate::Unescape($part[1]));
398 $ev=new Yate(Yate::Unescape($part[3]),Yate::Unescape($part[4]),Yate::Unescape($part[1]));
405 $ev=new Yate(Yate::Unescape($part[2]),"",(int)$part[1]);
411 $ev=new Yate(Yate::Unescape($part[2]),"",(int)$part[1]);
417 $ev=new Yate(Yate::Unescape($part[1]));
423 $ev=new Yate(Yate::Unescape($part[1]));
429 $ev=new Yate(Yate::Unescape($part[1]));
[all …]
H A Dlibyate.py153 self.Yate(self.Unescape(part[3]), self.Unescape(part[4]), self.Unescape(part[1]))
159 self.Yate(self.Unescape(part[3]), self.Unescape(part[4]), self.Unescape(part[1]))
165 self.Yate(self.Unescape(part[2]), "", 0+int(part[1]))
170 self.Yate(self.Unescape(part[2]), "", 0+int(part[1]))
322 def Unescape(self, str): member in Yate
388 r.append( [ self.Unescape(s[0]), self.Unescape(s[1]) ] )
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.RegularExpressions/tests/
H A DRegex.EscapeUnescape.Tests.cs35 public void Unescape(string str, string expected) in Unescape() method in System.Text.RegularExpressions.Tests.RegexEscapeUnescapeTests
37 Assert.Equal(expected, Regex.Unescape(str)); in Unescape()
43 AssertExtensions.Throws<ArgumentNullException>("str", () => Regex.Unescape(null)); in Unscape_NullString_ThrowsArgumentNullException()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/shared_highlighting/core/common/
H A Dtext_fragment.cc29 std::string Unescape(const std::string& str) { in Unescape() function
111 return TextFragment(Unescape(text_start), Unescape(text_end), in FromEscapedString()
112 Unescape(prefix), Unescape(suffix)); in FromEscapedString()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Utilities/Microsoft.Build.Utilities/
H A DTaskItem.cs96 clonedMetadata.Add (de.Key, MSBuildUtils.Unescape ((string) de.Value)); in CloneCustomMetadata()
114 destinationItem.SetMetadata ((string)e.Key, MSBuildUtils.Unescape ((string)e.Value)); in CopyMetadataTo()
126 return MSBuildUtils.Unescape (GetMetadataValue (metadataName)); in GetMetadata()
180 get { return MSBuildUtils.Unescape (escapedItemSpec); }
/dports/devel/matreshka/matreshka-0.7.0/testsuite/league/
H A Dregexp_ataresearch.adb97 function Unescape (Item : Wide_Wide_String) return Universal_String; subprogspec
298 function Unescape (Item : Wide_Wide_String) return Universal_String is subprogram
340 end Unescape;
474 Unescape (Buffer (F3_First .. F3_Last)),
482 Unescape (Buffer (F3_First .. F3_Last)),
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/reference/
H A Dtest.mustache.ref14 …iable Unescape>{{{</Mustache Variable Unescape><Mustache Inside>other</Mustache Inside><Mustache V…
54 …iable Unescape>{{{</Mustache Variable Unescape><Mustache Inside>intro</Mustache Inside><Mustache V…
55 …riable Unescape>{{{</Mustache Variable Unescape><Mustache Inside>body</Mustache Inside><Mustache V…
60 …riable Unescape>{{{</Mustache Variable Unescape><Mustache Inside>body</Mustache Inside><Mustache V…
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/mongorestore/ns/
H A Dns_test.go40 So(Unescape("(blah)"), ShouldEqual, "(blah)")
41 So(Unescape(""), ShouldEqual, "")
42 So(Unescape(`bl\*h\*\\\\`), ShouldEqual, `bl*h*\\`)
43 So(Unescape(`blah\*\*`), ShouldEqual, "blah**")
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/mongorestore/ns/
H A Dns_test.go40 So(Unescape("(blah)"), ShouldEqual, "(blah)")
41 So(Unescape(""), ShouldEqual, "")
42 So(Unescape(`bl\*h\*\\\\`), ShouldEqual, `bl*h*\\`)
43 So(Unescape(`blah\*\*`), ShouldEqual, "blah**")
/dports/devel/msbuild/msbuild-0.06/src/Shared/EscapingStringExtensions/
H A DEscapingStringExtensions.cs11 internal static string Unescape(this string escapedString) in Unescape() method in Microsoft.Build.Shared.EscapingStringExtensions.EscapingStringExtensions
16 internal static string Unescape in Unescape() method in Microsoft.Build.Shared.EscapingStringExtensions.EscapingStringExtensions
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/pkg/escape/
H A Dbytes_test.go22 result = Unescape(buf)
47 result = Unescape(test)
113 got := Unescape(tt.in)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/influxdata/influxdb1-client/pkg/escape/
H A Dbytes_test.go22 result = Unescape(buf)
47 result = Unescape(test)
113 got := Unescape(tt.in)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/pkg/escape/
H A Dbytes_test.go22 result = Unescape(buf)
47 result = Unescape(test)
113 got := Unescape(tt.in)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/pkg/escape/
H A Dbytes_test.go22 result = Unescape(buf)
47 result = Unescape(test)
113 got := Unescape(tt.in)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/pkg/escape/
H A Dbytes_test.go22 result = Unescape(buf)
47 result = Unescape(test)
113 got := Unescape(tt.in)
/dports/security/gopass/gopass-1.13.0/vendor/github.com/gopasspw/pinentry/
H A Dpinentry.go19 Unescape bool var
24 Unescape = true
153 if bytes.Contains(pin, []byte("%")) && Unescape {
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/PHPDirectoryServer/
H A DPHPDirectoryServer.cpp68 void PHPDirectoryServer::Unescape(RakString &str) in Unescape() function in PHPDirectoryServer
217 PHPDirectoryServer::Unescape(column); in ProcessHTTPRead()
222 PHPDirectoryServer::Unescape(value); in ProcessHTTPRead()
273 PHPDirectoryServer::Unescape(column); in ProcessHTTPRead()
274 PHPDirectoryServer::Unescape(value); in ProcessHTTPRead()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Uri/src/System/
H A DUriEnumTypes.cs100 Unescape = 0x2, // Only used as V1.0 UserEscaped compatibility mode enumerator
101 …EscapeUnescape = Unescape | Escape, // does both escaping control+reserved and unescaping of …
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/
H A DUriEnumTypes.cs114 Unescape = 0x2, // Only used as V1.0 UserEscaped compatibility mode enumerator
115 …EscapeUnescape = Unescape | Escape, // does both escaping control+reserved and unescaping of …
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/uris/
H A Duris.cpp330 CPPUNIT_ASSERT_EQUAL( unescaped, wxURI::Unescape(escaped) ); in Unescaping()
337 unescaped = wxURI::Unescape(escaped); in Unescaping()
347 unescaped = wxURI::Unescape(escaped); in Unescaping()
402 CPPUNIT_ASSERT_EQUAL( " A ", wxURI::Unescape("%20%41%20") ); in URLCompat()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System/
H A DStringTester.cs113 string id = Unescape (sr.ReadLine ()); in Load()
118 string value = Unescape (sr.ReadLine ()); in Load()
145 private static string Unescape (string str) in Unescape() method in MonoTests.System.StringTester.Asserts
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Mono.Security/
H A DUri.cs378 string p = Unescape (path);
386 …cachedLocalPath = Unescape (path.Replace (Path.AltDirectorySeparatorChar, Path.DirectorySeparatorC…
393 cachedLocalPath = "\\\\" + Unescape (host + path.Replace ('/', '\\'));
395 cachedLocalPath = Unescape (path);
753 string q = query.StartsWith ("?") ? '?' + Unescape (query.Substring (1)) : Unescape (query); in ToString()
754 cachedToString = Unescape (GetLeftPart (UriPartial.Path), true) + q + fragment; in ToString()
836 protected string Unescape (string str) in Unescape() method in Mono.Security.Uri
838 return Unescape (str, false); in Unescape()
841 internal string Unescape (string str, bool excludeSharp) in Unescape() method in Mono.Security.Uri
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Durl.cpp245 m_protocol->SetUser(Unescape(m_userinfo)); in GetInputStream()
248 m_protocol->SetUser(Unescape(m_userinfo(0, dwPasswordPos))); in GetInputStream()
249 m_protocol->SetPassword(Unescape(m_userinfo(dwPasswordPos+1, m_userinfo.length() + 1))); in GetInputStream()
528 return wxURI::Unescape(uri); in ConvertFromURI()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Durl.cpp245 m_protocol->SetUser(Unescape(m_userinfo)); in GetInputStream()
248 m_protocol->SetUser(Unescape(m_userinfo(0, dwPasswordPos))); in GetInputStream()
249 m_protocol->SetPassword(Unescape(m_userinfo(dwPasswordPos+1, m_userinfo.length() + 1))); in GetInputStream()
528 return wxURI::Unescape(uri); in ConvertFromURI()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Durl.cpp245 m_protocol->SetUser(Unescape(m_userinfo)); in GetInputStream()
248 m_protocol->SetUser(Unescape(m_userinfo(0, dwPasswordPos))); in GetInputStream()
249 m_protocol->SetPassword(Unescape(m_userinfo(dwPasswordPos+1, m_userinfo.length() + 1))); in GetInputStream()
528 return wxURI::Unescape(uri); in ConvertFromURI()

12345678910>>...39