Home
last modified time | relevance | path

Searched refs:absolute_filename (Results 1 – 25 of 215) sorted by relevance

123456789

/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/
H A Dpydevd_source_mapping.py58 def set_source_mapping(self, absolute_filename, mapping): argument
78 if existing_source_filename and existing_source_filename != absolute_filename:
80absolute_filename, map_entry.runtime_source, existing_source_filename, map_entry.runtime_source)
83 absolute_normalized_filename = pydevd_file_utils.normcase(absolute_filename)
91 self._mappings_to_client[map_entry.runtime_source] = absolute_filename
132 def map_to_server(self, absolute_filename, lineno): argument
138 absolute_normalized_filename = pydevd_file_utils.normcase(absolute_filename)
162 absolute_filename = entry.runtime_source
165 return absolute_filename, lineno, changed
H A Dpydevd_dont_trace.py31 def default_should_trace_hook(frame, absolute_filename): argument
36 ignored_lines = _filename_to_ignored_lines.get(absolute_filename)
48 lines = linecache.getlines(absolute_filename)
73 _filename_to_ignored_lines[absolute_filename] = ignored_lines
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydevd_bundle/
H A Dpydevd_source_mapping.py45 def set_source_mapping(self, absolute_filename, mapping): argument
65 if existing_source_filename and existing_source_filename != absolute_filename:
67absolute_filename, map_entry.runtime_source, existing_source_filename, map_entry.runtime_source)
70 absolute_normalized_filename = pydevd_file_utils.normcase(absolute_filename)
78 self._mappings_to_client[map_entry.runtime_source] = absolute_filename
119 def map_to_server(self, absolute_filename, lineno): argument
125 absolute_normalized_filename = pydevd_file_utils.normcase(absolute_filename)
149 absolute_filename = entry.runtime_source
152 return absolute_filename, lineno, changed
H A Dpydevd_dont_trace.py31 def default_should_trace_hook(frame, absolute_filename): argument
36 ignored_lines = _filename_to_ignored_lines.get(absolute_filename)
48 lines = linecache.getlines(absolute_filename)
73 _filename_to_ignored_lines[absolute_filename] = ignored_lines
/dports/devel/make++/makepp-2.0/Mpp/
H A DRepository.pm22 or die 'error linking ' . absolute_filename( $_[1] ) . ' to ' . &absolute_filename . "--$!\n";
136 my $fname = absolute_filename $finfo;
155 die 'repository ' . &absolute_filename . " doesn't exist\n";
186 … Mpp::print_error 'Directory `' . &absolute_filename . "' is in the way of a repository import.";
192 Mpp::print_error 'Failed to make directory `' . &absolute_filename . "'--$!.";
250 'Cannot link ', absolute_filename( $src_finfo ), ' to ', &absolute_filename,
260 $build_info{SYMLINK} = readlink absolute_filename $src_finfo;
261 if( CORE::symlink $build_info{SYMLINK}, &absolute_filename ) {
H A DFile.pm245 my @ids_for_check = (stat absolute_filename( $CWD_INFO ))[4, 5]
311 sub absolute_filename { subroutine
382 die ("chdir: can't cd to directory " . absolute_filename( $newdir ) .
679 if(-p &absolute_filename) {
687 opendir my $fh, &absolute_filename or return undef;
689 open my $fh, &absolute_filename or return undef;
710 $_[0]{HAVE_READ_PERMISSION} = -r &absolute_filename;
909 warn '`'.&absolute_filename."' changed without my knowledge\n".
1021 return &absolute_filename if Mpp::is_windows && $finfo->{NAME} =~ /\//; # //unc/name
1037 return $_[2] ? 999 + @dirs : &absolute_filename
[all …]
H A DRecursive.pm40 …print "$Mpp::progname: Leaving directory `" . absolute_filename( $Mpp::Rule::last_build_cwd ). "'\…
139 $status = '2 Dependency of `' . absolute_filename($status) . "' failed";
191 $command = absolute_filename $finfo;
224 absolute_filename( file_info $Mpp::datadir, $Mpp::original_cwd ) .
H A DFileOpt.pm236 …die '`' . &absolute_filename . "' is both a source file and a phony target\n" if exists $finfo->{x…
316 *name = \&absolute_filename;
573 warn 'rule `', $rule->source, "' produces ", &absolute_filename,
583 &absolute_filename, "\n"
608 "' for target ", &absolute_filename, " after I had already tried to build it\n"
879 } elsif( &in_sandbox || !-e &absolute_filename ) {
893 …"Can't remove outdated repository link " . &absolute_filename . " because it's out of my sandbox\n…
H A DScanner.pm147 warn 'invalid directory ' . absolute_filename( $dirinfo ) .
149 unless $dir_warnings{absolute_filename( $dirinfo )}++;
260 $absname ||= absolute_filename( $finfo->{'..'} );
328 my $absname = absolute_filename( $finfo );
488 $_ ? absolute_filename( $_ ) : "[including file's directory]"
491 ($src ? ', included from `'.absolute_filename( $src )."'" : '') .
/dports/devel/make++/makepp-2.0/
H A Dmakepp295 warn 'Ignoring dependencies of ', &absolute_filename,
332 $reason = ', because ' . absolute_filename( $finfo ) . ' failed to build';
335 'Not building ' . &absolute_filename .
420 warn 'Target ', &absolute_filename, ' depends on temporary file ',
421 absolute_filename( $dep ), "\n"
551 absolute_filename( $target_dst ) . " failed because $reason\n";
580 'Not building ' . absolute_filename( $oinfo ) .
581 ' because ' . absolute_filename( $dont_build ) .
643 map( ' `'.absolute_filename( $_ )."'", @$all_targets ), " [$_[0]]";
813 my $link = readlink absolute_filename $tinfo;
[all …]
H A Dmakeppreplay105 or die "$0: No RootMakeppfile(.mk) found above `", absolute_filename( $target_cwd ), "'.\n";
115 … ['I', qr/include(?:[-_]?dir)?/, \$tmp, 1, sub { unshift @INC, absolute_filename file_info $tmp }],
127 $nothing_in_dir = absolute_filename $finfo;
145 die "$progname: Nothing known about `" . absolute_filename( $finfo ) . "'.\n"
147 die "$progname: File `" . absolute_filename( $finfo ) . "' not built by makepp.\n"
161 Mpp::Subs::eval_or_die $modules, $makefile, absolute_filename( $dinfo ) . ':0';
208 map( ' `'.absolute_filename( $_ )."'", @{$rule->{TARGETS}} ), " [$status]";
250 $build_info->{SYMLINK} = readlink absolute_filename $tinfo;
/dports/deskutils/glabels/glabels-3.4.1/src/
H A Dfile-util.c79 gchar *pwd, *absolute_filename; in gl_file_util_make_absolute() local
82 absolute_filename = g_strdup (filename); in gl_file_util_make_absolute()
85 absolute_filename = g_build_filename (pwd, filename, NULL); in gl_file_util_make_absolute()
89 return absolute_filename; in gl_file_util_make_absolute()
/dports/games/onscripter-1byte/onscripter-20200722/
H A DONScripter_sound.cpp249 char *absolute_filename = new char[ strlen(archive_path) + strlen(filename) + 1 ]; in playMPEG() local
250 sprintf( absolute_filename, "%s%s", archive_path, filename ); in playMPEG()
251 playVideoIOS(absolute_filename, click_flag, loop_flag); in playMPEG()
252 delete[] absolute_filename; in playMPEG()
415 sprintf( absolute_filename, "%s%s", archive_path, filename ); in playAVI()
416 for ( unsigned int i=0 ; i<strlen( absolute_filename ) ; i++ ) in playAVI()
417 if ( absolute_filename[i] == '/' || in playAVI()
418 absolute_filename[i] == '\\' ) in playAVI()
419 absolute_filename[i] = DELIMITER; in playAVI()
424 if ( avi->init( absolute_filename, false ) == 0 && in playAVI()
[all …]
/dports/games/onscripter/onscripter-20200722/
H A DONScripter_sound.cpp249 char *absolute_filename = new char[ strlen(archive_path) + strlen(filename) + 1 ]; in playMPEG() local
250 sprintf( absolute_filename, "%s%s", archive_path, filename ); in playMPEG()
251 playVideoIOS(absolute_filename, click_flag, loop_flag); in playMPEG()
252 delete[] absolute_filename; in playMPEG()
415 sprintf( absolute_filename, "%s%s", archive_path, filename ); in playAVI()
416 for ( unsigned int i=0 ; i<strlen( absolute_filename ) ; i++ ) in playAVI()
417 if ( absolute_filename[i] == '/' || in playAVI()
418 absolute_filename[i] == '\\' ) in playAVI()
419 absolute_filename[i] = DELIMITER; in playAVI()
424 if ( avi->init( absolute_filename, false ) == 0 && in playAVI()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/solenv/bin/modules/installer/windows/
H A Dshortcut.pm115 my $absolute_filename = 0;
117 …if ( $styles =~ /\bABSOLUTE_FILENAME\b/ ) { $absolute_filename = 1; } # FileID contains an absol…
118 …if ( $styles =~ /\bUSE_HELPER_FILENAME\b/ ) { $absolute_filename = 1; } # ComponentIDFile contains…
121 if ( $absolute_filename ) { $shortcut_fileid = $shortcut->{'ComponentIDFile'}; }
367 my $absolute_filename = 0;
370 …if ( $styles =~ /\bABSOLUTE_FILENAME\b/ ) { $absolute_filename = 1; } # FileID contains an absol…
373 if ( $absolute_filename )
/dports/editors/libreoffice6/libreoffice-6.4.7.2/solenv/bin/modules/installer/windows/
H A Dshortcut.pm115 my $absolute_filename = 0;
117 …if ( $styles =~ /\bABSOLUTE_FILENAME\b/ ) { $absolute_filename = 1; } # FileID contains an absol…
118 …if ( $styles =~ /\bUSE_HELPER_FILENAME\b/ ) { $absolute_filename = 1; } # ComponentIDFile contains…
121 if ( $absolute_filename ) { $shortcut_fileid = $shortcut->{'ComponentIDFile'}; }
367 my $absolute_filename = 0;
370 …if ( $styles =~ /\bABSOLUTE_FILENAME\b/ ) { $absolute_filename = 1; } # FileID contains an absol…
373 if ( $absolute_filename )
/dports/misc/hashdb/hashdb-3.1.0-8-g1da1b9f/src_libhashdb/hasher/
H A Dfilename_list.cpp192 std::wstring absolute_filename = path + L"\\" + in filename_list() local
196 HANDLE opened_filehandle = CreateFile(absolute_filename.c_str(), in filename_list()
206 << hasher::native_to_utf8(absolute_filename) << "."; in filename_list()
215 << hasher::native_to_utf8(absolute_filename) << "."; in filename_list()
229 directories.push(absolute_filename); in filename_list()
232 files->insert(absolute_filename); in filename_list()
/dports/games/supertux/supertux-0.1.3/src/
H A Dsetup.cpp175 char absolute_filename[1024]; in dsubdirs() local
178 sprintf(absolute_filename, "%s/%s", path, direntp->d_name); in dsubdirs()
180 if (stat(absolute_filename, &buf) == 0 && S_ISDIR(buf.st_mode)) in dsubdirs()
200 char absolute_filename[1024]; in dsubdirs() local
203 sprintf(absolute_filename, "%s/%s", path, direntp->d_name); in dsubdirs()
205 if (stat(absolute_filename, &buf) == 0 && S_ISDIR(buf.st_mode)) in dsubdirs()
244 char absolute_filename[1024]; in dfiles() local
247 sprintf(absolute_filename, "%s/%s", path, direntp->d_name); in dfiles()
249 if (stat(absolute_filename, &buf) == 0 && S_ISREG(buf.st_mode)) in dfiles()
271 char absolute_filename[1024]; in dfiles() local
[all …]
/dports/devel/m17n-lib/m17n-lib-1.8.0/src/
H A Ddatabase.c370 if (db_info->absolute_filename) in get_database_file()
373 *result = stat (db_info->absolute_filename, buf); in get_database_file()
400 return db_info->absolute_filename; in get_database_file()
525 if (db_info->absolute_filename in free_db_info()
527 free (db_info->absolute_filename); in free_db_info()
641 if (db_info->absolute_filename in register_database()
643 free (db_info->absolute_filename); in register_database()
649 db_info->absolute_filename = db_info->filename; in register_database()
651 db_info->absolute_filename = NULL; in register_database()
1068 db_info.absolute_filename = NULL; in mdatabase__find_file()
[all …]
/dports/textproc/lasem/lasem-0.5.1/src/
H A Dlsmstr.c67 gchar *absolute_filename; in lsm_str_to_uri() local
80 absolute_filename = g_build_filename (current_dir, str, NULL); in lsm_str_to_uri()
81 uri = g_filename_to_uri (absolute_filename, NULL, NULL); in lsm_str_to_uri()
82 g_free (absolute_filename); in lsm_str_to_uri()
/dports/devel/aegis/aegis-4.25.D510/libaegis/change/file/metrics/
H A Dget.cc70 string_ty *absolute_filename = cp->file_path(filename); in change_file_metrics_filename() local
71 sub_var_set_string(scp, "File_Name", absolute_filename); in change_file_metrics_filename()
72 str_free(absolute_filename); in change_file_metrics_filename()
/dports/devel/libaravis/aravis-ARAVIS_0_5_12/src/
H A Darvstr.c130 gchar *absolute_filename; in arv_str_to_uri() local
143 absolute_filename = g_build_filename (current_dir, str, NULL); in arv_str_to_uri()
144 uri = g_filename_to_uri (absolute_filename, NULL, NULL); in arv_str_to_uri()
145 g_free (absolute_filename); in arv_str_to_uri()
/dports/multimedia/aravis/aravis-ARAVIS_0_5_12/src/
H A Darvstr.c130 gchar *absolute_filename; in arv_str_to_uri() local
143 absolute_filename = g_build_filename (current_dir, str, NULL); in arv_str_to_uri()
144 uri = g_filename_to_uri (absolute_filename, NULL, NULL); in arv_str_to_uri()
145 g_free (absolute_filename); in arv_str_to_uri()
/dports/audio/gnaural/gnaural-1.0.20110606/src/
H A DgnauralRecentMenu.c146 gchar *absolute_filename; in gnauralRecentMenu_add_utf8_filename() local
148 absolute_filename = g_build_filename (pwd, filename, NULL); in gnauralRecentMenu_add_utf8_filename()
151 filename = absolute_filename; in gnauralRecentMenu_add_utf8_filename()
/dports/print/py-weasyprint/WeasyPrint-51/weasyprint/tests/
H A Dtest_api.py35 absolute_filename = resource_filename(basename)
36 absolute_path = Path(absolute_filename)
37 url = path2url(absolute_filename)
38 check(class_(absolute_filename, **kwargs))
40 check(class_(guess=absolute_filename, **kwargs))
42 check(class_(filename=absolute_filename, **kwargs))
47 with open(absolute_filename, 'rb') as fd:
49 with open(absolute_filename, 'rb') as fd:
51 with open(absolute_filename, 'rb') as fd:
53 with open(absolute_filename, 'rb') as fd:

123456789