Searched refs:desktop (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tkcon/tkcon/
H A Dinstall-desktop-menu.sh4 # as used by GNOME, KDE or most modern X11 desktop environments the tkcon.desktop
5 # and icons/* files are installed. This should be done using the xdg-desktop-menu
10 PROG_XDG_DESKTOP_MENU=`which xdg-desktop-menu`
17 $PROG_XDG_DESKTOP_MENU install tkcon-console.desktop
22 install tkcon-console.desktop $HOME/.local/share/applications/tkcon-console.desktop
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystemCursorHelper.cpp52 void IOHIDSystemCursorHelper::updateScreenLocation(IOGBounds *desktop, argument
55 if (!desktop || !screen) {
60 if (*(UInt64*)desktop == *(UInt64*)screen) {
67 int desktopWidth = desktop->maxx - desktop->minx;
68 int desktopHeight = desktop->maxy - desktop->miny;
77 screenLocation += scratch.fromIntFloor(screen->minx - desktop->minx,
78 screen->miny - desktop->miny);
87 screenLocation -= scratch.fromIntFloor(desktop
[all...]
H A DIOHIDSystemCursorHelper.h30 * The location of the cursor on the desktop. (location)
57 void updateScreenLocation(IOGBounds *desktop,
65 // all locations in desktop coordinates unless noted otherwise
/macosx-10.10/cups-408/cups/desktop/
H A DMakefile72 echo Installing desktop menu...; \
74 $(INSTALL_DATA) cups.desktop $(BUILDROOT)$(MENUDIR); \
77 echo Installing desktop icons...; \
121 echo Uninstalling desktop menu...; \
122 $(RM) $(BUILDROOT)$(MENUDIR)/cups.desktop; \
125 echo Uninstalling desktop icons...; \
/macosx-10.10/emacs-93/emacs/lisp/
H A Ddesktop.el0 ;;; desktop.el --- save partial status of Emacs when killed
39 ;; To use this, use customize to turn on desktop-save-mode or add the
42 ;; (desktop-save-mode 1)
47 ;; When the desktop module is loaded, the function `desktop-kill' is
49 ;; saving the desktop when Emacs is killed. Furthermore an anonymous
51 ;; responsible for loading the desktop when Emacs is started.
55 ;; Variables `desktop-buffer-mode-handlers' and `desktop-minor-mode-handlers'
57 ;; `desktop
147 (defgroup desktop nil function
[all...]
H A Ddired.el1542 ;; Autoload cookie needed by desktop.el
1637 (set (make-local-variable 'desktop-save-buffer)
1638 'dired-desktop-buffer-misc-data)
3318 (eval-when-compile (require 'desktop))
3320 (defun dired-desktop-buffer-misc-data (desktop-dirname)
3321 "Auxiliary information to be saved in desktop file."
3326 (cons (desktop-file-name (car dired-directory) desktop-dirname)
3329 (desktop
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DGtkVersioning.c254 int desktop = getScreenCurrentDesktop(screen); local
256 area->x = workAreas[desktop * 4];
257 area->y = workAreas[desktop * 4 + 1];
258 area->width = workAreas[desktop * 4 + 2];
259 area->height = workAreas[desktop * 4 + 3];
/macosx-10.10/vim-55/runtime/syntax/
H A Ddesktop.vim2 " Language: .desktop, .directory files
4 " http://pdx.freedesktop.org/Standards/desktop-entry-spec/desktop-entry-spec-0.9.4.html
7 " Version Info: desktop.vim 0.9.4-1.2
20 " .desktop and .directory files . Set (eg. in vimrc)
117 let b:current_syntax = "desktop"
H A Dave.vim8 " a desktop GIS by ESRI. Though it is a built-in language
H A Dconaryrecipe.vim106 syn keyword conaryUseFlag contained xfce gd ldap sasl pie desktop ssl kde
H A Dmrxvtrc.vim73 \ scrollbarThickness xftmSize xftSize desktop
H A Determ.vim98 syn keyword etermAttrOptions contained scrollbar_width desktop
H A Dbaan.vim1894 syn keyword baanBshell bclm.set.desktop
/macosx-10.10/apache-793/
H A Dwebpromotion.rb16 # If Server has its own Apache, the desktop launchd.plist does not require modification on promote/demote.
106 Manage promotion of desktop to server or demotion from server to desktop, for web service
/macosx-10.10/cups-408/cups/
H A DMakefile104 $(RM) desktop/cups.desktop
/macosx-10.10/OpenSSH-189/openssh/contrib/redhat/
H A Dopenssh.spec170 an X11 passphrase dialog for OpenSSH and the GNOME GUI desktop
/macosx-10.10/vim-55/runtime/
H A Dmakemenu.vim159 SynMenu DE.Desktop:desktop
H A Dfiletype.vim577 au BufNewFile,BufRead *.desktop,.directory setf desktop
H A Dsynmenu.vim143 an 50.30.160 &Syntax.DE.Desktop :cal SetSyn("desktop")<CR>
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DPrivateLib.c195 bool desktop,
/macosx-10.10/files-662.1.1/private/etc/
H A Dservices6809 desktop-dna 2763/udp # Desktop DNA
6810 desktop-dna 2763/tcp # Desktop DNA
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex208 trivially factored\footnote{A Pollard-Rho factoring would take only $2^{16}$ time.} on the average desktop computer,
/macosx-10.10/emacs-93/emacs/etc/
H A Dtermcap.src3556 dtterm|CDE desktop terminal:\
4309 # HP 9845 desktop computer from BRL
/macosx-10.10/ncurses-44/ncurses/misc/
H A Dterminfo.src5012 dtterm|CDE desktop terminal,
6206 # HP 9845 desktop computer from BRL

Completed in 612 milliseconds