Home
last modified time | relevance | path

Searched refs:filename (Results 101 – 125 of 756) sorted by last modified time

12345678910>>...31

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerSimpleTest.php111 $filename = $this->tempDir . '/test.txt';
124 …'ETag' => ['"' . sha1(fileinode($filename) . filesize($filename) . filemtime($filename)…
/plugin/text/
H A Drenderer.php369 function file($text, $language = null, $filename = null, $options = null) { argument
373 function code($text, $language = null, $filename = null, $options = null) { argument
/plugin/actionrenderer/
H A Drenderer.php309 public function file($text, $language = null, $filename = null, $options = null) argument
315 public function code($text, $language = null, $filename = null, $options = null) argument
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRotatingFileHandler.php34 protected $filename; variable in Monolog\\Handler\\RotatingFileHandler
47 * @param string $filename
52 …public function __construct(string $filename, int $maxFiles = 0, $level = Logger::DEBUG, bool $bub… argument
54 $this->filename = Utils::canonicalizePath($filename);
175 $fileInfo = pathinfo($this->filename);
191 $fileInfo = pathinfo($this->filename);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/
H A DAttachment.php31 public $filename; variable in Google\\Service\\CloudSupport\\Attachment
76 public function setFilename($filename) argument
78 $this->filename = $filename;
85 return $this->filename;
H A DMedia.php68 public $filename; variable in Google\\Service\\CloudSupport\\Media
337 public function setFilename($filename) argument
339 $this->filename = $filename;
346 return $this->filename;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DFileCookieJar.php10 private $filename; variable in GuzzleHttp\\Cookie\\FileCookieJar
27 $this->filename = $cookieFile;
40 $this->save($this->filename);
46 * @param string $filename File to save
49 public function save($filename) argument
60 if (false === file_put_contents($filename, $jsonStr, LOCK_EX)) {
61 throw new \RuntimeException("Unable to save file {$filename}");
70 * @param string $filename Cookie file to load.
73 public function load($filename) argument
75 $json = file_get_contents($filename);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBuildTrigger.php52 public $filename; variable in Google\\Service\\CloudBuild\\BuildTrigger
217 public function setFilename($filename) argument
219 $this->filename = $filename;
226 return $this->filename;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DLazyOpenStream.php18 private $filename; variable in GuzzleHttp\\Psr7\\LazyOpenStream
24 * @param string $filename File to lazily open
27 public function __construct($filename, $mode) argument
29 $this->filename = $filename;
40 return Utils::streamFor(Utils::tryFopen($this->filename, $this->mode));
H A DMimeType.php10 * @param string $filename
14 public static function fromFilename($filename) argument
16 return self::fromExtension(pathinfo($filename, PATHINFO_EXTENSION));
H A DMultipartStream.php114 private function createElement($name, StreamInterface $stream, $filename, array $headers) argument
119 $headers['Content-Disposition'] = ($filename === '0' || $filename)
123 basename($filename)
138 if (!$type && ($filename === '0' || $filename)) {
139 if ($type = MimeType::fromFilename($filename)) {
H A DUtils.php361 * @param string $filename File to open
368 public static function tryFopen($filename, $mode) argument
371 set_error_handler(function () use ($filename, $mode, &$ex) {
374 $filename,
383 $handle = fopen($filename, $mode);
387 $filename,
H A Dfunctions.php169 * @param string $filename File to open
178 function try_fopen($filename, $mode) argument
180 return Utils::tryFopen($filename, $mode);
328 * @param string $filename
334 function mimetype_from_filename($filename) argument
336 return MimeType::fromFilename($filename);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1362 * @param string $filename
1372 $filename = $this->realpath($filename);
1407 $filename .= '/.';
1419 * @param string $filename
1429 $filename = $this->realpath($filename);
1472 $filename .= '/.';
1543 $filename = $this->realpath($filename);
1684 $filename = $this->realpath($filename);
1688 $packet = pack('Na*', strlen($filename), $filename);
1721 $filename = $this->realpath($filename);
[all …]
H A DSSH2.php4356 $filename = NET_SSH2_LOG_REALTIME_FILENAME;
4357 $fp = fopen($filename, 'w');
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php193 foreach ($cafiles as $filename) {
194 if (file_exists($filename)) {
195 return $cached = $filename;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md253 - Support for using '0' as a filename.
H A DREADME.md523 `public static function tryFopen(string $filename, string $mode): resource`
525 Safely opens a PHP stream resource using a filename.
544 `public static function fromFilename(string $filename): string|null`
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DEdgeConfigstoreBundleBadBundleViolation.php29 public $filename; variable in Google\\Service\\Apigee\\EdgeConfigstoreBundleBadBundleViolation
48 public function setFilename($filename) argument
50 $this->filename = $filename;
57 return $this->filename;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DCreateAssetRequest.php25 public $filename; variable in Google\\Service\\DisplayVideo\\CreateAssetRequest
30 public function setFilename($filename) argument
32 $this->filename = $filename;
39 return $this->filename;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeReporting/
H A DGdataMedia.php68 public $filename; variable in Google\\Service\\YouTubeReporting\\GdataMedia
337 public function setFilename($filename) argument
339 $this->filename = $filename;
346 return $this->filename;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md689 * Bug fix: mimetype guessing based on a filename is now case-insensitive
1016 * Allowing filename to be passed to `Guzzle\Http\Message\Request::setResponseBody()`
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DMessagePart.php28 public $filename; variable in Google\\Service\\Gmail\\MessagePart
59 public function setFilename($filename) argument
61 $this->filename = $filename;
68 return $this->filename;
/plugin/a2s/
H A DASCIIToSVG.php248 $tok->filename = $this->yyfilename;
/plugin/c3chart/assets/
H A Djs-yaml.min.js2filename=t.filename||null,this.schema=t.schema||K,this.onWarning=t.onWarning||null,this.legacy=t.l…

12345678910>>...31