Home
last modified time | relevance | path

Searched refs:programPath (Results 1 – 25 of 182) sorted by relevance

12345678

/dports/www/bolt/bolt-2.2.24/vendor/stecman/symfony-console-completion/src/
H A DHookFactory.php126 * @param string $programPath
132 public function generateHook($type, $programPath, $programName = null, $multiple = false) argument
143 $programName = $programName ?: $programPath;
148 $completionCommand = $programPath . ' _completion';
159 $this->generateFunctionName($programPath, $programName),
161 $programPath,
171 protected function generateFunctionName($programPath, $programName) argument
176 substr(md5($programPath), 0, 16)
/dports/www/nextcloud/nextcloud/3rdparty/stecman/symfony-console-completion/src/
H A DHookFactory.php130 * @param string $programPath
136 public function generateHook($type, $programPath, $programName = null, $multiple = false) argument
147 $programName = $programName ?: $programPath;
152 $completionCommand = $programPath . ' _completion';
166 $this->generateFunctionName($programPath, $programName),
168 $programPath,
178 protected function generateFunctionName($programPath, $programName) argument
183 substr(md5($programPath), 0, 16)
/dports/devel/apitrace/apitrace-9.0/cli/
H A Dcli_resources.cpp70 os::String programPath; in findProgram() local
75 programPath = processDir; in findProgram()
76 programPath.join(programFilename); in findProgram()
77 if (tryPath(programPath, verbose)) { in findProgram()
78 return programPath; in findProgram()
83 programPath = APITRACE_PROGRAMS_INSTALL_DIR; in findProgram()
84 programPath.join(programFilename); in findProgram()
85 if (tryPath(programPath, verbose)) { in findProgram()
86 return programPath; in findProgram()
/dports/devel/pear-phing/phing-2.6.1/tasks/ext/phpdoc/
H A DPhpDocumentorExternalTask.php42 protected $programPath = 'phpdoc'; variable in PhpDocumentorExternalTask
54 public function setProgramPath($programPath) argument
56 $this->programPath = $programPath;
64 return $this->programPath;
94 exec($this->programPath . " " . $arguments, $output, $return);
/dports/devel/hs-git-annex/git-annex-8.20210903/Annex/
H A DPath.hs9 programPath,
35 programPath :: IO FilePath
36 programPath = go =<< getEnv "GIT_ANNEX_PROGRAMPATH" function
71 cmd <- liftIO programPath
/dports/security/keybase/client-v5.7.1/osx/Helper/
H A DSMJobBlessUtil.py77 def checkCodeSignature(programPath, programType): argument
92 programPath
97 raise CheckException("%s code signature invalid" % programType, programPath)
99 def readDesignatedRequirement(programPath, programType): argument
107 programPath
112 raise CheckException("%s designated requirement unreadable" % programType, programPath)
116 raise CheckException("%s designated requirement malformed" % programType, programPath)
/dports/games/warzone2100/warzone2100/lib/exceptionhandler/
H A Ddumpinfo.cpp235 std::string programPath(buf.begin(), buf.end()); in getProgramPath() local
237 if (!programPath.empty()) in getProgramPath()
240 std::string::size_type eol = programPath.find('\n'); in getProgramPath()
243 programPath.erase(eol); in getProgramPath()
246 std::string::size_type nul = programPath.find('\0'); in getProgramPath()
249 programPath.erase(nul); in getProgramPath()
251 debug(LOG_WZ, "Found us at %s", programPath.c_str()); in getProgramPath()
258 return programPath; in getProgramPath()
/dports/math/vtk8/VTK-8.2.0/Parallel/Core/
H A DvtkPSystemTools.cxx186 std::string programPath; in GetProgramPath() local
189 programPath = vtksys::SystemTools::GetProgramPath(path); in GetProgramPath()
191 vtkPSystemTools::BroadcastString(programPath, 0); in GetProgramPath()
193 return programPath; in GetProgramPath()
/dports/math/vtk9/VTK-9.1.0/Parallel/Core/
H A DvtkPSystemTools.cxx171 std::string programPath; in GetProgramPath() local
174 programPath = vtksys::SystemTools::GetProgramPath(path); in GetProgramPath()
176 vtkPSystemTools::BroadcastString(programPath, 0); in GetProgramPath()
178 return programPath; in GetProgramPath()
/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/pugl/examples/
H A Dpugl_shader_demo.c64 const char* programPath; member
201 loadShader(const char* const programPath, const char* const name) in loadShader() argument
203 char* const path = resourcePath(programPath, name); in loadShader()
307 char* const headerSource = loadShader(app->programPath, headerFile); in setupGl()
309 char* const vertexSource = loadShader(app->programPath, "shaders/rect.vert"); in setupGl()
312 loadShader(app->programPath, "shaders/rect.frag"); in setupGl()
405 app.programPath = argv[0]; in main()
/dports/audio/moony-lv2/moony-0.36.0/subprojects/nk_pugl/pugl/examples/
H A Dpugl_shader_demo.c64 const char* programPath; member
201 loadShader(const char* const programPath, const char* const name) in loadShader() argument
203 char* const path = resourcePath(programPath, name); in loadShader()
307 char* const headerSource = loadShader(app->programPath, headerFile); in setupGl()
309 char* const vertexSource = loadShader(app->programPath, "shaders/rect.vert"); in setupGl()
312 loadShader(app->programPath, "shaders/rect.frag"); in setupGl()
405 app.programPath = argv[0]; in main()
/dports/audio/midi-matrix-lv2/midi-matrix-0.28.0/subprojects/nk_pugl/pugl/examples/
H A Dpugl_shader_demo.c64 const char* programPath; member
201 loadShader(const char* const programPath, const char* const name) in loadShader() argument
203 char* const path = resourcePath(programPath, name); in loadShader()
307 char* const headerSource = loadShader(app->programPath, headerFile); in setupGl()
309 char* const vertexSource = loadShader(app->programPath, "shaders/rect.vert"); in setupGl()
312 loadShader(app->programPath, "shaders/rect.frag"); in setupGl()
405 app.programPath = argv[0]; in main()
/dports/audio/vm-lv2/vm-0.14.0/subprojects/nk_pugl/pugl/examples/
H A Dpugl_shader_demo.c64 const char* programPath; member
201 loadShader(const char* const programPath, const char* const name) in loadShader() argument
203 char* const path = resourcePath(programPath, name); in loadShader()
308 char* const headerSource = loadShader(app->programPath, headerFile); in setupGl()
310 char* const vertexSource = loadShader(app->programPath, "shaders/rect.vert"); in setupGl()
313 loadShader(app->programPath, "shaders/rect.frag"); in setupGl()
406 app.programPath = argv[0]; in main()
/dports/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/dpf/dgl/src/pugl-upstream/examples/
H A Dpugl_shader_demo.c64 const char* programPath; member
201 loadShader(const char* const programPath, const char* const name) in loadShader() argument
203 char* const path = resourcePath(programPath, name); in loadShader()
308 char* const headerSource = loadShader(app->programPath, headerFile); in setupGl()
310 char* const vertexSource = loadShader(app->programPath, "shaders/rect.vert"); in setupGl()
313 loadShader(app->programPath, "shaders/rect.frag"); in setupGl()
441 app.programPath = argv[0]; in main()
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/subprojects/nk_pugl/pugl/examples/
H A Dpugl_shader_demo.c64 const char* programPath; member
201 loadShader(const char* const programPath, const char* const name) in loadShader() argument
203 char* const path = resourcePath(programPath, name); in loadShader()
308 char* const headerSource = loadShader(app->programPath, headerFile); in setupGl()
310 char* const vertexSource = loadShader(app->programPath, "shaders/rect.vert"); in setupGl()
313 loadShader(app->programPath, "shaders/rect.frag"); in setupGl()
406 app.programPath = argv[0]; in main()
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/Simple/Program/
H A DTypes.hs31 programPath,
150 programPath :: ConfiguredProgram -> FilePath
151 programPath = locationPath . programLocation function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/Simple/Program/
H A DTypes.hs32 programPath,
153 programPath :: ConfiguredProgram -> FilePath
154 programPath = locationPath . programLocation function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/Simple/Program/
H A DTypes.hs32 programPath,
153 programPath :: ConfiguredProgram -> FilePath
154 programPath = locationPath . programLocation function
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/Simple/Program/
H A DTypes.hs32 programPath,
153 programPath :: ConfiguredProgram -> FilePath
154 programPath = locationPath . programLocation function
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/Simple/Program/
H A DTypes.hs32 programPath,
153 programPath :: ConfiguredProgram -> FilePath
154 programPath = locationPath . programLocation function
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/platforms/wmf/
H A DWMFUtils.cpp154 char* programPath = PR_GetEnvSecure("ProgramW6432"); in GetProgramW6432Path() local
155 if (!programPath) { in GetProgramW6432Path()
156 programPath = PR_GetEnvSecure("ProgramFiles"); in GetProgramW6432Path()
159 if (!programPath) { in GetProgramW6432Path()
162 return NS_ConvertUTF8toUTF16(programPath); in GetProgramW6432Path()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/platforms/wmf/
H A DWMFUtils.cpp158 char* programPath = PR_GetEnvSecure("ProgramW6432"); in GetProgramW6432Path() local
159 if (!programPath) { in GetProgramW6432Path()
160 programPath = PR_GetEnvSecure("ProgramFiles"); in GetProgramW6432Path()
163 if (!programPath) { in GetProgramW6432Path()
166 return NS_ConvertUTF8toUTF16(programPath); in GetProgramW6432Path()
/dports/sysutils/nix/nix-2.3.10/src/nix/
H A Dmain.cc52 std::string programPath; variable
127 programPath = argv[0]; in mainWrapped()
128 string programName = baseNameOf(programPath); in mainWrapped()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/platforms/wmf/
H A DWMFUtils.cpp160 char* programPath = PR_GetEnvSecure("ProgramW6432"); in GetProgramW6432Path() local
161 if (!programPath) { in GetProgramW6432Path()
162 programPath = PR_GetEnvSecure("ProgramFiles"); in GetProgramW6432Path()
165 if (!programPath) { in GetProgramW6432Path()
168 return NS_ConvertUTF8toUTF16(programPath); in GetProgramW6432Path()
/dports/www/firefox/firefox-99.0/dom/media/platforms/wmf/
H A DWMFUtils.cpp160 char* programPath = PR_GetEnvSecure("ProgramW6432"); in GetProgramW6432Path() local
161 if (!programPath) { in GetProgramW6432Path()
162 programPath = PR_GetEnvSecure("ProgramFiles"); in GetProgramW6432Path()
165 if (!programPath) { in GetProgramW6432Path()
168 return NS_ConvertUTF8toUTF16(programPath); in GetProgramW6432Path()

12345678