Home
last modified time | relevance | path

Searched refs:fallbackValue (Results 1 – 25 of 131) sorted by relevance

123456

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.annotation/src/org/eclipse/jdt/annotation/
H A DChecks.java325 return fallbackValue; in nonNullElse()
381 return fallbackValue; in applyIfNonNullElse()
409 return fallbackValue; in unboxElse()
421 public static byte unboxElse(@Nullable Byte boxedValue, byte fallbackValue) { in unboxElse() argument
423 return fallbackValue; in unboxElse()
437 return fallbackValue; in unboxElse()
451 return fallbackValue; in unboxElse()
465 return fallbackValue; in unboxElse()
479 return fallbackValue; in unboxElse()
493 return fallbackValue; in unboxElse()
[all …]
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/prometheus/components/monaco-query-field/
H A DgetOverrideServices.ts37 get: (key: string, scope: unknown, fallbackValue?: string): string | undefined => {
38 return strings.get(key) ?? fallbackValue;
41 getBoolean: (key: string, scope: unknown, fallbackValue?: boolean): boolean | undefined => {
48 return fallbackValue;
52 getNumber: (key: string, scope: unknown, fallbackValue?: number): number | undefined => {
57 return fallbackValue;
/dports/misc/usd/USD-21.11/pxr/imaging/hdSt/
H A DmaterialParam.cpp35 , fallbackValue() in HdSt_MaterialParam()
45 VtValue const& fallbackValue, in HdSt_MaterialParam() argument
52 , fallbackValue(fallbackValue) in HdSt_MaterialParam()
80 return HdGetValueTupleType(fallbackValue); in GetTupleType()
H A DmaterialParam.h79 VtValue const& fallbackValue,
117 VtValue fallbackValue; variable
/dports/www/mediawiki135/mediawiki-1.35.5/includes/cache/localisation/
H A DLocalisationCache.php752 * @param mixed $fallbackValue
756 if ( $fallbackValue !== null ) {
758 $value += $fallbackValue;
765 $value = array_merge( $fallbackValue, $value );
772 $this->mergeMagicWords( $value, $fallbackValue );
776 $value = $fallbackValue;
782 * @param mixed $fallbackValue
785 foreach ( $fallbackValue as $magicName => $fallbackInfo ) {
808 * @param mixed $fallbackValue
814 if ( isset( $fallbackValue[$code] ) ) {
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/includes/cache/localisation/
H A DLocalisationCache.php754 * @param mixed $fallbackValue
758 if ( $fallbackValue !== null ) {
760 $value += $fallbackValue;
767 $value = array_merge( $fallbackValue, $value );
772 $this->mergeMagicWords( $value, $fallbackValue );
776 $value = $fallbackValue;
782 * @param mixed $fallbackValue
785 foreach ( $fallbackValue as $magicName => $fallbackInfo ) {
808 * @param mixed $fallbackValue
814 if ( isset( $fallbackValue[$code] ) ) {
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/includes/cache/localisation/
H A DLocalisationCache.php751 * @param mixed $fallbackValue
755 if ( $fallbackValue !== null ) {
757 $value += $fallbackValue;
764 $value = array_merge( $fallbackValue, $value );
769 $this->mergeMagicWords( $value, $fallbackValue );
773 $value = $fallbackValue;
779 * @param mixed $fallbackValue
782 foreach ( $fallbackValue as $magicName => $fallbackInfo ) {
805 * @param mixed $fallbackValue
811 if ( isset( $fallbackValue[$code] ) ) {
[all …]
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/properties/
H A DPageDimensionMaker.java61 String fallbackValue = (propId == Constants.PR_PAGE_HEIGHT) in get() local
89 return make(propertyList, fallbackValue, fo); in get()
96 return make(propertyList, fallbackValue, fo); in get()
101 return make(propertyList, fallbackValue, fo); in get()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Globalization.Extensions/tests/IdnMapping/Data/
H A DConformanceIdnaUnicodeTestResult.cs11 …public ConformanceIdnaUnicodeTestResult(string entry, string fallbackValue, bool validDomainName =… in ConformanceIdnaUnicodeTestResult() argument
12 : base(entry, fallbackValue) in ConformanceIdnaUnicodeTestResult()
H A DConformanceIdnaTestResult.cs25 public ConformanceIdnaTestResult(string entry, string fallbackValue) in ConformanceIdnaTestResult() argument
28 SetValues(fallbackValue); in ConformanceIdnaTestResult()
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-inputfilter/src/
H A DInput.php86 protected $fallbackValue; variable in Zend\\InputFilter\\Input
222 $this->fallbackValue = $value;
339 return $this->fallbackValue;
353 $this->fallbackValue = null;
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-inputfilter/src/
H A DInput.php86 protected $fallbackValue; variable in Zend\\InputFilter\\Input
222 $this->fallbackValue = $value;
339 return $this->fallbackValue;
353 $this->fallbackValue = null;
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-inputfilter/src/
H A DInput.php86 protected $fallbackValue; variable in Zend\\InputFilter\\Input
222 $this->fallbackValue = $value;
339 return $this->fallbackValue;
353 $this->fallbackValue = null;
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-inputfilter/src/
H A DInput.php86 protected $fallbackValue; variable in Zend\\InputFilter\\Input
222 $this->fallbackValue = $value;
339 return $this->fallbackValue;
353 $this->fallbackValue = null;
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-inputfilter/src/
H A DInput.php86 protected $fallbackValue; variable in Zend\\InputFilter\\Input
222 $this->fallbackValue = $value;
339 return $this->fallbackValue;
353 $this->fallbackValue = null;
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-inputfilter/src/
H A DInput.php86 protected $fallbackValue; variable in Zend\\InputFilter\\Input
222 $this->fallbackValue = $value;
339 return $this->fallbackValue;
353 $this->fallbackValue = null;
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-inputfilter/src/
H A DInput.php86 protected $fallbackValue; variable in Zend\\InputFilter\\Input
222 $this->fallbackValue = $value;
339 return $this->fallbackValue;
353 $this->fallbackValue = null;
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-inputfilter/src/
H A DInput.php86 protected $fallbackValue; variable in Zend\\InputFilter\\Input
222 $this->fallbackValue = $value;
339 return $this->fallbackValue;
353 $this->fallbackValue = null;
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-inputfilter/src/
H A DInput.php86 protected $fallbackValue; variable in Zend\\InputFilter\\Input
222 $this->fallbackValue = $value;
339 return $this->fallbackValue;
353 $this->fallbackValue = null;
/dports/www/bareos18-webui/bareos-Release-18.2.12/webui/vendor/zendframework/zend-inputfilter/src/
H A DInput.php86 protected $fallbackValue; variable in Zend\\InputFilter\\Input
222 $this->fallbackValue = $value;
339 return $this->fallbackValue;
353 $this->fallbackValue = null;
/dports/www/bareos-webui/bareos-Release-20.0.3/webui/vendor/zendframework/zend-inputfilter/src/
H A DInput.php86 protected $fallbackValue; variable in Zend\\InputFilter\\Input
222 $this->fallbackValue = $value;
339 return $this->fallbackValue;
353 $this->fallbackValue = null;
/dports/www/bareos19-webui/bareos-Release-19.2.11/webui/vendor/zendframework/zend-inputfilter/src/
H A DInput.php86 protected $fallbackValue; variable in Zend\\InputFilter\\Input
222 $this->fallbackValue = $value;
339 return $this->fallbackValue;
353 $this->fallbackValue = null;
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/InputFilter/
H A DInput.php86 protected $fallbackValue; variable in Zend\\InputFilter\\Input
222 $this->fallbackValue = $value;
339 return $this->fallbackValue;
353 $this->fallbackValue = null;
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/core/src/
H A DResultMetadata.cpp83 ResultMetadata::getInt(Key key, int fallbackValue) const in getInt()
86 return it != _contents.end() ? it->second->toInteger(fallbackValue) : fallbackValue; in getInt()
/dports/www/owncloud/owncloud/lib/composer/laminas/laminas-inputfilter/src/
H A DInput.php86 protected $fallbackValue; variable in Laminas\\InputFilter\\Input
222 $this->fallbackValue = $value;
340 return $this->fallbackValue;
354 $this->fallbackValue = null;

123456