Home
last modified time | relevance | path

Searched defs:IsNullOrEmpty (Results 1 – 25 of 58) sorted by relevance

123

/dports/lang/mono-basic/mono-basic-4.7/vbnc/cecil/Mono/
H A DEmpty.cs44 public static bool IsNullOrEmpty<T> (this T [] self) in IsNullOrEmpty() method in Mono.Cecil.Mixin
49 public static bool IsNullOrEmpty<T> (this Collection<T> self) in IsNullOrEmpty() method in Mono.Cecil.Mixin
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/Mono/
H A DEmpty.cs44 public static bool IsNullOrEmpty<T> (this T [] self) in IsNullOrEmpty() method in Mono.Cecil.Mixin
49 public static bool IsNullOrEmpty<T> (this Collection<T> self) in IsNullOrEmpty() method in Mono.Cecil.Mixin
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.CecilReflector/Mono.Cecil/Mono/
H A DEmpty.cs44 public static bool IsNullOrEmpty<T> (this T [] self) in IsNullOrEmpty() method in Mono.Cecil.Mixin
49 public static bool IsNullOrEmpty<T> (this Collection<T> self) in IsNullOrEmpty() method in Mono.Cecil.Mixin
/dports/lang/mono/mono-5.10.1.57/external/cecil/Mono/
H A DEmpty.cs34 public static bool IsNullOrEmpty<T> (this T [] self) in IsNullOrEmpty() method in Mono.Cecil.Mixin
39 public static bool IsNullOrEmpty<T> (this Collection<T> self) in IsNullOrEmpty() method in Mono.Cecil.Mixin
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/Mono/
H A DEmpty.cs34 public static bool IsNullOrEmpty<T> (this T [] self) in IsNullOrEmpty() method in Mono.Cecil.Mixin
39 public static bool IsNullOrEmpty<T> (this Collection<T> self) in IsNullOrEmpty() method in Mono.Cecil.Mixin
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/src/
H A DUniqueString.h16 constexpr bool IsNullOrEmpty(const char *text) noexcept { in IsNullOrEmpty() function
/dports/x11-toolkits/scintilla/scintilla/src/
H A DUniqueString.h16 constexpr bool IsNullOrEmpty(const char *text) noexcept { in IsNullOrEmpty() function
/dports/devel/codequery/codequery-0.24.0/scintilla/src/
H A DUniqueString.h16 constexpr bool IsNullOrEmpty(const char *text) noexcept { in IsNullOrEmpty() function
/dports/devel/geany-legacy/geany-1.37.1/scintilla/src/
H A DUniqueString.h18 constexpr bool IsNullOrEmpty(const char *text) noexcept { in IsNullOrEmpty() function
/dports/devel/geany/geany-1.38/scintilla/src/
H A DUniqueString.h18 constexpr bool IsNullOrEmpty(const char *text) noexcept { in IsNullOrEmpty() function
/dports/editors/textadept/scintilla/src/
H A DUniqueString.h16 constexpr bool IsNullOrEmpty(const char *text) noexcept { in IsNullOrEmpty() function
/dports/editors/scite/scintilla/src/
H A DUniqueString.h16 constexpr bool IsNullOrEmpty(const char *text) noexcept { in IsNullOrEmpty() function
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Mvc/
H A DMvcHtmlString.cs25 public static bool IsNullOrEmpty(MvcHtmlString value) in IsNullOrEmpty() method in System.Web.Mvc.MvcHtmlString
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Mvc3/Mvc/
H A DMvcHtmlString.cs21 public static bool IsNullOrEmpty(MvcHtmlString value) { in IsNullOrEmpty() method in System.Web.Mvc.MvcHtmlString
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack.Text/src/ServiceStack.Text/
H A DListExtensions.cs40 public static bool IsNullOrEmpty<T>(this List<T> list) in IsNullOrEmpty() method in ServiceStack.Text.ListExtensions
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Util/
H A DStrUtils.cs99 public static bool IsNullOrEmpty (string value) in IsNullOrEmpty() method in System.Web.Util.StrUtils
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/Validation/
H A DExtensionMethods.cs13 public static bool IsNullOrEmpty(this ICollection c) in IsNullOrEmpty() method in System.Activities.Validation.ExtensionMethods
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/
H A DUriTemplateLiteralPathSegment.cs133 public bool IsNullOrEmpty() in IsNullOrEmpty() method in System.UriTemplateLiteralPathSegment
H A DUriTemplateQueryValue.cs66 public static bool IsNullOrEmpty(UriTemplateQueryValue utqv) in IsNullOrEmpty() method in System.UriTemplateQueryValue
/dports/devel/msbuild/msbuild-0.06/src/Tasks/
H A DResGen.cs473 private static bool IsNullOrEmpty(ITaskItem[] value) in IsNullOrEmpty() method in Microsoft.Build.Tasks.GenerateResource.ResGen
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack/src/ServiceStack.Common/Extensions/
H A DStringExtensions.cs33 public static bool IsNullOrEmpty(this string value) in IsNullOrEmpty() method in ServiceStack.Common.Extensions.StringExtensions
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_watcher/
H A Dextended_crash_reporting_win_unittest.cc46 bool IsNullOrEmpty(crashpad::Annotation* annotation) { in IsNullOrEmpty() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/browser_watcher/
H A Dextended_crash_reporting_win_unittest.cc46 bool IsNullOrEmpty(crashpad::Annotation* annotation) { in IsNullOrEmpty() function
/dports/games/scummvm/scummvm-2.5.1/engines/ags/plugins/core/
H A Dstring.cpp56 void String::IsNullOrEmpty(ScriptMethodParams &params) { in IsNullOrEmpty() function in AGS3::Plugins::Core::String
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Utilities/
H A DCollectionUtils.cs58 public static bool IsNullOrEmpty<T>(ICollection<T> collection) in IsNullOrEmpty() method in Newtonsoft.Json.Utilities.CollectionUtils

123