Home
last modified time | relevance | path

Searched refs:display_path (Results 1 – 25 of 138) sorted by relevance

123456

/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/
H A Dpath_util.cc73 base::FilePath display_path = base::FilePath(kHomeShortcut); in PrettifyPath() local
75 return display_path; in PrettifyPath()
87 display_path = base::FilePath(components[0]); in PrettifyPath()
88 base::FilePath actual_path = display_path; in PrettifyPath()
93 display_path = base::FilePath(kHomeShortcut); in PrettifyPath()
98 display_path = display_path.Append(display); in PrettifyPath()
101 return display_path; in PrettifyPath()
103 if (home_path.AppendRelativePath(source_path, &display_path)) in PrettifyPath()
104 return display_path; in PrettifyPath()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/
H A Dpath_util.cc73 base::FilePath display_path = base::FilePath(kHomeShortcut); in PrettifyPath() local
75 return display_path; in PrettifyPath()
87 display_path = base::FilePath(components[0]); in PrettifyPath()
88 base::FilePath actual_path = display_path; in PrettifyPath()
93 display_path = base::FilePath(kHomeShortcut); in PrettifyPath()
98 display_path = display_path.Append(display); in PrettifyPath()
101 return display_path; in PrettifyPath()
103 if (home_path.AppendRelativePath(source_path, &display_path)) in PrettifyPath()
104 return display_path; in PrettifyPath()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/helpers/
H A Dnamespaces_helper.rb8 …def namespaces_options(selected = :current_user, display_path: false, groups: nil, extra_group: ni…
31 options << options_for_group(groups, display_path: display_path, type: 'group')
34 options << options_for_group(users, display_path: display_path, type: 'user')
113 def options_for_group(namespaces, display_path:, type:) argument
116 [display_path ? n.full_path : n.human_name, n.id,
134 display_path: n.full_path,
/dports/www/p5-Catalyst-Runtime/Catalyst-Runtime-5.90128/lib/Catalyst/DispatchType/
H A DPath.pm62 my $display_path = "/$path/$parts";
63 $display_path =~ s{/{1,}}{/}g;
64 … $display_path =~ s/%([0-9A-Fa-f]{2})/chr(hex($1))/eg; # deconvert urlencoded for pretty view
65 $display_path = decode_utf8 $display_path; # URI does encoding
66 $paths->row( $display_path, "/$action" );
/dports/misc/vifm/vifm-0.11/src/menus/
H A Dmarks_menu.c75 char *display_path; in show_marks_menu() local
105 display_path = right_ellipsis(replace_home_part(mark->directory), in show_marks_menu()
107 overhead = utf8_strso(display_path); in show_marks_menu()
109 marks_resolve_index(mn), (int)(max_len + overhead), display_path, file, in show_marks_menu()
111 free(display_path); in show_marks_menu()
/dports/audio/easytag/easytag-2.4.3/src/
H A Dapplication.c406 gchar *display_path; in et_application_open() local
419 display_path = g_filename_display_name (path); in et_application_open()
430 display_path, err->message); in et_application_open()
436 display_path, err->message); in et_application_open()
439 g_free (display_path); in et_application_open()
478 Log_Print (LOG_WARNING, _("Cannot open path ‘%s’"), display_path); in et_application_open()
479 g_free (display_path); in et_application_open()
485 Log_Print (LOG_WARNING, _("Cannot open path ‘%s’"), display_path); in et_application_open()
486 g_free (display_path); in et_application_open()
490 g_free (display_path); in et_application_open()
H A Dfile_list.c212 gchar *display_path; in et_file_list_add() local
223 display_path = g_filename_display_name (filename); in et_file_list_add()
246 display_path, error->message); in et_file_list_add()
257 display_path, error->message); in et_file_list_add()
268 display_path, error->message); in et_file_list_add()
278 display_path, error->message); in et_file_list_add()
288 display_path, error->message); in et_file_list_add()
346 FileTag->year, display_path); in et_file_list_add()
436 display_path, error->message); in et_file_list_add()
502 display_path); in et_file_list_add()
[all …]
/dports/net/waypipe/waypipe-a11a59c58bee3972ce9e1e18731eba28cc0a8f0a/src/
H A Dserver.c516 struct sockaddr_un display_path; in run_server() local
517 memset(&display_path, 0, sizeof(display_path)); in run_server()
521 sizeof(display_path.sun_path)) { in run_server()
525 sizeof(display_path.sun_path) - in run_server()
529 strcpy(display_path.sun_path, wayland_display); in run_server()
538 sizeof(display_path.sun_path)) { in run_server()
543 sizeof(display_path.sun_path) - in run_server()
547 multi_strcat(display_path.sun_path, in run_server()
548 sizeof(display_path.sun_path), xdg_dir, in run_server()
578 unlink(display_path.sun_path); in run_server()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/pip9/vcs/
H A D__init__.py13 from pip9.utils import (display_path, backup_dir, call_subprocess,
211 display_path(dest),
217 display_path(dest),
230 display_path(dest),
256 display_path(dest),
265 logger.warning('Deleting %s', display_path(dest))
271 'Backing up %s to %s', display_path(dest), dest_dir,
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/patched/notpip/vcs/
H A D__init__.py13 from pip9.utils import (display_path, backup_dir, call_subprocess,
211 display_path(dest),
217 display_path(dest),
230 display_path(dest),
256 display_path(dest),
265 logger.warning('Deleting %s', display_path(dest))
271 'Backing up %s to %s', display_path(dest), dest_dir,
/dports/www/py-uvicorn/uvicorn-0.15.0/uvicorn/supervisors/
H A Dstatreload.py35 display_path = str(file)
37 display_path = str(file.relative_to(Path.cwd()))
41 logger.warning(message, display_path)
/dports/devel/libpololu-avr/libpololu-avr-151002/examples_templates/3pi-mazesolver/
H A Dmaze-solve.c25 void display_path() in display_path() function
182 display_path(); in maze_solve()
207 display_path(); in maze_solve()
/dports/audio/mixxx/mixxx-2.3.0/src/library/browse/
H A Dbrowsefeature.cpp92 QString display_path = drive.filePath(); in BrowseFeature() local
93 if (display_path.endsWith("/")) { in BrowseFeature()
94 display_path.chop(1); in BrowseFeature()
98 display_path, // Displays C: in BrowseFeature()
328 QString display_path = drive.filePath(); in getRemovableDevices() local
329 if (display_path.endsWith("/")) { in getRemovableDevices()
330 display_path.chop(1); in getRemovableDevices()
333 display_path, // Displays C: in getRemovableDevices()
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_internal/vcs/
H A Dversioncontrol.py15 ask_path_exists, backup_dir, call_subprocess, display_path, rmtree,
441 display_path(dest),
447 display_path(dest),
460 display_path(dest),
487 logger.warning('Deleting %s', display_path(dest))
495 'Backing up %s to %s', display_path(dest), dest_dir,
506 display_path(dest),
/dports/textproc/meld-legacy/meld-1.8.6/meld/
H A Drecent.py102 display_path = paths[0]
104 if display_path.startswith(userhome):
106 display_path = "~" + display_path[len(userhome):]
107 display_name = _("Version control:") + " " + display_path
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_internal/vcs/
H A Dversioncontrol.py27 display_path,
544 display_path(dest),
550 display_path(dest),
563 display_path(dest),
591 logger.warning('Deleting %s', display_path(dest))
599 'Backing up %s to %s', display_path(dest), dest_dir,
610 display_path(dest),
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_internal/operations/
H A Dprepare.py35 display_path,
113 display_path(download_location)
120 logger.warning('Deleting %s', display_path(download_location))
126 display_path(download_location),
127 display_path(dest_file),
134 logger.info('Saved %s', display_path(download_location))
414 logger.info('Processing %s', display_path(path))
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/helpers/
H A Dnamespaces_helper_spec.rb86 … options = helper.namespaces_options(user_group.id, display_path: true, extra_group: user_group.id)
97 … options = helper.namespaces_options(user_group.id, display_path: true, extra_group: user_group.id)
117 …options = helper.namespaces_options(user_group.id, display_path: true, extra_group: build(:group, …
128 … options = helper.namespaces_options(:extra_group, display_path: true, extra_group: user_group)
141 …options = helper.namespaces_options(:extra_group, display_path: true, extra_group: build(:group, n…
151 …options = helper.namespaces_options(:extra_group, display_path: true, extra_group: build(:group, n…
/dports/textproc/meld/meld-3.20.4/meld/
H A Drecent.py100 display_path = names[0]
102 if display_path.startswith(userhome):
104 display_path = "~" + display_path[len(userhome):]
105 display_name = _("Version control:") + " " + display_path
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_internal/vcs/
H A Dversioncontrol.py15 display_path,
555 display_path(dest),
561 display_path(dest),
574 display_path(dest),
602 logger.warning('Deleting %s', display_path(dest))
610 'Backing up %s to %s', display_path(dest), dest_dir,
621 display_path(dest),
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_internal/vcs/
H A Dversioncontrol.py19 display_path,
537 display_path(dest),
543 display_path(dest),
556 display_path(dest),
583 logger.warning('Deleting %s', display_path(dest))
591 'Backing up %s to %s', display_path(dest), dest_dir,
602 display_path(dest),
/dports/devel/py-pip/pip-20.3.4/src/pip/_internal/vcs/
H A Dversioncontrol.py19 display_path,
565 display_path(dest),
571 display_path(dest),
584 display_path(dest),
612 logger.warning('Deleting %s', display_path(dest))
620 'Backing up %s to %s', display_path(dest), dest_dir,
631 display_path(dest),
/dports/devel/arcanist-lib/arcanist-b2e715f/src/workflow/
H A DArcanistDownloadWorkflow.php114 $display_path = Filesystem::readablePath($path);
131 $display_path));
189 $display_path));
/dports/devel/arcanist/arcanist-b2e715f/src/workflow/
H A DArcanistDownloadWorkflow.php114 $display_path = Filesystem::readablePath($path);
131 $display_path));
189 $display_path));
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/filesize-0.2.0/examples/
H A Dfilesize.rs6 fn display_path<P: AsRef<Path>>(path: P) -> io::Result<()> { in display_path() function
27 if let Err(e) = display_path(&path) { in main()

123456