Home
last modified time | relevance | path

Searched refs:scriptsDir (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/eric6/eric6-21.11/eric/eric6/
H A Deric6_post_install.py92 scriptsDir = sysconfig.get_path("scripts")
95 os.path.join(scriptsDir, "eric6.exe"),
96 os.path.join(scriptsDir, "eric6.ico")
99 os.path.join(scriptsDir, "eric6_browser.exe"),
100 os.path.join(scriptsDir, "ericWeb48.ico")
152 scriptsDir = sysconfig.get_path("scripts")
153 srcDir = os.path.join(os.path.dirname(scriptsDir), "share")
171 scriptsDir
/dports/math/yacas/yacas-1.9.1/jyacas/net/sf/yacas/
H A DYacasInterpreter.java30 String scriptsDir = "scripts/"; in YacasInterpreter() local
34 URL initURL = yacas.getClass().getClassLoader().getResource(scriptsDir + "yacasinit.ys"); in YacasInterpreter()
37 throw new NoSuchFileException("yacasinit.ys not found in " + scriptsDir); in YacasInterpreter()
48 yacas.Evaluate("DefaultDirectory(\"" + scriptsDir + "\");"); in YacasInterpreter()
/dports/textproc/zorba/zorba-2.7.0/test/rbkt/Scripts/
H A Dlbkt.sh.in49 scriptsDir=${testRootDir}/Scripts
67 if [ ! -e ${scriptsDir}/functions.sh ]; then
68 echo "ERROR 3 lbkt.sh: ${scriptsDir}/functions.sh does not exist"
72 source ${scriptsDir}/functions.sh
H A Drbkt.sh.in48 scriptsDir=${testRootDir}/Scripts
67 if [ ! -e ${scriptsDir}/functions.sh ]; then
68 echo "ERROR 3 rbkt.sh: ${scriptsDir}/functions.sh does not exist"
72 source ${scriptsDir}/functions.sh
H A Dfunctions.sh75 if [ ! -d $scriptsDir ]; then
76 echo "ERROR 14 buildDirEnv: test scripts directory $scriptsDir does not exist"
/dports/devel/eric6/eric6-21.11/eric/eric6/WebBrowser/GreaseMonkey/
H A DGreaseMonkeyManager.py298 scriptsDir = QDir(self.scriptsDirectory())
299 if not scriptsDir.exists():
300 scriptsDir.mkpath(self.scriptsDirectory())
302 if not scriptsDir.exists("requires"):
303 scriptsDir.mkdir("requires")
309 for fileName in scriptsDir.entryList(["*.js"], QDir.Filter.Files):
310 absolutePath = scriptsDir.absoluteFilePath(fileName)
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dscriptmenu.cpp91 ScanScriptsDirectory(string scriptsDir, bool deep) in ScanScriptsDirectory() argument
97 Directory* dir = OpenDirectory(scriptsDir); in ScanScriptsDirectory()
101 scanner.pushDir(scriptsDir); in ScanScriptsDirectory()
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dscriptmenu.cpp91 ScanScriptsDirectory(string scriptsDir, bool deep) in ScanScriptsDirectory() argument
97 Directory* dir = OpenDirectory(scriptsDir); in ScanScriptsDirectory()
101 scanner.pushDir(scriptsDir); in ScanScriptsDirectory()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/lancelot/
H A Dtst_lancelot.cpp82 QString scriptsDir; member in tst_Lancelot
121 scriptsDir = QCoreApplication::applicationDirPath() + "/scripts/"; in initTestCase()
123 scriptsDir = SRCDIR "/scripts/"; in initTestCase()
125 QDir qpsDir(scriptsDir); in initTestCase()
135 QFile file(scriptsDir + fileName); in initTestCase()
281 QString filePath = scriptsDir + item.itemName; in render()
/dports/devel/codeblocks/codeblocks-20.03/src/scripts/
H A Dedit_startup_script.script42 local scriptsDir = GetFolder(sdScriptsUser);
45 local ed = GetEditorManager().Open(scriptsDir + _T("/startup.script"));
58 if (scriptsGlobalDir == scriptsDir)
61 scriptsDir + _T("/startup.script"), // destination file
65 ed = GetEditorManager().Open(scriptsDir + _T("/startup.script"));
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/phpunit/unit/Elgg/
H A DCommitMessageGitHookUnitTest.php14 protected $scriptsDir; variable in Elgg\\CommitMessageGitHookUnitTest
23 $this->scriptsDir = Paths::elgg() . '.scripts/';
25 $this->validateScript = "php {$this->scriptsDir}validate_commit_msg.php";
H A DTravisValidateCommitMsgUnitTest.php15 $this->travisScript = $this->scriptsDir . 'travis/check_commit_msgs.sh';
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/cmake/tribits/python_utils/
H A Dmailmsg.py52 scriptsDir = os.path.abspath(os.path.dirname(sys.argv[0]))+"/cmake/python" variable
53 sys.path.insert(0, scriptsDir)
H A Dsnapshot-dir.py53 scriptsDir = os.path.dirname(checkinTestFileRealPath)+"/python" variable
55 sys.path.insert(0, scriptsDir)
H A Dgeneric-looping-demon.py167 scriptsDir = os.path.abspath(os.path.dirname(sys.argv[0]))+"/cmake/python" variable
168 sys.path.insert(0, scriptsDir)
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/cmake/tribits/
H A Dsnapshot_tribits.py53 scriptsDir = os.path.dirname(checkinTestFileRealPath)+"/python" variable
55 sys.path.insert(0, scriptsDir)
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/script/context2d/
H A Dwindow.cpp59 static QString scriptsDir() in scriptsDir() function
104 QDir dir(scriptsDir()); in Window()
146 QFile file(scriptsDir() + "/" + fileName); in runScript()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtscript/examples/script/context2d/
H A Dwindow.cpp69 static QString scriptsDir() in scriptsDir() function
114 QDir dir(scriptsDir()); in Window()
156 QFile file(scriptsDir() + "/" + fileName); in runScript()
/dports/editors/calligra/calligra-3.2.1/libs/kross/
H A DKoScriptManager.cpp317 const QString scriptsDir = dir + QStringLiteral("/scripts/"); in slotAccepted() local
318 QDir().mkpath(scriptsDir); in slotAccepted()
320 const QString file = QFileInfo(scriptsDir, "scripts.rc").absoluteFilePath(); in slotAccepted()
/dports/devel/hadoop/hadoop-1.2.1/src/test/system/java/org/apache/hadoop/test/system/process/
H A DHadoopDaemonRemoteCluster.java82 protected String scriptsDir; field in HadoopDaemonRemoteCluster
200 scriptsDir = conf.get(CONF_SCRIPTDIR); in populateDirectories()
316 File scriptDir = new File(scriptsDir); in buildPushConfig()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.incubator.jpackage/macosx/classes/jdk/incubator/jpackage/internal/
H A DMacPkgBundler.java72 File scriptsDir =
74 scriptsDir.mkdirs();
75 return scriptsDir;
/dports/news/nzbget/nzbget-21.1/osx/
H A DDaemonController.m78 NSString* scriptsDir = [self resolveAppSupDir:SCRIPTS_DIR];
79 if (![[NSFileManager defaultManager] fileExistsAtPath:scriptsDir]) {
81 [[NSFileManager defaultManager] copyItemAtPath:scriptsTemplate toPath:scriptsDir error:nil];
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.incubator.jpackage/macosx/classes/jdk/incubator/jpackage/internal/
H A DMacPkgBundler.java72 File scriptsDir =
74 scriptsDir.mkdirs();
75 return scriptsDir;
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/
H A DMacPkgBundler.java88 Path scriptsDir =
91 Files.createDirectories(scriptsDir);
95 return scriptsDir;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/
H A DMacPkgBundler.java91 Path scriptsDir =
94 Files.createDirectories(scriptsDir);
98 return scriptsDir;

12