Lines Matching refs:fragment
188 $fragment = substr($ref, 1);
189 if ($fragment !== "") {
190 $fragment = OutlineSection::textToHtmlSectionId($fragment);
192 $this->url = Url::createEmpty()->setFragment($fragment);
237 $fragment = null;
247 $fragment = substr($ref, $hashTagPosition + 1);
299 if ($fragment !== null) {
300 $this->url->setFragment($fragment);
337 if ($fragment !== null) {
338 $fragment = OutlineSection::textToHtmlSectionId($fragment);
339 $this->url->setFragment($fragment);