Home
last modified time | relevance | path

Searched refs:path_function (Results 1 – 17 of 17) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/site_scons/site_tools/
H A Dabilink.py52 path_function = old_scanner.path_function
62 … builder.target_scanner = SCons.Scanner.Scanner(function=new_scanner, path_function=path_function)
H A Dthin_archive.py62 path_function = old_scanner.path_function
74 path_function=path_function)
/dports/devel/scons/SCons-4.2.0/SCons/Scanner/
H A D__init__.py87 path_function=None, argument
161 self.path_function = path_function
183 if not self.path_function:
186 return self.path_function(env, dir, target, source, self.argument)
188 return self.path_function(env, dir, target, source)
H A DPython.py45 def path_function(env, dir=None, target=None, source=None, argument=None): function
203 path_function=path_function, recursive=1)
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/scons/scons-local-2.3.3/SCons/Scanner/
H A D__init__.py93 path_function = None, argument
167 self.path_function = path_function
189 if not self.path_function:
192 return self.path_function(env, dir, target, source, self.argument)
194 return self.path_function(env, dir, target, source)
/dports/graphics/photivo/photivo/scons-local-2.2.0/SCons/Scanner/
H A D__init__.py93 path_function = None, argument
167 self.path_function = path_function
189 if not self.path_function:
192 return self.path_function(env, dir, target, source, self.argument)
194 return self.path_function(env, dir, target, source)
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Scanner/
H A D__init__.py95 path_function = None, argument
169 self.path_function = path_function
191 if not self.path_function:
194 return self.path_function(env, dir, target, source, self.argument)
196 return self.path_function(env, dir, target, source)
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Scanner/
H A D__init__.py93 path_function = None, argument
167 self.path_function = path_function
189 if not self.path_function:
192 return self.path_function(env, dir, target, source, self.argument)
194 return self.path_function(env, dir, target, source)
/dports/graphics/py-pivy/pivy-0.6.6/scons/scons-local-1.2.0.d20090919/SCons/Scanner/
H A D__init__.py94 path_function = None, argument
166 self.path_function = path_function
188 if not self.path_function:
191 return self.path_function(env, dir, target, source, self.argument)
193 return self.path_function(env, dir, target, source)
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/scons-2.5.0/scons-local-2.5.0/SCons/Scanner/
H A D__init__.py93 path_function = None, argument
167 self.path_function = path_function
189 if not self.path_function:
192 return self.path_function(env, dir, target, source, self.argument)
194 return self.path_function(env, dir, target, source)
/dports/devel/R-cran-lintr/lintr/R/
H A Dpath_linters.R143 make_path_linter <- function(path_function, message, linter) { argument
155 if (path_function(path)) {
180 path_function = function(path) {
193 path_function = function(path) {
/dports/databases/mongodb36/mongodb-src-r3.6.23/site_scons/
H A Dlibdeps.py173 path_function = old_scanner.path_function
180 path_function = None
186 path_function=path_function)
/dports/biology/avida/avida-2.12.4-src/avida-core/support/utils/AvidaUtils/
H A DPysteTool.py219 path_function = SCons.Scanner.FindPathDirs(SCons.Node.FS.default_fs),
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/site_scons/site_tools/
H A Dnaclsdk.py713 path_function=SCons.Scanner.FindPathDirs('LIBPATH'),
/dports/graphics/photivo/photivo/site_scons/site_tools/qt4/
H A D__init__.py128 path = SCons.Defaults.CScan.path_function(env, moc.cwd)
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dcolvar_methods.F132 CHARACTER(LEN=default_path_length) :: path_function local
539 CALL section_vals_val_get(path_section, "FUNCTION", c_val=path_function, i_rep_val=i)
540 CALL compress(path_function, full=.TRUE.)
541 CALL parsef(i, TRIM(path_function), my_par)
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dcolvar_methods.F132 CHARACTER(LEN=default_path_length) :: path_function local
539 CALL section_vals_val_get(path_section, "FUNCTION", c_val=path_function, i_rep_val=i)
540 CALL compress(path_function, full=.TRUE.)
541 CALL parsef(i, TRIM(path_function), my_par)