Home
last modified time | relevance | path

Searched refs:isNullable (Results 1 – 25 of 986) sorted by relevance

12345678910>>...40

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/gbind/
H A DSequence.java46 private final boolean isNullable; field in Sequence
57 isNullable = lhs.isNullable() && rhs.isNullable(); in Sequence()
62 if(rhs.isNullable()) in lastSet()
70 boolean isNullable() { in isNullable() method in Sequence
71 return isNullable; in isNullable()
76 if(lhs.isNullable()) in buildDAG()
H A DChoice.java45 private final boolean isNullable; field in Choice
50 this.isNullable = lhs.isNullable() || rhs.isNullable(); in Choice()
53 boolean isNullable() { in isNullable() method in Choice
54 return isNullable; in isNullable()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/gbind/
H A DSequence.java46 private final boolean isNullable; field in Sequence
57 isNullable = lhs.isNullable() && rhs.isNullable(); in Sequence()
62 if(rhs.isNullable()) in lastSet()
70 boolean isNullable() { in isNullable() method in Sequence
71 return isNullable; in isNullable()
76 if(lhs.isNullable()) in buildDAG()
H A DChoice.java45 private final boolean isNullable; field in Choice
50 this.isNullable = lhs.isNullable() || rhs.isNullable(); in Choice()
53 boolean isNullable() { in isNullable() method in Choice
54 return isNullable; in isNullable()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/DataClasses/
H A DStructuralObject.cs192 if (!isNullable && !isInitialized)
305 if (!isNullable) in SetValidValue()
329 protected internal static Byte[] SetValidValue(Byte[] value, bool isNullable) in SetValidValue() argument
331 return SetValidValue(value, isNullable, null); in SetValidValue()
1449 if (!isNullable) in SetValidValue()
1470 protected internal static string SetValidValue(string value, bool isNullable) in SetValidValue() argument
1472 return SetValidValue(value, isNullable, null); in SetValidValue()
1494 if (!isNullable) in SetValidValue()
1517 return SetValidValue(value, isNullable, null); in SetValidValue()
1539 if (!isNullable) in SetValidValue()
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/
H A DArgumentMetadata.php26 private $isNullable; variable in Symfony\\Component\\HttpKernel\\ControllerMetadata\\ArgumentMetadata
34 * @param bool $isNullable
36 …nction __construct($name, $type, $isVariadic, $hasDefaultValue, $defaultValue, $isNullable = false) argument
43 … $this->isNullable = $isNullable || null === $type || ($hasDefaultValue && null === $defaultValue);
95 public function isNullable() function in Symfony\\Component\\HttpKernel\\ControllerMetadata\\ArgumentMetadata
97 return $this->isNullable;
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/
H A DArgumentMetadata.php26 private $isNullable; variable in Symfony\\Component\\HttpKernel\\ControllerMetadata\\ArgumentMetadata
34 * @param bool $isNullable
36 …nction __construct($name, $type, $isVariadic, $hasDefaultValue, $defaultValue, $isNullable = false) argument
43 … $this->isNullable = $isNullable || null === $type || ($hasDefaultValue && null === $defaultValue);
95 public function isNullable() function in Symfony\\Component\\HttpKernel\\ControllerMetadata\\ArgumentMetadata
97 return $this->isNullable;
/dports/www/phpbb3/phpBB3/vendor/symfony/http-kernel/ControllerMetadata/
H A DArgumentMetadata.php26 private $isNullable; variable in Symfony\\Component\\HttpKernel\\ControllerMetadata\\ArgumentMetadata
34 * @param bool $isNullable
36 …nction __construct($name, $type, $isVariadic, $hasDefaultValue, $defaultValue, $isNullable = false) argument
43 … $this->isNullable = $isNullable || null === $type || ($hasDefaultValue && null === $defaultValue);
95 public function isNullable() function in Symfony\\Component\\HttpKernel\\ControllerMetadata\\ArgumentMetadata
97 return $this->isNullable;
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/http-kernel/ControllerMetadata/
H A DArgumentMetadata.php26 private $isNullable; variable in Symfony\\Component\\HttpKernel\\ControllerMetadata\\ArgumentMetadata
34 * @param bool $isNullable
36 …nction __construct($name, $type, $isVariadic, $hasDefaultValue, $defaultValue, $isNullable = false) argument
43 … $this->isNullable = $isNullable || null === $type || ($hasDefaultValue && null === $defaultValue);
95 public function isNullable() function in Symfony\\Component\\HttpKernel\\ControllerMetadata\\ArgumentMetadata
97 return $this->isNullable;
/dports/www/itop/web/lib/silex/vendor/symfony/http-kernel/ControllerMetadata/
H A DArgumentMetadata.php26 private $isNullable; variable in Symfony\\Component\\HttpKernel\\ControllerMetadata\\ArgumentMetadata
34 * @param bool $isNullable
36 …nction __construct($name, $type, $isVariadic, $hasDefaultValue, $defaultValue, $isNullable = false) argument
43 … $this->isNullable = $isNullable || null === $type || ($hasDefaultValue && null === $defaultValue);
95 public function isNullable() function in Symfony\\Component\\HttpKernel\\ControllerMetadata\\ArgumentMetadata
97 return $this->isNullable;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Services/System.Web.Services.Discovery/
H A DDiscoveryDocumentSerializer.cs54 if (isNullable && ReadNull()) return null; in ReadObject_DiscoveryDocument()
143 if (isNullable && ReadNull()) return null; in ReadObject_DiscoveryDocumentReference()
197 …public System.Web.Services.Discovery.SoapBinding ReadObject_SoapBinding (bool isNullable, bool che… in ReadObject_SoapBinding() argument
200 if (isNullable && ReadNull()) return null; in ReadObject_SoapBinding()
260 if (isNullable && ReadNull()) return null; in ReadObject_ContractReference()
320 if (isNullable && ReadNull()) return null; in ReadObject_SchemaReference()
401 if (isNullable) in WriteObject_DiscoveryDocument()
439 if (isNullable) in WriteObject_SchemaReference()
462 if (isNullable) in WriteObject_DiscoveryDocumentReference()
482 if (isNullable) in WriteObject_ContractReference()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DCMBinOp.java71 public boolean isNullable() in isNullable() method in CMBinOp
79 return (fLeftChild.isNullable() || fRightChild.isNullable()); in isNullable()
81 return (fLeftChild.isNullable() && fRightChild.isNullable()); in isNullable()
106 if (fLeftChild.isNullable()) in calcFirstPos()
131 if (fRightChild.isNullable()) in calcLastPos()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DCMBinOp.java71 public boolean isNullable() in isNullable() method in CMBinOp
79 return (fLeftChild.isNullable() || fRightChild.isNullable()); in isNullable()
81 return (fLeftChild.isNullable() && fRightChild.isNullable()); in isNullable()
106 if (fLeftChild.isNullable()) in calcFirstPos()
131 if (fRightChild.isNullable()) in calcLastPos()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DCMBinOp.java71 public boolean isNullable() in isNullable() method in CMBinOp
79 return (fLeftChild.isNullable() || fRightChild.isNullable()); in isNullable()
81 return (fLeftChild.isNullable() && fRightChild.isNullable()); in isNullable()
106 if (fLeftChild.isNullable()) in calcFirstPos()
131 if (fRightChild.isNullable()) in calcLastPos()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DCMBinOp.java71 public boolean isNullable() in isNullable() method in CMBinOp
79 return (fLeftChild.isNullable() || fRightChild.isNullable()); in isNullable()
81 return (fLeftChild.isNullable() && fRightChild.isNullable()); in isNullable()
106 if (fLeftChild.isNullable()) in calcFirstPos()
131 if (fRightChild.isNullable()) in calcLastPos()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DCMBinOp.java71 public boolean isNullable() in isNullable() method in CMBinOp
79 return (fLeftChild.isNullable() || fRightChild.isNullable()); in isNullable()
81 return (fLeftChild.isNullable() && fRightChild.isNullable()); in isNullable()
106 if (fLeftChild.isNullable()) in calcFirstPos()
131 if (fRightChild.isNullable()) in calcLastPos()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DCMBinOp.java71 public boolean isNullable() in isNullable() method in CMBinOp
79 return (fLeftChild.isNullable() || fRightChild.isNullable()); in isNullable()
81 return (fLeftChild.isNullable() && fRightChild.isNullable()); in isNullable()
106 if (fLeftChild.isNullable()) in calcFirstPos()
131 if (fRightChild.isNullable()) in calcLastPos()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DCMBinOp.java71 public boolean isNullable() in isNullable() method in CMBinOp
79 return (fLeftChild.isNullable() || fRightChild.isNullable()); in isNullable()
81 return (fLeftChild.isNullable() && fRightChild.isNullable()); in isNullable()
106 if (fLeftChild.isNullable()) in calcFirstPos()
131 if (fRightChild.isNullable()) in calcLastPos()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DCMBinOp.java71 public boolean isNullable() in isNullable() method in CMBinOp
79 return (fLeftChild.isNullable() || fRightChild.isNullable()); in isNullable()
81 return (fLeftChild.isNullable() && fRightChild.isNullable()); in isNullable()
106 if (fLeftChild.isNullable()) in calcFirstPos()
131 if (fRightChild.isNullable()) in calcLastPos()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DCMBinOp.java111 public boolean isNullable() in isNullable() method in CMBinOp
119 return (fLeftChild.isNullable() || fRightChild.isNullable()); in isNullable()
121 return (fLeftChild.isNullable() && fRightChild.isNullable()); in isNullable()
146 if (fLeftChild.isNullable()) in calcFirstPos()
171 if (fRightChild.isNullable()) in calcLastPos()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DCMBinOp.java111 public boolean isNullable() in isNullable() method in CMBinOp
119 return (fLeftChild.isNullable() || fRightChild.isNullable()); in isNullable()
121 return (fLeftChild.isNullable() && fRightChild.isNullable()); in isNullable()
146 if (fLeftChild.isNullable()) in calcFirstPos()
171 if (fRightChild.isNullable()) in calcLastPos()
/dports/deskutils/egroupware/egroupware/vendor/symfony/http-kernel/ControllerMetadata/
H A DArgumentMetadata.php26 private $isNullable; variable in Symfony\\Component\\HttpKernel\\ControllerMetadata\\ArgumentMetadata
28 …e, ?string $type, bool $isVariadic, bool $hasDefaultValue, $defaultValue, bool $isNullable = false) argument
35 … $this->isNullable = $isNullable || null === $type || ($hasDefaultValue && null === $defaultValue);
87 public function isNullable() function in Symfony\\Component\\HttpKernel\\ControllerMetadata\\ArgumentMetadata
89 return $this->isNullable;
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/http-kernel/ControllerMetadata/
H A DArgumentMetadata.php26 private $isNullable; variable in Symfony\\Component\\HttpKernel\\ControllerMetadata\\ArgumentMetadata
28 …e, ?string $type, bool $isVariadic, bool $hasDefaultValue, $defaultValue, bool $isNullable = false) argument
35 … $this->isNullable = $isNullable || null === $type || ($hasDefaultValue && null === $defaultValue);
87 public function isNullable() function in Symfony\\Component\\HttpKernel\\ControllerMetadata\\ArgumentMetadata
89 return $this->isNullable;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Description/
H A DMetadataSectionSerializerBase.cs208 if (isNullable) in WriteObject_MetadataSection()
271 if (isNullable) in WriteObject_MetadataLocation()
297 if (isNullable) in WriteObject_Import()
343 if (isNullable) in WriteObject_Types()
391 if (isNullable) in WriteObject_Message()
441 if (isNullable) in WriteObject_PortType()
491 if (isNullable) in WriteObject_Binding()
542 if (isNullable) in WriteObject_Service()
592 if (isNullable) in WriteObject_MessagePart()
639 if (isNullable) in WriteObject_Operation()
[all …]
/dports/devel/gitlist/gitlist/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DArgumentNode.php27 private $isNullable = false; variable in Prophecy\\Doubler\\Generator\\Node\\ArgumentNode
93 public function isNullable() function in Prophecy\\Doubler\\Generator\\Node\\ArgumentNode
95 return $this->isNullable;
98 public function setAsNullable($isNullable = true) argument
100 $this->isNullable = $isNullable;

12345678910>>...40