Home
last modified time | relevance | path

Searched refs:modify (Results 326 – 350 of 1277) sorted by last modified time

1...<<11121314151617181920>>...52

/plugin/indexmenu/
H A DCOPYING31 distribute copies of the software, or if you modify it.
41 distribute and/or modify the software.
91 2. You may modify your copy or copies of the Program or any portion
175 4. You may not copy, modify, sublicense, or distribute the Program
177 otherwise to copy, modify, sublicense or distribute the Program is
184 signed it. However, nothing else grants you permission to modify or
194 original licensor to copy, distribute or modify the Program subject to
301 This program is free software; you can redistribute it and/or modify
/plugin/actionrenderer/
H A DLICENSE31 distribute copies of the software, or if you modify it.
41 distribute and/or modify the software.
90 2. You may modify your copy or copies of the Program or any portion
172 4. You may not copy, modify, sublicense, or distribute the Program
174 otherwise to copy, modify, sublicense or distribute the Program is
181 signed it. However, nothing else grants you permission to modify or
191 original licensor to copy, distribute or modify the Program subject to
296 This program is free software; you can redistribute it and/or modify
H A DREADME18 This program is free software; you can redistribute it and/or modify
/plugin/authgooglesheets/vendor/ralouphie/getallheaders/
H A DLICENSE8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/
H A DLICENSE6 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/
H A DLICENSE.txt8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
34 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/plugin/authgooglesheets/vendor/google/auth/
H A DCOPYING118 do not modify the License. You may add Your own attribution
135 Notwithstanding the above, nothing herein shall supersede or modify
H A DLICENSE117 do not modify the License. You may add Your own attribution
134 Notwithstanding the above, nothing herein shall supersede or modify
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DLICENSE6 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
H A DUPGRADING.md29 Note: there has been movement in the React project to modify promises to
122 In v6, you can modify the request before it is sent using the `mapRequest`
123 middleware. The idiomatic way in v6 to modify the request/response lifecycle is
501 methods and a way in which to modify the transaction at that specific point in
H A DCHANGELOG.md724 …support the ability to specify an array of $options when creating a request to more easily modify a
945 * BC: Setting a service description on a client will no longer modify the client's command factorie…
1121 * Added the ability to modify and build service descriptions
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRedirectMiddleware.php179 $modify = [];
189 $modify['method'] = 'GET';
190 $modify['body'] = '';
199 $modify['uri'] = $uri;
205 && $modify['uri']->getScheme() === $request->getUri()->getScheme()
208 $modify['set_headers']['Referer'] = (string) $uri;
210 $modify['remove_headers'][] = 'Referer';
214 if ($request->getUri()->getHost() !== $modify['uri']->getHost()) {
215 $modify['remove_headers'][] = 'Authorization';
218 return Psr7\modify_request($request, $modify);
H A DPrepareBodyMiddleware.php40 $modify = [];
46 $modify['set_headers']['Content-Type'] = $type;
57 $modify['set_headers']['Content-Length'] = $size;
59 $modify['set_headers']['Transfer-Encoding'] = 'chunked';
64 $this->addExpectHeader($request, $options, $modify);
66 return $fn(Psr7\modify_request($request, $modify), $options);
77 array &$modify
93 $modify['set_headers']['Expect'] = '100-Continue';
108 $modify['set_headers']['Expect'] = '100-Continue';
H A DClient.php367 $modify = [
372 $modify['set_headers'] = $options['headers'];
409 $modify['set_headers']['Accept-Encoding'] = $options['decode_content'];
416 $modify['body'] = Psr7\stream_for($options['body']);
426 … $modify['set_headers'] = Psr7\_caseless_remove(['Authorization'], $modify['set_headers']);
427 $modify['set_headers']['Authorization'] = 'Basic '
450 $modify['query'] = $value;
462 $request = Psr7\modify_request($request, $modify);
474 $modify = [];
477 $modify['set_headers'][$k] = $v;
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DLICENSE11 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/plugin/authgooglesheets/vendor/paragonie/random_compat/
H A DLICENSE8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
H A DLICENSE6 without limitation the rights to use, copy, modify, merge, publish,
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A DLICENSE6 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/plugin/authgooglesheets/vendor/psr/http-message/
H A DLICENSE6 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/Resource/
H A DUsersMessages.php191 public function modify($userId, $id, ModifyMessageRequest $postBody, $optParams = []) function in Google\\Service\\Gmail\\Resource\\UsersMessages
H A DUsersThreads.php107 public function modify($userId, $id, ModifyThreadRequest $postBody, $optParams = []) function in Google\\Service\\Gmail\\Resource\\UsersThreads
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DGmail.php527 ],'modify' => [
528 'path' => 'gmail/v1/users/{userId}/messages/{id}/modify',
1187 ],'modify' => [
1188 'path' => 'gmail/v1/users/{userId}/threads/{id}/modify',
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md411 string. This function does not modify the provided keys when an array is
452 Clone and modify a request with the given changes.
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DLICENSE6 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/Resource/
H A DContactGroupsMembers.php45 public function modify($resourceName, ModifyContactGroupMembersRequest $postBody, $optParams = []) function in Google\\Service\\PeopleService\\Resource\\ContactGroupsMembers

1...<<11121314151617181920>>...52