Home
last modified time | relevance | path

Searched refs:resolvedLink (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseDynamicLinks/
H A DGetIosReopenAttributionResponse.php37 public $resolvedLink; variable in Google\\Service\\FirebaseDynamicLinks\\GetIosReopenAttributionResponse
104 public function setResolvedLink($resolvedLink) argument
106 $this->resolvedLink = $resolvedLink;
113 return $this->resolvedLink;
H A DGetIosPostInstallAttributionResponse.php65 public $resolvedLink; variable in Google\\Service\\FirebaseDynamicLinks\\GetIosPostInstallAttributionResponse
230 public function setResolvedLink($resolvedLink) argument
232 $this->resolvedLink = $resolvedLink;
239 return $this->resolvedLink;
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js15551 var resolvedLink = link.cloneNode();
15552resolvedLink.innerHTML = '<img src="' + IMAGE_PATH + '/check.png" style="width: 16px; padding: 2px…
15553 resolvedLink.setAttribute('title', mxResources.get('showResolved'));
15558 resolvedLink.style.filter = 'invert(100%)';
15561 mxEvent.addListener(resolvedLink, 'click', function(evt)
15572 ldiv.appendChild(resolvedLink);