Home
last modified time | relevance | path

Searched refs:accelpath (Results 1 – 8 of 8) sorted by relevance

/dports/editors/pluma/pluma-1.26.0/plugins/externaltools/tools/
H A D__init__.py92 accelpath = '<Actions>/ExternalToolsPluginToolActions/%s' % (action_name, )
96 Gtk.AccelMap.change_entry(accelpath, key, mod, True)
98 …self._signals.append(Gtk.AccelMap.get().connect('changed::%s' % (accelpath,), self.on_accelmap_cha…
/dports/graphics/darktable/darktable-3.6.1/src/gui/
H A Dpreferences.c1390 gchar accelpath[PATH_MAX] = { 0 }; in tree_key_press() local
1396 snprintf(accelpath, sizeof(accelpath), "%s/keyboardrc", datadir); in tree_key_press()
1475 gtk_accel_map_save(accelpath); in tree_key_press()
1498 gtk_accel_map_save(accelpath); in tree_key_press()
1567 snprintf(accelpath, sizeof(accelpath), "%s/keyboardrc", datadir); in tree_key_press_presets()
1576 gtk_accel_map_save(accelpath); in tree_key_press_presets()
1609 gchar accelpath[PATH_MAX] = { 0 }; in import_export() local
1662 snprintf(accelpath, sizeof(accelpath), "%s/keyboardrc", confdir); in import_export()
1663 gtk_accel_map_save(accelpath); in import_export()
1676 gchar accelpath[256]; in restore_defaults() local
[all …]
H A Dpresets.c425 gchar accelpath[PATH_MAX] = { 0 }; in _edit_preset_response() local
428 snprintf(accelpath, sizeof(accelpath), "%s/keyboardrc", datadir); in _edit_preset_response()
434 gtk_accel_map_save(accelpath); in _edit_preset_response()
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/x11/
H A Dpdfapp.c438 char accelpath[PATH_MAX]; in pdfapp_open_progressive() local
444 if (get_accelerator_filename(ctx, accelpath, sizeof(accelpath), filename)) in pdfapp_open_progressive()
448 atime = stat_mtime(accelpath); in pdfapp_open_progressive()
455 accel = accelpath; in pdfapp_open_progressive()
459 unlink(accelpath); in pdfapp_open_progressive()
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/gl/
H A Dgl-main.c1306 char accelpath[PATH_MAX]; in load_document() local
1315 if (get_accelerator_filename(accelpath, sizeof(accelpath))) in load_document()
1319 atime = stat_mtime(accelpath); in load_document()
1326 accel = accelpath; in load_document()
1330 unlink(accelpath); in load_document()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/tools/
H A Dmudraw.c2282 char accelpath[PATH_MAX]; in main() local
2296 else if (get_accelerator_filename(ctx, accelpath, sizeof(accelpath), filename)) in main()
2300 atime = stat_mtime(accelpath); in main()
2307 accel = accelpath; in main()
2311 unlink(accelpath); in main()
/dports/graphics/mupdf/mupdf-1.18.0-source/scripts/
H A Dmutool_draw.py1136 accelpath = get_accelerator_filename( state.filename)
1139 atime = stat_mtime( accelpath)
1145 accel = accelpath
1148 os.unlink( accelpath)
/dports/math/py-numpy/numpy-1.20.3/numpy/distutils/
H A Dsystem_info.py369 accelpath = '/System/Library/Frameworks/Accelerate.framework'
371 os.path.realpath(filename).startswith(accelpath))