Home
last modified time | relevance | path

Searched refs:file (Results 201 – 225 of 3491) sorted by path

12345678910>>...140

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUploadedFile.php44 private $file; variable in GuzzleHttp\\Psr7\\UploadedFile
95 $this->file = $streamOrFile;
242 return new LazyOpenStream($this->file, 'r+');
268 if ($this->file) {
270 ? rename($this->file, $targetPath)
271 : move_uploaded_file($this->file, $targetPath);
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md125 * Fixed DeduplicationHandler silently failing to start when file could not be opened
346 … Added automatic creation of directories if they are missing for a StreamHandler to open a log file
417 * Fixed regression in RotatingFileHandler file permissions
424 * Added $filePermissions to tweak file mode on StreamHandler and RotatingFileHandler
H A DREADME.md107 Monolog is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
H A DUPGRADE.md47 - The file name format must now contain `{date}` and the date format must be set
48 to one of the predefined FILE_PER_* constants to avoid issues with file rotation.
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php213 …public function handleError(int $code, string $message, string $file = '', int $line = 0, ?array $… argument
222 …($code).': '.$message, ['code' => $code, 'message' => $message, 'file' => $file, 'line' => $line]);
232 return (bool) ($this->previousErrorHandler)($code, $message, $file, $line, $context);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DWildfireFormatter.php62 $file = $line = '';
64 $file = $record['extra']['file'];
101 'File' => $file,
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php119 $store = file($this->deduplicationStore, FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
H A DPHPConsoleHandler.php224 $context['file'] ?? null,
H A DRotatingFileHandler.php158 foreach (array_slice($logFiles, $this->maxFiles) as $file) {
159 if (is_writable($file)) {
165 unlink($file);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php364 … \DirectoryIterator(__DIR__ . '/../' . static::ALGORITHM . '/Formats/' . $format . '/') as $file) {
365 if ($file->getExtension() != 'php') {
368 $name = $file->getBasename('.php');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php364 foreach (new \DirectoryIterator(__DIR__ . '/../../Curves/') as $file) {
365 if ($file->getExtension() != 'php') {
368 $testName = $file->getBasename('.php');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/
H A Dopenssl.cnf1 # minimalist openssl.cnf file for use with phpseclib
/plugin/authgooglesheets/vendor/psr/cache/
H A DCHANGELOG.md3 All notable changes to this project will be documented in this file, in reverse chronological order…
/plugin/authgooglesheets/vendor/psr/http-message/
H A DCHANGELOG.md3 All notable changes to this project will be documented in this file, in reverse chronological order…
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/
H A DNormalizer.php302 private static function getData($file) argument
304 if (file_exists($file = __DIR__.'/Resources/unidata/'.$file.'.php')) {
305 return require $file;
/plugin/authhiorgserver/
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.md56 See the COPYING file in your DokuWiki folder for details
/plugin/authimap/
H A DREADME27 See the COPYING file in your DokuWiki folder for details
/plugin/authimap2/
H A DREADME27 See the COPYING file in your DokuWiki folder for details
H A Dauth.php412 * @param string $file the file to load data from
415 protected function _readUserFile($file) { argument
417 if(!file_exists($file)) return $users;
419 $lines = file($file);
/plugin/authjoomla/
H A DREADME27 See the COPYING file in your DokuWiki folder for details
/plugin/authldaplocal/
H A DREADME.md7 …elf-developed patch for Dokuwiki´s LDAP authentication backend. And I did file a wishlist bug for …
15 Unpack the file into the `/lib/plugins` directory of your Dokuwiki installation. It will create a d…
H A Dauth.php603 * @param string $file the file to load data from
606 protected function _readUserFile($file) { argument
608 if(!file_exists($file)) return $users;
610 $lines = file($file);
843 * @param string $file
846 protected function _debug($message, $err, $line, $file) { argument
848 msg($message, $err, $line, $file);
/plugin/authlemonldap/
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
/plugin/authlinotp/
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

12345678910>>...140