Home
last modified time | relevance | path

Searched refs:postBody (Results 1251 – 1267 of 1267) sorted by path

1...<<51

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/Resource/
H A DPlaylists.php62 * @param Playlist $postBody
93 public function insert($part, Playlist $postBody, $optParams = []) argument
95 $params = ['part' => $part, 'postBody' => $postBody];
169 * @param Playlist $postBody
184 public function update($part, Playlist $postBody, $optParams = []) argument
186 $params = ['part' => $part, 'postBody' => $postBody];
H A DSubscriptions.php51 * @param Subscription $postBody
55 public function insert($part, Subscription $postBody, $optParams = []) argument
57 $params = ['part' => $part, 'postBody' => $postBody];
H A DTests.php36 * @param TestItem $postBody
42 public function insert($part, TestItem $postBody, $optParams = []) argument
44 $params = ['part' => $part, 'postBody' => $postBody];
H A DThirdPartyLinks.php56 * @param ThirdPartyLink $postBody
63 public function insert($part, ThirdPartyLink $postBody, $optParams = []) argument
65 $params = ['part' => $part, 'postBody' => $postBody];
97 * @param ThirdPartyLink $postBody
104 public function update($part, ThirdPartyLink $postBody, $optParams = []) argument
106 $params = ['part' => $part, 'postBody' => $postBody];
H A DVideos.php94 * @param Video $postBody
129 public function insert($part, Video $postBody, $optParams = []) argument
131 $params = ['part' => $part, 'postBody' => $postBody];
209 * @param VideoAbuseReport $postBody
223 public function reportAbuse(VideoAbuseReport $postBody, $optParams = []) argument
225 $params = ['postBody' => $postBody];
248 * @param Video $postBody
263 public function update($part, Video $postBody, $optParams = []) argument
265 $params = ['part' => $part, 'postBody' => $postBody];
H A DWatermarks.php37 * @param InvideoBranding $postBody
51 public function set($channelId, InvideoBranding $postBody, $optParams = []) argument
53 $params = ['channelId' => $channelId, 'postBody' => $postBody];
H A DYoutubeV3.php35 * @param CommentThread $postBody
44 public function updateCommentThreads(CommentThread $postBody, $optParams = []) argument
46 $params = ['postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeAnalytics/Resource/
H A DGroupItems.php62 * @param GroupItem $postBody
77 public function insert(GroupItem $postBody, $optParams = []) argument
79 $params = ['postBody' => $postBody];
H A DGroups.php62 * @param Group $postBody
77 public function insert(Group $postBody, $optParams = []) argument
79 $params = ['postBody' => $postBody];
124 * @param Group $postBody
139 public function update(Group $postBody, $optParams = []) argument
141 $params = ['postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeReporting/Resource/
H A DJobs.php37 * @param Job $postBody
45 public function create(Job $postBody, $optParams = []) argument
47 $params = ['postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php223 $postBody = '';
238 $postBody = is_string($meta) ? $meta : json_encode($meta);
241 $postBody = $this->data;
255 $postBody = $related;
258 $request = $request->withBody(Psr7\Utils::streamFor($postBody));
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DResource.php108 $postBody = null;
121 $postBody = (array) $parameters['postBody'];
207 $postBody ? json_encode($postBody) : ''
/plugin/botbouncer/lib/
H A Dmollom.php222 * @param string[optional] $postBody
229 …public static function checkContent($sessionId = null, $postTitle = null, $postBody = null, $autho… argument
232 …if($sessionId === null && $postTitle === null && $postBody === null && $authorName === null && $au…
241 if($postBody !== null) $parameters['post_body'] = (string) $postBody;
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js1222 this.body = this.method == 'post' ? (this.options.postBody || params) : null;
/plugin/issuetracker/
H A Dprototype.js1529 this.body = this.method == 'post' ? (this.options.postBody || params) : null;
H A Dtablekit.js889 postBody : s,
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js1420 this.body = this.method == 'post' ? (this.options.postBody || params) : null;

1...<<51