| /plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/ |
| D | GoogleAppsCardV1Icon.php | 29 public $iconUrl; variable in Google\\Service\\HangoutsChat\\GoogleAppsCardV1Icon 56 public function setIconUrl($iconUrl) argument 58 $this->iconUrl = $iconUrl; 65 return $this->iconUrl;
|
| D | ImageButton.php | 29 public $iconUrl; variable in Google\\Service\\HangoutsChat\\ImageButton 54 public function setIconUrl($iconUrl) argument 56 $this->iconUrl = $iconUrl; 63 return $this->iconUrl;
|
| D | KeyValue.php | 43 public $iconUrl; variable in Google\\Service\\HangoutsChat\\KeyValue 124 public function setIconUrl($iconUrl) argument 126 $this->iconUrl = $iconUrl; 133 return $this->iconUrl;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/ |
| D | Leaderboard.php | 25 public $iconUrl; variable in Google\\Service\\Games\\Leaderboard 50 public function setIconUrl($iconUrl) argument 52 $this->iconUrl = $iconUrl; 59 return $this->iconUrl;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesConfiguration/ |
| D | LeaderboardConfigurationDetail.php | 25 public $iconUrl; variable in Google\\Service\\GamesConfiguration\\LeaderboardConfigurationDetail 42 public function setIconUrl($iconUrl) argument 44 $this->iconUrl = $iconUrl; 51 return $this->iconUrl;
|
| D | AchievementConfigurationDetail.php | 27 public $iconUrl; variable in Google\\Service\\GamesConfiguration\\AchievementConfigurationDetail 60 public function setIconUrl($iconUrl) argument 62 $this->iconUrl = $iconUrl; 69 return $this->iconUrl;
|
| /plugin/visualindex/syntax/ |
| H A D | visualindex.php | 225 $iconUrl = $helper->getMediaIconUrl($mediaID, 'bigorsmall', ['width' => 55], $mtime, false); 226 if($iconUrl) return $iconUrl; 238 $iconUrl = $helper->getMediaIcon($mediaID, 'bigorsmall', ['width' => 55], $mtime, false); 240 $iconUrl = $helper->getMediaIcon($mediaID, 'bigorsmall', ['width' => 55], $mtime); 242 if($iconUrl) return $iconUrl; 269 …$iconUrl = $helper->getPageIconUrl((string)$namespace, (string)$pageID, 'bigorsmall', ['width' => … 270 if($iconUrl) return $iconUrl; 282 …$iconUrl = $helper->getImageIcon((string)$namespace, (string)$pageID, 'bigorsmall', ['width' => 55… 284 …$iconUrl = $helper->getImageIcon((string)$namespace, (string)$pageID, 'bigorsmall', ['width' => 55… 286 if($iconUrl) return $iconUrl;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/ |
| D | Notification.php | 55 public $iconUrl; variable in Google\\Service\\Books\\Notification 170 public function setIconUrl($iconUrl) argument 172 $this->iconUrl = $iconUrl; 179 return $this->iconUrl;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/ |
| D | Application.php | 66 public $iconUrl; variable in Google\\Service\\AndroidManagement\\Application 261 public function setIconUrl($iconUrl) argument 263 $this->iconUrl = $iconUrl; 270 return $this->iconUrl;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/ |
| D | Product.php | 66 public $iconUrl; variable in Google\\Service\\AndroidEnterprise\\Product 269 public function setIconUrl($iconUrl) argument 271 $this->iconUrl = $iconUrl; 278 return $this->iconUrl;
|
| /plugin/catmenu/syntax/ |
| H A D | catmenu.php | 277 …$iconUrl = $helper->getPageIconUrl($namespace, $pageID, 'smallorbig', ['width' => 55], $mtime, tru… 278 if ($iconUrl) return $iconUrl; 289 $iconUrl = $withDefaultSupported 292 if ($iconUrl) return $iconUrl;
|
| /plugin/linkfavicon/ |
| D | renderer.php | 33 $iconUrl = 'https://www.faviconextractor.com/favicon/' . $domain; 37 …$result = preg_replace('/(<a\s[^>]*href="[^"]*")/', '$1 data-linkfavicon="' . $iconUrl . '"', $res…
|
| /plugin/jirainfo/ |
| D | script.js | 305 … html += obj.issuetype ? '<img src="' + obj.issuetype.iconUrl + '" class="ji-issuetype" title="' + 308 html += obj.priority ? '<img src="' + obj.priority.iconUrl + '" class="ji-issuetype" title="' +
|
| /plugin/authgoogle/google/contrib/ |
| D | Google_MirrorService.php | 777 public $iconUrl; variable in Google_MenuValue 785 public function setIconUrl( $iconUrl) { argument 786 $this->iconUrl = $iconUrl; 789 return $this->iconUrl;
|
| D | Google_GamesService.php | 1192 public $iconUrl; variable in Google_Leaderboard 1198 public function setIconUrl( $iconUrl) { argument 1199 $this->iconUrl = $iconUrl; 1202 return $this->iconUrl;
|
| D | Google_DriveService.php | 1698 public $iconUrl; variable in Google_AppIcons 1706 public function setIconUrl( $iconUrl) { argument 1707 $this->iconUrl = $iconUrl; 1710 return $this->iconUrl;
|
| /plugin/catmenu/ |
| H A D | script.js | 442 let iconUrl = header.dataset.pagesiconUploadUrl || ''; 443 if (iconUrl) { 447 btnIcon.href = iconUrl;
|
| /plugin/pagesicon/ |
| H A D | action.php | 488 $iconUrl = $this->getLinkIconUrl($helper, $pageId); 489 if (!$iconUrl) return $m[1]; 490 …return $m[1] . '<img src="' . $iconUrl . '" class="pagesicon-link" alt="" width="16" height="16" l…
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
| D | BasicGraphEditor.java | 644 public Action bind(String name, final Action action, String iconUrl) in bind() argument 646 return new AbstractAction(name, (iconUrl != null) ? new ImageIcon( in bind() 647 BasicGraphEditor.class.getResource(iconUrl)) : null) in bind()
|
| D | BasicGraphEditor.java.bak | 632 public Action bind(String name, final Action action, String iconUrl) 634 return new AbstractAction(name, (iconUrl != null) ? new ImageIcon( 635 BasicGraphEditor.class.getResource(iconUrl)) : null)
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Actions.js | 733 icon = docs[0].iconUrl;
|
| /plugin/jdraw/lib/ |
| D | jgraphx-examples.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| D | jdraw.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| /plugin/diagramsnet/lib/js/ |
| D | viewer.min.js | 2974 …mxUtils.trim(b);if(0<b.length){var f=null,e=g.getLinkTitle(b);null!=d&&0<d.length&&(f=d[0].iconUrl,
|
| D | app.min.js | 3519 …mxUtils.trim(a);if(0<a.length){var e=null,f=c.getLinkTitle(a);null!=b&&0<b.length&&(e=b[0].iconUrl,
|