Home
last modified time | relevance | path

Searched refs:file (Results 151 – 175 of 3491) sorted by path

12345678910>>...140

/plugin/authdrupal8/
H A Dpassword.inc4 * @file
11 * used by setting the variable password_inc to the name of the PHP file
/plugin/authfacebook/
H A DLICENSE289 to attach them to the start of each source file to most effectively
290 convey the exclusion of warranty; and each file should have at least
H A DREADME5 lib/facebook.php and lib/base_facebook.php are file obtained from https://github.com/facebook/faceb…
/plugin/authfacebook/lib/
H A DFacebook.php597 $file = $this->videoToUpload($pathToFile);
598 $chunk = $uploader->start($endpoint, $file);
H A DFacebookBatchRequest.php159 foreach ($files as $file) {
161 $this->addFile($fileName, $file);
H A DFacebookRequest.php383 * @param FacebookFile $file
385 public function addFile($key, FacebookFile $file) argument
387 $this->files[$key] = $file;
425 foreach ($this->files as $file) {
426 if ($file instanceof FacebookVideo) {
H A Dautoload.php75 $file = rtrim($baseDir, '/') . '/' . str_replace('\\', '/', $relativeClass) . '.php'; variable
78 if (file_exists($file)) {
79 require $file;
/plugin/authfacebook/lib/FileUpload/
H A DFacebookResumableUploader.php79 * @param FacebookFile $file
85 public function start($endpoint, FacebookFile $file) argument
89 'file_size' => $file->getSize(),
93 …return new FacebookTransferChunk($file, $response['upload_session_id'], $response['video_id'], $re…
H A DFacebookTransferChunk.php36 private $file; variable in Facebook\\FileUpload\\FacebookTransferChunk
59 * @param FacebookFile $file
65 …public function __construct(FacebookFile $file, $uploadSessionId, $videoId, $startOffset, $endOffs… argument
67 $this->file = $file;
81 return $this->file;
93 return new FacebookFile($this->file->getFilePath(), $maxLength, $this->startOffset);
/plugin/authfacebook/lib/Http/
H A DRequestBodyMultipart.php104 * @param FacebookFile $file
108 private function getFileString($name, FacebookFile $file) argument
114 $file->getFileName(),
115 $this->getFileHeaders($file),
116 $file->getContents()
162 * @param FacebookFile $file
166 protected function getFileHeaders(FacebookFile $file) argument
168 return "\r\nContent-Type: {$file->getMimetype()}";
/plugin/authg2fa/
H A DLICENSE289 to attach them to the start of each source file to most effectively
290 convey the exclusion of warranty; and each file should have at least
H A DTokenHelper.php22 $lines = file($this->_g2fafile);
/plugin/authgoogle/google/cache/
H A DGoogle_FileCache.php132 $file = $this->getCacheFile(md5($key));
133 if (! @unlink($file)) {
/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php1758 public $file; variable in Google_Change
1769 public function setFile(Google_DriveFile $file) { argument
1770 $this->file = $file;
1773 return $this->file;
/plugin/authgoogle/google/io/
H A Dcacerts.pem3 # This file contains PEM format certificates generated from
9 # The contents of this file are subject to the Mozilla Public License Version
10 # 1.1 (the "License"); you may not use this file except in compliance with
28 # Alternatively, the contents of this file may be used under the terms of
32 # of those above. If you wish to allow use of your version of this file only
34 # use your version of this file under the terms of the MPL, indicate your
37 # the provisions above, a recipient may use your version of this file under
/plugin/authgoogle/google/service/
H A DGoogle_MediaFileUpload.php104 $file = $params['file']['value'];
106 return self::processFileUpload($file, $mimeType);
150 public static function processFileUpload($file, $mime) { argument
151 if (!$file) return array();
152 if (substr($file, 0, 1) != '@') {
153 $file = '@' . $file;
157 $params = array('postBody' => array('file' => $file));
/plugin/authgoogle2fa/
H A DLICENSE289 to attach them to the start of each source file to most effectively
290 convey the exclusion of warranty; and each file should have at least
H A DREADME.md19 You can revert to the originial auth plugin by editing the file conf/local.php:
/plugin/authgooglesheets/
H A DLICENSE289 to attach them to the start of each source file to most effectively
290 convey the exclusion of warranty; and each file should have at least
H A DREADME24 See the LICENSING file for details
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
5 "This file is @generated automatically"
/plugin/authgooglesheets/vendor/composer/
H A DClassLoader.php344 includeFile($file);
369 return $file;
384 if (false === $file) {
389 return $file;
417 return $file;
427 return $file;
446 return $file;
456 return $file;
462 return $file;
474 function includeFile($file) argument
[all …]
H A Dautoload_real.php60 foreach ($includeFiles as $fileIdentifier => $file) {
61 composerRequire5250b031a88cebd39dc517b68f2e5a80($fileIdentifier, $file);
68 function composerRequire5250b031a88cebd39dc517b68f2e5a80($fileIdentifier, $file) argument
71 require $file;
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md132 // Your private key file with passphrase
152 // Get public key from the private key, or pull from from a file.
/plugin/authgooglesheets/vendor/google/apiclient-services/
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.

12345678910>>...140