Home
last modified time | relevance | path

Searched refs:_abs_path (Results 1 – 14 of 14) sorted by relevance

/dports/java/eclipse-EPIC/org.epic.updatesite/plugins/org.epic.debug_0.6.27/
H A Depic_breakpoints.pm23 my $main_script_path = _abs_path($main_script_key);
49 eval { print $DB::OUT _abs_path(@_) };
69 sub _abs_path subroutine
82 my $source_path = _abs_path(_trim(shift));
94 next if (!$key || _abs_path($INC{$key}) ne $source_path);
130 my $source_path = _abs_path($filename);
160 my $source_path = _abs_path(_trim(shift));
177 next if (_abs_path($INC{$key}) ne $source_path);
/dports/devel/p5-Git-Repository/Git-Repository-1.325/lib/Git/
H A DRepository.pm15 sub _abs_path { subroutine
96 -d ( $git_dir = _abs_path( $git_dir, $cwd ) )
99 -d ( $work_tree = _abs_path( $work_tree, $cwd ) )
109 $self->{git_dir} = _abs_path(
129 = _abs_path( File::Spec->updir, $self->{git_dir} );
143 = $cdup ? _abs_path( $cdup, $work_tree ) : $work_tree;
155 = eval { _abs_path( $self->run(qw( rev-parse --git-dir )), $cwd ) }
/dports/devel/p5-File-chdir/File-chdir-0.1010/lib/File/
H A Dchdir.pm20 sub _abs_path { subroutine
29 my ($vol, $dir) = splitpath(_abs_path, 1);
58 *_abs_path = \&File::chdir::_abs_path;
71 return _abs_path;
86 *_abs_path = \&File::chdir::_abs_path;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/cmake/
H A Dprotobuf-config.cmake.in74 get_filename_component(_abs_path ${_abs_file} PATH)
75 list(FIND _protobuf_include_path ${_abs_path} _contains_already)
77 list(APPEND _protobuf_include_path -I ${_abs_path})
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/cmake/
H A Dprotobuf-config.cmake.in74 get_filename_component(_abs_path ${_abs_file} PATH)
75 list(FIND _protobuf_include_path ${_abs_path} _contains_already)
77 list(APPEND _protobuf_include_path -I ${_abs_path})
/dports/devel/py-jedi/jedi-0.18.0/jedi/inference/
H A Dsys_path.py17 def _abs_path(module_context, str_path: str): function
70 abs_path = _abs_path(module_context, value.get_safe_value())
95 abs_path = _abs_path(module_context, p)
/dports/games/py-mnemosyne/Mnemosyne-2.7.3/mnemosyne/libmnemosyne/
H A Dutils.py94 def _abs_path(path): function
118 if _abs_path(path):
136 if _abs_path(path):
/dports/devel/protobuf/protobuf-3.17.3/cmake/
H A Dprotobuf-config.cmake.in78 get_filename_component(_abs_path ${_abs_file} PATH)
79 list(FIND _protobuf_include_path ${_abs_path} _contains_already)
81 list(APPEND _protobuf_include_path -I ${_abs_path})
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/cmake/
H A Digc_find_protobuf.cmake93 get_filename_component(_abs_path ${_abs_file} PATH)
94 list(FIND _protobuf_include_path ${_abs_path} _contains_already)
96 list(APPEND _protobuf_include_path -I ${_abs_path})
/dports/science/py-ase/ase-3.22.0/ase/calculators/
H A Dcastep.py1988 if os.path.exists(self._abs_path(self._check_file)):
1990 elif os.path.exists(self._abs_path(self._castep_bin_file)):
1995 self._castep_file = self._abs_path('%s.castep' % self._seed)
1998 self._write_cell(self._abs_path('%s.cell' % self._seed),
2006 write_param(self._abs_path('%s.param' % self._seed), self.param,
2020 def _abs_path(self, path): member in Castep
2044 err_file = self._abs_path('%s.0001.err' % self._seed)
/dports/games/py-mnemosyne/Mnemosyne-2.7.3/mnemosyne/pyqt_ui/
H A Dreview_wdgt.py114 from mnemosyne.libmnemosyne.utils import expand_path, _abs_path
121 if not _abs_path(img_file): # Linux issue
/dports/devel/cmake-gui/cmake-3.22.1/Modules/
H A DFindProtobuf.cmake207 get_filename_component(_abs_path ${_abs_file} PATH)
208 list(FIND _protobuf_include_path ${_abs_path} _contains_already)
210 list(APPEND _protobuf_include_path -I ${_abs_path})
/dports/devel/cmake-doc/cmake-3.22.1/Modules/
H A DFindProtobuf.cmake207 get_filename_component(_abs_path ${_abs_file} PATH)
208 list(FIND _protobuf_include_path ${_abs_path} _contains_already)
210 list(APPEND _protobuf_include_path -I ${_abs_path})
/dports/devel/cmake/cmake-3.22.1/Modules/
H A DFindProtobuf.cmake207 get_filename_component(_abs_path ${_abs_file} PATH)
208 list(FIND _protobuf_include_path ${_abs_path} _contains_already)
210 list(APPEND _protobuf_include_path -I ${_abs_path})