Home
last modified time | relevance | path

Searched refs:scriptPath (Results 226 – 250 of 443) sorted by relevance

12345678910>>...18

/dports/games/multimc/MultiMC5-0.6.11/application/
H A DUpdateController.cpp240 QString scriptPath = FS::PathCombine(m_root, "update", "update.vbs"); in installUpdates() local
243 QFile scriptFile(scriptPath); in installUpdates()
249 started = QProcess::startDetached("wscript", {scriptPath}, m_root); in installUpdates()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/hexen/src/
H A Dh2_main.cpp328 String scriptPath("Lumps:SNDSEQ"); in X_PostInit() local
331 scriptPath = arg.params.first()/"SNDSEQ.txt"; in X_PostInit()
333 SndSeqParser(AutoStr_FromTextStd(scriptPath.toUtf8().constData())); in X_PostInit()
/dports/www/nextcloud/nextcloud/apps-pkg/files/lib/Controller/
H A DViewController.php132 $scriptPath = $appPath . '/' . $scriptName;
133 if (file_exists($scriptPath)) {
136 include $scriptPath;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/web/public/deprecated/
H A Dcrw_js_injection_manager.h45 - (NSString*)scriptPath;
/dports/editors/jedit/installer/macros/Emacs/
H A DEmacs_Exchange_Point_and_Mark.bsh5 source (MiscUtilities.constructPath(dirname(scriptPath), "EmacsUtil.bsh"));
H A DEmacs_Kill_Sentence.bsh6 source (MiscUtilities.constructPath(dirname(scriptPath), "EmacsUtil.bsh"));
H A DEmacs_Open_Line.bsh5 source (MiscUtilities.constructPath(dirname(scriptPath), "EmacsUtil.bsh"));
H A DEmacs_Insert_File.bsh5 source (MiscUtilities.constructPath(dirname(scriptPath), "EmacsUtil.bsh"));
H A DEmacs_Upcase_Word.bsh7 source (MiscUtilities.constructPath(dirname(scriptPath), "EmacsUtil.bsh"));
H A DEmacs_Downcase_Word.bsh7 source (MiscUtilities.constructPath(dirname(scriptPath), "EmacsUtil.bsh"));
H A DEmacs_Transpose_Chars.bsh7 source (MiscUtilities.constructPath(dirname(scriptPath), "EmacsUtil.bsh"));
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/scripting/scriptengine/
H A DAmarokInfoScript.h52 Q_INVOKABLE QString scriptPath() const;
H A DAmarokInfoScript.cpp50 InfoScript::scriptPath() const in scriptPath() function in InfoScript
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/startkde/
H A Dstartplasma.cpp618 const auto scriptPath = info.absoluteFilePath(); in migrateUserScriptsAutostart() local
631 …qCInfo(PLASMA_STARTUP) << "Migrated legacy autostart script" << scriptPath << "to" << desktopFile.… in migrateUserScriptsAutostart()
633 if (info.isSymLink() && QFile::remove(scriptPath)) { in migrateUserScriptsAutostart()
634 …qCInfo(PLASMA_STARTUP) << "Removed legacy autostart script" << scriptPath << "that pointed to" << … in migrateUserScriptsAutostart()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/autofill_assistant/javatests/src/org/chromium/chrome/browser/autofill_assistant/
H A DAutofillAssistantService.java28 String scriptPath, String url, byte[] globalPayload, byte[] scriptPayload); in getActions() argument
/dports/sysutils/nomad/nomad-1.1.0/e2e/e2eutil/
H A De2ejob.go122 scriptPath := filepath.Join(filepath.Dir(j.jobfile), j.script)
125 cmd := exec.CommandContext(ctx, scriptPath)
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Routing/
H A DSiteMatcher.php126 $scriptPath = ltrim($normalizedParams->getSitePath(), '/');
128 $urlPath = '/' . $scriptPath . substr($urlPath, mb_strlen($scriptName));
/dports/net/gerbera/gerbera-1.9.2/src/content/scripting/
H A Dscript.cc370 void Script::_load(const std::string& scriptPath) in _load() argument
372 std::string scriptText = readTextFile(scriptPath); in _load()
384 duk_push_string(ctx, scriptPath.c_str()); in _load()
387 throw_std_runtime_error("Scripting: failed to compile {}", scriptPath.c_str()); in _load()
391 void Script::load(const std::string& scriptPath) in load() argument
395 _load(scriptPath); in load()
/dports/editors/imhex/ImHex-1.7.0/include/helpers/
H A Dloader_script_handler.hpp17 static bool processFile(std::string_view scriptPath);
/dports/graphics/exiv2/exiv2-0.27.5-Source/src/
H A Dbasicio.cpp2136 std::string scriptPath(getEnv(envHTTPPOST)); in writeRemote() local
2137 if (scriptPath.empty()) { in writeRemote()
2142 std::size_t protocolIndex = scriptPath.find("://"); in writeRemote()
2144 scriptPath = "/" + scriptPath; in writeRemote()
2151 Uri scriptUri = Exiv2::Uri::Parse(scriptPath); in writeRemote()
2358 std::string scriptPath(getEnv(envHTTPPOST)); in writeRemote() local
2359 if (scriptPath == "") { in writeRemote()
2366 std::size_t protocolIndex = scriptPath.find("://"); in writeRemote()
2368 if (scriptPath[0] != '/') scriptPath = "/" + scriptPath; in writeRemote()
2369 scriptPath = hostInfo.Protocol + "://" + hostInfo.Host + scriptPath; in writeRemote()
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/mapred/
H A DTestTaskLogsTruncater.java600 Path scriptPath = new Path(TEST_ROOT_DIR, "debug-script.txt"); in testDebugLogsTruncationWithMiniMR() local
605 DataOutputStream scriptFile = fs.create(scriptPath); in testDebugLogsTruncationWithMiniMR()
608 new File(scriptPath.toUri().getPath()).setExecutable(true); in testDebugLogsTruncationWithMiniMR()
610 URI uri = scriptPath.toUri(); in testDebugLogsTruncationWithMiniMR()
613 conf.setMapDebugScript(scriptPath.toUri().getPath()); in testDebugLogsTruncationWithMiniMR()
H A DTestMiniMRMapRedDebugScript.java151 Path scriptPath = new Path(debugDir,"testscript.txt"); in launchFailMapAndDebug() local
156 debugFs.copyFromLocalFile(scriptPath,cachePath); in launchFailMapAndDebug()
/dports/emulators/yuzu/yuzu-0b47f7a46/.ci/templates/
H A Dmergebot.yml13 scriptPath: '.ci/scripts/merge/apply-patches-by-label.py'
/dports/audio/praat/praat-6.2.03/sys/
H A Dpraat_script.h32 …d (UiForm sendingForm_dummy, integer narg, Stackel args, conststring32 scriptPath, Interpreter int…
H A Dpraat_actions.cpp721 const conststring32 scriptPath = actionFound -> script.get(); in praat_doAction() local
724 …Melder_stringMatchesCriterion (scriptPath, kMelder_string::STARTS_WITH, preferencesFolderPath, tru… in praat_doAction()
729 scriptIsInPlugin ? scriptPath + str32len (preferencesFolderPath) : scriptPath, in praat_doAction()
752 const conststring32 scriptPath = actionFound -> script.get(); in praat_doAction() local
755 …Melder_stringMatchesCriterion (scriptPath, kMelder_string::STARTS_WITH, preferencesFolderPath, tru… in praat_doAction()
760 scriptIsInPlugin ? scriptPath + str32len (preferencesFolderPath) : scriptPath, in praat_doAction()

12345678910>>...18