Home
last modified time | relevance | path

Searched refs:IsQuoted (Results 1 – 25 of 64) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Linq/SqlClient/Query/
H A DSqlIdentifier.cs24 private static bool IsQuoted(string s) { in IsQuoted() method in System.Data.Linq.SqlClient.SqlIdentifier
51 } else if (IsQuoted(s)) { in QuoteCompoundIdentifier()
62 if (!IsQuoted(right)) { in QuoteCompoundIdentifier()
74 if (!IsQuoted(left)) { in QuoteCompoundIdentifier()
102 } else if (IsQuoted(s)) { in QuoteIdentifier()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/src/System/Net/Http/Headers/
H A DContentDispositionHeaderValue.cs323 if (IsQuoted(dateString)) in GetDate()
433 if (IsQuoted(result)) in EncodeAndQuoteMime()
463 private bool IsQuoted(string value) in IsQuoted() method in System.Net.Http.Headers.ContentDispositionHeaderValue
502 if (!IsQuoted(processedInput) || processedInput.Length < 10) in TryDecodeMime()
/dports/news/atp/atp-1.50/
H A Ddisplay.c391 IsQuoted(const int c, const byte * str) in IsQuoted() function
646 if (IsQuoted( (int)'>', pt) || IsQuoted( (int)'|', pt)) { in loop_out()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Utility/
H A DArgs.h50 bool IsQuoted() const { return quote != '\0'; } in IsQuoted() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Utility/
H A DArgs.h54 bool IsQuoted() const { return quote != '\0'; }
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/Utility/
H A DArgs.h54 bool IsQuoted() const { return quote != '\0'; }
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Utility/
H A DArgs.h54 bool IsQuoted() const { return quote != '\0'; }
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/include/lldb/Utility/
H A DArgs.h54 bool IsQuoted() const { return quote != '\0'; }
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/include/lldb/Utility/
H A DArgs.h54 bool IsQuoted() const { return quote != '\0'; }
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/include/lldb/Utility/
H A DArgs.h54 bool IsQuoted() const { return quote != '\0'; }
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/include/lldb/Utility/
H A DArgs.h54 bool IsQuoted() const { return quote != '\0'; }
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/Utility/
H A DArgs.h54 bool IsQuoted() const { return quote != '\0'; }
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/include/lldb/Utility/
H A DArgs.h54 bool IsQuoted() const { return quote != '\0'; }
/dports/net-p2p/transmission-remote-gui/transgui-5.18.0/
H A Drestranslator.pas119 function IsQuoted(const S: AnsiString; QuoteChar: char): boolean; inline; in IsQuoted() function
507 else if not IsQuoted(S, QuoteChar) then
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxFontFamilyList.h52 bool IsQuoted() const { return mSyntax == StyleFontFamilyNameSyntax::Quoted; } in IsQuoted() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dglobal.cxx666 bool ScGlobal::IsQuoted( const OUString& rString, sal_Unicode cQuote ) in IsQuoted() function in ScGlobal
686 if ( IsQuoted( rString, cQuote ) ) in EraseQuotes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dglobal.cxx684 bool ScGlobal::IsQuoted( const OUString& rString, sal_Unicode cQuote ) in IsQuoted() function in ScGlobal
704 if ( IsQuoted( rString, cQuote ) ) in EraseQuotes()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dglobal.hxx634 SC_DLLPUBLIC static bool IsQuoted( const OUString& rString, sal_Unicode cQuote );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dglobal.hxx640 SC_DLLPUBLIC static bool IsQuoted( const OUString& rString, sal_Unicode cQuote );
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Utility/
H A DArgs.cpp654 if (!entry.IsQuoted() && arg == "--") { in SetFromString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Utility/
H A DArgs.cpp654 if (!entry.IsQuoted() && arg == "--") { in SetFromString()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Utility/
H A DArgs.cpp653 if (!entry.IsQuoted() && arg == "--") { in SetFromString()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Utility/
H A DArgs.cpp654 if (!entry.IsQuoted() && arg == "--") { in SetFromString()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Utility/
H A DArgs.cpp654 if (!entry.IsQuoted() && arg == "--") { in SetFromString()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Utility/
H A DArgs.cpp653 if (!entry.IsQuoted() && arg == "--") { in SetFromString()

123