Home
last modified time | relevance | path

Searched refs:scriptPath (Results 1 – 25 of 443) sorted by relevance

12345678910>>...18

/dports/www/domoticz/domoticz-2020.2/dzVents/runtime/
H A DdzVents.lua13 _G.scriptsFolderPath = scriptPath .. 'scripts' -- global
15 _G.dataFolderPath = scriptPath .. 'data' -- global
18 scriptPath .. '?.lua;' ..
21 scriptPath .. 'dzVents/?.lua;' ..
22 scriptPath .. 'scripts/?.lua;' ..
23 scriptPath .. '../lua/?.lua;' ..
24 scriptPath .. 'scripts/modules/?.lua;' ..
25 scriptPath .. '?.lua;' ..
26 scriptPath .. 'generated_scripts/?.lua;' ..
27 scriptPath .. 'data/?.lua;' ..
[all …]
/dports/devel/apitrace/apitrace-9.0/cli/
H A Dcli_resources.cpp157 os::String scriptPath; in findScript() local
165 scriptPath = APITRACE_SOURCE_DIR; in findScript()
166 scriptPath.join("scripts"); in findScript()
167 scriptPath.join(scriptFilename); in findScript()
169 return scriptPath; in findScript()
174 scriptPath = processDir; in findScript()
178 scriptPath.join("../lib/scripts"); in findScript()
182 scriptPath.join(scriptFilename); in findScript()
184 return scriptPath; in findScript()
190 scriptPath.join(scriptFilename); in findScript()
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Core/
H A DSystemEnvironmentBuilder.php72 self::initializeEnvironment($requestType, $scriptPath, $rootPath);
141 $scriptPath = $rootPath . '/' . $scriptName;
143 return $scriptPath;
202 * @param string $scriptPath
213 $scriptPath = $rootPathFromEnvironment . substr($scriptPath, strlen($sitePath));
228 $scriptPath,
297 if (!preg_match('/^([a-zA-Z]:)?\\\\/', $scriptPath)) {
300 } elseif ($scriptPath[0] !== '/') {
306 $scriptPath = $workingDirectory . '/' . preg_replace('/\\.\\//', '', $scriptPath);
308 return $scriptPath;
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Core/
H A DSystemEnvironmentBuilder.php296 $scriptPath = PATH_thisScript;
305 $scriptPath = $rootPathFromEnvironment . substr($scriptPath, strlen($sitePath));
320 $scriptPath,
392 $scriptPath = $cgiPath;
400 return $scriptPath;
415 $scriptPath = $_SERVER['argv'][0];
417 $scriptPath = $_ENV['_'];
419 $scriptPath = $_SERVER['_'];
428 if ($scriptPath[0] !== '/') {
439 $scriptPath = $workingDirectory . '/' . preg_replace('/\\.\\//', '', $scriptPath);
[all …]
/dports/www/cgiwrap/cgiwrap-4.1/
H A Dcgiwrap.c40 char *scriptPath; /* Path to script file */ in main() local
180 if ( strstr(scriptPath, "/.svn/") ) in main()
186 if ( strstr(scriptPath, "/CVS/") ) in main()
199 StringEndsWith(scriptPath, ".php") || in main()
200 StringEndsWith(scriptPath, ".php3") || in main()
201 StringEndsWith(scriptPath, ".php4") || in main()
202 StringEndsWith(scriptPath, ".phtml") ) in main()
226 if ( StringEndsWith(scriptPath, ".asp") ) in main()
242 SetScriptFilename( scriptPath ); in main()
282 ChangeToCGIDir(scriptPath); in main()
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/functional/tester/
H A Dcase_external.go30 scriptPath string member
34 return exec.Command(c.scriptPath, "enable", fmt.Sprintf("%d", clus.rd)).Run()
38 return exec.Command(c.scriptPath, "disable", fmt.Sprintf("%d", clus.rd)).Run()
49 func new_Case_EXTERNAL(scriptPath string) Case {
51 desc: fmt.Sprintf("external fault injector (script: %q)", scriptPath),
53 scriptPath: scriptPath,
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/functional/tester/
H A Dcase_external.go30 scriptPath string member
34 return exec.Command(c.scriptPath, "enable", fmt.Sprintf("%d", clus.rd)).Run()
38 return exec.Command(c.scriptPath, "disable", fmt.Sprintf("%d", clus.rd)).Run()
49 func new_Case_EXTERNAL(scriptPath string) Case {
51 desc: fmt.Sprintf("external fault injector (script: %q)", scriptPath),
53 scriptPath: scriptPath,
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/functional/tester/
H A Dcase_external.go30 scriptPath string member
34 return exec.Command(c.scriptPath, "enable", fmt.Sprintf("%d", clus.rd)).Run()
38 return exec.Command(c.scriptPath, "disable", fmt.Sprintf("%d", clus.rd)).Run()
49 func new_Case_EXTERNAL(scriptPath string) Case {
51 desc: fmt.Sprintf("external fault injector (script: %q)", scriptPath),
53 scriptPath: scriptPath,
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/functional/tester/
H A Dcase_external.go30 scriptPath string member
34 return exec.Command(c.scriptPath, "enable", fmt.Sprintf("%d", clus.rd)).Run()
38 return exec.Command(c.scriptPath, "disable", fmt.Sprintf("%d", clus.rd)).Run()
49 func new_Case_EXTERNAL(scriptPath string) Case {
51 desc: fmt.Sprintf("external fault injector (script: %q)", scriptPath),
53 scriptPath: scriptPath,
/dports/devel/etcd32/etcd-3.2.32/functional/tester/
H A Dcase_external.go30 scriptPath string member
34 return exec.Command(c.scriptPath, "enable", fmt.Sprintf("%d", clus.rd)).Run()
38 return exec.Command(c.scriptPath, "disable", fmt.Sprintf("%d", clus.rd)).Run()
49 func new_Case_EXTERNAL(scriptPath string) Case {
51 desc: fmt.Sprintf("external fault injector (script: %q)", scriptPath),
53 scriptPath: scriptPath,
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/functional/tester/
H A Dcase_external.go30 scriptPath string member
34 return exec.Command(c.scriptPath, "enable", fmt.Sprintf("%d", clus.rd)).Run()
38 return exec.Command(c.scriptPath, "disable", fmt.Sprintf("%d", clus.rd)).Run()
49 func new_Case_EXTERNAL(scriptPath string) Case {
51 desc: fmt.Sprintf("external fault injector (script: %q)", scriptPath),
53 scriptPath: scriptPath,
/dports/www/minio-client/etcd-3.5.0/tests/functional/tester/
H A Dcase_external.go30 scriptPath string member
34 return exec.Command(c.scriptPath, "enable", fmt.Sprintf("%d", clus.rd)).Run()
38 return exec.Command(c.scriptPath, "disable", fmt.Sprintf("%d", clus.rd)).Run()
49 func new_Case_EXTERNAL(scriptPath string) Case {
51 desc: fmt.Sprintf("external fault injector (script: %q)", scriptPath),
53 scriptPath: scriptPath,
/dports/devel/etcd33/etcd-3.3.23/functional/tester/
H A Dcase_external.go30 scriptPath string member
34 return exec.Command(c.scriptPath, "enable", fmt.Sprintf("%d", clus.rd)).Run()
38 return exec.Command(c.scriptPath, "disable", fmt.Sprintf("%d", clus.rd)).Run()
49 func new_Case_EXTERNAL(scriptPath string) Case {
51 desc: fmt.Sprintf("external fault injector (script: %q)", scriptPath),
53 scriptPath: scriptPath,
/dports/devel/etcd34/etcd-3.4.18/functional/tester/
H A Dcase_external.go30 scriptPath string member
34 return exec.Command(c.scriptPath, "enable", fmt.Sprintf("%d", clus.rd)).Run()
38 return exec.Command(c.scriptPath, "disable", fmt.Sprintf("%d", clus.rd)).Run()
49 func new_Case_EXTERNAL(scriptPath string) Case {
51 desc: fmt.Sprintf("external fault injector (script: %q)", scriptPath),
53 scriptPath: scriptPath,
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/functional/tester/
H A Dcase_external.go30 scriptPath string member
34 return exec.Command(c.scriptPath, "enable", fmt.Sprintf("%d", clus.rd)).Run()
38 return exec.Command(c.scriptPath, "disable", fmt.Sprintf("%d", clus.rd)).Run()
49 func new_Case_EXTERNAL(scriptPath string) Case {
51 desc: fmt.Sprintf("external fault injector (script: %q)", scriptPath),
53 scriptPath: scriptPath,
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/winbuild/
H A Dregress.ps1175 <MSBuild Projects="${scriptPath}\regress_one.vcxproj" in vcxfile_make()
205 function RunTest($scriptPath, $Platform, $testexes) in RunTest() variable
213 $revsdir=$scriptPath in RunTest()
307 $scriptPath = (Split-Path $MyInvocation.MyCommand.Path) variable
309 $testsf="$scriptPath\..\test\tests"
340 Import-Module "$scriptPath\Psqlodbc-config.psm1" variable
342 $objbase = GetObjbase "$scriptPath\.."
343 $pushdir = GetObjbase "$scriptPath"
345 Import-Module ${scriptPath}\MSProgram-Get.psm1
391 cd $scriptPath variable
[all …]
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/installfiles/mac-update/
H A Dupdater.tmpl.sh11 scriptPath="`dirname "$0"`/`basename "$0"`"
12 if [ ! -s "$scriptPath" ]; then
13 scriptPath="$0"
14 if [ ! -s "$scriptPath" ]; then
15 echo "*** Auto-updater cannot determine its own path; $scriptPath is not readable."
20 endMarkerIndex=`grep -a -b -E '^################' "$scriptPath" | head -c 16 | cut -d : -f 1`
32 tail -c +$blobStart "$scriptPath" >/tmp/ZeroTierOne-update.pkg
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/jobs/view/
H A DJobLauncherDialog.java36 FileSystemItem scriptPath, in JobLauncherDialog() argument
39 this(caption, source, scriptPath, scriptPath.getParentPath(), null, operation); in JobLauncherDialog()
44 FileSystemItem scriptPath, in JobLauncherDialog() argument
53 if (scriptPath != null) in JobLauncherDialog()
54 controls_.setScriptPath(scriptPath); in JobLauncherDialog()
75 jobName = computeSelectionJobName(controls_.scriptPath()); in collectInput()
79 jobName = FileSystemItem.getNameFromPath(controls_.scriptPath()); in collectInput()
85 controls_.scriptPath(), in collectInput()
/dports/www/mediawiki135/mediawiki-1.35.5/includes/
H A DPHPVersionCheck.php56 var $scriptPath = '/'; variable in PHPVersionCheck
70 * @param string $scriptPath
72 function setScriptPath( $scriptPath ) { argument
73 $this->scriptPath = $scriptPath;
247 htmlspecialchars( str_replace( '//', '/', $this->scriptPath . '/' ) .
334 * @param string $scriptPath Used when an error is formatted as HTML.
336 function wfEntryPointCheck( $format = 'text', $scriptPath = '/' ) { argument
339 $phpVersionCheck->setScriptPath( $scriptPath );
/dports/www/mediawiki137/mediawiki-1.37.1/includes/
H A DPHPVersionCheck.php57 var $scriptPath = '/'; variable in PHPVersionCheck
71 * @param string $scriptPath
73 function setScriptPath( $scriptPath ) { argument
74 $this->scriptPath = $scriptPath;
248 htmlspecialchars( str_replace( '//', '/', $this->scriptPath . '/' ) .
335 * @param string $scriptPath Used when an error is formatted as HTML.
337 function wfEntryPointCheck( $format = 'text', $scriptPath = '/' ) { argument
340 $phpVersionCheck->setScriptPath( $scriptPath );
/dports/www/mediawiki136/mediawiki-1.36.3/includes/
H A DPHPVersionCheck.php57 var $scriptPath = '/'; variable in PHPVersionCheck
71 * @param string $scriptPath
73 function setScriptPath( $scriptPath ) { argument
74 $this->scriptPath = $scriptPath;
248 htmlspecialchars( str_replace( '//', '/', $this->scriptPath . '/' ) .
335 * @param string $scriptPath Used when an error is formatted as HTML.
337 function wfEntryPointCheck( $format = 'text', $scriptPath = '/' ) { argument
340 $phpVersionCheck->setScriptPath( $scriptPath );
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Appengine/
H A DScriptHandler.php20 public $scriptPath; variable in Google_Service_Appengine_ScriptHandler
22 public function setScriptPath($scriptPath) argument
24 $this->scriptPath = $scriptPath;
28 return $this->scriptPath;
H A DApiEndpointHandler.php20 public $scriptPath; variable in Google_Service_Appengine_ApiEndpointHandler
22 public function setScriptPath($scriptPath) argument
24 $this->scriptPath = $scriptPath;
28 return $this->scriptPath;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Appengine/
H A DApiEndpointHandler.php20 public $scriptPath; variable in Google_Service_Appengine_ApiEndpointHandler
22 public function setScriptPath($scriptPath) argument
24 $this->scriptPath = $scriptPath;
28 return $this->scriptPath;
H A DScriptHandler.php20 public $scriptPath; variable in Google_Service_Appengine_ScriptHandler
22 public function setScriptPath($scriptPath) argument
24 $this->scriptPath = $scriptPath;
28 return $this->scriptPath;

12345678910>>...18