Home
last modified time | relevance | path

Searched refs:file (Results 176 – 200 of 3491) sorted by path

12345678910>>...140

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudFilestore.php61 $this->serviceName = 'file';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DChange.php106 public function setFile(DriveFile $file) argument
108 $this->file = $file;
115 return $this->file;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DDriveItem.php76 public function setFile(DriveactivityFile $file) argument
78 $this->file = $file;
85 return $this->file;
H A DDriveItemReference.php70 public function setFile(DriveactivityFile $file) argument
72 $this->file = $file;
79 return $this->file;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DLogEntrySourceLocation.php25 public $file; variable in Google\\Service\\Logging\\LogEntrySourceLocation
38 public function setFile($file) argument
40 $this->file = $file;
47 return $this->file;
H A DSourceLocation.php25 public $file; variable in Google\\Service\\Logging\\SourceLocation
38 public function setFile($file) argument
40 $this->file = $file;
47 return $this->file;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DLogEntrySourceLocation.php22 public $file; variable in Google\\Service\\Networkconnectivity\\LogEntrySourceLocation
26 public function setFile($file) argument
28 $this->file = $file;
32 return $this->file;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DOSPolicyResource.php52 public function setFile(OSPolicyResourceFileResource $file) argument
54 $this->file = $file;
61 return $this->file;
H A DOSPolicyResourceExecResourceExec.php59 public function setFile(OSPolicyResourceFile $file) argument
61 $this->file = $file;
68 return $this->file;
H A DOSPolicyResourceFileResource.php58 public function setFile(OSPolicyResourceFile $file) argument
60 $this->file = $file;
67 return $this->file;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DV2LogEntrySourceLocation.php25 public $file; variable in Google\\Service\\ServiceControl\\V2LogEntrySourceLocation
38 public function setFile($file) argument
40 $this->file = $file;
47 return $this->file;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DLICENSE106 (d) If the Work includes a "NOTICE" text file as part of its
109 within such NOTICE file, excluding those notices that do not
111 of the following places: within a NOTICE text file distributed
116 of the NOTICE file are for informational purposes only and
141 origin of the Work and reproducing the content of the NOTICE file.
184 comment syntax for the file format. We also recommend that a
185 file or class name and description of purpose be included on the
192 you may not use this file except in compliance with the License.
H A DREADME.md109 …ub.com/googleapis/google-api-php-client/releases) page lists all stable versions. Download any file
112 Uncompress the zip file you download, and include the autoloader in your project:
155 > An example of this can be seen in [`examples/simple-file-upload.php`](examples/simple-file-upload…
435file an issue](https://github.com/googleapis/google-api-php-client/issues) in the GitHub issues tr…
439 If X is a feature of the library, file away! If X is an example of using a specific service, the be…
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php157 if (!$file = file_get_contents($url)) {
164 return json_decode($file, true);
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php963 * @param string $file the configuration file
967 public function setAuthConfigFile($file) argument
969 $this->setAuthConfig($file);
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DComposer.php62 foreach ($finder as $file) {
63 $realpath = $file->getRealPath();
/plugin/authgooglesheets/vendor/google/auth/
H A DCOPYING107 (d) If the Work includes a "NOTICE" text file as part of its
110 within such NOTICE file, excluding those notices that do not
112 of the following places: within a NOTICE text file distributed
117 of the NOTICE file are for informational purposes only and
142 origin of the Work and reproducing the content of the NOTICE file.
185 comment syntax for the file format. We also recommend that a
186 file or class name and description of purpose be included on the
193 you may not use this file except in compliance with the License.
H A DLICENSE106 (d) If the Work includes a "NOTICE" text file as part of its
109 within such NOTICE file, excluding those notices that do not
111 of the following places: within a NOTICE text file distributed
116 of the NOTICE file are for informational purposes only and
141 origin of the Work and reproducing the content of the NOTICE file.
184 comment syntax for the file format. We also recommend that a
185 file or class name and description of purpose be included on the
192 you may not use this file except in compliance with the License.
H A DREADME.md48 #### Download your Service Account Credentials JSON file
55 > This file is your *only copy* of these credentials. It should never be
58 Once downloaded, store the path to this file in the
78 credentials file, the following code should output a list of your Drive files.
/plugin/authgooglesheets/vendor/google/auth/src/
H A DCredentialsLoader.php47 $msg = 'Unable to read the credential file specified by ';
78 $cause = 'file ' . $path . ' does not exist';
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md51 * Fix: Prevent concurrent writes to file when saving `CookieJar` [#2335](https://github.com/guzzle/…
228 * Ensuring that `sink` is valid if saving to a file.
647 * Added the ability to define a POST name for a file
920 * The bundled SSL certificate is now provided in the phar file and extracted when running Guzzle fr…
935 * RequestFactory::create() now uses the key of a POST file when setting the POST file name
1107 * Bug: Fixed config file aliases for JSON includes
1109 * Bug: Removing the path to a file when sending a Content-Disposition header on a POST upload
1131 '_default' with a default JSON configuration file.
1147 * Stream and EntityBody objects will now return the file position to the previous position after a …
H A DUPGRADING.md395 - POST field and file methods have been removed from the request object. You
708 'command.response_body' => '/path/to/file'
716 'save_as' => '/path/to/file'
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php234 set_error_handler(function ($_, $msg, $file, $line) use (&$errors) {
237 'file' => $file,
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md4 All notable changes to this project will be documented in this file.
199 - Compatibility of URIs with `file` scheme and empty host.
H A DREADME.md145 Lazily reads or writes to a file that is opened only after an IO operation
151 $stream = new Psr7\LazyOpenStream('/path/to/file', 'r');
152 // The file has not yet been opened...
155 // The file is opened and read from only when needed.
164 This can be useful for breaking a large file into smaller pieces to be sent in
509 $stream = GuzzleHttp\Psr7\Utils::streamFor(fopen('/path/to/file', 'r'));
546 Determines the mimetype of a file by looking at its extension.
553 Maps a file extensions to a mimetype.
767 …Removes the default host of the given URI scheme from the URI. Only the "file" scheme defines the …
768 …"localhost". All of `file:/myfile`, `file:///myfile`, and `file://localhost/myfile` are equivalent…
[all …]

12345678910>>...140