/dports/editors/sly/sly-1.0.43/contrib/ |
H A D | slynk-fancy-inspector.lisp | 135 (let ((docstring (documentation object kind))) 409 collect " " 415 collect " = " 417 collect '(:newline)))) 532 ,@(let ((doc (documentation class t))) 554 collect " " 559 if (documentation method t) 561 collect (abbrev-doc (documentation method t)) and 796 ,@(when (documentation package t) 798 ,(documentation package t) (:newline))) [all …]
|
/dports/editors/slime/slime-2.26.1-9-gf368e22a/contrib/ |
H A D | swank-fancy-inspector.lisp | 138 (let ((docstring (documentation object kind))) 412 collect " " 418 collect " = " 420 collect '(:newline)))) 535 ,@(let ((doc (documentation class t))) 557 collect " " 562 if (documentation method t) 564 collect (abbrev-doc (documentation method t)) and 772 ,@(when (documentation package t) 774 ,(documentation package t) (:newline))) [all …]
|
/dports/databases/pgloader3/closer-mop-20210124-git/ |
H A D | closer-clozure.lisp | 20 collect (etypecase arg 21 (symbol arg) 23 (symbol (car arg)) 80 if (equal qualifiers '()) collect method into primary 81 else if (equal qualifiers '(:before)) collect method into before 82 else if (equal qualifiers '(:after)) collect method into after 136 (multiple-value-bind (documentation declarations body) 141 ,@(when documentation `(,documentation)) 150 (when documentation 151 (list :documentation documentation)))))) [all …]
|
H A D | closer-lispworks.lisp | 158 ((class standard-class) object (slot symbol)) 196 ((class standard-class) object (slot symbol)) 214 ((class standard-class) object (slot symbol)) 330 (:method ((gf generic-function) (combi symbol) combi-options) 342 (loop with documentation = :unbound 347 do (setf documentation 348 (if (eq documentation :unbound) car 353 collect `(ignorable ,@(cdr declaration)) 354 and collect `(dynamic-extent ,@(cdr declaration)) 355 else collect declaration) into declarations [all …]
|
/dports/editors/slime/slime-2.26.1-9-gf368e22a/swank/ |
H A D | corman.lisp | 174 collect 183 collect f)) 199 collect `(list :name ',(svref info i) :id 0 317 (or (documentation sym kind) :not-documented)) 325 :function (if (fboundp symbol) 335 (describe symbol)) 399 collect (funcall callback e) 400 collect ", "))) 426 ,@(when (documentation class t) 571 (defvar *old-documentation* #'documentation) [all …]
|
H A D | abcl.lisp | 116 (documentation slot 't)) 377 (or (documentation sym kind) :not-documented)) 1158 ,@(when (documentation f t) 1160 ,(documentation f t) (:newline))) 1172 collect " ") 1292 collect " " 1295 collect '(:newline)))) 1316 collect " " 1383 collect " " 1390 if (documentation method t) [all …]
|
H A D | clasp.lisp | 184 collect (cons fd s) 359 (defimplementation describe-symbol-for-emacs (symbol) 362 (when (funcall boundp symbol) 372 (:variable (documentation name 'variable)) 373 (:function (documentation name 'function)) 374 (:class (documentation name 'class)) 377 (defimplementation type-specifier-p (symbol) 378 (or (subtypep nil symbol) 464 collect (list :name var :id i :value value))) 479 collect `(,var ',value))) [all …]
|
/dports/editors/sly/sly-1.0.43/slynk/backend/ |
H A D | corman.lisp | 174 collect 183 collect f)) 199 collect `(list :name ',(svref info i) :id 0 317 (or (documentation sym kind) :not-documented)) 325 :function (if (fboundp symbol) 335 (describe symbol)) 399 collect (funcall callback e) 400 collect ", "))) 426 ,@(when (documentation class t) 571 (defvar *old-documentation* #'documentation) [all …]
|
H A D | abcl.lisp | 116 (documentation slot 't)) 377 (or (documentation sym kind) :not-documented)) 1158 ,@(when (documentation f t) 1160 ,(documentation f t) (:newline))) 1172 collect " ") 1292 collect " " 1295 collect '(:newline)))) 1316 collect " " 1383 collect " " 1390 if (documentation method t) [all …]
|
H A D | clasp.lisp | 185 collect (cons fd s) 360 (defimplementation describe-symbol-for-emacs (symbol) 363 (when (funcall boundp symbol) 373 (:variable (documentation name 'variable)) 374 (:function (documentation name 'function)) 375 (:class (documentation name 'class)) 378 (defimplementation type-specifier-p (symbol) 379 (or (subtypep nil symbol) 465 collect (list :name var :id i :value value))) 480 collect `(,var ',value))) [all …]
|
H A D | clisp.lisp | 116 (path (loop for name in path collect 188 if x collect s))) 193 if x collect s))) 272 (or (documentation symbol kind) :not-documented)) 362 (documentation name 'sys::file))) 445 collect f))) 477 if match collect (subseq string pos (regexp:match-start match)) 478 else collect (subseq string pos) 491 collect (list :name (%frame-var-name frame i) 619 collect `((symbol-function ',name) ,function)) [all …]
|
/dports/japanese/navi2ch/navi2ch-faebfd1/test/ert/ |
H A D | ert.el | 89 collect ert-x)) 97 collect x)) 105 collect x)) 113 collect x)) 146 collect y)) 208 (documentation nil) 240 symbol) 265 collect key 266 collect value) 292 (let ((documentation nil) [all …]
|
/dports/databases/pgloader3/lparallel-20160825-git/src/ |
H A D | package.lisp | 34 ((package (package-name documentation &rest list) 40 append (loop for symbol being the external-symbols in package 41 collect (make-symbol (string symbol))))))))
|
/dports/databases/pgloader3/alexandria-20200925-git/doc/ |
H A D | docstrings.lisp | 145 while line collect line)) 188 (defmethod name ((symbol symbol)) 189 symbol) 295 (defclass documentation () unknown 302 (defmethod print-object ((documentation documentation) stream) 304 (princ (list (get-kind documentation) (get-name documentation)) stream))) 310 (make-instance 'documentation 339 (make-instance 'documentation 527 collect line))) 810 collect doc)) [all …]
|
/dports/devel/cl-alexandria/alexandria-f35e232ceb2ada8d10e7fdf27ccac07f781eea0e/doc/ |
H A D | docstrings.lisp | 145 while line collect line)) 188 (defmethod name ((symbol symbol)) 189 symbol) 295 (defclass documentation () unknown 302 (defmethod print-object ((documentation documentation) stream) 304 (princ (list (get-kind documentation) (get-name documentation)) stream))) 310 (make-instance 'documentation 339 (make-instance 'documentation 527 collect line))) 810 collect doc)) [all …]
|
/dports/math/reduce/Reduce-svn5758-src/packages/eds/ |
H A D | edsexptl.red | 14 % documentation and/or other materials provided with the distribution. 35 %%%% Characteristic variety, symbol relations and symbol matrix 60 indexrange !!symbol!!index=i; 76 pform name(i) = 0,{!!symbol!!pi(i,j),!!symbol!!w(i)}=1; 78 wlist := for i:=1:n collect !!symbol!!w(i); 79 sys := symbol_relations(s,!!symbol!!pi); 82 make_rule(!!symbol!!pi(i,-j),!!symbol!!w(i)*name(-j)); 86 % write showrules !!symbol!!pi; 92 return !!symbol!!mat; 105 indexrange symbol!!index!!=i; [all …]
|
/dports/devel/cl-asdf/asdf-a58828745a610c1af841a86587ba197707c89eb3/uiop/doc/ |
H A D | docstrings.lisp | 145 while line collect line)) 192 (defmethod name ((symbol symbol)) 193 symbol) 283 (defclass documentation () unknown 290 (defmethod print-object ((documentation documentation) stream) 292 (princ (list (get-kind documentation) (get-name documentation)) stream))) 516 collect line))) 697 (defun hide-slot-p (symbol slot) 811 collect doc)) 817 collect doc)) [all …]
|
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/tests/ |
H A D | time.tst | 23 ;; compile for speed & check documentation perseverance 24 (stringp (documentation 'check-universal-time 'function)) T 26 (stringp (documentation #'check-universal-time t)) T 51 ;; compile for speed & check documentation perseverance 52 (stringp (documentation #'time-loop t)) T 54 (stringp (documentation 'time-loop 'function)) T 68 :when check :collect (progn (incf bad) check) 77 :when check :collect (progn (incf bad) check) 88 (symbol-cleanup 'check-universal-time) 89 (symbol-cleanup 'time-loop))
|
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/dirkey/ |
H A D | dirkey1.lisp | 20 (setf (documentation (find-package "LDAP") 'sys::impnotes) "dir-key") 25 (type nil :type symbol :read-only t) 26 (direction nil :type symbol :read-only t) 84 (out *standard-output*) (collect t)) 97 (when collect (push (cons att val) vals)) 99 (when collect (push (cons kk vals) keys)))
|
/dports/databases/pgloader3/cl-markdown-20191227-git/dev/ |
H A D | docs.lisp | 16 (defmethod check-exportedp ((symbol symbol)) 42 symbol) 55 (setf symbol thing) 62 symbol nil)) 255 (defmethod thing-may-have-arguments-p ((symbol symbol)) 360 (documentation thing (intern (symbol-name strategy) 364 (documentation (second thing) 'setf)) 373 when (documentation m 'function) append 374 (list (documentation m 'function))))) 431 mappings))) collect [all …]
|
/dports/devel/cl-cffi/cffi_0.16.1/grovel/ |
H A D | grovel.lisp | 38 unless (string= "" trim) collect trim)) 135 symbol)) 157 (defun c-export (out symbol) 160 (c-print-symbol out symbol t) 410 (when documentation 430 (when documentation 503 collect initarg-name 505 collect `(,slot-decoder ,slot-name) 506 else collect slot-name)))))) 539 ((or cons symbol) [all …]
|
/dports/databases/pgloader3/esrap-20211020-git/doc/ |
H A D | docstrings.lisp | 145 while line collect line)) 188 (defmethod name ((symbol symbol)) 189 symbol) 280 (defclass documentation () unknown 287 (defmethod print-object ((documentation documentation) stream) 289 (princ (list (get-kind documentation) (get-name documentation)) stream))) 295 (make-instance 'documentation 540 collect line))) 723 (defun hide-slot-p (symbol slot) 830 collect doc)) [all …]
|
/dports/lang/sbcl/sbcl-1.3.13/doc/manual/ |
H A D | docstrings.lisp | 143 while line collect line)) 186 (defmethod name ((symbol symbol)) 187 symbol) 287 (defclass documentation () unknown 294 (defmethod print-object ((documentation documentation) stream) 296 (princ (list (get-kind documentation) (get-name documentation)) stream))) 302 (make-instance 'documentation 540 collect line))) 721 (defun hide-slot-p (symbol slot) 812 collect doc)) [all …]
|
/dports/editors/xvile/vile-9.8v/filters/ |
H A D | lisp.key | 253 copy-symbol 278 documentation 325 find-symbol 442 make-symbol 680 symbol-function 681 symbol-name 682 symbol-package 683 symbol-plist 684 symbol-value 741 documentation [all …]
|
/dports/editors/vile/vile-9.8v/filters/ |
H A D | lisp.key | 253 copy-symbol 278 documentation 325 find-symbol 442 make-symbol 680 symbol-function 681 symbol-name 682 symbol-package 683 symbol-plist 684 symbol-value 741 documentation [all …]
|