Lines Matching refs:ref
151 $ref = $tagAttributes->getValueAndRemoveIfPresent(MarkupRef::REF_ATTRIBUTE);
152 if ($ref === null) {
153 $ref = $tagAttributes->getValueAndRemoveIfPresent(MediaMarkup::DOKUWIKI_SRC);
154 if ($ref === null) {
158 return self::createFromRef($ref)
446 $ref = $parts[0];
447 if ($ref === null) {
450 $mediaMarkup->setMarkupRef($ref);
459 $rightAlign = (bool)preg_match('/^ /', $ref);
460 $leftAlign = (bool)preg_match('/ $/', $ref);
510 $ref = "$src?{$width}x$height&$cache";
512 ->setMarkupRef($ref)
809 $ref = $this->getRef();
811 $ref = $this->getFetchUrl()->toString();
813 return '{{' . $ref . $descriptionPart . '}}';