Home
last modified time | relevance | path

Searched +refs:semantic +refs:tag +refs:package +refs:protected +refs:p (Results 1 – 25 of 1861) sorted by relevance

12345678910>>...75

/dports/editors/emacs-devel/emacs-4d1968b/lisp/cedet/semantic/
H A Dtag-ls.el32 (require 'semantic)
217 (let ((pack (car-safe (semantic-find-tags-by-class 'package stream))))
250 (name (semantic-tag-name tag)))
274 (goto-char (semantic-tag-start tag))
292 (semantic-tag-overlay tag)
312 'protected)
314 'package)
331 (if (not (eq tagpro 'package))
366 (and (eq protection 'protected)
441 (let ((p (semantic-tag-get-attribute tag :prototype-flag)))
[all …]
H A Dtag.el538 (apply #'semantic-tag name 'package
764 (let ((p (semantic-tag-get-attribute tag :documentation)))
766 ((stringp p) p) ;; it is the doc string.
768 ((semantic-lex-token-with-text-p p)
769 (semantic-lex-token-text p))
774 (semantic-lex-token-text (car (semantic-lex p (1+ p))))))
837 ("protected" . protected)
847 ("protected" . protected)
1137 (overlay-put o 'semantic tag)
1149 (require 'semantic)
[all …]
/dports/editors/emacs/emacs-27.2/lisp/cedet/semantic/
H A Dtag-ls.el32 (require 'semantic)
210 (let ((pack (car-safe (semantic-find-tags-by-class 'package stream))))
243 (name (semantic-tag-name tag)))
267 (goto-char (semantic-tag-start tag))
285 (semantic-tag-overlay tag)
310 'protected)
312 'package)
329 (if (not (eq tagpro 'package))
364 (and (eq protection 'protected)
446 (let ((p (semantic-tag-get-attribute tag :prototype-flag)))
[all …]
H A Dtag.el534 (apply 'semantic-tag name 'package
760 (let ((p (semantic-tag-get-attribute tag :documentation)))
762 ((stringp p) p) ;; it is the doc string.
764 ((semantic-lex-token-with-text-p p)
765 (semantic-lex-token-text p))
770 (semantic-lex-token-text (car (semantic-lex p (1+ p))))))
833 ("protected" . protected)
843 ("protected" . protected)
1141 (overlay-put o 'semantic tag)
1153 (require 'semantic)
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/cedet/
H A DChangeLog.1397 * semantic/tag.el (semantic-tag-in-buffer-p):
901 * semantic/tag-ls.el (semantic-tag-similar-p-default):
1333 (semantic--tag-similar-names-p, semantic--tag-similar-names-p-default)
1392 * semantic/tag-ls.el (semantic--tag-similar-names-p)
1396 (semantic-tag-protection-default): Add package concept to return
1398 (semantic-tag-package-protected-p): New function.
1399 (semantic-tag-full-package): New overload method.
1400 (semantic-tag-full-package-default): New default for above.
1493 Use semantic-tag-prototype-p.
1578 Use semantic-tag-prototype-p.
[all …]
/dports/editors/emacs/emacs-27.2/lisp/cedet/
H A DChangeLog.1397 * semantic/tag.el (semantic-tag-in-buffer-p):
901 * semantic/tag-ls.el (semantic-tag-similar-p-default):
1333 (semantic--tag-similar-names-p, semantic--tag-similar-names-p-default)
1392 * semantic/tag-ls.el (semantic--tag-similar-names-p)
1396 (semantic-tag-protection-default): Add package concept to return
1398 (semantic-tag-package-protected-p): New function.
1399 (semantic-tag-full-package): New overload method.
1400 (semantic-tag-full-package-default): New default for above.
1493 Use semantic-tag-prototype-p.
1578 Use semantic-tag-prototype-p.
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/doc/misc/
H A Dsem-user.texi134 @item C-c , p
283 When another part of @semantic{} (or another Emacs package using
317 Other parts of the @semantic{} package, particularly the different
564 This hook is not protected from lexical errors.
697 @item M-p
1191 @code{include}, and @code{package}.
1250 @item semantic-decoration-on-protected-members
1278 @deffn Face semantic-decoration-on-protected-members-face
1279 Face for protected tags in the
1280 @code{semantic-decoration-on-protected-members} decoration style.
[all …]
/dports/editors/emacs/emacs-27.2/doc/misc/
H A Dsem-user.texi134 @item C-c , p
283 When another part of @semantic{} (or another Emacs package using
317 Other parts of the @semantic{} package, particularly the different
564 This hook is not protected from lexical errors.
697 @item M-p
1191 @code{include}, and @code{package}.
1250 @item semantic-decoration-on-protected-members
1278 @deffn Face semantic-decoration-on-protected-members-face
1279 Face for protected tags in the
1280 @code{semantic-decoration-on-protected-members} decoration style.
[all …]
/dports/editors/emacs/emacs-27.2/info/
H A Dsemantic.info94 package:
304 ‘C-c , p
489 Other parts of the Semantic package, particularly the different
851 ‘M-p
1318 possible tag classes are ‘variable’, ‘include’, and ‘package’.
1377semantic-decoration-on-protected-members’
1399 -- Face: semantic-decoration-on-protected-members-face
1400 Face for protected tags in the
1401semantic-decoration-on-protected-members’ decoration style.
1431 ‘NAME-p’ must return non-‘nil’ to indicate that the tag should be
[all …]
/dports/editors/emacs/emacs-27.2/lisp/cedet/semantic/bovine/
H A Del.el26 (require 'semantic)
108 (if (not p)
110 (setq p (cdr p))
113 (car p))
115 (listp (car p))
116 (numberp (car p)))
117 (format "%S" (car p)))
155 :group 'semantic)
593 ((string= prot ":protected") 'protected)
594 ((string= prot "protected") 'protected))))
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/cedet/semantic/bovine/
H A Del.el26 (require 'semantic)
108 (if (not p)
110 (setq p (cdr p))
113 (car p))
115 (listp (car p))
116 (numberp (car p)))
117 (format "%S" (car p)))
155 :group 'semantic)
576 ((string= prot ":protected") 'protected)
577 ((string= prot "protected") 'protected))))
[all …]
/dports/java/jikes/jikes-1.22/src/
H A Djava.g571 package private protected public return short static strictfp super switch
1244 -- between '@A' starting '@A package B;' vs. '@A B{}'.
1397 --PackageDeclaration ::= 'package' Name PackageHeaderMarker ';'
1398 PackageDeclaration ::= Marker 'package' Name PackageHeaderMarker ';'
1442 -- '@A @B' starting '@A @B package C;' or '@A @B class C{}'.
1444 PackageDeclaration ::= Modifiers 'package' Name PackageHeaderMarker ';'
1599 Modifier ::= 'protected'
1671 -- additionally they are valid on package declarations.
2574 -- during semantic analysis.
3172 -- semantic check that this was valid.
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/admin/grammars/
H A Dc.by40 %package semantic-c-by
44 (declare-function semantic-c-reconstitute-token "semantic/bovine/c"
47 (tag specifier))
48 (declare-function semantic-expand-c-tag "semantic/bovine/c" (tag))
49 (declare-function semantic-parse-region "semantic"
154 %token PROTECTED "protected"
790 opt-under-p
803 opt-under-p
821 opt-under-p
1023 ( ,(append (semantic-expand-c-tag ,$1) ,$3) )
[all …]
/dports/editors/emacs/emacs-27.2/admin/grammars/
H A Dc.by40 %package semantic-c-by
44 (declare-function semantic-c-reconstitute-token "semantic/bovine/c"
47 (tag specifier))
48 (declare-function semantic-expand-c-tag "semantic/bovine/c" (tag))
49 (declare-function semantic-parse-region "semantic"
154 %token PROTECTED "protected"
790 opt-under-p
803 opt-under-p
821 opt-under-p
1023 ( ,(append (semantic-expand-c-tag ,$1) ,$3) )
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/dhall-1.38.1/
H A DCHANGELOG.md139 `./schemas.dhall` record that a package might provide)
655 protected by a semantic integrity check
770 * Feature: Semi-semantic caching
844 * `let t = { x : Natural } let p = { x = 1, y = 2 } in p.(t) = { x = 1 }`
912 * This allows the `dhall` package to be built without using
997 * Feature: Remove version tag from semantic integrity check
1237 * BUG FIX: Fix import chaining for imports protected by semantic integrity
1315 * FEATURE: Imports protected by a semantic integrity check are now cached
1457 package into different records for your users to import
1459 `./Prelude/package.dhall` record
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.27652 protected with `server-ensure-safe-dir'.
7713 protected with `server-ensure-safe-dir'.
25802 * lisp/cedet/semantic/tag.el (semantic-tag-class):
31894 * lisp/cedet/semantic/tag.el (semantic-tag-copy)
31895 (semantic-tag-components):
32966 Remove tag-symbol-match-p from etags-xref-find-definitions-tag-order
32968 Remove tag-symbol-match-p from the default value
33170 * lisp/cedet/semantic/db-el.el (semanticdb-elisp-sym->tag):
34330 (package-menu-async): Add :version tag.
35487 * lisp/cedet/semantic/decorate.el (semantic-set-tag-intangible)
[all …]
H A DChangeLog.329358 (semantic-tag-protection-default, semantic-tag-abstract-p-default):
46017 * lisp/cedet/semantic/tag-ls.el (semantic--tag-attribute-similar-p):
62976 * lisp/cedet/semantic/tag-ls.el (semantic-tag-full-package)
108216 * lisp/cedet/semantic/tag.el (semantic-tag-new-variable)
108217 (semantic-tag-new-include, semantic-tag-new-package)
108218 (semantic-tag-set-faux, semantic-create-tag-proxy)
108723 * lisp/cedet/semantic/tag-ls.el (semantic-tag-abstract-p)
108724 (semantic-tag-leaf-p, semantic-tag-static-p)
108725 (semantic-tag-prototype-p):
121316 (semantic-tag-read-only-p):
[all …]
/dports/editors/emacs/emacs-27.2/
H A DChangeLog.27652 protected with `server-ensure-safe-dir'.
7713 protected with `server-ensure-safe-dir'.
25802 * lisp/cedet/semantic/tag.el (semantic-tag-class):
31894 * lisp/cedet/semantic/tag.el (semantic-tag-copy)
31895 (semantic-tag-components):
32966 Remove tag-symbol-match-p from etags-xref-find-definitions-tag-order
32968 Remove tag-symbol-match-p from the default value
33170 * lisp/cedet/semantic/db-el.el (semanticdb-elisp-sym->tag):
34330 (package-menu-async): Add :version tag.
35487 * lisp/cedet/semantic/decorate.el (semantic-set-tag-intangible)
[all …]
H A DChangeLog.319637 * lisp/cedet/semantic/tag.el (semantic-tag-new-variable)
19638 (semantic-tag-new-include, semantic-tag-new-package)
19639 (semantic-tag-set-faux, semantic-create-tag-proxy)
19640 (semantic-tag-function-parent)
20144 * lisp/cedet/semantic/tag-ls.el (semantic-tag-abstract-p)
20145 (semantic-tag-leaf-p, semantic-tag-static-p)
20146 (semantic-tag-prototype-p):
32737 (semantic-tag-read-only-p):
48659 (doc-view-pdf-password-protected-ghostscript-p): New function.
48663 (doc-view-pdf-password-protected-pdfdraw-p): New function.
[all …]
/dports/editors/calligra/calligra-3.2.1/po/en_GB/
H A Dcalligra.po696 "A script package with the name \"%1\" already exists. Replace this package?"
698 "A script package with the name \"%1\" already exists. Replace this package?"
1224 msgid "Document is password protected"
1225 msgstr "Document is password protected"
1559 msgid "(write protected)"
1560 msgstr "(write protected)"
3625 "the stylesheet for all existing semantic objects to the new default "
3630 "the stylesheet for all existing semantic objects to the new default "
5202 msgid "New tag"
5203 msgstr "New tag"
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/etc/
H A DNEWS.281489 'package-version-column-width', 'package-status-column-width', and
1490 'package-archive-column-width'.
1932 invoke 'C-u C-x v s' ('vc-create-tag').
2578 prefix 'C-x p'. Type 'C-x p C-h' to show the full list.
3212 Previously, assigning a new template to an already defined tag had no
3647 'semantic-find-nonterminal', 'semantic-flex', 'semantic-flex-buffer',
3648 'semantic-flex-keyword-get', 'semantic-flex-keyword-p',
3655 'semantic-init-db-hooks', 'semantic-init-hooks',
3659 'semantic-something-to-stream', 'semantic-tag-make-assoc-list',
3776 whenever the protected form terminates without error, with the
[all …]
/dports/devel/bison/bison-3.7.6/doc/
H A Dbison.texi2826 for (symrec *p = sym_table; p; p = p->next)
2828 return p;
4358 their semantic value: specify its type tag (@samp{<...>} before the midrule
5259 grammar symbol that has that semantic type tag unless that symbol has its own
5273 symbol that has no declared semantic type tag.
5296 semantic type tag other than @code{<character>}, it passes its semantic value
5302 such as @code{TAGLESS}, that has no semantic type tag.
5390 @code{$<@var{tag}>$}) designates the semantic value associated with the
5421 tag other than @code{<character>}, it display the address of the semantic
5426 that has no semantic type tag. @xref{Mfcalc Traces}, for a complete example.
[all …]
H A Dbison.info3055 for (symrec *p = sym_table; p; p = p->next)
3057 return p;
4345 type their semantic value: specify its type tag (‘<...>’ before the
5075 ‘%destructor’ by listing a semantic type tag among SYMBOLS. In
5077 any grammar symbol that has that semantic type tag unless that
5087 you have formally declared a semantic type tag (‘%token’, ‘%nterm’,
5090 symbol that has no declared semantic type tag.
5108 has a semantic type tag other than ‘<character>’, it passes its semantic
5113 symbol, such as ‘TAGLESS’, that has no semantic type tag.
5205 that has no semantic type tag. *Note Mfcalc Traces::, for a complete
[all …]
/dports/www/gitea/gitea-1.16.5/
H A DCHANGELOG.md54 * Upgrading binding package (#19034) (#19035)
1093 * Use semantic dropdown for code search query type (#15276) (#15364)
2160 * Change the style in admin notice content view from `<p>` to `<pre>` (#11301)
2251 * Update aria-fixed semantic-dropdown to fomantic master (#10096)
2476 * Sign protected branches (#8993)
2831 * Move semantic.dropdown.custom.js to webpack (#9064)
4420 * Fix starring icon after semantic ui update (#4628)
4640 * Fix run web with -p push failed (#3154)
4772 * Fix semantic-ui style conflict with v-cloak (#2722)
4821 * Fix activity css conflit with semantic ui (#2758)
[all …]
/dports/editors/calligra/calligra-3.2.1/po/ug/
H A Dcalligra.po801 "A script package with the name \"%1\" already exists. Replace this package?"
1339 msgid "Document is password protected"
1690 msgid "(write protected)"
3806 "the stylesheet for all existing semantic objects to the new default "
4923 #| msgid "Document is password protected"
4935 #| msgid "Document is password protected"
4947 #| msgid "Document is password protected"
4959 #| msgid "Document is password protected"
4965 #| msgid "Document is password protected"
5459 msgid "New tag"
[all …]

12345678910>>...75