lispdoc - results for name |
name | |
| Mentioned in: HyperSpec - 1.4.4.14 The ``Name'' Section of a Dictionary Entry HyperSpec - 11.1.1.2.5 Prevention of Name Conflicts in Packages HyperSpec - 19.2.1.4 The Pathname Name Component HyperSpec - 19.2.2.4.4 Restrictions on Examining a Pathname Name Component | |
names | |
| Mentioned in: HyperSpec - 11.1.1.1 Package Names and Nicknames HyperSpec - 13.1.7 Character Names HyperSpec - 5.1.2.1 Variable Names as Places | |
(name-char name) | Function: Given an argument acceptable to STRING, NAME-CHAR returns a character whose name is that string, if one exists. Otherwise, NIL is returned.
|
| Mentioned in: CLtL2 - 13.4. Character Conversions HyperSpec - Function NAME-CHAR | |
(char-name char) | Function: Return the name (a STRING) for a CHARACTER object.
|
| Mentioned in: CLtL2 - 13.4. Character Conversions HyperSpec - Function CHAR-NAME | |
(class-name class) | Undocumented
|
Example:(defun its-name (obj) "convenient way to print out info when developing" (class-name (class-of obj))) | Mentioned in: CLtL2 - 28.1.2. Classes CLtL2 - 28.2. Functions in the Programmer Interface HyperSpec - Standard Generic Function (SETF CLASS-NAME) HyperSpec - Standard Generic Function CLASS-NAME |
(symbol-name symbol) | Function: Return SYMBOL's name as a string.
|
Example:(defun as-keyword (symbol) (intern (symbol-name symbol) :keyword)) | Mentioned in: CLtL2 - 10.2. The Print Name CLtL2 - 10.3. Creating Symbols CLtL2 - 11.7. Package System Functions and Variables HyperSpec - Function SYMBOL-NAME On Lisp - Chapter _28 |
(ql-dist:name object) | Function: Return the name of OBJECT.
|
(package-name package-designator) | Undocumented
|
| Mentioned in: CLtL2 - 11.2. Package Names CLtL2 - 11.7. Package System Functions and Variables HyperSpec - Function PACKAGE-NAME | |
(restart-name instance) | Function: Return whether debug-block represents elsewhere code.
|
| Mentioned in: CLtL2 - 29.4.8. Finding and Manipulating Restarts HyperSpec - Function RESTART-NAME | |
(pathname-name pathname &key (case local)) | Function: Return PATHNAME's name.
|
Example:(defun tl-merge-two-paths (new-path base) "Tries to merge two paths.." (let ((new-dir (append (pathname-directory base) (cdr (pathname-directory new-path))))) (make-pathname :name (pathname-name new-path) :type (pathname-type new-path) :directory new-dir))) | Mentioned in: CLtL2 - 23.1.2. Case Conventions CLtL2 - 23.1.6. Pathname Functions HyperSpec - Function PATHNAME-HOST, PATHNAME-DEVICE, PATHNAME-DIRECTORY, PATHNAME-NAME, PATHNAME-TYPE, PATHNAME-VERSION PCL - how pathnames represent filenames |
(asdf:error-name condition) | Undocumented
|
(asdf:coerce-name name) | Undocumented
|
(rfc2388:header-name structure) | Undocumented
|
(asdf:component-name object) | Undocumented
|
(long-site-name) | Function: Return a string with the long form of the site name, or NIL if not known.
|
| Mentioned in: CLtL2 - 25.4.2. Other Environment Inquiries HyperSpec - Function SHORT-SITE-NAME, LONG-SITE-NAME | |
asdf:duplicate-names | Undocumented
|
(short-site-name) | Function: Return a string with the abbreviated site name, or NIL if not known.
|
| Mentioned in: CLtL2 - 25.4.2. Other Environment Inquiries HyperSpec - Function SHORT-SITE-NAME, LONG-SITE-NAME | |
(cell-error-name condition) | Function: Return the offending thread that the THREAD-ERROR pertains to.
|
| Mentioned in: CLtL2 - 29.5. Predefined Condition Types HyperSpec - Function CELL-ERROR-NAME | |
(hunchentoot:cookie-name object) | Undocumented
|
(hunchentoot:script-name object) | Undocumented
|
(hunchentoot:script-name* &optional (request *request*)) | Function: Returns the file name of the REQUEST object REQUEST. That's the requested URI without the query string (i.e the GET parameters).
|
(hunchentoot:acceptor-name object) | Undocumented
|
(ql-dist:project-name object) | Undocumented
|
(asdf:split-name-type filename) | Undocumented
|
(rfc2388:get-file-name headers) | Undocumented
|
(usocket:get-peer-name socket) | Function: Returns the IP address and port of the peer the socket is connected to as values.
|
(ql-dist:metadata-name object) | Function: The metadata-name of an object is used to form the pathname for a few different object metadata files.
|
(usocket:get-local-name socket) | Function: Returns the IP address and port of the socket as values. This function applies to both `stream-usocket' and `server-stream-usocket' type objects.
|
(cffi:foreign-slot-names type) | Function: Returns a list of TYPE's slot names in no particular order.
|
(babel-encodings:enc-name object) | Undocumented
|
(bordeaux-threads:thread-name thread) | Function: Returns the name of the thread, as supplied to MAKE-THREAD.
|
(s-xml:xml-element-name instance) | Function: Return the name from an xml-element struct
|
(ql-dist:system-file-name object) | Undocumented
|
(hunchentoot:session-cookie-name acceptor) | Function: Returns the name (a string) of the cookie (or the GET parameter) which is used to store a session on the client side. The default is to use the string "hunchentoot-session", but you can specialize this function if you want another name.
|
(alexandria.0.dev:with-unique-names names &body forms) | Function: Alias for WITH-GENSYMS.
|
(chunga:read-name-value-pair stream &key (value-required-p t) cookie-syntax) | Function: Reads a typical (in RFC 2616) name/value or attribute/value combination from STREAM - a token followed by a #\= character and another token or a quoted string. Returns a cons of name and value, both as strings. If VALUE-REQUIRED-P is NIL, the #\= sign and the value are optional. If COOKIE-SYNTAX is true, uses READ-COOKIE-VALUE internally.
|
(ql-ecl:get-host-by-name &rest args) | Undocumented
|
(chunga:read-name-value-pairs stream &key (value-required-p t) cookie-syntax) | Function: Uses READ-NAME-VALUE-PAIR to read and return an alist of name/value pairs from STREAM. It is assumed that the pairs are separated by semicolons and that the first char read (except for whitespace) will be a semicolon. The parameters are used as in READ-NAME-VALUE-PAIR. Stops reading in case of END-OF-FILE (instead of signaling an error).
|
ql-release-index:project-name | Undocumented
|
(asdf:module-components-by-name object) | Undocumented
|
(flexi-streams:external-format-name object) | Undocumented
|
(ql-sbcl:get-host-by-name host-name) | Function: Returns a HOST-ENT instance for HOST-NAME or signals a NAME-SERVICE-ERROR. HOST-NAME may also be an IP address in dotted quad notation or some other weird stuff - see gethostbyname(3) or getaddrinfo(3) for the details.
|
Example:(defun my-fqdn () (sb-bsd-sockets:host-ent-name (sb-bsd-sockets:get-host-by-name (machine-instance)))) | |
(cffi-sys:canonicalize-symbol-name-case name) | Undocumented
|
(asdf:component-name-to-pathname-components s &key force-directory force-relative) | Function: Splits the path string S, returning three values: A flag that is either :absolute or :relative, indicating how the rest of the values are to be interpreted. A directory path --- a list of strings, suitable for use with MAKE-PATHNAME when prepended with the flag value. A filename with type extension, possibly NIL in the case of a directory pathname. FORCE-DIRECTORY forces S to be interpreted as a directory pathname (third return value will be NIL, final component of S will be treated as part of the directory path. The intention of this function is to support structured component names, e.g., (:file "foo/bar"), which will be unpacked to relative pathnames.
|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |