Home
last modified time | relevance | path

Searched refs:mediaId (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DAsset.php29 public $mediaId; variable in Google\\Service\\DisplayVideo\\Asset
48 public function setMediaId($mediaId) argument
50 $this->mediaId = $mediaId;
57 return $this->mediaId;
/plugin/combo/action/
H A Dmanifest.php52 $mediaId = ":android-chrome-192x192.png";
53 $mediaFile = mediaFN($mediaId);
55 $url = ml($mediaId, '', true, '', true);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/
H A DMedia.php96 public $mediaId; variable in Google\\Service\\CloudSupport\\Media
435 public function setMediaId($mediaId) argument
437 $this->mediaId = $mediaId;
444 return $this->mediaId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeReporting/
H A DGdataMedia.php96 public $mediaId; variable in Google\\Service\\YouTubeReporting\\GdataMedia
435 public function setMediaId($mediaId) argument
437 $this->mediaId = $mediaId;
444 return $this->mediaId;
/plugin/diagrams/action/
H A Dmediafile.php42 $mediaId = $INPUT->str('mediaId');
44 $file = mediaFN($mediaId);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js11206 var mediaId = options.mediaIndex[name];
11207 return options.media[mediaId];