Searched refs:appIcon (Results 1 – 6 of 6) sorted by relevance
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/ |
| D | CreativeNativeAd.php | 51 public function setAppIcon(CreativeNativeAdAppIcon $appIcon) argument 53 $this->appIcon = $appIcon; 60 return $this->appIcon;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/ |
| D | NativeContent.php | 83 public function setAppIcon(Image $appIcon) argument 85 $this->appIcon = $appIcon; 92 return $this->appIcon;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/ |
| D | NativeContent.php | 83 public function setAppIcon(Image $appIcon) argument 85 $this->appIcon = $appIcon; 92 return $this->appIcon;
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | App.js | 2590 if (this.appIcon != null) 2597 this.appIcon.setAttribute('title', mxResources.get('openIt', [mxResources.get('googleDrive')])); 2598 this.appIcon.style.cursor = 'pointer'; 2602 this.appIcon.setAttribute('title', mxResources.get('openIt', [mxResources.get('dropbox')])); 2603 this.appIcon.style.cursor = 'pointer'; 2607 this.appIcon.setAttribute('title', mxResources.get('openIt', [mxResources.get('oneDrive')])); 2608 this.appIcon.style.cursor = 'pointer'; 2612 this.appIcon.removeAttribute('title'); 2613 this.appIcon.style.cursor = (mode == App.MODE_DEVICE) ? 'pointer' : 'default'; 6725 this.appIcon = document.createElement('a'); [all …]
|
| D | ElectronApp.js | 1763 if (this.appIcon != null) 1765 this.appIcon.style.webkitAppRegion = 'no-drag';
|
| /plugin/diagramsnet/lib/js/ |
| D | app.min.js | 11621 …appIcon){var c=this.getCurrentFile();e=null!=c?c.getMode():e;e==App.MODE_GOOGLE?(this.appIcon.setA… 11622 …appIcon.style.cursor="pointer"):e==App.MODE_ONEDRIVE?(this.appIcon.setAttribute("title",mxResource… 11744 …appIcon=document.createElement("a");this.appIcon.style.display="block";this.appIcon.style.position… 11747 …appIcon.style.backgroundImage=b;this.appIcon.style.backgroundPosition="center center";this.appIcon… 11748 …appIcon.style.backgroundSize="70% 70%"):b==App.MODE_DROPBOX?(this.appIcon.style.backgroundImage="u… 11749 …appIcon.style.backgroundImage="url("+IMAGE_PATH+"/gitlab-logo-white.svg)",this.appIcon.style.backg… 11750 b;this.appIcon.style.backgroundSize="90% 90%"}));"1"!=urlParams.embed&&this.menubarContainer.append… 11762 ….paddingLeft="16px",this.buttonContainer.style.visibility="visible",this.appIcon.style.display="bl… 11763 …le.paddingLeft="8px",this.buttonContainer.style.visibility="hidden",this.appIcon.style.display="no…
|