Home
last modified time | relevance | path

Searched refs:NoDefaultValue (Results 1 – 18 of 18) sorted by relevance

/dports/devel/kdev-python/kdev-python-21.12.3/documentation_src/pyqt/
H A Dxml_to_py.py10 class NoDefaultValue(): class
76 defaultValue = NoDefaultValue
97 paramsStr.append('{} {}'.format(*p) if p[2] is NoDefaultValue else '{} {} = {}'.format(*p))
108 if defaultValue is NoDefaultValue and not hadDefault:
111 … if defaultValue is NoDefaultValue or not defaultValue.replace('(','').replace(')','').isalnum():
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Configuration/System.Configuration/
H A DConfigurationProperty.cs37 internal static readonly object NoDefaultValue = new object (); field in System.Configuration.ConfigurationProperty
49 …: this (name, type, NoDefaultValue, TypeDescriptor.GetConverter (type), new DefaultValidator(), Co… in ConfigurationProperty()
80 if (defaultValue == NoDefaultValue) { in ConfigurationProperty()
H A DConfigurationPropertyAttribute.cs36 object default_value = ConfigurationProperty.NoDefaultValue;
/dports/www/matomo/piwik/core/API/
H A DProxy.php24 class NoDefaultValue class
50 $this->noDefaultValue = new NoDefaultValue();
414 if ($defaultValue instanceof NoDefaultValue) {
H A DNoDefaultValue.php16 class NoDefaultValue class
H A DDocumentationGenerator.php316 elseif ($defaultValue instanceof NoDefaultValue) {
341 if (!($defaultValue instanceof NoDefaultValue)) {
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/lib/backupstore/
H A DBackupStoreConfigVerify.cpp61 SERVERTLS_VERIFY_SERVER_KEYS(ConfigurationVerifyKey::NoDefaultValue)
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/ViewGeneration/Utils/
H A DViewGenErrorCode.cs78 NoDefaultValue = Value + 23, enumerator
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/lib/httpserver/
H A DHTTPServer.cpp136 HTTPSERVER_VERIFY_SERVER_KEYS(ConfigurationVerifyKey::NoDefaultValue) // no default addresses in GetConfigVerify()
H A DS3Simulator.cpp105 HTTPSERVER_VERIFY_SERVER_KEYS(ConfigurationVerifyKey::NoDefaultValue) // no default addresses in GetConfigVerify()
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/lib/common/
H A DConfiguration.h95 NoDefaultValue = 1 enumerator
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/test/basicserver/
H A Dtestbasicserver.cpp248 …SERVERSTREAM_VERIFY_SERVER_KEYS(ConfigurationVerifyKey::NoDefaultValue) // no default listen addre… in GetConfigVerify()
321 …SERVERTLS_VERIFY_SERVER_KEYS(ConfigurationVerifyKey::NoDefaultValue) // no default listen addresses in GetConfigVerify()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/
H A Dgraphpropedits.pas736 if (DefValue <> NoDefaultValue) and (DefValue <> -1) then
763 if GetDefaultOrdValue <> NoDefaultValue then
/dports/editors/lazarus/lazarus/components/ideintf/
H A Dgraphpropedits.pas733 if (DefValue <> NoDefaultValue) and (DefValue <> -1) then
760 if GetDefaultOrdValue <> NoDefaultValue then
/dports/editors/lazarus-qt5/lazarus/components/ideintf/
H A Dgraphpropedits.pas733 if (DefValue <> NoDefaultValue) and (DefValue <> -1) then
760 if GetDefaultOrdValue <> NoDefaultValue then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/
H A Dgraphpropedits.pas736 if (DefValue <> NoDefaultValue) and (DefValue <> -1) then
763 if GetDefaultOrdValue <> NoDefaultValue then
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/ViewGeneration/Structures/
H A DDomain.cs204 …ErrorLog.Record record = new ErrorLog.Record(true, ViewGenErrorCode.NoDefaultValue, message, wrapp… in GetDefaultValueForMemberPath()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/ViewGeneration/QueryRewriting/
H A DQueryRewriter.cs627 …_errorLog.AddEntry(new ErrorLog.Record(true, ViewGenErrorCode.NoDefaultValue, builder.ToString(), … in AddElseDefaultToCaseStatement()