Home
last modified time | relevance | path

Searched defs:includeQuotes (Results 1 – 3 of 3) sorted by relevance

/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/ast/
H A DStringLiteral.java52 public String getValue(boolean includeQuotes) { in getValue()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Extensions/ui/
H A DPageRequestManager.cs164 private string GetAsyncPostBackControlIDs(bool includeQuotes) { in GetAsyncPostBackControlIDs()
172 private static string GetControlIDsFromList(List<Control> list, bool includeQuotes) { in GetControlIDsFromList()
268 private string GetPostBackControlIDs(bool includeQuotes) { in GetPostBackControlIDs()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/src/System/Net/Http/Managed/
H A DAuthenticationHelper.Digest.cs393 …id AppendKeyValue(this StringBuilder sb, string key, string value, bool includeQuotes = true, bool… in AppendKeyValue()