Lines Matching refs:null

126     private ?ColorRgb $color = null;
127 private ?string $preserveAspectRatio = null;
128 private ?bool $preserveStyle = null;
129 private ?string $requestedType = null;
131 private ?float $zoomFactor = null;
132 private ?string $requestedClass = null;
194 if ($this->requestedOptimization === null) {
217 if ($this->preserveStyle === null) {
497 public function getFetchUrl(Url $url = null): Url
550 if ($this->preserveAspectRatio === null) {
669 if ($this->color === null) {
687 * @var string|null - a name identifier that is added in the SVG
689 private ?string $requestedName = null;
694 private ?bool $requestedOptimization = null;
697 * @var XmlDocument|null
699 private ?XmlDocument $xmlDocument = null;
777 if ($this->requestedName === null) {
803 if ($this->requestedType === null) {
883 $requestedWidth = null;
890 $requestedHeight = null;
897 $requestedType = null;
926 if ($requestedType === null) {
1029 * - Using a icon in the navbrand component of bootstrap require the set of width and height otherwise the svg has a calculated width of null and the bar component are below the brand text
1092 if ($requestedWidth !== null) {
1110 if ($requestedHeight !== null) {
1225 $color = null;
1231 if ($primaryColor !== null) {
1243 if ($color !== null) {
1465 && $this->getRequestedName() !== null;
1546 if ($this->requestedWidth !== null) {
1549 if ($this->requestedHeight !== null) {
1562 if ($zoom === null) {
1586 if ($this->requestedClass === null) {
1681 private function buildXmlDocumentIfNeeded(string $markup = null): FetcherSvg
1687 if ($this->xmlDocument !== null) {
1695 if ($markup !== null) {