Home
last modified time | relevance | path

Searched refs:videoId (Results 1 – 15 of 15) sorted by path

/plugin/authfacebook/lib/FileUpload/
H A DFacebookTransferChunk.php56 private $videoId; variable in Facebook\\FileUpload\\FacebookTransferChunk
61 * @param int $videoId
65 …public function __construct(FacebookFile $file, $uploadSessionId, $videoId, $startOffset, $endOffs… argument
69 $this->videoId = $videoId;
131 return $this->videoId;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php1274 public $videoId; variable in Google_ActivityContentDetailsPromotedItem
1312 $this->videoId = $videoId;
1400 public $videoId; variable in Google_ActivityContentDetailsUpload
1402 $this->videoId = $videoId;
3136 public $videoId; variable in Google_PlaylistItemContentDetails
3156 $this->videoId = $videoId;
3448 public $videoId; variable in Google_PromotedItemId
3456 $this->videoId = $videoId;
3484 public $videoId; variable in Google_ResourceId
3504 $this->videoId = $videoId;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DYouTube.php264 'videoId' => [
568 'videoId' => [
1278 'videoId' => [
1788 'videoId' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DActivityContentDetailsPromotedItem.php62 public $videoId; variable in Google\\Service\\YouTube\\ActivityContentDetailsPromotedItem
193 public function setVideoId($videoId) argument
195 $this->videoId = $videoId;
202 return $this->videoId;
H A DActivityContentDetailsUpload.php25 public $videoId; variable in Google\\Service\\YouTube\\ActivityContentDetailsUpload
30 public function setVideoId($videoId) argument
32 $this->videoId = $videoId;
39 return $this->videoId;
H A DCaptionSnippet.php73 public $videoId; variable in Google\\Service\\YouTube\\CaptionSnippet
246 public function setVideoId($videoId) argument
248 $this->videoId = $videoId;
255 return $this->videoId;
H A DCommentSnippet.php75 public $videoId; variable in Google\\Service\\YouTube\\CommentSnippet
266 public function setVideoId($videoId) argument
268 $this->videoId = $videoId;
275 return $this->videoId;
H A DCommentThreadSnippet.php43 public $videoId; variable in Google\\Service\\YouTube\\CommentThreadSnippet
118 public function setVideoId($videoId) argument
120 $this->videoId = $videoId;
127 return $this->videoId;
H A DPlaylistItemContentDetails.php37 public $videoId; variable in Google\\Service\\YouTube\\PlaylistItemContentDetails
88 public function setVideoId($videoId) argument
90 $this->videoId = $videoId;
97 return $this->videoId;
H A DResourceId.php37 public $videoId; variable in Google\\Service\\YouTube\\ResourceId
84 public function setVideoId($videoId) argument
86 $this->videoId = $videoId;
93 return $this->videoId;
H A DVideoAbuseReport.php41 public $videoId; variable in Google\\Service\\YouTube\\VideoAbuseReport
102 public function setVideoId($videoId) argument
104 $this->videoId = $videoId;
111 return $this->videoId;
H A DVideoRating.php29 public $videoId; variable in Google\\Service\\YouTube\\VideoRating
48 public function setVideoId($videoId) argument
50 $this->videoId = $videoId;
57 return $this->videoId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/Resource/
H A DCaptions.php125 * @param string $videoId Returns the captions for the specified video.
144 public function listCaptions($part, $videoId, $optParams = []) argument
146 $params = ['part' => $part, 'videoId' => $videoId];
H A DThumbnails.php37 * @param string $videoId Returns the Thumbnail with the given video IDs for
53 public function set($videoId, $optParams = []) argument
55 $params = ['videoId' => $videoId];
/plugin/externalembed/helper/
H A DcacheInterface.php111 … array_push($video_ids, $video['contentDetails']['videoId']); //add the video_ids to the array