Home
last modified time | relevance | path

Searched refs:appDir (Results 1 – 25 of 530) sorted by relevance

12345678910>>...22

/dports/www/R-cran-shiny/shiny/R/
H A Dshinyapp.R124 appDir <- normalizePath(appDir, mustWork = TRUE)
143 appDir <- dirname(appFile) functionVar
189 wwwDir <- file.path.ci(appDir, "www")
228 shinyOptions(appDir = appDir)
234 setwd(appDir)
350 if (is.null(appDir)) {
351 appDir <- findEnclosingApp(".")
369 withr::with_dir(appDir, {
390 withr::with_dir(appDir, {
409 wasDir <- setwd(appDir)
[all …]
H A Dbookmark-state-local.R13 appDir <- getShinyOption("appDir", default = getwd()) functionVar
15 stateDir <- file.path(appDir, "shiny_bookmarks", id)
24 appDir <- getShinyOption("appDir", default = getwd()) functionVar
26 stateDir <- file.path(appDir, "shiny_bookmarks", id)
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/rsconnect/R/
H A Dauth.R1 cleanupPasswordFile <- function(appDir) { argument
4 appDir <- normalizePath(appDir, mustWork = FALSE)
5 if (!file.exists(appDir) || !file.info(appDir)$isdir)
56 appName = basename(appDir)
60 cleanupPasswordFile(appDir)
92 appName = basename(appDir)
96 cleanupPasswordFile(appDir)
146 appName = basename(appDir)
243 if (!isStringParam(appDir))
247 appDir <- normalizePath(appDir, mustWork = FALSE)
[all …]
H A Drmdindex.R4 writeRmdIndex <- function(appName, appDir) { argument
10 if (!file.exists(file.path(appDir, "ui.R")) &&
11 !file.exists(file.path(appDir, "server.R")) &&
12 !file.exists(file.path(appDir, "index.htm")) &&
13 !file.exists(file.path(appDir, "index.Rmd")))
16 appFiles <- list.files(path = appDir, pattern = "\\.(rmd|html)$",
24 indexFile <- file.path(appDir, "index.htm")
38 listingWebPage <- function(appDir, appFiles) { argument
47 appDir <- htmlEscape(appDir)
50 body <- paste("<h1>", basename(appDir), "</h1>", sep = "")
H A Dbundle.R15 from <- file.path(appDir, file)
148 listBundleFiles <- function(appDir) { argument
149 maxDirectoryList(appDir, "", 0)
152 bundleFiles <- function(appDir) { argument
153 files <- listBundleFiles(appDir)
187 users <- suppressWarnings(authorizedUsers(appDir))
247 filename <- file.path(appDir, rmdFile)
271 inferAppMode <- function(appDir, appPrimaryDoc, files) { argument
297 if (isShinyRmd(file.path(appDir, rmdFile))) {
492 snapshotLockFile <- function(appDir) { argument
[all …]
H A DdeployApp.R79 deployApp <- function(appDir = getwd(), argument
97 if (!isStringParam(appDir))
142 appDir <- normalizePath(appDir, mustWork = FALSE)
143 if (!file.exists(appDir)) {
144 stop(appDir, " does not exist")
148 appPath <- appDir
162 if (!file.info(appDir)$isdir) {
197 appFiles <- bundleFiles(appDir)
212 appFiles <- explodeFiles(appDir, manifestLines)
216 appFiles <- explodeFiles(appDir, appFiles)
[all …]
H A Ddependencies.R44 appDependencies <- function(appDir = getwd(), appFiles=NULL) { argument
47 appFiles <- bundleFiles(appDir)
49 bundleDir <- bundleAppDir(appDir, appFiles)
58 snapshotDependencies <- function(appDir, implicit_dependencies=c()) { argument
61 addPackratSnapshot(appDir, implicit_dependencies)
64 lockFilePath <- snapshotLockFile(appDir)
/dports/biology/jalview/jalview/getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/
H A DEnvConfig.java56 String appDir = null, appDirProv = null; in create() local
65 appDir = appDir.replace(USER_HOME_KEY, System.getProperty("user.home")); in create()
94 if (appDir == null) { in create()
95 appDir = spropsAppDir; in create()
126 if (appDir == null) { in create()
127 appDir = argvAppDir; in create()
159 if (appDir == null) { in create()
169 File appDirFile = new File(appDir); in create()
212 public final File appDir; field in EnvConfig
230 public EnvConfig (File appDir) { in EnvConfig() argument
[all …]
/dports/devel/xelfviewer/XELFViewer-0.03/
H A Dcreate_appimage.sh10 cp -f $X_SOURCE_PATH/build/release/xelfviewer $X_SOURCE_PATH/release/appDir/u…
11 cp -f $X_SOURCE_PATH/DEBIAN/xelfviewer.desktop $X_SOURCE_PATH/release/appDir/u…
12 sed -i "s/#VERSION#/1.0/" $X_SOURCE_PATH/release/appDir/u…
13 cp -Rf $X_SOURCE_PATH/DEBIAN/hicolor/ $X_SOURCE_PATH/release/appDir/u…
14 cp -Rf $X_SOURCE_PATH/XStyles/qss/ $X_SOURCE_PATH/release/appDir/u…
15 mkdir -p $X_SOURCE_PATH/release/appDir/usr/lib/xelfviewer/signatures
16 cp -f $X_SOURCE_PATH/signatures/crypto.db $X_SOURCE_PATH/release/appDir/u…
20 linuxdeployqt $X_SOURCE_PATH/release/appDir/usr/share/applications/xelfviewer.desktop -appimage -al…
25 rm -Rf $X_SOURCE_PATH/release/appDir
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/sensio/distribution-bundle/Composer/
H A DScriptHandler.php52 $appDir = $options['symfony-app-dir'];
192 $appDir = $options['symfony-app-dir'];
214 $fs->remove(array($appDir.'/check.php', $appDir.'/SymfonyRequirements.php', true));
225 $requiredDir = $newDirectoryStructure ? $varDir : $appDir;
234 $appDir = $options['symfony-app-dir'];
236 if (!is_dir($appDir)) {
240 if (!is_dir($appDir.'/SymfonyStandard')) {
245 $fs->remove($appDir.'/SymfonyStandard');
326 $appDir.'/console' => $binDir.'/console',
333 $fs->rename($appDir.$dir, $varDir.$dir);
[all …]
/dports/finance/prestashop/prestashop/vendor/sensio/distribution-bundle/Composer/
H A DScriptHandler.php52 $appDir = $options['symfony-app-dir'];
192 $appDir = $options['symfony-app-dir'];
214 $fs->remove(array($appDir.'/check.php', $appDir.'/SymfonyRequirements.php', true));
225 $requiredDir = $newDirectoryStructure ? $varDir : $appDir;
234 $appDir = $options['symfony-app-dir'];
236 if (!is_dir($appDir)) {
240 if (!is_dir($appDir.'/SymfonyStandard')) {
245 $fs->remove($appDir.'/SymfonyStandard');
326 $appDir.'/console' => $binDir.'/console',
333 $fs->rename($appDir.$dir, $varDir.$dir);
[all …]
/dports/security/yubioath-desktop/yubioath-desktop-yubioath-desktop-5.0.4/docker/xenial-appimage/
H A DDockerfile36 RUN mkdir -p yubioath-desktop/appDir/usr \
42 && cp -R /root/.pyenv/versions/3.8.2/* appDir/usr \
44 && dpkg -x libykpers*.deb appDir/ \
47 && cp resources/com.yubico.yubioath.desktop appDir/ \
48 && cp resources/com.yubico.yubioath.appdata.xml appDir/ \
49 && cp resources/icons/com.yubico.yubioath.svg appDir/ \
50 && cp ./yubioath-desktop appDir/usr/bin/ \
60 && rm appDir/AppRun \
61 && cp ./resources/linux/AppRun appDir/ \
62 && chmod a+x appDir/AppRun \
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/security/policy/
H A Dapplicationdirectorymembershipcondition.cs65 String appDir = dir.Directory; in IReportMatchMembershipCondition.Check()
67 if (appDir != null && appDir.Length > 1) in IReportMatchMembershipCondition.Check()
69 if (appDir[appDir.Length-1] == '/') in IReportMatchMembershipCondition.Check()
70 appDir += "*"; in IReportMatchMembershipCondition.Check()
72 appDir += "/*"; in IReportMatchMembershipCondition.Check()
74 URLString appDirString = new URLString(appDir); in IReportMatchMembershipCondition.Check()
/dports/www/R-cran-shiny/shiny/tests/testthat/
H A Dtest-app.R191 appDir <- test_path("../test-helpers/app1-standard") globalVar
194 loadSupport(appDir, renv = appEnv, globalrenv = appGlobalEnv)
200 expect_equal(normalizePath(appEnv$source_wd), normalizePath(appDir))
229 appDir <- test_path("../test-helpers/app7-port") globalVar
241 expect_port(runApp(appDir), test_app_port)
243 appObj <- source(file.path(appDir, "app.R"))$value
246 appObj <- shinyAppDir(appDir)
252 appObj <- shinyAppDir(appDir, options = list(port = options_port))
261 expect_port(runApp(file.path(appDir, "wrapped.R")), test_app_port)
267 expect_port(runApp(file.path(appDir, "option.R")), test_option_port)
[all …]
/dports/security/yubikey-manager-qt/yubikey-manager-qt-yubikey-manager-qt-1.2.0/docker/xenial-appimage/
H A DDockerfile36 RUN mkdir -p yubikey-manager-qt/appDir/usr \
42 && cp -R /root/.pyenv/versions/3.8.3/* appDir/usr \
44 && dpkg -x libykpers*.deb appDir/ \
47 && cp resources/ykman-gui.desktop appDir/ \
48 && cp resources/icons/ykman.png appDir/ \
49 && cp ./ykman-gui/ykman-gui appDir/usr/bin/ \
58 …&& ./linuxdeployqt*.AppImage appDir/usr/bin/ykman-gui -qmldir=./ykman-gui/qml -bundle-non-qt-libs \
59 && rm appDir/AppRun \
60 && cp ./resources/linux/AppRun appDir/ \
61 && chmod a+x appDir/AppRun \
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/task/generator/
H A DsfGenerateAppTask.class.php91 $appDir = sfConfig::get('sf_apps_dir').'/'.$app;
93 if (is_dir($appDir))
95 throw new sfCommandException(sprintf('The application "%s" already exists.', $appDir));
109 $this->getFilesystem()->mirror($skeletonDir.'/app', $appDir, $finder);
126 $this->getFilesystem()->replaceTokens($finder->in($appDir.'/config'), '##', '##', array(
155 …$this->getFilesystem()->rename($appDir.'/config/ApplicationConfiguration.class.php', $appDir.'/con…
157 …$this->getFilesystem()->replaceTokens($appDir.'/config/'.$app.'Configuration.class.php', '##', '##…
/dports/devel/xopcodecalc/XOpcodeCalc-0.03/
H A Dcreate_appimage.sh10 cp -f $X_SOURCE_PATH/build/release/xocalc $X_SOURCE_PATH/release/appDir/…
11 cp -f $X_SOURCE_PATH/DEBIAN/xocalc.desktop $X_SOURCE_PATH/release/appDir/…
12 sed -i "s/#VERSION#/1.0/" $X_SOURCE_PATH/release/appDir/u…
13 cp -Rf $X_SOURCE_PATH/DEBIAN/hicolor/ $X_SOURCE_PATH/release/appDir/u…
17 linuxdeployqt $X_SOURCE_PATH/release/appDir/usr/share/applications/xocalc.desktop -appimage -always…
22 rm -Rf $X_SOURCE_PATH/release/appDir
/dports/net/spoofer/spoofer-1.4.7/prober/
H A DAppInfo.cc43 char *AppInfo::appDir = nullptr; member in AppInfo
111 if (!appDir) { in dir()
113 char *result = dirname(appDir = strdup(path())); in dir()
114 if (result != appDir) // in case dirname() returns a pointer to a static buffer in dir()
115 strcpy(appDir, result); in dir()
117 return appDir; in dir()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/logaggregation/
H A DAggregatedLogDeletionService.java98 for(FileStatus appDir : fs.listStatus(dir)) { in deleteOldLogDirsFrom()
99 if(appDir.isDirectory() && in deleteOldLogDirsFrom()
100 appDir.getModificationTime() < cutoffMillis) { in deleteOldLogDirsFrom()
102 isApplicationTerminated(ConverterUtils.toApplicationId(appDir in deleteOldLogDirsFrom()
104 if(appTerminated && shouldDeleteLogDir(appDir, cutoffMillis, fs)) { in deleteOldLogDirsFrom()
106 LOG.info("Deleting aggregated logs in "+appDir.getPath()); in deleteOldLogDirsFrom()
107 fs.delete(appDir.getPath(), true); in deleteOldLogDirsFrom()
109 logIOException("Could not delete "+appDir.getPath(), e); in deleteOldLogDirsFrom()
113 for(FileStatus node: fs.listStatus(appDir.getPath())) { in deleteOldLogDirsFrom()
118 logIOException("Could not delete "+appDir.getPath(), ex); in deleteOldLogDirsFrom()
[all …]
/dports/graphics/pencil2d/pencil-0.6.6/core_lib/src/external/linux/
H A Dlinux.cpp31 QString appDir = QString::fromLocal8Bit(qgetenv("APPDIR")); in initialise() local
32 if (!appDir.isEmpty()) in initialise()
36 … .arg(appDir, QString::fromLocal8Bit(qgetenv("GST_PLUGIN_SYSTEM_PATH_1_0"))) in initialise()
40 .arg(appDir).toLocal8Bit()) && success; in initialise()
/dports/www/bolt/bolt-2.2.24/src/Composer/
H A DScriptHandler.php70 $appDir = $options['bolt-app-dir'];
71 if (!$filesystem->exists($appDir)) {
72 $filesystem->mkdir($appDir, $dirMode);
73 $filesystem->mkdir($appDir . '/database/', $dirMode);
74 $filesystem->mkdir($appDir . '/cache/', $dirMode);
75 $filesystem->mkdir($appDir . '/config/', $dirMode);
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/google.golang.org/appengine/aetest/
H A Dinstance_vm.go54 appDir string member
88 err1 := os.RemoveAll(i.appDir)
162 i.appDir, err = ioutil.TempDir("", "appengine-aetest")
168 os.RemoveAll(i.appDir)
171 err = os.Mkdir(filepath.Join(i.appDir, "app"), 0755)
175 err = ioutil.WriteFile(filepath.Join(i.appDir, "app", "app.yaml"), []byte(i.appYAML()), 0644)
179 err = ioutil.WriteFile(filepath.Join(i.appDir, "app", "stubapp.go"), []byte(appSource), 0644)
193 "--datastore_path", filepath.Join(i.appDir, "datastore"),
198 appserverArgs = append(appserverArgs, filepath.Join(i.appDir, "app"))
/dports/devel/codeblocks/codeblocks-20.03/src/tools/CBLauncher/
H A Dlauncher.cpp35 static wchar_t appDir[MAX_PATH]; variable
74 wcscpy(currDir, appDir); in setAppData()
89 wcscpy(currDir, appDir); in setAppData()
103 wcscpy(currDir, appDir); in setAppData()
121 wcscpy(toolPath, appDir); in setToolPath()
266 wcscpy(fontsPath, appDir); in addFonts()
361 wcscpy(fontsPath, appDir); in removeFonts()
398 if (! GetModuleFileNameW( NULL, appDir, MAX_PATH )) in main()
406 wchar_t *lastSlashPtr = wcsrchr( appDir, '\\' ); in main()
409 fwprintf(stdout, L"Launcher started in directory %ls\n", appDir); in main()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/xre/
H A DnsUpdateDriver.cpp136 rv = appDir->GetParent(getter_AddRefs(parentDir1)); in GetInstallDirPath()
147 rv = appDir->GetPath(installDirPathW); in GetInstallDirPath()
153 rv = appDir->GetNativePath(installDirPath); in GetInstallDirPath()
333 static bool CopyUpdaterIntoUpdateDir(nsIFile *greDir, nsIFile *appDir, in CopyUpdaterIntoUpdateDir() argument
338 if (!CopyFileIntoUpdateDir(appDir, NS_LITERAL_CSTRING(UPDATER_APP), in CopyUpdaterIntoUpdateDir()
350 appDir->Clone(getter_AddRefs(iconDir)); in CopyUpdaterIntoUpdateDir()
538 rv = GetInstallDirPath(appDir, installDirPath);
841 nsCOMPtr<nsIFile> appDir; local
842 rv = exeFile->GetParent(getter_AddRefs(appDir));
857 rv = appDir->Clone(getter_AddRefs(updRoot));
[all …]
/dports/deskutils/pet/pet-0.4.0/vendor/google.golang.org/appengine/aetest/
H A Dinstance_vm.go60 appDir string member
95 err1 := os.RemoveAll(i.appDir)
168 i.appDir, err = ioutil.TempDir("", "appengine-aetest")
174 os.RemoveAll(i.appDir)
177 err = os.Mkdir(filepath.Join(i.appDir, "app"), 0755)
181 err = ioutil.WriteFile(filepath.Join(i.appDir, "app", "app.yaml"), []byte(i.appYAML()), 0644)
185 err = ioutil.WriteFile(filepath.Join(i.appDir, "app", "stubapp.go"), []byte(appSource), 0644)
199 "--datastore_path", filepath.Join(i.appDir, "datastore"),
204 appserverArgs = append(appserverArgs, filepath.Join(i.appDir, "app"))

12345678910>>...22