Home
last modified time | relevance | path

Searched refs:part (Results 51 – 75 of 948) sorted by path

12345678910>>...38

/plugin/authclientcert/
H A DLICENSE99 whole or in part contains or is derived from the Program or any
100 part thereof, to be licensed as a whole at no charge to all third
119 distribute the same sections as part of a whole which is a work based
122 entire whole, and thus to each and every part regardless of who wrote it.
H A Dauth.php141 foreach (explode(",", $altName) as $part) {
142 $nameval = explode(":", $part, 2);
/plugin/authdjango/
H A DLICENSE99 whole or in part contains or is derived from the Program or any
100 part thereof, to be licensed as a whole at no charge to all third
119 distribute the same sections as part of a whole which is a work based
122 entire whole, and thus to each and every part regardless of who wrote it.
/plugin/authdrupal7/
H A DCOPYING99 whole or in part contains or is derived from the Program or any
100 part thereof, to be licensed as a whole at no charge to all third
119 distribute the same sections as part of a whole which is a work based
122 entire whole, and thus to each and every part regardless of who wrote it.
/plugin/authfacebook/
H A DLICENSE99 whole or in part contains or is derived from the Program or any
100 part thereof, to be licensed as a whole at no charge to all third
119 distribute the same sections as part of a whole which is a work based
122 entire whole, and thus to each and every part regardless of who wrote it.
/plugin/authg2fa/
H A DLICENSE99 whole or in part contains or is derived from the Program or any
100 part thereof, to be licensed as a whole at no charge to all third
119 distribute the same sections as part of a whole which is a work based
122 entire whole, and thus to each and every part regardless of who wrote it.
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php68 $params = array('part' => $part);
140 $params = array('part' => $part);
196 $params = array('part' => $part);
310 $params = array('part' => $part);
422 $params = array('part' => $part);
512 $params = array('part' => $part);
602 $params = array('part' => $part);
682 $params = array('part' => $part);
752 $params = array('part' => $part);
814 $params = array('part' => $part);
[all …]
/plugin/authgoogle/google/external/
H A DURITemplateParser.php121 $part = $exp->prefix;
126 $part .= $exp->delimiter;
142 $part .= $val;
144 if (! $exp->one_var_defined) $part = '';
145 $this->expansion = str_replace($exp->expression, $part, $this->expansion);
/plugin/authgoogle/google/service/
H A DGoogle_BatchRequest.php70 foreach($contentType as $part) {
71 $part = (explode('=', $part, 2));
72 if (isset($part[0]) && 'boundary' == trim($part[0])) {
73 $boundary = $part[1];
83 foreach($parts as $part) {
84 $part = trim($part);
85 if (!empty($part)) {
86 list($metaHeaders, $part) = explode("\r\n\r\n", $part, 2);
89 $status = substr($part, 0, strpos($part, "\n"));
93 list($partHeaders, $partBody) = Google_CurlIO::parseHttpResponse($part, false);
/plugin/authgoogle2fa/
H A DLICENSE99 whole or in part contains or is derived from the Program or any
100 part thereof, to be licensed as a whole at no charge to all third
119 distribute the same sections as part of a whole which is a work based
122 entire whole, and thus to each and every part regardless of who wrote it.
/plugin/authgooglesheets/
H A DLICENSE99 whole or in part contains or is derived from the Program or any
100 part thereof, to be licensed as a whole at no charge to all third
119 distribute the same sections as part of a whole which is a work based
122 entire whole, and thus to each and every part regardless of who wrote it.
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DLICENSE103 excluding those notices that do not pertain to any part of
106 (d) If the Work includes a "NOTICE" text file as part of its
110 pertain to any part of the Derivative Works, in at least one
112 as part of the Derivative Works; within the Source form or
H A DREADME.md11 It is installed as part of the
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DYouTube.php117 'part' => [
138 'part' => [
235 'part' => [
258 'part' => [
287 'part' => [
361 'part' => [
380 'part' => [
412 'part' => [
437 'part' => [
489 'part' => [
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/Resource/
H A DAbuseReports.php35 * @param string|array $part The *part* parameter serves two purposes in this
42 public function insert($part, AbuseReport $postBody, $optParams = []) argument
44 $params = ['part' => $part, 'postBody' => $postBody];
H A DActivities.php35 * @param string|array $part The *part* parameter specifies a comma-separated
59 public function listActivities($part, $optParams = []) argument
61 $params = ['part' => $part];
H A DCaptions.php91 * @param string|array $part The *part* parameter specifies the caption resource
112 public function insert($part, Caption $postBody, $optParams = []) argument
114 $params = ['part' => $part, 'postBody' => $postBody];
121 * @param string|array $part The *part* parameter specifies a comma-separated
144 public function listCaptions($part, $videoId, $optParams = []) argument
146 $params = ['part' => $part, 'videoId' => $videoId];
153 * @param string|array $part The *part* parameter specifies a comma-separated
176 public function update($part, Caption $postBody, $optParams = []) argument
178 $params = ['part' => $part, 'postBody' => $postBody];
H A DChannelSections.php59 * @param string|array $part The *part* parameter serves two purposes in this
94 public function insert($part, ChannelSection $postBody, $optParams = []) argument
96 $params = ['part' => $part, 'postBody' => $postBody];
104 * @param string|array $part The *part* parameter specifies a comma-separated
134 public function listChannelSections($part, $optParams = []) argument
136 $params = ['part' => $part];
143 * @param string|array $part The *part* parameter serves two purposes in this
162 public function update($part, ChannelSection $postBody, $optParams = []) argument
164 $params = ['part' => $part, 'postBody' => $postBody];
H A DChannels.php36 * @param string|array $part The *part* parameter specifies a comma-separated
80 public function listChannels($part, $optParams = []) argument
82 $params = ['part' => $part];
89 * @param string|array $part The *part* parameter serves two purposes in this
110 public function update($part, Channel $postBody, $optParams = []) argument
112 $params = ['part' => $part, 'postBody' => $postBody];
H A DCommentThreads.php36 * @param string|array $part The *part* parameter identifies the properties that
43 public function insert($part, CommentThread $postBody, $optParams = []) argument
45 $params = ['part' => $part, 'postBody' => $postBody];
53 * @param string|array $part The *part* parameter specifies a comma-separated
81 public function listCommentThreads($part, $optParams = []) argument
83 $params = ['part' => $part];
H A DComments.php48 * @param string|array $part The *part* parameter identifies the properties that
55 public function insert($part, Comment $postBody, $optParams = []) argument
57 $params = ['part' => $part, 'postBody' => $postBody];
64 * @param string|array $part The *part* parameter specifies a comma-separated
84 public function listComments($part, $optParams = []) argument
86 $params = ['part' => $part];
130 * @param string|array $part The *part* parameter identifies the properties that
138 public function update($part, Comment $postBody, $optParams = []) argument
140 $params = ['part' => $part, 'postBody' => $postBody];
H A DI18nLanguages.php36 * @param string|array $part The *part* parameter specifies the i18nLanguage
44 public function listI18nLanguages($part, $optParams = []) argument
46 $params = ['part' => $part];
H A DI18nRegions.php36 * @param string|array $part The *part* parameter specifies the i18nRegion
44 public function listI18nRegions($part, $optParams = []) argument
46 $params = ['part' => $part];
H A DLiveBroadcasts.php37 * @param string|array $part The *part* parameter specifies a comma-separated
72 public function bind($id, $part, $optParams = []) argument
74 $params = ['id' => $id, 'part' => $part];
120 * @param string|array $part The *part* parameter serves two purposes in this
156 public function insert($part, LiveBroadcast $postBody, $optParams = []) argument
158 $params = ['part' => $part, 'postBody' => $postBody];
213 public function listLiveBroadcasts($part, $optParams = []) argument
215 $params = ['part' => $part];
259 public function transition($broadcastStatus, $id, $part, $optParams = []) argument
313 public function update($part, LiveBroadcast $postBody, $optParams = []) argument
[all …]
H A DLiveChatBans.php47 * @param string|array $part The *part* parameter serves two purposes in this
55 public function insert($part, LiveChatBan $postBody, $optParams = []) argument
57 $params = ['part' => $part, 'postBody' => $postBody];

12345678910>>...38