Home
last modified time | relevance | path

Searched refs:cacheDir (Results 1 – 25 of 1582) sorted by relevance

12345678910>>...64

/dports/sysutils/nix/nix-2.3.10/tests/
H A Dbinary-cache.sh9 nix copy --to file://$cacheDir $outPath
29 echo "WantMassQuery: 1" >> $cacheDir/nix-cache-info
58 nar=$(ls $cacheDir/nar/*.nar.xz | head -n1)
82 mv $cacheDir/nar $cacheDir/nar2
86 mv $cacheDir/nar2 $cacheDir/nar
92 mv $cacheDir/nar $cacheDir/nar2
93 mkdir $cacheDir/nar
94 for i in $(cd $cacheDir/nar2 && echo *); do touch $cacheDir/nar/$i; done
100 rm -rf $cacheDir/nar
101 mv $cacheDir/nar2 $cacheDir/nar
[all …]
/dports/www/opencart/opencart-3.0.3.8/upload/system/storage/vendor/scssphp/scssphp/src/
H A DCache.php37 public static $cacheDir = false; variable in ScssPhp\\ScssPhp\\Cache
60 self::$cacheDir = $options['cacheDir'];
63 if (empty(self::$cacheDir)) {
176 self::$cacheDir = str_replace('\\', '/', self::$cacheDir);
177 self::$cacheDir = rtrim(self::$cacheDir, '/') . '/';
179 if (! is_dir(self::$cacheDir)) {
180 if (! mkdir(self::$cacheDir)) {
185 if (! is_writable(self::$cacheDir)) {
197 if ($clean || empty(self::$cacheDir)) {
207 $files = scandir(self::$cacheDir);
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/scssphp/scssphp/src/
H A DCache.php37 public static $cacheDir = false; variable in ScssPhp\\ScssPhp\\Cache
60 self::$cacheDir = $options['cacheDir'];
63 if (empty(self::$cacheDir)) {
176 self::$cacheDir = str_replace('\\', '/', self::$cacheDir);
177 self::$cacheDir = rtrim(self::$cacheDir, '/') . '/';
179 if (! is_dir(self::$cacheDir)) {
180 if (! mkdir(self::$cacheDir)) {
185 if (! is_writable(self::$cacheDir)) {
197 if ($clean || empty(self::$cacheDir)) {
207 $files = scandir(self::$cacheDir);
[all …]
/dports/www/moodle310/moodle/lib/scssphp/
H A DCache.php38 public static $cacheDir = false; variable in ScssPhp\\ScssPhp\\Cache
61 self::$cacheDir = $options['cacheDir'];
64 if (empty(self::$cacheDir)) {
176 self::$cacheDir = str_replace('\\', '/', self::$cacheDir);
177 self::$cacheDir = rtrim(self::$cacheDir, '/') . '/';
179 if (! is_dir(self::$cacheDir)) {
180 if (! mkdir(self::$cacheDir)) {
185 if (! is_writable(self::$cacheDir)) {
197 if ($clean || empty(self::$cacheDir)) {
207 $files = scandir(self::$cacheDir);
[all …]
/dports/www/moodle39/moodle/lib/scssphp/
H A DCache.php38 public static $cacheDir = false; variable in ScssPhp\\ScssPhp\\Cache
61 self::$cacheDir = $options['cacheDir'];
64 if (empty(self::$cacheDir)) {
176 self::$cacheDir = str_replace('\\', '/', self::$cacheDir);
177 self::$cacheDir = rtrim(self::$cacheDir, '/') . '/';
179 if (! is_dir(self::$cacheDir)) {
180 if (! mkdir(self::$cacheDir)) {
185 if (! is_writable(self::$cacheDir)) {
197 if ($clean || empty(self::$cacheDir)) {
207 $files = scandir(self::$cacheDir);
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/scssphp/scssphp/src/
H A DCache.php45 public static $cacheDir = false; variable in ScssPhp\\ScssPhp\\Cache
86 self::$cacheDir = $options['cacheDir'];
89 if (empty(self::$cacheDir)) {
123 $fileCache = self::$cacheDir . self::cacheName($operation, $what, $options);
209 self::$cacheDir = str_replace('\\', '/', self::$cacheDir);
210 self::$cacheDir = rtrim(self::$cacheDir, '/') . '/';
212 if (! is_dir(self::$cacheDir)) {
216 if (! is_writable(self::$cacheDir)) {
230 if ($clean || empty(self::$cacheDir)) {
240 $files = scandir(self::$cacheDir);
[all …]
/dports/www/nextcloud/nextcloud/3rdparty/scssphp/scssphp/src/
H A DCache.php39 public static $cacheDir = false; variable in ScssPhp\\ScssPhp\\Cache
62 self::$cacheDir = $options['cacheDir'];
65 if (empty(self::$cacheDir)) {
99 $fileCache = self::$cacheDir . self::cacheName($operation, $what, $options);
181 self::$cacheDir = str_replace('\\', '/', self::$cacheDir);
182 self::$cacheDir = rtrim(self::$cacheDir, '/') . '/';
184 if (! is_dir(self::$cacheDir)) {
188 if (! is_writable(self::$cacheDir)) {
200 if ($clean || empty(self::$cacheDir)) {
210 $files = scandir(self::$cacheDir);
[all …]
/dports/www/moodle311/moodle/lib/scssphp/
H A DCache.php39 public static $cacheDir = false; variable in ScssPhp\\ScssPhp\\Cache
62 self::$cacheDir = $options['cacheDir'];
65 if (empty(self::$cacheDir)) {
99 $fileCache = self::$cacheDir . self::cacheName($operation, $what, $options);
181 self::$cacheDir = str_replace('\\', '/', self::$cacheDir);
182 self::$cacheDir = rtrim(self::$cacheDir, '/') . '/';
184 if (! is_dir(self::$cacheDir)) {
188 if (! is_writable(self::$cacheDir)) {
200 if ($clean || empty(self::$cacheDir)) {
210 $files = scandir(self::$cacheDir);
[all …]
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DFilesystemOptions.php26 protected $cacheDir = null; variable in Zend\\Cache\\Storage\\Adapter\\FilesystemOptions
121 * @param string $cacheDir
125 public function setCacheDir($cacheDir) argument
127 if ($cacheDir !== null) {
128 if (!is_dir($cacheDir)) {
132 } elseif (!is_writable($cacheDir)) {
142 $cacheDir = rtrim(realpath($cacheDir), DIRECTORY_SEPARATOR);
144 $cacheDir = sys_get_temp_dir();
148 $this->cacheDir = $cacheDir;
159 if ($this->cacheDir === null) {
[all …]
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DFilesystemOptions.php26 protected $cacheDir = null; variable in Zend\\Cache\\Storage\\Adapter\\FilesystemOptions
121 * @param string $cacheDir
125 public function setCacheDir($cacheDir) argument
127 if ($cacheDir !== null) {
128 if (!is_dir($cacheDir)) {
132 } elseif (!is_writable($cacheDir)) {
142 $cacheDir = rtrim(realpath($cacheDir), DIRECTORY_SEPARATOR);
144 $cacheDir = sys_get_temp_dir();
148 $this->cacheDir = $cacheDir;
159 if ($this->cacheDir === null) {
[all …]
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DFilesystemOptions.php26 protected $cacheDir = null; variable in Zend\\Cache\\Storage\\Adapter\\FilesystemOptions
121 * @param string $cacheDir
125 public function setCacheDir($cacheDir) argument
127 if ($cacheDir !== null) {
128 if (!is_dir($cacheDir)) {
132 } elseif (!is_writable($cacheDir)) {
142 $cacheDir = rtrim(realpath($cacheDir), DIRECTORY_SEPARATOR);
144 $cacheDir = sys_get_temp_dir();
148 $this->cacheDir = $cacheDir;
159 if ($this->cacheDir === null) {
[all …]
/dports/www/phpbb3/phpBB3/vendor/s9e/text-formatter/src/Plugins/MediaEmbed/
H A DParser.php54 * @param string|null $cacheDir Path to the cache directory
136 * @param string|null $cacheDir Path to the cache directory
145 self::scrape($attributes, $url, $scrapeConfig, $cacheDir);
154 * @param string|null $cacheDir
157 protected static function getHttpClient($cacheDir) argument
161 self::$client = (isset($cacheDir)) ? Http::getCachingClient($cacheDir) : Http::getClient();
162 self::$clientCacheDir = $cacheDir;
229 $response = self::wget($m[0], $cacheDir, $config);
239 * @param string|null $cacheDir Path to the cache directory
243 protected static function wget($url, $cacheDir, $config) argument
[all …]
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DFilesystemOptions.php26 protected $cacheDir = null; variable in Zend\\Cache\\Storage\\Adapter\\FilesystemOptions
121 * @param string $cacheDir
125 public function setCacheDir($cacheDir) argument
127 if ($cacheDir !== null) {
128 if (!is_dir($cacheDir)) {
132 } elseif (!is_writable($cacheDir)) {
142 $cacheDir = rtrim(realpath($cacheDir), DIRECTORY_SEPARATOR);
144 $cacheDir = sys_get_temp_dir();
148 $this->cacheDir = $cacheDir;
159 if ($this->cacheDir === null) {
[all …]
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DFilesystemOptions.php26 protected $cacheDir = null; variable in Zend\\Cache\\Storage\\Adapter\\FilesystemOptions
121 * @param string $cacheDir
125 public function setCacheDir($cacheDir) argument
127 if ($cacheDir !== null) {
128 if (!is_dir($cacheDir)) {
132 } elseif (!is_writable($cacheDir)) {
142 $cacheDir = rtrim(realpath($cacheDir), DIRECTORY_SEPARATOR);
144 $cacheDir = sys_get_temp_dir();
148 $this->cacheDir = $cacheDir;
159 if ($this->cacheDir === null) {
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DFilesystemOptions.php26 protected $cacheDir = null; variable in Zend\\Cache\\Storage\\Adapter\\FilesystemOptions
121 * @param string $cacheDir
125 public function setCacheDir($cacheDir) argument
127 if ($cacheDir !== null) {
128 if (!is_dir($cacheDir)) {
132 } elseif (!is_writable($cacheDir)) {
142 $cacheDir = rtrim(realpath($cacheDir), DIRECTORY_SEPARATOR);
144 $cacheDir = sys_get_temp_dir();
148 $this->cacheDir = $cacheDir;
159 if ($this->cacheDir === null) {
[all …]
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DFilesystemOptions.php26 protected $cacheDir = null; variable in Zend\\Cache\\Storage\\Adapter\\FilesystemOptions
121 * @param string $cacheDir
125 public function setCacheDir($cacheDir) argument
127 if ($cacheDir !== null) {
128 if (!is_dir($cacheDir)) {
132 } elseif (!is_writable($cacheDir)) {
142 $cacheDir = rtrim(realpath($cacheDir), DIRECTORY_SEPARATOR);
144 $cacheDir = sys_get_temp_dir();
148 $this->cacheDir = $cacheDir;
159 if ($this->cacheDir === null) {
[all …]
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DFilesystemOptions.php26 protected $cacheDir = null; variable in Zend\\Cache\\Storage\\Adapter\\FilesystemOptions
121 * @param string $cacheDir
125 public function setCacheDir($cacheDir) argument
127 if ($cacheDir !== null) {
128 if (!is_dir($cacheDir)) {
132 } elseif (!is_writable($cacheDir)) {
142 $cacheDir = rtrim(realpath($cacheDir), DIRECTORY_SEPARATOR);
144 $cacheDir = sys_get_temp_dir();
148 $this->cacheDir = $cacheDir;
159 if ($this->cacheDir === null) {
[all …]
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DFilesystemOptions.php26 protected $cacheDir = null; variable in Zend\\Cache\\Storage\\Adapter\\FilesystemOptions
121 * @param string $cacheDir
125 public function setCacheDir($cacheDir) argument
127 if ($cacheDir !== null) {
128 if (!is_dir($cacheDir)) {
132 } elseif (!is_writable($cacheDir)) {
142 $cacheDir = rtrim(realpath($cacheDir), DIRECTORY_SEPARATOR);
144 $cacheDir = sys_get_temp_dir();
148 $this->cacheDir = $cacheDir;
159 if ($this->cacheDir === null) {
[all …]
/dports/www/bareos18-webui/bareos-Release-18.2.12/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DFilesystemOptions.php26 protected $cacheDir = null; variable in Zend\\Cache\\Storage\\Adapter\\FilesystemOptions
121 * @param string $cacheDir
125 public function setCacheDir($cacheDir) argument
127 if ($cacheDir !== null) {
128 if (!is_dir($cacheDir)) {
132 } elseif (!is_writable($cacheDir)) {
142 $cacheDir = rtrim(realpath($cacheDir), DIRECTORY_SEPARATOR);
144 $cacheDir = sys_get_temp_dir();
148 $this->cacheDir = $cacheDir;
159 if ($this->cacheDir === null) {
[all …]
/dports/www/bareos-webui/bareos-Release-20.0.3/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DFilesystemOptions.php26 protected $cacheDir = null; variable in Zend\\Cache\\Storage\\Adapter\\FilesystemOptions
121 * @param string $cacheDir
125 public function setCacheDir($cacheDir) argument
127 if ($cacheDir !== null) {
128 if (!is_dir($cacheDir)) {
132 } elseif (!is_writable($cacheDir)) {
142 $cacheDir = rtrim(realpath($cacheDir), DIRECTORY_SEPARATOR);
144 $cacheDir = sys_get_temp_dir();
148 $this->cacheDir = $cacheDir;
159 if ($this->cacheDir === null) {
[all …]
/dports/www/bareos19-webui/bareos-Release-19.2.11/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DFilesystemOptions.php26 protected $cacheDir = null; variable in Zend\\Cache\\Storage\\Adapter\\FilesystemOptions
121 * @param string $cacheDir
125 public function setCacheDir($cacheDir) argument
127 if ($cacheDir !== null) {
128 if (!is_dir($cacheDir)) {
132 } elseif (!is_writable($cacheDir)) {
142 $cacheDir = rtrim(realpath($cacheDir), DIRECTORY_SEPARATOR);
144 $cacheDir = sys_get_temp_dir();
148 $this->cacheDir = $cacheDir;
159 if ($this->cacheDir === null) {
[all …]
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Cache/Storage/Adapter/
H A DFilesystemOptions.php26 protected $cacheDir = null; variable in Zend\\Cache\\Storage\\Adapter\\FilesystemOptions
121 * @param string $cacheDir
125 public function setCacheDir($cacheDir) argument
127 if ($cacheDir !== null) {
128 if (!is_dir($cacheDir)) {
132 } elseif (!is_writable($cacheDir)) {
142 $cacheDir = rtrim(realpath($cacheDir), DIRECTORY_SEPARATOR);
144 $cacheDir = sys_get_temp_dir();
148 $this->cacheDir = $cacheDir;
159 if ($this->cacheDir === null) {
[all …]
/dports/finance/prestashop/prestashop/src/Core/Addon/Theme/
H A DThemeExporter.php76 $this->copyTheme($theme->getDirectory(), $cacheDir);
78 $this->copyTranslations($theme, $cacheDir);
81 $this->createZip($cacheDir, $finalFile);
83 $this->fileSystem->remove($cacheDir);
90 * @param string $cacheDir
92 private function copyTheme($themeDir, $cacheDir) argument
104 * @param string $cacheDir
112 $dependencyDir = $cacheDir . '/dependencies/modules/';
123 * @param string $cacheDir
125 protected function copyTranslations(Theme $theme, $cacheDir) argument
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/
H A DAnnotationsCacheWarmerTest.php19 private $cacheDir; variable in Symfony\\Bundle\\FrameworkBundle\\Tests\\CacheWarmer\\AnnotationsCacheWarmerTest
23 $this->cacheDir = sys_get_temp_dir().'/'.uniqid();
25 $fs->mkdir($this->cacheDir);
32 $fs->remove($this->cacheDir);
38 …file_put_contents($this->cacheDir.'/annotations.map', sprintf('<?php return %s;', var_export([__CL…
39 $cacheFile = tempnam($this->cacheDir, __FUNCTION__);
48 $warmer->warmUp($this->cacheDir);
65 $cacheFile = tempnam($this->cacheDir, __FUNCTION__);
75 $warmer->warmUp($this->cacheDir);
106 $warmer->warmUp($this->cacheDir);
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/
H A DAnnotationsCacheWarmerTest.php19 private $cacheDir; variable in Symfony\\Bundle\\FrameworkBundle\\Tests\\CacheWarmer\\AnnotationsCacheWarmerTest
23 $this->cacheDir = sys_get_temp_dir().'/'.uniqid();
25 $fs->mkdir($this->cacheDir);
32 $fs->remove($this->cacheDir);
38 …file_put_contents($this->cacheDir.'/annotations.map', sprintf('<?php return %s;', var_export([__CL…
39 $cacheFile = tempnam($this->cacheDir, __FUNCTION__);
48 $warmer->warmUp($this->cacheDir);
65 $cacheFile = tempnam($this->cacheDir, __FUNCTION__);
75 $warmer->warmUp($this->cacheDir);
106 $warmer->warmUp($this->cacheDir);
[all …]

12345678910>>...64