lispdoc - results for get |
(get symbol indicator &optional (default nil)) | Function: Look on the property list of SYMBOL for the specified INDICATOR. If this is found, return the associated value, else return DEFAULT.
|
Example:(defun memoized-function-p (function-name) "Predicate to test if function is memoized" (get function-name :unmemoized-function)) | Mentioned in: CLtL2 - 10.1. The Property List CLtL2 - 7.2. Generalized Variables HyperSpec - Accessor GET On Lisp - Chapter _28 On Lisp - Common Lisp Evolves On Lisp - Destructuring in Parameter Lists On Lisp - Functions as Properties On Lisp - Macro-Defining Macros On Lisp - Objects in Plain Lisp PCL - keeping track of inherited slots PCL - lookup tables alists and plists |
(get-properties place indicator-list) | Function: Like GETF, except that INDICATOR-LIST is a list of indicators which will be looked for in the property list stored in PLACE. Three values are returned, see manual for details.
|
| Mentioned in: CLtL2 - 10.1. The Property List HyperSpec - Function GET-PROPERTIES PCL - lookup tables alists and plists | |
(cffi:get-callback symbol) | Undocumented
|
(s-xml:get-uri object) | Undocumented
|
(s-xml:get-seed object) | Function: Get the initial user seed of an XML parser state
|
(s-xml:get-prefix object) | Undocumented
|
(get-decoded-time) | Function: Return nine values specifying the current time as follows: second, minute, hour, date, month, year, day of week (0 = Monday), T (daylight savings times) or NIL (standard time), and timezone.
|
Example:(defun now () "This function returns (hour minute second) for right now." (multiple-value-bind (second minute hour) (get-decoded-time) (values hour minute second))) | Mentioned in: CLtL2 - 25.4.1. Time Functions HyperSpec - Function GET-UNIVERSAL-TIME, GET-DECODED-TIME |
(s-xml:get-package object) | Undocumented
|
(hunchentoot:get-parameter name &optional (request *request*)) | Function: Returns the GET parameter with name NAME (a string) - or NIL if there is none. Search is case-sensitive.
|
(s-xml:get-entities object) | Function: Get the entities hashtable of an XML parser state
|
(get-universal-time) | Function: Return a single integer for the current time of day in universal time format.
|
Example:(defun localtime () (system-clock nil (get-universal-time))) | Mentioned in: CLtL2 - 25.4.1. Time Functions HyperSpec - Function GET-UNIVERSAL-TIME, GET-DECODED-TIME PCL - cookies |
(get-setf-expansion form &optional environment) | Function: Return five values needed by the SETF machinery: a list of temporary variables, a list of values with which to fill them, a list of temporaries for the new values, the setting function, and the accessing function.
|
| Mentioned in: HyperSpec - Function GET-SETF-EXPANSION | |
(hunchentoot:get-parameters object) | Undocumented
|
(hunchentoot:get-parameters* &optional (request *request*)) | Function: Returns an alist of the GET parameters associated with the REQUEST object REQUEST.
|
(get-macro-character char &optional (rt-designator *readtable*)) | Function: Return the function associated with the specified CHAR which is a macro character, or NIL if there is no such function. As a second value, return T if CHAR is a macro character which is non-terminating, i.e. which can be embedded in a symbol name.
|
| Mentioned in: CLtL2 - 22.1.5. The Readtable HyperSpec - Function SET-MACRO-CHARACTER, GET-MACRO-CHARACTER On Lisp - Dispatching Macro Characters | |
(cffi:get-var-pointer symbol) | Function: Return a pointer to the foreign global variable relative to SYMBOL.
|
(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.
|
(usocket:get-peer-port socket) | Function: Returns the IP port of the peer the socket to.
|
(usocket:get-local-port socket) | Function: Returns the IP port of the socket. This function applies to both `stream-usocket' and `server-stream-usocket' type objects.
|
(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.
|
(usocket:get-peer-address socket) | Function: Returns the IP address of the peer the socket is connected to.
|
(s-xml:get-text-hook object) | Function: Get the text hook of an XML parser state
|
(usocket:get-local-address socket) | Function: Returns the IP address of the socket.
|
(get-internal-run-time) | Function: Return the run time used by the process in the internal time format. (See INTERNAL-TIME-UNITS-PER-SECOND.) This is useful for finding CPU usage. Includes both "system" and "user" time.
|
| Mentioned in: CLtL2 - 25.4.1. Time Functions HyperSpec - Function GET-INTERNAL-RUN-TIME PCL - make it work make it right make it fast | |
(get-internal-real-time) | Function: Return the real time ("wallclock time") since startup in the internal time format. (See INTERNAL-TIME-UNITS-PER-SECOND.)
|
| Mentioned in: CLtL2 - 25.4.1. Time Functions HyperSpec - Function GET-INTERNAL-REAL-TIME PCL - make it work make it right make it fast | |
(get-output-stream-string stream) | Undocumented
|
| Mentioned in: CLtL2 - 21.2. Creating New Streams CLtL2 - 21.3. Operations on Streams HyperSpec - Function GET-OUTPUT-STREAM-STRING PCL - other kinds of io | |
(qlb-abcl:get-socket-stream &rest args) | Undocumented
|
(ql-lispworks:get-host-entry &rest args) | Undocumented
|
(ql-ecl:get-host-by-name &rest args) | Undocumented
|
(get-dispatch-macro-character disp-char sub-char &optional (rt-designator *readtable*)) | Function: Return the macro character function for SUB-CHAR under DISP-CHAR or NIL if there is no associated function.
|
| Mentioned in: CLtL2 - 22.1.5. The Readtable HyperSpec - Function SET-DISPATCH-MACRO-CHARACTER, GET-DISPATCH-MACRO-CHARACTER | |
(s-xml:get-new-element-hook object) | Function: Get the new element hook of an XML parser state
|
(s-xml:get-finish-element-hook object) | Function: Get the finish element hook of an XML parser state
|
(babel-encodings:get-character-encoding name) | Function: Lookups the character encoding denoted by the keyword symbol NAME. Signals an error if one is not found. If NAME is already a CHARACTER-ENCONDING object, it is returned unmodified.
|
(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)))) | |
(url-rewrite:add-get-param-to-url url name value) | Function: URL is assumed to be a http URL. The pair of NAME and VALUE will be added as a GET parameter to this URL. Assumes that there's no other parameter of the same name. Only checks if #? is part of the string to decide how to attach the new parameter to the end of the string.
|
(flexi-streams:get-output-stream-sequence stream &key as-list) | Undocumented
|
go-to | |
| Mentioned in: HyperSpec - 22.3.7.1 Tilde Asterisk: Go-To | |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |