Home
last modified time | relevance | path

Searched refs:init_path (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/dports/science/afni/afni-AFNI_21.3.16/src/scripts_install/
H A D@ROI_Corr_Mat6 set init_path = "$PWD"
205 foreach ii (`1dcat ${init_path}/${rowfile}`)
272 3dcalc -a ${init_path}/${outfile}.corr+orig \
279 printf "#" > ${init_path}/${outfile}.corr.1D
280 cat $rowfile >> ${init_path}/${outfile}.corr.1D
283 printf "#" > ${init_path}/${outfile}.TS.1D
284 cat $rowfile >> ${init_path}/${outfile}.TS.1D
285 cat 1D/TS_ALL.1D >> ${init_path}/${outfile}.TS.1D
288 printf "#" > ${init_path}/${outfile}.zval.1D
304 rm ${init_path}/___tmp_*ind* >& /dev/null
[all …]
/dports/math/octave/octave-6.4.0/scripts/gui/
H A Duigetdir.m28 ## @deftypefnx {} {@var{dirname} =} uigetdir (@var{init_path})
29 ## @deftypefnx {} {@var{dirname} =} uigetdir (@var{init_path}, @var{dialog_name})
32 ## If @var{init_path} is not given the current working directory is used.
42 function dirname = uigetdir (init_path = pwd, dialog_name = "Select Directory to Open")
48 if (! ischar (init_path) || ! ischar (dialog_name))
52 if (! isfolder (init_path))
53 init_path = fileparts (init_path); variable
65 dialog_mode, init_path);
68 dirname = feval (funcname, init_path, dialog_name);
/dports/cad/openroad/OpenROAD-2.0/src/sta/app/
H A DMain.cc120 string init_path = getenv("HOME"); in staTclAppInit() local
121 init_path += "/"; in staTclAppInit()
122 init_path += init_filename; in staTclAppInit()
123 if (is_regular_file(init_path.c_str())) in staTclAppInit()
124 sourceTclFile(init_path.c_str(), true, true, interp); in staTclAppInit()
/dports/devel/ros-vcstools/vcstools-0.1.42/test/
H A Dtest_svn.py118 self.init_path = os.path.join(self.root_directory, "init")
136 subprocess.check_call(cmd, shell=True, cwd=self.init_path)
146 subprocess.check_call(cmd, shell=True, cwd=self.init_path)
154 subprocess.check_call(cmd, shell=True, cwd=self.init_path)
164 subprocess.check_call(cmd, shell=True, cwd=self.init_path)
489 init_path = os.path.join(self.root_directory, "init_nc")
503 subprocess.check_call(cmd, shell=True, cwd=init_path)
514 subprocess.check_call("mkdir -p branches/foo2", shell=True, cwd=self.init_path)
515 subprocess.check_call("mkdir -p branches/bar", shell=True, cwd=self.init_path)
516 subprocess.check_call("svn add branches/foo2", shell=True, cwd=self.init_path)
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/test_importlib/
H A Dtest_api.py273 init_path = os.path.join(cwd, name, '__init__.py')
274 cached = self.util.cache_from_source(init_path)
277 '__file__': init_path,
279 '__path__': [os.path.dirname(init_path)],
283 os.rename(path, init_path)
292 self.assertEqual(loader.path, init_path)
332 init_path = os.path.join(cwd, name, '__init__.py')
333 cached = self.util.cache_from_source(init_path)
336 '__file__': init_path,
342 os.rename(bad_path, init_path)
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/test_importlib/
H A Dtest_api.py273 init_path = os.path.join(cwd, name, '__init__.py')
274 cached = self.util.cache_from_source(init_path)
277 '__file__': init_path,
279 '__path__': [os.path.dirname(init_path)],
283 os.rename(path, init_path)
292 self.assertEqual(loader.path, init_path)
332 init_path = os.path.join(cwd, name, '__init__.py')
333 cached = self.util.cache_from_source(init_path)
336 '__file__': init_path,
342 os.rename(bad_path, init_path)
[all …]
/dports/lang/python37/Python-3.7.12/Lib/test/test_importlib/
H A Dtest_api.py273 init_path = os.path.join(cwd, name, '__init__.py')
274 cached = self.util.cache_from_source(init_path)
277 '__file__': init_path,
279 '__path__': [os.path.dirname(init_path)],
283 os.rename(path, init_path)
292 self.assertEqual(loader.path, init_path)
332 init_path = os.path.join(cwd, name, '__init__.py')
333 cached = self.util.cache_from_source(init_path)
336 '__file__': init_path,
342 os.rename(bad_path, init_path)
[all …]
/dports/lang/python310/Python-3.10.1/Lib/test/test_importlib/
H A Dtest_api.py277 init_path = os.path.join(cwd, name, '__init__.py')
278 cached = self.util.cache_from_source(init_path)
281 '__file__': init_path,
283 '__path__': [os.path.dirname(init_path)],
287 os.rename(path, init_path)
296 self.assertEqual(loader.path, init_path)
336 init_path = os.path.join(cwd, name, '__init__.py')
337 cached = self.util.cache_from_source(init_path)
340 '__file__': init_path,
346 os.rename(bad_path, init_path)
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/test/test_importlib/
H A Dtest_api.py273 init_path = os.path.join(cwd, name, '__init__.py')
274 cached = self.util.cache_from_source(init_path)
277 '__file__': init_path,
279 '__path__': [os.path.dirname(init_path)],
283 os.rename(path, init_path)
292 self.assertEqual(loader.path, init_path)
332 init_path = os.path.join(cwd, name, '__init__.py')
333 cached = self.util.cache_from_source(init_path)
336 '__file__': init_path,
342 os.rename(bad_path, init_path)
[all …]
/dports/lang/python38/Python-3.8.12/Lib/test/test_importlib/
H A Dtest_api.py273 init_path = os.path.join(cwd, name, '__init__.py')
274 cached = self.util.cache_from_source(init_path)
277 '__file__': init_path,
279 '__path__': [os.path.dirname(init_path)],
283 os.rename(path, init_path)
292 self.assertEqual(loader.path, init_path)
332 init_path = os.path.join(cwd, name, '__init__.py')
333 cached = self.util.cache_from_source(init_path)
336 '__file__': init_path,
342 os.rename(bad_path, init_path)
[all …]
/dports/lang/python39/Python-3.9.9/Lib/test/test_importlib/
H A Dtest_api.py273 init_path = os.path.join(cwd, name, '__init__.py')
274 cached = self.util.cache_from_source(init_path)
277 '__file__': init_path,
279 '__path__': [os.path.dirname(init_path)],
283 os.rename(path, init_path)
292 self.assertEqual(loader.path, init_path)
332 init_path = os.path.join(cwd, name, '__init__.py')
333 cached = self.util.cache_from_source(init_path)
336 '__file__': init_path,
342 os.rename(bad_path, init_path)
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/test/test_importlib/
H A Dtest_api.py277 init_path = os.path.join(cwd, name, '__init__.py')
278 cached = self.util.cache_from_source(init_path)
281 '__file__': init_path,
283 '__path__': [os.path.dirname(init_path)],
287 os.rename(path, init_path)
296 self.assertEqual(loader.path, init_path)
336 init_path = os.path.join(cwd, name, '__init__.py')
337 cached = self.util.cache_from_source(init_path)
340 '__file__': init_path,
346 os.rename(bad_path, init_path)
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/test_importlib/
H A Dtest_api.py273 init_path = os.path.join(cwd, name, '__init__.py')
274 cached = self.util.cache_from_source(init_path)
277 '__file__': init_path,
279 '__path__': [os.path.dirname(init_path)],
283 os.rename(path, init_path)
292 self.assertEqual(loader.path, init_path)
332 init_path = os.path.join(cwd, name, '__init__.py')
333 cached = self.util.cache_from_source(init_path)
336 '__file__': init_path,
342 os.rename(bad_path, init_path)
[all …]
/dports/devel/p5-File-Find-Object/File-Find-Object-v0.3.2/t/lib/File/Find/Object/
H A DTreeCreate.pm99 my ($self, $init_path, $tree) = @_;
103 my $dir_name = File::Spec->catfile($init_path, $name);
115 open my $out, ">", File::Spec->catfile($init_path, $name);
/dports/devel/p5-File-Dir-Dumper/File-Dir-Dumper-v0.0.8/t/lib/File/Find/Object/
H A DTreeCreate.pm99 my ($self, $init_path, $tree) = @_;
103 my $dir_name = File::Spec->catfile($init_path, $name);
115 open my $out, ">", File::Spec->catfile($init_path, $name);
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pyximport/
H A Dpyximport.py263 init_path=pkg_file,
381 if importer.init_path:
382 path = importer.init_path
395 is_package=bool(importer.init_path))
435 def __init__(self, fullname, path, init_path=None, pyxbuild_dir=None,
438 fullname, path, init_path)
440 self.path, self.init_path = path, init_path
449 if self.init_path:
452 module = load_module(fullname, self.init_path,
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/pyximport/
H A Dpyximport.py263 init_path=pkg_file,
381 if importer.init_path:
382 path = importer.init_path
395 is_package=bool(importer.init_path))
435 def __init__(self, fullname, path, init_path=None, pyxbuild_dir=None, argument
438 fullname, path, init_path)
440 self.path, self.init_path = path, init_path
449 if self.init_path:
452 module = load_module(fullname, self.init_path,
/dports/lang/cython/Cython-0.29.24/pyximport/
H A Dpyximport.py263 init_path=pkg_file,
381 if importer.init_path:
382 path = importer.init_path
395 is_package=bool(importer.init_path))
435 def __init__(self, fullname, path, init_path=None, pyxbuild_dir=None, argument
438 fullname, path, init_path)
440 self.path, self.init_path = path, init_path
449 if self.init_path:
452 module = load_module(fullname, self.init_path,
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/pyximport/
H A Dpyximport.py263 init_path=pkg_file,
381 if importer.init_path:
382 path = importer.init_path
395 is_package=bool(importer.init_path))
435 def __init__(self, fullname, path, init_path=None, pyxbuild_dir=None, argument
438 fullname, path, init_path)
440 self.path, self.init_path = path, init_path
449 if self.init_path:
452 module = load_module(fullname, self.init_path,
/dports/lang/cython-devel/cython-2b1e743/pyximport/
H A Dpyximport.py263 init_path=pkg_file,
381 if importer.init_path:
382 path = importer.init_path
395 is_package=bool(importer.init_path))
435 def __init__(self, fullname, path, init_path=None, pyxbuild_dir=None, argument
438 fullname, path, init_path)
440 self.path, self.init_path = path, init_path
449 if self.init_path:
452 module = load_module(fullname, self.init_path,
/dports/cad/openroad/OpenROAD-2.0/src/
H A DMain.cc301 string init_path = getenv("HOME"); in tclAppInit()
302 init_path += "/"; in tclAppInit()
303 init_path += init_filename; in tclAppInit()
304 if (is_regular_file(init_path.c_str())) in tclAppInit()
305 sourceTclFile(init_path.c_str(), true, true, interp); in tclAppInit()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-fec/lib/
H A Dpolar_decoder_sc_list.cc77 polar::path* init_path = d_scl->initial_path(); in initialize_list() local
78 initialize_decoder(init_path->u_vec, init_path->llr_vec, in_buf); in initialize_list()
/dports/devel/p5-File-TreeCreate/File-TreeCreate-0.0.1/lib/File/
H A DTreeCreate.pm100 my ( $self, $init_path, $tree ) = @_;
104 my $dir_name = File::Spec->catfile( $init_path, $name );
116 open my $out, ">", File::Spec->catfile( $init_path, $name );
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dplugin.py304 init_path = osutils.pathjoin(package_path, "__init__.py")
305 if os.path.exists(init_path):
306 return init_path
307 init_path = init_path[:-3] + COMPILED_EXT
308 if os.path.exists(init_path):
309 return init_path
674 init_path = _get_package_init(plugin_path)
675 if init_path is not None:
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_pydoc.py402 init_path = os.path.join(test_dir, 'dt.py')
403 with open(init_path, 'w') as fobj:
412 py_compile.compile(init_path)
413 synopsis = pydoc.synopsis(init_path, {})
420 init_path = os.path.join(test_dir, 'foomod42.py')
422 with open(init_path, 'w') as fobj:
424 py_compile.compile(init_path)
425 synopsis = pydoc.synopsis(init_path, {})

12345678910>>...13