Home
last modified time | relevance | path

Searched refs:setPath (Results 51 – 75 of 120) sorted by path

12345

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/
H A DAwsS3Data.php68 public function setPath($path) function in Google\\Service\\Storagetransfer\\AwsS3Data
H A DAzureBlobStorageData.php68 public function setPath($path) function in Google\\Service\\Storagetransfer\\AzureBlobStorageData
H A DGcsData.php48 public function setPath($path) function in Google\\Service\\Storagetransfer\\GcsData
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DAccount.php92 public function setPath($path) function in Google\\Service\\TagManager\\Account
H A DBuiltInVariable.php92 public function setPath($path) function in Google\\Service\\TagManager\\BuiltInVariable
H A DClient.php189 public function setPath($path) function in Google\\Service\\TagManager\\Client
H A DContainer.php151 public function setPath($path) function in Google\\Service\\TagManager\\Container
H A DContainerVersion.php249 public function setPath($path) function in Google\\Service\\TagManager\\ContainerVersion
H A DContainerVersionHeader.php264 public function setPath($path) function in Google\\Service\\TagManager\\ContainerVersionHeader
H A DCustomTemplate.php134 public function setPath($path) function in Google\\Service\\TagManager\\CustomTemplate
H A DEnvironment.php226 public function setPath($path) function in Google\\Service\\TagManager\\Environment
H A DFolder.php146 public function setPath($path) function in Google\\Service\\TagManager\\Folder
H A DTag.php333 public function setPath($path) function in Google\\Service\\TagManager\\Tag
H A DTrigger.php365 public function setPath($path) function in Google\\Service\\TagManager\\Trigger
H A DUserPermission.php99 public function setPath($path) function in Google\\Service\\TagManager\\UserPermission
H A DVariable.php231 public function setPath($path) function in Google\\Service\\TagManager\\Variable
H A DWorkspace.php128 public function setPath($path) function in Google\\Service\\TagManager\\Workspace
H A DZone.php183 public function setPath($path) function in Google\\Service\\TagManager\\Zone
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/
H A DPipe.php48 public function setPath($path) function in Google\\Service\\TrafficDirectorService\\Pipe
H A DStructMatcher.php31 public function setPath($path) function in Google\\Service\\TrafficDirectorService\\StructMatcher
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Webmasters/
H A DWmxSitemap.php88 public function setPath($path) function in Google\\Service\\Webmasters\\WmxSitemap
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeReporting/
H A DGdataCompositeMedia.php178 public function setPath($path) function in Google\\Service\\YouTubeReporting\\GdataCompositeMedia
H A DGdataMedia.php463 public function setPath($path) function in Google\\Service\\YouTubeReporting\\GdataMedia
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md411 `GuzzleHttp\Utils::setPath`. `GuzzleHttp\batch` should now be
733 * Added `Guzzle\Common\Collection::setPath($path, $value)` to set a value into an array using a nes…
734 (e.g. `$collection->setPath('foo/baz/bar', 'test'); echo $collection['foo']['bar']['bar'];`)
761 $client->getConfig()->setPath('request.options/headers/{header_name}', 'value')`. or
762 $client->getConfig()->setPath('request.options/headers', array('header_name' => 'value'))`.
787 …ce\Client::setDefaultHeaders()` as deprecated. Use $client->getConfig()->setPath('request.options/…
790 * Marked `Guzzle\Plugin\CurlAuth\CurlAuthPlugin` as deprecated. Use `$client->getConfig()->setPath(…
H A DUPGRADING.md186 - `GuzzleHttp\Utils::setPath` -> `GuzzleHttp\set_path`
262 - `setPath` now supports appending to an existing array via the `[]` notation.
693 …`$client->getConfig()->setPath('request.options/auth', array('user', 'pass', 'Basic|Digest|NTLM|An…
740 `$client->getConfig()->setPath('request.options/headers/{header_name}', 'value')`. or
741 `$client->getConfig()->setPath('request.options/headers', array('header_name' => 'value'))` or

12345