Home
last modified time | relevance | path

Searched refs:shortcut_name (Results 1 – 23 of 23) sorted by last modified time

/dports/x11/libxfce4menu/libxfce4ui-4.16.1/libxfce4kbd-private/
H A Dxfce-shortcuts-grabber.c531 gchar *shortcut_name = gtk_accelerator_name (key->keyval, key->non_virtual_modifiers); in xfce_shortcuts_grabber_regrab_all() local
532 TRACE (key->n_keys==0 ? "Grabbing %s" : "Regrabbing %s", shortcut_name); in xfce_shortcuts_grabber_regrab_all()
537 g_free (shortcut_name); in xfce_shortcuts_grabber_regrab_all()
617 char *shortcut_name = gtk_accelerator_name (key->keyval, non_virtual_modifiers); in xfce_shortcuts_grabber_grab() local
618 TRACE (key->n_keys==0 ? "Grabbing %s" : "Regrabbing %s", shortcut_name); in xfce_shortcuts_grabber_grab()
623 g_free (shortcut_name); in xfce_shortcuts_grabber_grab()
693 gchar *shortcut_name = gtk_accelerator_name (key->keyval, key->non_virtual_modifiers); in xfce_shortcuts_grabber_ungrab() local
694 TRACE ("Ungrabbing %s", shortcut_name); in xfce_shortcuts_grabber_ungrab()
699 g_free (shortcut_name); in xfce_shortcuts_grabber_ungrab()
/dports/x11/mate-dock-applet/mate-dock-applet-21.10.0/src/
H A Ddock.in1398 shortcut_name = "df_shortcut_%d_action" % shortcut_action_no
1399 … shortcut_action_list.append([shortcut_name, None, shortcut_name, None, shortcut_name, None])
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/actions/
H A D__init__.py157 def create_action(self, spec=None, attr='qaction', shortcut_name=None, persist_shortcut=False): argument
185 if shortcut_name is None and spec[0]:
186 shortcut_name = str(spec[0])
188 if shortcut_name and self.action_spec[0] and not (
192 shortcut_name, default_keys=keys,
220 description=None, triggered=None, shortcut_name=None, persist_shortcut=False): argument
252 if shortcut_name is None:
253 shortcut_name = str(text)
272 shortcut_name, default_keys=keys,
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/features/projects/
H A Dfeatures_visibility_spec.rb19 tools.each do |tool_name, shortcut_name|
30 expect(page).not_to have_selector(".shortcuts-#{shortcut_name}")
38 expect(page).to have_selector(".shortcuts-#{shortcut_name}")
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/fastfile/
H A DREADME.md34 - `fastfile <shortcut_name> <path/to/file/or/folder>`: generate a shortcut.
36 - `fastfile_print <shortcut_name>`: prints a shortcut, with the format
37 `<prefix><shortcut_name> -> <shortcut_path>`.
41 - `fastfile_rm <shortcut_name> `: remove a shortcut.
48 - `fastfile_resolv <shortcut_name>`: resolves the location of the shortcut
52 - `fastfile_get <shortcut_name>`: get the real path of the shortcut.
/dports/editors/vim/vim-8.2.3745/src/
H A Ddosinst.c1753 const char *shortcut_name, in create_shortcut() argument
1794 MultiByteToWideChar(CP_ACP, 0, shortcut_name, -1, wsz, sizeof(wsz)/sizeof(wsz[0])); in create_shortcut()
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Utils/
H A DRawShortcutMap.cpp11 QString shortcut_name = key; in toString() local
14 entries << shortcut_name + ":" + shortcuts.join(", "); in toString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/util/
H A Dshell_util.h162 shortcut_name = shortcut_name_in; in set_shortcut_name()
209 base::string16 shortcut_name; member
H A Dshell_util_unittest.cc145 base::string16 shortcut_name = properties.has_shortcut_name() in GetExpectedShortcutPath() local
146 ? properties.shortcut_name in GetExpectedShortcutPath()
148 shortcut_name.append(installer::kLnkExt); in GetExpectedShortcutPath()
149 return expected_path.Append(shortcut_name); in GetExpectedShortcutPath()
367 base::string16 shortcut_name(InstallUtil::GetShortcutName() + in TEST_F() local
382 base::PathExists(fake_user_desktop_.GetPath().Append(shortcut_name))); in TEST_F()
395 base::string16 shortcut_name(InstallUtil::GetShortcutName() + in TEST_F() local
796 base::string16 shortcut_name(InstallUtil::GetShortcutName() + in TEST_F() local
799 fake_start_menu_.GetPath().Append(shortcut_name)); in TEST_F()
824 base::string16 shortcut_name(InstallUtil::GetShortcutName() + in TEST_F() local
[all …]
H A Dshell_util.cc1031 base::string16 shortcut_name = properties.has_shortcut_name() in ExtractShortcutNameFromProperties() local
1032 ? properties.shortcut_name in ExtractShortcutNameFromProperties()
1035 if (!base::EndsWith(shortcut_name, installer::kLnkExt, in ExtractShortcutNameFromProperties()
1037 shortcut_name.append(installer::kLnkExt); in ExtractShortcutNameFromProperties()
1039 return shortcut_name; in ExtractShortcutNameFromProperties()
1774 base::string16 shortcut_name(ExtractShortcutNameFromProperties(properties)); in MoveExistingShortcut() local
1780 old_shortcut_path = old_shortcut_path.Append(shortcut_name); in MoveExistingShortcut()
1781 new_shortcut_path = new_shortcut_path.Append(shortcut_name); in MoveExistingShortcut()
1816 base::string16 shortcut_name(ExtractShortcutNameFromProperties(properties)); in CreateOrUpdateShortcut() local
1817 system_shortcut_path = system_shortcut_path.Append(shortcut_name); in CreateOrUpdateShortcut()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/setup/
H A Dinstall_unittest.cc245 base::string16 shortcut_name(InstallUtil::GetShortcutName() + in SetUp() local
248 user_desktop_shortcut_ = fake_user_desktop_.GetPath().Append(shortcut_name); in SetUp()
250 fake_user_quick_launch_.GetPath().Append(shortcut_name); in SetUp()
252 fake_start_menu_.GetPath().Append(shortcut_name); in SetUp()
256 .Append(shortcut_name); in SetUp()
258 fake_common_desktop_.GetPath().Append(shortcut_name); in SetUp()
260 fake_common_start_menu_.GetPath().Append(shortcut_name); in SetUp()
264 .Append(shortcut_name); in SetUp()
H A Dinstall.cc100 message.append(base::UTF16ToUTF8(properties.shortcut_name)); in LogShortcutOperation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/web_applications/components/
H A Dweb_app_shortcut_win.cc328 const base::string16& shortcut_name) { in FindAppShortcutsByProfileAndTitle() argument
331 if (shortcut_name.empty()) { in FindAppShortcutsByProfileAndTitle()
346 .Append(web_app::internals::GetSanitizedFileName(shortcut_name)) in FindAppShortcutsByProfileAndTitle()
H A Dweb_app_shortcut_win.h44 const base::string16& shortcut_name);
H A Dweb_app_install_utils_unittest.cc306 shortcut_name += base::NumberToString(i); in TEST_F()
378 std::string shortcut_name = kShortcutItemName; in TEST_F() local
379 shortcut_name += base::NumberToString(4); in TEST_F()
389 shortcut_name = kShortcutItemName; in TEST_F()
390 shortcut_name += base::NumberToString(5); in TEST_F()
465 shortcut_name += base::NumberToString(i); in TEST_F()
516 shortcut_name += base::NumberToString(i); in TEST_F()
546 std::string shortcut_name = kShortcutItemName; in TEST() local
547 shortcut_name += base::NumberToString(1); in TEST()
555 shortcut_name = kShortcutItemName; in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/web_applications/
H A Dweb_app_install_task_unittest.cc1313 std::string shortcut_name, in InstallWebAppWithShortcutsMenuValidateAndGetResults() argument
1325 shortcut_item.name = base::UTF8ToUTF16(shortcut_name); in InstallWebAppWithShortcutsMenuValidateAndGetResults()
1352 EXPECT_EQ(base::UTF8ToUTF16(shortcut_name), in InstallWebAppWithShortcutsMenuValidateAndGetResults()
1381 std::string shortcut_name, in UpdateWebAppWithShortcutsMenuValidateAndGetResults() argument
1396 shortcut_item.name = base::UTF8ToUTF16(shortcut_name); in UpdateWebAppWithShortcutsMenuValidateAndGetResults()
1420 EXPECT_EQ(base::UTF8ToUTF16(shortcut_name), in UpdateWebAppWithShortcutsMenuValidateAndGetResults()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/profiles/
H A Dprofile_shortcut_manager_win.cc489 const base::string16 shortcut_name = in CreateOrUpdateDesktopShortcutsAndIconForProfile() local
493 shortcuts.insert(base::FilePath(shortcut_name)); in CreateOrUpdateDesktopShortcutsAndIconForProfile()
498 const base::FilePath shortcut_name = shortcut.BaseName().RemoveExtension(); in CreateOrUpdateDesktopShortcutsAndIconForProfile() local
499 properties.set_shortcut_name(shortcut_name.value()); in CreateOrUpdateDesktopShortcutsAndIconForProfile()
636 base::string16 shortcut_name; in GetShortcutFilenameForProfile() local
638 shortcut_name.append(SanitizeShortcutProfileNameString(profile_name)); in GetShortcutFilenameForProfile()
639 shortcut_name.append(L" - "); in GetShortcutFilenameForProfile()
640 shortcut_name.append(l10n_util::GetStringUTF16(IDS_SHORT_PRODUCT_NAME)); in GetShortcutFilenameForProfile()
642 shortcut_name.append(InstallUtil::GetShortcutName()); in GetShortcutFilenameForProfile()
644 return shortcut_name + installer::kLnkExt; in GetShortcutFilenameForProfile()
H A Dprofile_shortcut_manager_unittest_win.cc282 const base::string16& shortcut_name) { in CreateRegularShortcutWithName() argument
284 GetUserShortcutsDirectory().Append(shortcut_name + installer::kLnkExt); in CreateRegularShortcutWithName()
289 properties.set_shortcut_name(shortcut_name); in CreateRegularShortcutWithName()
/dports/textproc/rarian/rarian-00fa779/librarian/
H A Drarian-info.h52 char *shortcut_name; member
/dports/security/p5-File-KeePass-Agent/File-KeePass-Agent-2.01/
H A DREADME56 "shortcut_name"
/dports/security/p5-File-KeePass-Agent/File-KeePass-Agent-2.01/lib/File/KeePass/
H A DAgent.pm171 sub shortcut_name { subroutine
/dports/security/p5-File-KeePass-Agent/File-KeePass-Agent-2.01/lib/File/KeePass/Agent/
H A Dunix.pm206 …croak "The key binding ".$self->shortcut_name($shortcut)." appears to already be in use" if ! $seq;
210 my $msg = "Listening to ".$self->shortcut_name($shortcut)." for $s_name\n";
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dexec.c6306 UtilRemoveQuotes(shortcut_name);
6313 int index=ValidTangram2CmdName(shortcut_name, strlen(shortcut_name),
6323 shortcut_name, orig_cmd);
6328 len = strlen(shortcut_name);
6333 sprintf(func_name, "%s()", shortcut_name);
6344 shortcut_name, orig_cmd);
6365 UtilRemoveQuotes(shortcut_name);
6369 if (strcmp(shortcut_name, "Quit") == 0 ||
6375 int index=ValidTangram2CmdName(shortcut_name, strlen(shortcut_name),
6385 shortcut_name, orig_cmd);
[all …]