mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2018-11-18 76bbd07de7add0f9d13c6914f158d19630fe2f62
commit | author | age
76bbd0 1 ;; Object semanticdb-project-database-file
C 2 ;; SEMANTICDB Tags save file
3 (semanticdb-project-database-file "semanticdb-project-database-file"
4   :tables
5   (list
6     (semanticdb-table "semanticdb-table"
7       :major-mode emacs-lisp-mode
8       :tags 
9         '( ("xmltok-type" variable nil nil [3998 4022])
10             ("xmltok-start" variable nil nil [4023 4048])
11             ("xmltok-name-colon" variable nil nil [4049 4079])
12             ("xmltok-name-end" variable nil nil [4080 4108])
13             ("xmltok-replacement" variable nil nil [4109 4211])
14             ("xmltok-attributes" variable nil nil [4213 4623])
15             ("xmltok-namespace-attributes" variable nil nil [4625 4778])
16             ("xmltok-dtd" variable nil nil [4780 6027])
17             ("xmltok-errors" variable nil nil [6030 6434])
18             ("xmltok-save" function (:arguments ("body")) nil [6436 6679])
19             ("xmltok-attribute-name-start" function (:arguments ("att")) nil [6681 6740])
20             ("xmltok-attribute-name-colon" function (:arguments ("att")) nil [6742 6801])
21             ("xmltok-attribute-name-end" function (:arguments ("att")) nil [6803 6860])
22             ("xmltok-attribute-value-start" function (:arguments ("att")) nil [6862 6922])
23             ("xmltok-attribute-value-end" function (:arguments ("att")) nil [6924 6982])
24             ("xmltok-attribute-raw-normalized-value" function (:arguments ("att")) nil [6984 7308])
25             ("xmltok-attribute-refs" function (:arguments ("att")) nil [7310 7643])
26             ("xmltok-attribute-prefix" function (:arguments ("att")) nil [7645 7831])
27             ("xmltok-attribute-local-name" function (:arguments ("att")) nil [7833 8074])
28             ("xmltok-attribute-value" function (:arguments ("att")) nil [8076 8330])
29             ("xmltok-start-tag-prefix" function nil nil [8332 8479])
30             ("xmltok-start-tag-local-name" function nil nil [8481 8624])
31             ("xmltok-end-tag-prefix" function nil nil [8626 8772])
32             ("xmltok-end-tag-local-name" function nil nil [8774 8950])
33             ("xmltok-start-tag-qname" function nil nil [8952 9055])
34             ("xmltok-end-tag-qname" function nil nil [9057 9158])
35             ("xmltok-make-attribute" function (:arguments ("name-begin" "name-colon" "name-end" "value-begin" "value-end" "raw-normalized-value")) nil [9160 9611])
36             ("xmltok-error-message" function (:arguments ("err")) nil [9613 9665])
37             ("xmltok-error-start" function (:arguments ("err")) nil [9667 9717])
38             ("xmltok-error-end" function (:arguments ("err")) nil [9719 9767])
39             ("xmltok-make-error" function (:arguments ("message" "start" "end")) nil [9769 9846])
40             ("xmltok-add-error" function (:arguments ("message" "start" "end")) nil [9848 10056])
41             ("xmltok-forward" function nil nil [10058 11143])
42             ("xmltok+" function (:arguments ("args")) nil [11497 11839])
43             ("xmltok-r" function (:arguments ("str")) nil [11392 11433])
44             ("xmltok-defregexp" function (:arguments ("sym" "r")) nil [13062 13751])
45             ("xmltok-get-index" function (:arguments ("elem" "list")) nil [12378 12707])
46             ("xmltok-p" function (:arguments ("r")) nil [12232 12319])
47             ("xmltok-g" function (:arguments ("name" "r")) nil [11975 12228])
48             ("let*" code nil nil [13776 19784])
49             ("xmltok-ncname-regexp" variable
50                (:constant-flag t
51                 :default-value (xmltok-ncname regexp))
52                 nil [19787 19841])
53             ("xmltok-scan-after-lt" function nil nil [19843 23640])
54             ("xmltok-scan-after-processing-instruction-open" function nil nil [23805 25014])
55             ("xmltok-scan-after-comment-open" function nil nil [25016 25250])
56             ("xmltok-scan-attributes" function nil nil [25252 27832])
57             ("xmltok-add-attribute" function nil nil [27834 28760])
58             ("xmltok-normalize-attribute" function (:arguments ("att")) nil [28762 30034])
59             ("xmltok-scan-after-amp" function (:arguments ("entity-handler")) nil [30036 31019])
60             ("xmltok-entity-error-messages" variable
61                (:constant-flag t
62                 :default-value (quote ((unparsed . "Referenced entity is unparsed") (not-well-formed . "Referenced entity is not well-formed") (external nil . "Referenced entity is external") (element nil . "Referenced entity contains <"))))
63                 nil [31021 31277])
64             ("xmltok-handle-entity" function (:arguments ("start" "end" "attributep")) nil [31279 32055])
65             ("xmltok-scan-char-ref" function (:arguments ("start" "end" "base")) nil [32057 32431])
66             ("xmltok-char-number" function (:arguments ("start" "end")) nil [32433 32719])
67             ("xmltok-valid-char-p" function (:arguments ("n")) nil [32721 32965])
68             ("xmltok-unicode-to-char" function (:arguments ("n")) nil [32967 33126])
69             ("xmltok-contains-doctype" variable nil nil [33148 33184])
70             ("xmltok-doctype-external-subset-flag" variable nil nil [33185 33233])
71             ("xmltok-internal-subset-start" variable nil nil [33234 33275])
72             ("xmltok-had-param-entity-ref" variable nil nil [33276 33316])
73             ("xmltok-prolog-regions" variable nil nil [33317 33351])
74             ("xmltok-standalone" variable nil nil [33352 33457])
75             ("xmltok-markup-declaration-doctype-flag" variable nil nil [33458 33509])
76             ("xmltok-predefined-entity-alist" variable
77                (:constant-flag t
78                 :default-value (quote (("lt" "<" . "<") ("gt" ">" . ">") ("amp" "&" . "&") ("apos" "'" . "'") ("quot" "\"" . "\""))))
79                 nil [33511 33665])
80             ("xmltok-forward-prolog" function nil nil [33667 35033])
81             ("xmltok-bad-xml-decl-regexp" variable
82                (:constant-flag t
83                 :default-value "[     
84 ]*<\\?xml\\(?:[     
85 ]\\|\\?>\\)")
86                 nil [35035 35118])
87             ("xmltok-get-declared-encoding-position" function (:arguments ("limit")) nil [35135 36213])
88             ("xmltok-scan-xml-declaration" function nil nil [36215 37963])
89             ("xmltok-markup-declaration-alist" variable
90                (:constant-flag t
91                 :default-value (quote (("ELEMENT" . xmltok-parse-element-declaration) ("ATTLIST" . xmltok-parse-attlist-declaration) ("ENTITY" . xmltok-parse-entity-declaration) ("NOTATION" . xmltok-parse-notation-declaration))))
92                 nil [37965 38212])
93             ("xmltok-parse-prolog-item" function nil nil [38214 40160])
94             ("xmltok-parse-doctype" function nil nil [40162 40990])
95             ("xmltok-parse-attlist-declaration" function nil nil [40992 41781])
96             ("xmltok-parse-nmtoken-group" function nil nil [41783 41963])
97             ("xmltok-parse-element-declaration" function nil nil [41965 42563])
98             ("xmltok-parse-model-group" function nil nil [42565 43060])
99             ("xmltok-parse-model-group-member" function nil nil [43062 43267])
100             ("xmltok-parse-entity-declaration" function nil nil [43269 44097])
101             ("xmltok-define-entity" function (:arguments ("name" "value")) nil [44099 44312])
102             ("xmltok-parse-entity-value" function nil nil [44314 45454])
103             ("xmltok-parse-notation-declaration" function nil nil [45456 45867])
104             ("xmltok-parse-external-id" function nil nil [45869 46148])
105             ("xmltok-require-next-token" function (:arguments ("types")) nil [46150 46264])
106             ("xmltok-require-token" function (:arguments ("types")) nil [46266 46893])
107             ("xmltok-current-token-string" function nil nil [46895 46989])
108             ("define-error" code nil nil [46991 47083])
109             ("xmltok-markup-declaration-parse-error" function nil nil [47085 47187])
110             ("xmltok-skip-markup-declaration" function nil nil [47189 47762])
111             ("xmltok-prolog-region-type" function (:arguments ("required")) nil [47764 48044])
112             ("xmltok-next-prolog-token" function nil nil [48073 51723])
113             ("xmltok-scan-prolog-literal" function nil nil [51725 52346])
114             ("xmltok-scan-prolog-after-processing-instruction-open" function nil nil [52348 54691])
115             ("xmltok-parse-entities" function nil nil [54693 55005])
116             ("xmltok-parse-entity" function (:arguments ("name-def")) nil [55007 55567])
117             ("xmltok-parse-entity-replacement" function nil nil [55569 57382])
118             ("xmltok-handle-nested-entity" function (:arguments ("start" "end")) nil [57384 57810])
119             ("xmltok-append-entity-def" function (:arguments ("d1" "d2")) nil [57812 58187])
120             ("xmltok-add-prolog-region" function (:arguments ("type" "start" "end")) nil [58189 58330])
121             ("xmltok-merge-attributes" function nil nil [58332 59291])
122             ("xmltok-forward-test" function nil nil [59306 59449])
123             ("xmltok-next-prolog-token-test" function nil nil [59451 59683])
124             ("xmltok" package nil nil [59685 59702]))          
125       :file "xmltok.el"
126       :pointmax 59728
127       :fsize 59727
128       :lastmodtime '(23525 29581 0 0)
129       :unmatched-syntax '((close-paren 19784 . 19785) (symbol 13756 . 13773) (open-paren 13755 . 13756) (close-paren 13751 . 13752) (symbol 11843 . 11860) (open-paren 11842 . 11843) (close-paren 11839 . 11840) (symbol 11146 . 11163) (open-paren 11145 . 11146))))
130   :file "!drive_c!Program Files!Emacs 26.1!share!emacs!26.1!lisp!nxml!semantic.cache"
131   :semantic-tag-version "2.0"
132   :semanticdb-version "2.2")