Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
emacs /
27.1 /
lisp /
cedet /
ede /
[ HOME SHELL ]
Name
Size
Permission
Action
auto.elc
10.63
KB
-rw-r--r--
autoconf-edit.elc
11.67
KB
-rw-r--r--
base.elc
23.07
KB
-rw-r--r--
config.elc
25.6
KB
-rw-r--r--
cpp-root.elc
11.53
KB
-rw-r--r--
custom.elc
5.03
KB
-rw-r--r--
detect.elc
4.46
KB
-rw-r--r--
dired.elc
3.47
KB
-rw-r--r--
emacs.elc
10.68
KB
-rw-r--r--
files.elc
13.2
KB
-rw-r--r--
generic.elc
20.99
KB
-rw-r--r--
linux.elc
13.76
KB
-rw-r--r--
loaddefs.el
5.4
KB
-rw-r--r--
locate.elc
14.63
KB
-rw-r--r--
make.elc
2.36
KB
-rw-r--r--
makefile-edit.elc
2.72
KB
-rw-r--r--
pconf.elc
4.83
KB
-rw-r--r--
pmake.elc
18.02
KB
-rw-r--r--
proj-archive.elc
3.08
KB
-rw-r--r--
proj-aux.elc
2.07
KB
-rw-r--r--
proj-comp.elc
15.81
KB
-rw-r--r--
proj-elisp.elc
16.25
KB
-rw-r--r--
proj-info.elc
6.78
KB
-rw-r--r--
proj-misc.elc
3.44
KB
-rw-r--r--
proj-obj.elc
9.86
KB
-rw-r--r--
proj-prog.elc
5.63
KB
-rw-r--r--
proj-scheme.elc
2.02
KB
-rw-r--r--
proj-shared.elc
6.47
KB
-rw-r--r--
proj.elc
25.66
KB
-rw-r--r--
project-am.elc
43.49
KB
-rw-r--r--
shell.elc
1.6
KB
-rw-r--r--
simple.elc
4.64
KB
-rw-r--r--
source.elc
5.33
KB
-rw-r--r--
speedbar.elc
10.52
KB
-rw-r--r--
srecode.elc
2.12
KB
-rw-r--r--
system.elc
2.95
KB
-rw-r--r--
util.elc
2.43
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : base.elc
;ELC ;;; Compiled ;;; in Emacs version 27.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 "\300\301!\210\300\302!\210\300\303!\210\300\304!\210\305\306\307\310!\"\210\305\311\312\310!\"\210\305\313\311\"\210\314\313\315\316#\210\317\310\320\311#\321\310\322\323\324$\210\325\326\327\330\327\331%\210\325\326\327\332\327\333%\210\325\334\327\335\327\336%\210\325\337\327\340\327\341%\210\325\337\327\342\327\343%\210\325\344\327\345\327\346%\210\325\347\327\350\327\351%\210\325\347\327\352\327\353%\210\325\354\327\355\327\356%\207" [require eieio cl-generic eieio-speedbar ede/auto defalias ede-target-p eieio-make-class-predicate ede-target ede-target--eieio-childp eieio-make-child-predicate ede-target-child-p make-obsolete "use (cl-typep ... \\='ede-target) instead" "25.1" define-symbol-prop cl-deftype-satisfies eieio-defclass-internal (eieio-speedbar-directory-button eieio-named) ((buttonface :initform speedbar-file-face) (name :initarg :name :type string :custom string :label "Name" :group (default name) :documentation "Name of this target.") (path :initarg :path :type string :documentation "The path to the sources of this target.\nRelative to the path of the project it belongs to.") (source :initarg :source :initform nil :type list :custom (repeat (string :tag "File")) :label "Source Files" :group (default source) :documentation "Source files in this target.") (versionsource :initarg :versionsource :initform nil :type list :custom (repeat (string :tag "File")) :label "Source Files with Version String" :group (source) :documentation "Source files with a version string in them.\nThese files are checked for a version string whenever the EDE version\nof the master project is changed. When strings are found, the version\npreviously there is updated.") (sourcetype :allocation :class :type list :documentation "A list of `ede-sourcecode' objects this class will handle.\nThis is used to match target objects with the compilers they can use, and\nwhich files this object is interested in." :accessor ede-object-sourcecode) (keybindings :allocation :class :initform (("D" . ede-debug-target)) :documentation "Keybindings specialized to this type of target." :accessor ede-object-keybindings) (menu :allocation :class :initform (["Debug target" ede-debug-target (ede-buffer-belongs-to-target-p)] ["Run target" ede-run-target (ede-buffer-belongs-to-target-p)]) :documentation "Menu specialized to this type of target." :accessor ede-object-menu)) (:documentation "A target is a structure that describes a file set that produces something.\nTargets, as with `Make', is an entity that will manage a file set\nand knows how to compile or otherwise transform those files into some\nother desired outcome.") cl-generic-define-method ede-object-menu nil ((this (subclass ede-target))) #[(this) "\301\302\"\205 \303\302\"\207" [this slot-boundp menu eieio-oref-default] 3 "Retrieve the class slot `menu' from a class `ede-target'.\nThis method is obsolete."] ((this ede-target)) #[(this) "\301\302\"\205 \303\302\"\207" [this slot-boundp menu eieio-oref] 3 "Retrieve the slot `menu' from an object of class `ede-target'."] \(setf\ ede-object-menu\) (value (this ede-target)) #[(value this) "\302\303 #\207" [this value eieio-oset menu] 4] ede-object-keybindings ((this (subclass ede-target))) #[(this) "\301\302\"\205 \303\302\"\207" [this slot-boundp keybindings eieio-oref-default] 3 "Retrieve the class slot `keybindings' from a class `ede-target'.\nThis method is obsolete."] ((this ede-target)) #[(this) "\301\302\"\205 \303\302\"\207" [this slot-boundp keybindings eieio-oref] 3 "Retrieve the slot `keybindings' from an object of class `ede-target'."] \(setf\ ede-object-keybindings\) (value (this ede-target)) #[(value this) "\302\303 #\207" [this value eieio-oset keybindings] 4] ede-object-sourcecode ((this (subclass ede-target))) #[(this) "\301\302\"\205 \303\302\"\207" [this slot-boundp sourcetype eieio-oref-default] 3 "Retrieve the class slot `sourcetype' from a class `ede-target'.\nThis method is obsolete."] ((this ede-target)) #[(this) "\301\302\"\205 \303\302\"\207" [this slot-boundp sourcetype eieio-oref] 3 "Retrieve the slot `sourcetype' from an object of class `ede-target'."] \(setf\ ede-object-sourcecode\) (value (this ede-target)) #[(value this) "\302\303 #\207" [this value eieio-oset sourcetype] 4]] 7) #@49 Create a new object of class type `ede-target'. (defalias 'ede-target #[(&rest slots) "\301\302\303#\207" [slots apply make-instance ede-target] 4 (#$ . 4696)]) (byte-code "\300\301\302\303#\300\207" [function-put ede-target compiler-macro ede-target--anon-cmacro] 4) (defalias 'ede-target--anon-cmacro #[(whole &rest slots) "@;\204 \207\302\303\304@ @# @\305@DABB\"\207" [slots whole macroexp--warn-and-return format "Obsolete name arg %S to constructor %S" identity] 5]) (byte-code "\300\301\302\303!\"\210\300\304\305\303!\"\210\300\306\304\"\210\307\306\310\311#\210\312\303\313\304#\314\303\315\316\317$\207" [defalias ede-project-placeholder-p eieio-make-class-predicate ede-project-placeholder ede-project-placeholder--eieio-childp eieio-make-child-predicate ede-project-placeholder-child-p make-obsolete "use (cl-typep ... \\='ede-project-placeholder) instead" "25.1" define-symbol-prop cl-deftype-satisfies eieio-defclass-internal (eieio-speedbar-directory-button) ((name :initarg :name :initform "Untitled" :type string :custom string :label "Name" :group (default name) :documentation "The name used when generating distribution files.") (version :initarg :version :initform "1.0" :type string :custom string :label "Version" :group (default name) :documentation "The version number used when distributing files.") (directory :type string :initarg :directory :documentation "Directory this project is associated with.") (dirinode :documentation "The inode id for :directory.") (file :type string :initarg :file :documentation "The File uniquely tagging this project instance.\nFor some project types, this will be the file that stores the project configuration.\nIn other projects types, this file is merely a unique identifier to this type of project.") (rootproject :initform nil :type (or null ede-project-placeholder-child) :documentation "Pointer to our root project.")) (:documentation "Placeholder object for projects not loaded into memory.\nProjects placeholders will be stored in a user specific location\nand querying them will cause the actual project to get loaded.")] 6) #@62 Create a new object of class type `ede-project-placeholder'. (defalias 'ede-project-placeholder #[(&rest slots) "\301\302\303#\207" [slots apply make-instance ede-project-placeholder] 4 (#$ . 6805)]) (byte-code "\300\301\302\303#\300\207" [function-put ede-project-placeholder compiler-macro ede-project-placeholder--anon-cmacro] 4) (defalias 'ede-project-placeholder--anon-cmacro #[(whole &rest slots) "@;\204 \207\302\303\304@ @# @\305@DABB\"\207" [slots whole macroexp--warn-and-return format "Obsolete name arg %S to constructor %S" identity] 5]) (byte-code "\300\301!\204\f \302\303\304\305#\210\306\307\310\311!\"\210\306\312\313\311!\"\210\306\314\312\"\210\315\314\316\317#\210\320\311\321\312#\322\311\323\324\325$\210\326\327\330\331\330\332%\210\326\327\330\333\330\334%\210\326\335\330\336\330\337%\210\326\340\330\341\330\342%\210\326\340\330\343\330\344%\210\326\345\330\346\330\347%\207" [fboundp ede-target-list-p put ede-target-list cl-deftype-handler #[nil "\300\207" [(list-of ede-target)] 1] defalias ede-project-p eieio-make-class-predicate ede-project ede-project--eieio-childp eieio-make-child-predicate ede-project-child-p make-obsolete "use (cl-typep ... \\='ede-project) instead" "25.1" define-symbol-prop cl-deftype-satisfies eieio-defclass-internal (ede-project-placeholder) ((subproj :initform nil :type list :documentation "Sub projects controlled by this project.\nFor Automake based projects, each directory is treated as a project.") (targets :initarg :targets :type ede-target-list :custom (repeat (object :objectcreatefcn ede-new-target-custom)) :label "Local Targets" :group (targets) :documentation "List of top level targets in this project.") (locate-obj :type (or null ede-locate-base-child) :documentation "A locate object to use as a backup to `ede-expand-filename'.") (tool-cache :initarg :tool-cache :type list :custom (repeat object) :label "Tool: " :group tools :documentation "List of tool cache configurations in this project.\nThis allows any tool to create, manage, and persist project-specific settings.") (mailinglist :initarg :mailinglist :initform #1="" :type string :custom string :label "Mailing List Address" :group name :documentation "An email address where users might send email for help.") (web-site-url :initarg :web-site-url :initform #1# :type string :custom string :label "Web Site URL" :group name :documentation "URL to this projects web site.\nThis is a URL to be sent to a web site for documentation.") (web-site-directory :initarg :web-site-directory :initform #1# :custom string :label "Web Page Directory" :group name :documentation "A directory where web pages can be found by Emacs.\nFor remote locations use a path compatible with ange-ftp or EFS.\nYou can also use TRAMP for use with rcp & scp.") (web-site-file :initarg :web-site-file :initform #1# :custom string :label "Web Page File" :group name :documentation "A file which contains the home page for this project.\nThis file can be relative to slot `web-site-directory'.\nThis can be a local file, use ange-ftp, EFS, or TRAMP.") (ftp-site :initarg :ftp-site :initform #1# :type string :custom string :label "FTP site" :group name :documentation "FTP site where this project's distribution can be found.\nThis FTP site should be in Emacs form, as needed by `ange-ftp', but can\nalso be of a form used by TRAMP for use with scp, or rcp.") (ftp-upload-site :initarg :ftp-upload-site :initform #1# :type string :custom string :label "FTP Upload site" :group name :documentation "FTP Site to upload new distributions to.\nThis FTP site should be in Emacs form as needed by `ange-ftp'.\nIf this slot is nil, then use `ftp-site' instead.") (configurations :initarg :configurations :initform ("debug" "release") :type list :custom (repeat string) :label "Configuration Options" :group (settings) :documentation "List of available configuration types.\nIndividual target/project types can form associations between a configuration,\nand target specific elements such as build variables.") (configuration-default :initarg :configuration-default :initform "debug" :custom string :label "Current Configuration" :group (settings) :documentation "The default configuration.") (local-variables :initarg :local-variables :initform nil :custom (repeat (cons (sexp :tag "Variable") (sexp :tag "Value"))) :label "Project Local Variables" :group (settings) :documentation "Project local variables") (keybindings :allocation :class :initform (("D" . ede-debug-target) ("R" . ede-run-target)) :documentation "Keybindings specialized to this type of target." :accessor ede-object-keybindings) (menu :allocation :class :initform (["Update Version" ede-update-version ede-object] ["Version Control Status" ede-vc-project-directory ede-object] ["Edit Project Homepage" ede-edit-web-page (and ede-object (oref (ede-toplevel) web-site-file))] ["Browse Project URL" ede-web-browse-home (and ede-object (not (string= #1# (oref (ede-toplevel) web-site-url))))] "--" ["Rescan Project Files" ede-rescan-toplevel t] ["Edit Projectfile" ede-edit-file-target (ede-buffer-belongs-to-project-p)]) :documentation "Menu specialized to this type of target." :accessor ede-object-menu)) (:documentation "Top level EDE project specification.\nAll specific project types must derive from this project." :method-invocation-order :depth-first) cl-generic-define-method ede-object-menu nil ((this (subclass ede-project))) #[(this) "\301\302\"\205 \303\302\"\207" [this slot-boundp menu eieio-oref-default] 3 "Retrieve the class slot `menu' from a class `ede-project'.\nThis method is obsolete."] ((this ede-project)) #[(this) "\301\302\"\205 \303\302\"\207" [this slot-boundp menu eieio-oref] 3 "Retrieve the slot `menu' from an object of class `ede-project'."] \(setf\ ede-object-menu\) (value (this ede-project)) #[(value this) "\302\303 #\207" [this value eieio-oset menu] 4] ede-object-keybindings ((this (subclass ede-project))) #[(this) "\301\302\"\205 \303\302\"\207" [this slot-boundp keybindings eieio-oref-default] 3 "Retrieve the class slot `keybindings' from a class `ede-project'.\nThis method is obsolete."] ((this ede-project)) #[(this) "\301\302\"\205 \303\302\"\207" [this slot-boundp keybindings eieio-oref] 3 "Retrieve the slot `keybindings' from an object of class `ede-project'."] \(setf\ ede-object-keybindings\) (value (this ede-project)) #[(value this) "\302\303 #\207" [this value eieio-oset keybindings] 4]] 7) #@50 Create a new object of class type `ede-project'. (defalias 'ede-project #[(&rest slots) "\301\302\303#\207" [slots apply make-instance ede-project] 4 (#$ . 13255)]) (byte-code "\300\301\302\303#\300\207" [function-put ede-project compiler-macro ede-project--anon-cmacro] 4) (defalias 'ede-project--anon-cmacro #[(whole &rest slots) "@;\204 \207\302\303\304@ @# @\305@DABB\"\207" [slots whole macroexp--warn-and-return format "Obsolete name arg %S to constructor %S" identity] 5]) #@54 For the project in which OBJ resides, execute FORMS. (defalias 'ede-with-projectfile '(macro . #[(obj &rest forms) "9\204\n \302\303\"\210\304\305\306\307\310BB\311DFD\312B\313\314\315 \316\"BBE\207" [obj forms message "Beware! ede-with-projectfile's first arg is copied: %S" let* pf if obj-of-class-p ('ede-target) ede-target-parent ((dbka (get-file-buffer (oref pf file)))) with-current-buffer (if (not dbka) (find-file-noselect (oref pf file)) dbka) append ((if (not dbka) (kill-buffer (current-buffer))))] 7 (#$ . 13748)])) (byte-code "\300\301\302\303#\304\305\306\307\310\311\312\313&\207" [function-put ede-with-projectfile lisp-indent-function 1 custom-declare-variable ede-project-placeholder-cache-file (locate-user-emacs-file "ede-projects.el" ".projects.ede") "File containing the list of projects EDE has viewed.\nIf set to nil, then the cache is not saved." :group ede :type file] 9) #@44 List of project files EDE has seen before. (defvar ede-project-cache-files nil (#$ . 14658)) #@57 Save a cache of EDE objects that Emacs has seen before. (defalias 'ede-save-cache #[nil "\205y \n\306\3071s \310\311\"q\210\312 \210\313c\210 \203F @\203? \314 !\203? \315 @\316\"\317!\203>