Home
last modified time | relevance | path

Searched refs:files (Results 76 – 100 of 1460) sorted by path

12345678910>>...59

/plugin/archiveupload/
H A Daction.php170 $files = $tar->ListContents();
171 $this->postProcessFiles($target, $files);
185 $files = $zip->get_List($file);
186 $this->postProcessFiles($target, $files);
204 function postProcessFiles($dir, $files) { argument
219 foreach($files as $file) {
H A Dplugin.info.txt6 desc uncompress archived files into media directory
/plugin/asana/
H A DLICENSE95 a) You must cause the modified files to carry prominent notices
96 stating that you changed the files and the date of any change.
158 associated interface definition files, plus the scripts used to
/plugin/asiansearch/
H A DCOPYING95 a) You must cause the modified files to carry prominent notices
96 stating that you changed the files and the date of any change.
158 associated interface definition files, plus the scripts used to
/plugin/attribute/
H A DLICENSE95 a) You must cause the modified files to carry prominent notices
96 stating that you changed the files and the date of any change.
158 associated interface definition files, plus the scripts used to
H A Dhelper.php271 $files = array_filter(
282 $files
/plugin/authclientcert/
H A DLICENSE95 a) You must cause the modified files to carry prominent notices
96 stating that you changed the files and the date of any change.
158 associated interface definition files, plus the scripts used to
/plugin/authdjango/
H A DLICENSE95 a) You must cause the modified files to carry prominent notices
96 stating that you changed the files and the date of any change.
158 associated interface definition files, plus the scripts used to
/plugin/authdrupal7/
H A DCOPYING95 a) You must cause the modified files to carry prominent notices
96 stating that you changed the files and the date of any change.
158 associated interface definition files, plus the scripts used to
/plugin/authfacebook/
H A DLICENSE95 a) You must cause the modified files to carry prominent notices
96 stating that you changed the files and the date of any change.
158 associated interface definition files, plus the scripts used to
/plugin/authfacebook/lib/
H A DFacebookBatchRequest.php157 $files = $request->getFiles();
159 foreach ($files as $file) {
H A DFacebookRequest.php74 protected $files = []; variable in Facebook\\FacebookRequest
387 $this->files[$key] = $file;
395 $this->files = [];
405 return $this->files;
415 return !empty($this->files);
425 foreach ($this->files as $file) {
443 return new RequestBodyMultipart($params, $this->files);
/plugin/authfacebook/lib/Http/
H A DRequestBodyMultipart.php52 private $files = []; variable in Facebook\\Http\\RequestBodyMultipart
56 * @param array $files The files to send with this request.
59 public function __construct(array $params = [], array $files = [], $boundary = null) argument
62 $this->files = $files;
80 foreach ($this->files as $k => $v) {
/plugin/authg2fa/
H A DLICENSE95 a) You must cause the modified files to carry prominent notices
96 stating that you changed the files and the date of any change.
158 associated interface definition files, plus the scripts used to
/plugin/authgoogle/google/contrib/
H A DGoogle_DfareportingService.php391 public $files; variable in Google_DfareportingService
408 …$this->files = new Google_FilesServiceResource($this, $this->serviceName, 'files', json_decode('{"…
H A DGoogle_DriveService.php1241 public $files; variable in Google_DriveService
1265 …$this->files = new Google_FilesServiceResource($this, $this->serviceName, 'files', json_decode('{"…
H A DGoogle_WebfontsService.php83 public $files; variable in Google_Webfont
95 public function setFiles( $files) { argument
96 $this->files = $files;
99 return $this->files;
/plugin/authgoogle2fa/
H A DLICENSE95 a) You must cause the modified files to carry prominent notices
96 stating that you changed the files and the date of any change.
158 associated interface definition files, plus the scripts used to
/plugin/authgooglesheets/
H A DLICENSE95 a) You must cause the modified files to carry prominent notices
96 stating that you changed the files and the date of any change.
158 associated interface definition files, plus the scripts used to
H A Dcomposer.lock112 "files": [
159 "files": [
275 "files": [
337 "files": [
430 "files": [
580 … "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
750 "files": [
1004 "files": [
1058 "files": [
1143 "files": [
[all …]
/plugin/authgooglesheets/vendor/composer/
H A DLICENSE5 of this software and associated documentation files (the "Software"), to deal
H A Dautoload_real.php56 … $includeFiles = Composer\Autoload\ComposerStaticInit5250b031a88cebd39dc517b68f2e5a80::$files;
H A Dautoload_static.php9 public static $files = array ( variable in Composer\\Autoload\\ComposerStaticInit5250b031a88cebd39dc517b68f2e5a80
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md280 [#53](https://github.com/firebase/php-jwt/pull/53/files) for details. Thanks to
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DLICENSE28 source, and configuration files.
97 (b) You must cause any modified files to carry prominent notices
98 stating that You changed the files; and

12345678910>>...59