Lines Matching refs:bool
118 private bool $critical;
149 private bool $async;
162 private bool $hasHtmlOutputOccurred = false;
424 public function setCritical($bool): Snippet argument
426 $this->critical = $bool;
436 public function setDoesManipulateTheDomOnRun($bool): Snippet argument
438 $this->async = !$bool;
502 public function hasSlot($slot): bool
515 public function getCritical(): bool
662 public function useLocalUrl(): bool
813 public function hasInlineContent(): bool
832 public function shouldBeInlined(): bool
965 public function useRemoteUrl(): bool
1092 public function hasHtmlOutputAlreadyOccurred(): bool
1099 private function hasRemoteUrl(): bool
1154 private function hasLocalUrl(): bool