Home
last modified time | relevance | path

Searched refs:p_dir (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/dports/databases/mantis/mantisbt-2.25.2/core/
H A Dcolumns_api.php508 * @param string $p_dir Direction.
520 * @param string $p_dir Direction.
533 * @param string $p_dir Direction.
541 print_sort_icon( $p_dir, $p_sort, 'id' );
549 * @param string $p_dir Direction.
565 * @param string $p_dir Direction.
581 * @param string $p_dir Direction.
597 * @param string $p_dir Direction.
615 * @param string $p_dir Direction.
655 print_sort_icon( $p_dir, $p_sort, 'eta' );
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/platform/android/
H A Ddir_access_jandroid.cpp113 p_dir = p_dir.simplify_path(); in change_dir()
115 if (p_dir == "" || p_dir == "." || (p_dir == ".." && current_dir == "")) in change_dir()
120 if (p_dir != "res://" && p_dir.length() > 1 && p_dir.ends_with("/")) in change_dir()
121 p_dir = p_dir.substr(0, p_dir.length() - 1); in change_dir()
123 if (p_dir.begins_with("/")) in change_dir()
124 new_dir = p_dir.substr(1, p_dir.length()); in change_dir()
126 new_dir = p_dir.substr(6, p_dir.length()); in change_dir()
128 new_dir = p_dir; in change_dir()
176 sd = p_dir; in dir_exists()
178 if (p_dir.is_rel_path()) in dir_exists()
[all …]
H A Ddir_access_android.cpp102 Error DirAccessAndroid::change_dir(String p_dir) { in change_dir() argument
104 p_dir = p_dir.simplify_path(); in change_dir()
106 if (p_dir == "" || p_dir == "." || (p_dir == ".." && current_dir == "")) in change_dir()
111 if (p_dir.begins_with("/")) in change_dir()
112 new_dir = p_dir.substr(1, p_dir.length()); in change_dir()
113 else if (p_dir.begins_with("res://")) in change_dir()
114 new_dir = p_dir.substr(6, p_dir.length()); in change_dir()
116 new_dir = new_dir + "/" + p_dir; in change_dir()
154 Error DirAccessAndroid::make_dir(String p_dir) { in make_dir() argument
/dports/devel/godot2/godot-2.1.6-stable/platform/android/
H A Ddir_access_jandroid.cpp113 p_dir = p_dir.simplify_path(); in change_dir()
115 if (p_dir == "" || p_dir == "." || (p_dir == ".." && current_dir == "")) in change_dir()
120 if (p_dir != "res://" && p_dir.length() > 1 && p_dir.ends_with("/")) in change_dir()
121 p_dir = p_dir.substr(0, p_dir.length() - 1); in change_dir()
123 if (p_dir.begins_with("/")) in change_dir()
124 new_dir = p_dir.substr(1, p_dir.length()); in change_dir()
126 new_dir = p_dir.substr(6, p_dir.length()); in change_dir()
128 new_dir = p_dir; in change_dir()
176 sd = p_dir; in dir_exists()
178 if (p_dir.is_rel_path()) in dir_exists()
[all …]
H A Ddir_access_android.cpp102 Error DirAccessAndroid::change_dir(String p_dir) { in change_dir() argument
104 p_dir = p_dir.simplify_path(); in change_dir()
106 if (p_dir == "" || p_dir == "." || (p_dir == ".." && current_dir == "")) in change_dir()
111 if (p_dir.begins_with("/")) in change_dir()
112 new_dir = p_dir.substr(1, p_dir.length()); in change_dir()
113 else if (p_dir.begins_with("res://")) in change_dir()
114 new_dir = p_dir.substr(6, p_dir.length()); in change_dir()
116 new_dir = new_dir + "/" + p_dir; in change_dir()
154 Error DirAccessAndroid::make_dir(String p_dir) { in make_dir() argument
/dports/lang/perl5.34/perl-5.34.0/ext/File-Find/lib/File/
H A DFind.pm310 = ($p_dir =~ m{^(?:\w:[/\\]?|[/\\])$} ? $p_dir : "$p_dir/" );
318 $p_dir =~ s/\.(dir)?$//i unless $p_dir eq '.';
320 $dir_pref = ($p_dir =~ m/[\]>]+$/ ? $p_dir : "$p_dir/" );
323 $dir_pref= ( $p_dir eq '/' ? '/' : "$p_dir/" );
329 my $udir = $p_dir;
376 ($p_dir ne '/' ? $p_dir : '') . "/) $udir: $!\n";
476 ? "$p_dir$dir_rel" : "$p_dir/$dir_rel");
491 $dir_name = ($p_dir eq '/' ? "/$dir_rel" : "$p_dir/$dir_rel");
505 $dir = $p_dir;
543 $dir_pref = ( $p_dir eq '/' ? '/' : "$p_dir/" );
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/File-Find/lib/File/
H A DFind.pm309 = ($p_dir =~ m{^(?:\w:[/\\]?|[/\\])$} ? $p_dir : "$p_dir/" );
317 $p_dir =~ s/\.(dir)?$//i unless $p_dir eq '.';
319 $dir_pref = ($p_dir =~ m/[\]>]+$/ ? $p_dir : "$p_dir/" );
322 $dir_pref= ( $p_dir eq '/' ? '/' : "$p_dir/" );
328 my $udir = $p_dir;
375 ($p_dir ne '/' ? $p_dir : '') . "/) $udir: $!\n";
475 ? "$p_dir$dir_rel" : "$p_dir/$dir_rel");
490 $dir_name = ($p_dir eq '/' ? "/$dir_rel" : "$p_dir/$dir_rel");
504 $dir = $p_dir;
542 $dir_pref = ( $p_dir eq '/' ? '/' : "$p_dir/" );
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/platform/android/
H A Ddir_access_jandroid.cpp114 if (p_dir == "" || p_dir == "." || (p_dir == ".." && current_dir == "")) in change_dir()
119 if (p_dir != "res://" && p_dir.length() > 1 && p_dir.ends_with("/")) in change_dir()
120 p_dir = p_dir.substr(0, p_dir.length() - 1); in change_dir()
122 if (p_dir.begins_with("/")) in change_dir()
123 new_dir = p_dir.substr(1, p_dir.length()); in change_dir()
125 new_dir = p_dir.substr(6, p_dir.length()); in change_dir()
127 new_dir = p_dir; in change_dir()
174 sd = p_dir; in dir_exists()
176 if (p_dir.is_rel_path()) in dir_exists()
177 sd = current_dir.plus_file(p_dir); in dir_exists()
[all …]
/dports/devel/godot/godot-3.2.3-stable/platform/android/
H A Ddir_access_jandroid.cpp114 if (p_dir == "" || p_dir == "." || (p_dir == ".." && current_dir == "")) in change_dir()
119 if (p_dir != "res://" && p_dir.length() > 1 && p_dir.ends_with("/")) in change_dir()
120 p_dir = p_dir.substr(0, p_dir.length() - 1); in change_dir()
122 if (p_dir.begins_with("/")) in change_dir()
123 new_dir = p_dir.substr(1, p_dir.length()); in change_dir()
125 new_dir = p_dir.substr(6, p_dir.length()); in change_dir()
127 new_dir = p_dir; in change_dir()
174 sd = p_dir; in dir_exists()
176 if (p_dir.is_rel_path()) in dir_exists()
177 sd = current_dir.plus_file(p_dir); in dir_exists()
[all …]
/dports/lang/perl5.32/perl-5.32.1/ext/File-Find/lib/File/
H A DFind.pm311 = ($p_dir =~ m{^(?:\w:[/\\]?|[/\\])$} ? $p_dir : "$p_dir/" );
319 $p_dir =~ s/\.(dir)?$//i unless $p_dir eq '.';
321 $dir_pref = ($p_dir =~ m/[\]>]+$/ ? $p_dir : "$p_dir/" );
324 $dir_pref= ( $p_dir eq '/' ? '/' : "$p_dir/" );
330 my $udir = $p_dir;
377 ($p_dir ne '/' ? $p_dir : '') . "/) $udir: $!\n";
477 ? "$p_dir$dir_rel" : "$p_dir/$dir_rel");
492 $dir_name = ($p_dir eq '/' ? "/$dir_rel" : "$p_dir/$dir_rel");
506 $dir = $p_dir;
544 $dir_pref = ( $p_dir eq '/' ? '/' : "$p_dir/" );
[all …]
/dports/lang/perl5.30/perl-5.30.3/ext/File-Find/lib/File/
H A DFind.pm311 = ($p_dir =~ m{^(?:\w:[/\\]?|[/\\])$} ? $p_dir : "$p_dir/" );
319 $p_dir =~ s/\.(dir)?$//i unless $p_dir eq '.';
321 $dir_pref = ($p_dir =~ m/[\]>]+$/ ? $p_dir : "$p_dir/" );
324 $dir_pref= ( $p_dir eq '/' ? '/' : "$p_dir/" );
330 my $udir = $p_dir;
377 ($p_dir ne '/' ? $p_dir : '') . "/) $udir: $!\n";
477 ? "$p_dir$dir_rel" : "$p_dir/$dir_rel");
492 $dir_name = ($p_dir eq '/' ? "/$dir_rel" : "$p_dir/$dir_rel");
506 $dir = $p_dir;
544 $dir_pref = ( $p_dir eq '/' ? '/' : "$p_dir/" );
[all …]
/dports/sysutils/usermin/usermin-1.830/authentic-theme/lib/File/
H A DFind.pm311 = ($p_dir =~ m{^(?:\w:[/\\]?|[/\\])$} ? $p_dir : "$p_dir/" );
319 $p_dir =~ s/\.(dir)?$//i unless $p_dir eq '.';
321 $dir_pref = ($p_dir =~ m/[\]>]+$/ ? $p_dir : "$p_dir/" );
324 $dir_pref= ( $p_dir eq '/' ? '/' : "$p_dir/" );
330 my $udir = $p_dir;
377 ($p_dir ne '/' ? $p_dir : '') . "/) $udir: $!\n";
477 ? "$p_dir$dir_rel" : "$p_dir/$dir_rel");
492 $dir_name = ($p_dir eq '/' ? "/$dir_rel" : "$p_dir/$dir_rel");
506 $dir = $p_dir;
544 $dir_pref = ( $p_dir eq '/' ? '/' : "$p_dir/" );
[all …]
/dports/sysutils/webmin/webmin-1.981/authentic-theme/lib/File/
H A DFind.pm311 = ($p_dir =~ m{^(?:\w:[/\\]?|[/\\])$} ? $p_dir : "$p_dir/" );
319 $p_dir =~ s/\.(dir)?$//i unless $p_dir eq '.';
321 $dir_pref = ($p_dir =~ m/[\]>]+$/ ? $p_dir : "$p_dir/" );
324 $dir_pref= ( $p_dir eq '/' ? '/' : "$p_dir/" );
330 my $udir = $p_dir;
377 ($p_dir ne '/' ? $p_dir : '') . "/) $udir: $!\n";
477 ? "$p_dir$dir_rel" : "$p_dir/$dir_rel");
492 $dir_name = ($p_dir eq '/' ? "/$dir_rel" : "$p_dir/$dir_rel");
506 $dir = $p_dir;
544 $dir_pref = ( $p_dir eq '/' ? '/' : "$p_dir/" );
[all …]
/dports/multimedia/vlc/vlc-3.0.16/src/win32/
H A Dfilesystem.c173 vlc_DIR *p_dir = malloc (sizeof (*p_dir)); in vlc_opendir() local
185 p_dir->wdir = NULL; in vlc_opendir()
187 p_dir->entry = NULL; in vlc_opendir()
188 return (void *)p_dir; in vlc_opendir()
199 free (p_dir); in vlc_opendir()
202 p_dir->wdir = wdir; in vlc_opendir()
203 p_dir->entry = NULL; in vlc_opendir()
204 return (void *)p_dir; in vlc_opendir()
211 free(p_dir->entry); in vlc_readdir()
215 if (p_dir->wdir == NULL) in vlc_readdir()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/drivers/windows/
H A Ddir_access_windows.cpp127 p_dir = fix_path(p_dir); in change_dir() local
161 Error DirAccessWindows::make_dir(String p_dir) { in make_dir() argument
165 if (p_dir.is_rel_path()) in make_dir()
166 p_dir = get_current_dir().plus_file(p_dir); in make_dir()
168 p_dir = fix_path(p_dir); in make_dir()
169 p_dir = p_dir.replace("/", "\\"); in make_dir()
174 p_dir = "\\\\?\\" + p_dir; //done according to in make_dir()
234 if (p_dir.is_rel_path()) in dir_exists()
235 p_dir = get_current_dir().plus_file(p_dir); in dir_exists()
237 p_dir = fix_path(p_dir); in dir_exists()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/drivers/windows/
H A Ddir_access_windows.cpp127 p_dir = fix_path(p_dir); in change_dir() local
161 Error DirAccessWindows::make_dir(String p_dir) { in make_dir() argument
165 if (p_dir.is_rel_path()) in make_dir()
166 p_dir = get_current_dir().plus_file(p_dir); in make_dir()
168 p_dir = fix_path(p_dir); in make_dir()
169 p_dir = p_dir.replace("/", "\\"); in make_dir()
174 p_dir = "\\\\?\\" + p_dir; //done according to in make_dir()
234 if (p_dir.is_rel_path()) in dir_exists()
235 p_dir = get_current_dir().plus_file(p_dir); in dir_exists()
237 p_dir = fix_path(p_dir); in dir_exists()
[all …]
/dports/devel/godot/godot-3.2.3-stable/drivers/windows/
H A Ddir_access_windows.cpp128 p_dir = fix_path(p_dir); in change_dir() local
162 Error DirAccessWindows::make_dir(String p_dir) { in make_dir() argument
166 p_dir = fix_path(p_dir); in make_dir() local
167 if (p_dir.is_rel_path()) in make_dir()
168 p_dir = current_dir.plus_file(p_dir); in make_dir()
170 p_dir = p_dir.replace("/", "\\"); in make_dir()
175 p_dir = "\\\\?\\" + p_dir; //done according to in make_dir()
249 if (p_dir.is_rel_path()) in dir_exists()
250 p_dir = get_current_dir().plus_file(p_dir); in dir_exists()
252 p_dir = fix_path(p_dir); in dir_exists()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/drivers/windows/
H A Ddir_access_windows.cpp128 p_dir = fix_path(p_dir); in change_dir() local
162 Error DirAccessWindows::make_dir(String p_dir) { in make_dir() argument
166 p_dir = fix_path(p_dir); in make_dir() local
167 if (p_dir.is_rel_path()) in make_dir()
168 p_dir = current_dir.plus_file(p_dir); in make_dir()
170 p_dir = p_dir.replace("/", "\\"); in make_dir()
175 p_dir = "\\\\?\\" + p_dir; //done according to in make_dir()
249 if (p_dir.is_rel_path()) in dir_exists()
250 p_dir = get_current_dir().plus_file(p_dir); in dir_exists()
252 p_dir = fix_path(p_dir); in dir_exists()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/drivers/unix/
H A Ddir_access_unix.cpp82 bool DirAccessUnix::dir_exists(String p_dir) { in dir_exists() argument
86 if (p_dir.is_rel_path()) in dir_exists()
87 p_dir = get_current_dir().plus_file(p_dir); in dir_exists()
89 p_dir = fix_path(p_dir); in dir_exists()
92 bool success = (stat(p_dir.utf8().get_data(), &flags) == 0); in dir_exists()
188 Error DirAccessUnix::make_dir(String p_dir) { in make_dir() argument
192 if (p_dir.is_rel_path()) in make_dir()
193 p_dir = get_current_dir().plus_file(p_dir); in make_dir()
195 p_dir = fix_path(p_dir); in make_dir()
223 Error DirAccessUnix::change_dir(String p_dir) { in change_dir() argument
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/drivers/unix/
H A Ddir_access_unix.cpp82 bool DirAccessUnix::dir_exists(String p_dir) { in dir_exists() argument
86 if (p_dir.is_rel_path()) in dir_exists()
87 p_dir = get_current_dir().plus_file(p_dir); in dir_exists()
89 p_dir = fix_path(p_dir); in dir_exists()
92 bool success = (stat(p_dir.utf8().get_data(), &flags) == 0); in dir_exists()
188 Error DirAccessUnix::make_dir(String p_dir) { in make_dir() argument
192 if (p_dir.is_rel_path()) in make_dir()
193 p_dir = get_current_dir().plus_file(p_dir); in make_dir()
195 p_dir = fix_path(p_dir); in make_dir()
223 Error DirAccessUnix::change_dir(String p_dir) { in change_dir() argument
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Deditor_file_system.cpp58 if (subdirs[i]->name == p_dir) in find_dir_index()
594 efd->parent = p_dir; in _scan_new_dir()
650 ia.dir = p_dir; in _scan_new_dir()
719 efd->parent = p_dir; in _scan_fs_changes()
728 ia.dir = p_dir; in _scan_fs_changes()
756 ia.dir = p_dir; in _scan_fs_changes()
767 ia.dir = p_dir; in _scan_fs_changes()
791 ia.dir = p_dir; in _scan_fs_changes()
800 ia.dir = p_dir; in _scan_fs_changes()
974 if (!p_dir) in _save_filesystem_cache()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Deditor_file_system.cpp58 if (subdirs[i]->name == p_dir) in find_dir_index()
594 efd->parent = p_dir; in _scan_new_dir()
650 ia.dir = p_dir; in _scan_new_dir()
719 efd->parent = p_dir; in _scan_fs_changes()
728 ia.dir = p_dir; in _scan_fs_changes()
756 ia.dir = p_dir; in _scan_fs_changes()
767 ia.dir = p_dir; in _scan_fs_changes()
791 ia.dir = p_dir; in _scan_fs_changes()
800 ia.dir = p_dir; in _scan_fs_changes()
974 if (!p_dir) in _save_filesystem_cache()
[all …]
/dports/devel/godot/godot-3.2.3-stable/drivers/unix/
H A Ddir_access_unix.cpp91 bool DirAccessUnix::dir_exists(String p_dir) { in dir_exists() argument
95 if (p_dir.is_rel_path()) in dir_exists()
96 p_dir = get_current_dir().plus_file(p_dir); in dir_exists()
98 p_dir = fix_path(p_dir); in dir_exists()
277 Error DirAccessUnix::make_dir(String p_dir) { in make_dir() argument
281 if (p_dir.is_rel_path()) in make_dir()
282 p_dir = get_current_dir().plus_file(p_dir); in make_dir()
284 p_dir = fix_path(p_dir); in make_dir()
304 p_dir = fix_path(p_dir); in change_dir() local
315 if (p_dir.is_rel_path()) { in change_dir()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/drivers/unix/
H A Ddir_access_unix.cpp91 bool DirAccessUnix::dir_exists(String p_dir) { in dir_exists() argument
95 if (p_dir.is_rel_path()) in dir_exists()
96 p_dir = get_current_dir().plus_file(p_dir); in dir_exists()
98 p_dir = fix_path(p_dir); in dir_exists()
277 Error DirAccessUnix::make_dir(String p_dir) { in make_dir() argument
281 if (p_dir.is_rel_path()) in make_dir()
282 p_dir = get_current_dir().plus_file(p_dir); in make_dir()
284 p_dir = fix_path(p_dir); in make_dir()
304 p_dir = fix_path(p_dir); in change_dir() local
315 if (p_dir.is_rel_path()) { in change_dir()
[all …]
/dports/multimedia/vcdimager/vcdimager-2.0.1/lib/
H A Ddirectory.h36 _vcd_directory_destroy (VcdDirectory_t *p_dir);
39 _vcd_directory_mkdir (VcdDirectory_t *p_dir, const char pathname[]);
47 _vcd_directory_get_size (VcdDirectory_t *p_dir);
50 _vcd_directory_dump_entries (VcdDirectory_t *p_dir, void *p_buf,
54 _vcd_directory_dump_pathtables (VcdDirectory_t *p_dir, void *ptl, void *ptm);

12345678910>>...17