Home
last modified time | relevance | path

Searched refs:themesDir (Results 1 – 25 of 65) sorted by relevance

123

/dports/x11-themes/fvwm-themes/fvwm-themes-0.7.0/bin/
H A Dfvwm-themes-start.in16 themesDir=$FVWM_USERDIR/$themesName
18 currentThemeDir=$themesDir/$currentThemeName
61 realCurrentThemeDir="$themesDir/$realCurrentThemeName"
68 [ -d $themesDir ] || mkdir $themesDir
69 [ -d $themesDir/personal ] || mkdir $themesDir/personal
70 cd $themesDir || echo "Fatal error, can't chdir $themesDir"
/dports/finance/prestashop/prestashop/src/Core/Localization/RTL/
H A DProcessor.php85 private $themesDir = ''; variable in PrestaShop\\PrestaShop\\Core\\Localization\\RTL\\Processor
91 * @param string $themesDir Path to the FO themes directory
94 public function __construct($adminDir, $themesDir, array $defaultModulesToProcess) argument
97 $this->themesDir = $themesDir;
225 … $generator->generateInDirectory($this->themesDir . DIRECTORY_SEPARATOR . $themeName);
H A DStyleSheetProcessorFactory.php62 $themesDir = $this->configuration->get('_PS_ROOT_DIR_') . DIRECTORY_SEPARATOR . 'themes';
74 $themesDir,
/dports/www/gohugo/hugo-0.91.2/hugolib/filesystems/
H A Dbasefs_test.go50 themesDir := cfg.GetString("themesDir")
51 if !filepath.IsAbs(themesDir) {
52 themesDir = filepath.Join(workingDir, themesDir)
58 ThemesDir: themesDir,
228 themesDir, err := afero.TempDir(sfs, "", "themesDir")
232 os.RemoveAll(themesDir)
236 v.Set("themesDir", themesDir)
241 …c.Assert(sfs.MkdirAll(filepath.Join(themesDir, "mytheme", "assets", "scss", "sf2"), 0755), qt.IsNi…
242 …c.Assert(sfs.MkdirAll(filepath.Join(themesDir, "mytheme", "assets", "scss", "sf3"), 0755), qt.IsNi…
244 c.Assert(sfs.MkdirAll(filepath.Join(themesDir, "mytheme", "resources"), 0755), qt.IsNil)
[all …]
/dports/finance/prestashop/prestashop/src/Core/Addon/Theme/
H A DThemeZipUploader.php59 $themesDir = $this->configuration->get('_PS_ALL_THEMES_DIR_');
60 $destination = $themesDir . $uploadedTheme->getClientOriginalName();
63 $destination = $themesDir . sha1_file($uploadedTheme->getPathname()) . '.zip';
/dports/games/holotz-castle/holotz-castle-1.3.14-src/src/
H A DHCUtil.cpp132 char themesDir[4096]; in FindThemes() local
141 snprintf(themesDir, sizeof(themesDir), "%stheme", dirs[i]); in FindThemes()
142 dp = opendir(themesDir); in FindThemes()
/dports/games/tuxtype/tuxtype-1.8.3/src/
H A Dtheme.c64 DIR* themesDir = NULL; in ChooseTheme() local
72 themesDir = opendir(fn); in ChooseTheme()
74 if (!themesDir) in ChooseTheme()
82 themesFile = readdir(themesDir); in ChooseTheme()
106 closedir(themesDir); in ChooseTheme()
/dports/www/gohugo/hugo-0.91.2/cache/filecache/
H A Dfilecache_test.go313 themesDir := cfg.GetString("themesDir")
314 if !filepath.IsAbs(themesDir) {
315 themesDir = filepath.Join(workingDir, themesDir)
321 ThemesDir: themesDir,
/dports/irc/konversation/konversation-21.12.3/src/config/
H A Dtheme_config.cpp187 …QString themesDir(QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + QLatin1S… in installTheme() local
230 KIO::CopyJob* job = KIO::copy(QUrl(tmpThemeFile), QUrl(themesDir)); in installTheme()
273 themeDir->copyTo(themesDir); in installTheme()
/dports/www/gohugo/hugo-0.91.2/modules/
H A Dclient_test.go51 themesDir := filepath.Join(workingDir, "themes")
52 err = os.Mkdir(themesDir, 0777)
59 ThemesDir: themesDir,
/dports/www/gohugo/hugo-0.91.2/commands/
H A Dcommands_test.go110 themesDir := filepath.Join(dir, "mythemes")
111 …Execute([]string{"new", "theme", "mytheme", "-s=" + dir, "-e=staging", "--themesDir=" + themesDir})
113 themeTOML := readFileFrom(c, filepath.Join(themesDir, "mytheme", "theme.toml"))
/dports/www/gohugo/hugo-0.91.2/docs/content/en/commands/
H A Dhugo_config_mounts.md33 --themesDir string filesystem path to themes directory
H A Dhugo_check.md29 --themesDir string filesystem path to themes directory
H A Dhugo_version.md37 --themesDir string filesystem path to themes directory
H A Dhugo_mod_tidy.md33 --themesDir string filesystem path to themes directory
H A Dhugo_list_expired.md37 --themesDir string filesystem path to themes directory
H A Dhugo_config.md37 --themesDir string filesystem path to themes directory
H A Dhugo_list_all.md37 --themesDir string filesystem path to themes directory
H A Dhugo_list_drafts.md37 --themesDir string filesystem path to themes directory
H A Dhugo_list_future.md37 --themesDir string filesystem path to themes directory
H A Dhugo_check_ulimit.md38 --themesDir string filesystem path to themes directory
H A Dhugo_env.md40 --themesDir string filesystem path to themes directory
H A Dhugo_mod_npm.md37 --themesDir string filesystem path to themes directory
H A Dhugo_import.md35 --themesDir string filesystem path to themes directory
/dports/www/thirtybees/thirtybees-1.1.0/classes/
H A DTheme.php119 $themesDir = [];
124 $themesDir[] = $themeObj->directory;
128 if (false !== array_search($theme, $themesDir)) {

123