mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
remove tabs and trailing white spaces
This commit is contained in:
parent
bb7b532ea7
commit
ce339a4f56
30 changed files with 4062 additions and 4071 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;;;; CLOG - The Common Lisp Omnificent GUI ;;;;
|
;;;; CLOG - The Common Lisp Omnificent GUI ;;;;
|
||||||
;;;; (c) 2020-2021 David Botton ;;;;
|
;;;; (c) 2020-2022 David Botton ;;;;
|
||||||
;;;; License BSD 3 Clause ;;;;
|
;;;; License BSD 3 Clause ;;;;
|
||||||
;;;; ;;;;
|
;;;; ;;;;
|
||||||
;;;; clog-window.lisp ;;;;
|
;;;; clog-window.lisp ;;;;
|
||||||
|
|
@ -93,4 +93,3 @@ with HTML."))
|
||||||
|
|
||||||
(defgeneric navigator (clog-body)
|
(defgeneric navigator (clog-body)
|
||||||
(:documentation "Reader for CLOG-Navigator object"))
|
(:documentation "Reader for CLOG-Navigator object"))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;;;; CLOG - The Common Lisp Omnificent GUI ;;;;
|
;;;; CLOG - The Common Lisp Omnificent GUI ;;;;
|
||||||
;;;; (c) 2020-2021 David Botton ;;;;
|
;;;; (c) 2020-2022 David Botton ;;;;
|
||||||
;;;; License BSD 3 Clause ;;;;
|
;;;; License BSD 3 Clause ;;;;
|
||||||
;;;; ;;;;
|
;;;; ;;;;
|
||||||
;;;; clog-connection.lisp ;;;;
|
;;;; clog-connection.lisp ;;;;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;;;; CLOG - The Common Lisp Omnificent GUI ;;;;
|
;;;; CLOG - The Common Lisp Omnificent GUI ;;;;
|
||||||
;;;; (c) 2020-2021 David Botton ;;;;
|
;;;; (c) 2020-2022 David Botton ;;;;
|
||||||
;;;; License BSD 3 Clause ;;;;
|
;;;; License BSD 3 Clause ;;;;
|
||||||
;;;; ;;;;
|
;;;; ;;;;
|
||||||
;;;; clog-document.lisp ;;;;
|
;;;; clog-document.lisp ;;;;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;;;; CLOG - The Common Lisp Omnificent GUI ;;;;
|
;;;; CLOG - The Common Lisp Omnificent GUI ;;;;
|
||||||
;;;; (c) 2020-2021 David Botton ;;;;
|
;;;; (c) 2020-2022 David Botton ;;;;
|
||||||
;;;; License BSD 3 Clause ;;;;
|
;;;; License BSD 3 Clause ;;;;
|
||||||
;;;; ;;;;
|
;;;; ;;;;
|
||||||
;;;; clog-helpers.lisp ;;;;
|
;;;; clog-helpers.lisp ;;;;
|
||||||
|
|
|
||||||
|
|
@ -72,4 +72,3 @@ result or DEFAULT-ANSWER on time out."))
|
||||||
(defmethod jquery-query ((obj clog-obj) method &key (default-answer nil))
|
(defmethod jquery-query ((obj clog-obj) method &key (default-answer nil))
|
||||||
(js-query obj (format nil "~A.~A" (jquery obj) method)
|
(js-query obj (format nil "~A.~A" (jquery obj) method)
|
||||||
:default-answer default-answer))
|
:default-answer default-answer))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;;;; CLOG - The Common Lisp Omnificent GUI ;;;;
|
;;;; CLOG - The Common Lisp Omnificent GUI ;;;;
|
||||||
;;;; (c) 2020-2021 David Botton ;;;;
|
;;;; (c) 2020-2022 David Botton ;;;;
|
||||||
;;;; License BSD 3 Clause ;;;;
|
;;;; License BSD 3 Clause ;;;;
|
||||||
;;;; ;;;;
|
;;;; ;;;;
|
||||||
;;;; clog-location.lisp ;;;;
|
;;;; clog-location.lisp ;;;;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;;;; CLOG - The Common Lisp Omnificent GUI ;;;;
|
;;;; CLOG - The Common Lisp Omnificent GUI ;;;;
|
||||||
;;;; (c) 2020-2021 David Botton ;;;;
|
;;;; (c) 2020-2022 David Botton ;;;;
|
||||||
;;;; License BSD 3 Clause ;;;;
|
;;;; License BSD 3 Clause ;;;;
|
||||||
;;;; ;;;;
|
;;;; ;;;;
|
||||||
;;;; clog-mulitmedia.lisp ;;;;
|
;;;; clog-mulitmedia.lisp ;;;;
|
||||||
|
|
@ -8,7 +8,6 @@
|
||||||
|
|
||||||
(cl:in-package :clog)
|
(cl:in-package :clog)
|
||||||
|
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; Implementation - clog-multimedia
|
;; Implementation - clog-multimedia
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
@ -684,4 +683,3 @@ HANDLER is nil unbind the event."))
|
||||||
:clog-type 'clog-video
|
:clog-type 'clog-video
|
||||||
:html-id html-id
|
:html-id html-id
|
||||||
:auto-place auto-place))
|
:auto-place auto-place))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;;;; CLOG - The Common Lisp Omnificent GUI ;;;;
|
;;;; CLOG - The Common Lisp Omnificent GUI ;;;;
|
||||||
;;;; (c) 2020-2021 David Botton ;;;;
|
;;;; (c) 2020-2022 David Botton ;;;;
|
||||||
;;;; License BSD 3 Clause ;;;;
|
;;;; License BSD 3 Clause ;;;;
|
||||||
;;;; ;;;;
|
;;;; ;;;;
|
||||||
;;;; clog-navigator.lisp ;;;;
|
;;;; clog-navigator.lisp ;;;;
|
||||||
|
|
@ -8,7 +8,6 @@
|
||||||
|
|
||||||
(cl:in-package :clog)
|
(cl:in-package :clog)
|
||||||
|
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; Implementation - clog-navigator
|
;; Implementation - clog-navigator
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;;;; CLOG - The Common Lisp Omnificent GUI ;;;;
|
;;;; CLOG - The Common Lisp Omnificent GUI ;;;;
|
||||||
;;;; (c) 2020-2021 David Botton ;;;;
|
;;;; (c) 2020-2022 David Botton ;;;;
|
||||||
;;;; License BSD 3 Clause ;;;;
|
;;;; License BSD 3 Clause ;;;;
|
||||||
;;;; ;;;;
|
;;;; ;;;;
|
||||||
;;;; clog-style.lisp ;;;;
|
;;;; clog-style.lisp ;;;;
|
||||||
|
|
@ -8,7 +8,6 @@
|
||||||
|
|
||||||
(cl:in-package :clog)
|
(cl:in-package :clog)
|
||||||
|
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; Implementation - clog-style-block
|
;; Implementation - clog-style-block
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
@ -68,4 +67,3 @@ selector. For example:
|
||||||
(car s)
|
(car s)
|
||||||
(cadr s)))
|
(cadr s)))
|
||||||
style-alist)))))
|
style-alist)))))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;;;; CLOG - The Common Lisp Omnificent GUI ;;;;
|
;;;; CLOG - The Common Lisp Omnificent GUI ;;;;
|
||||||
;;;; (c) 2020-2021 David Botton ;;;;
|
;;;; (c) 2020-2022 David Botton ;;;;
|
||||||
;;;; License BSD 3 Clause ;;;;
|
;;;; License BSD 3 Clause ;;;;
|
||||||
;;;; ;;;;
|
;;;; ;;;;
|
||||||
;;;; clog-system.lisp ;;;;
|
;;;; clog-system.lisp ;;;;
|
||||||
|
|
@ -8,7 +8,6 @@
|
||||||
|
|
||||||
(cl:in-package :clog)
|
(cl:in-package :clog)
|
||||||
|
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; Implementation - CLOG System
|
;; Implementation - CLOG System
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;;;; CLOG - The Common Lisp Omnificent GUI ;;;;
|
;;;; CLOG - The Common Lisp Omnificent GUI ;;;;
|
||||||
;;;; (c) 2020-2021 David Botton ;;;;
|
;;;; (c) 2020-2022 David Botton ;;;;
|
||||||
;;;; License BSD 3 Clause ;;;;
|
;;;; License BSD 3 Clause ;;;;
|
||||||
;;;; ;;;;
|
;;;; ;;;;
|
||||||
;;;; clog-window.lisp ;;;;
|
;;;; clog-window.lisp ;;;;
|
||||||
|
|
@ -8,7 +8,6 @@
|
||||||
|
|
||||||
(cl:in-package :clog)
|
(cl:in-package :clog)
|
||||||
|
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; Implementation - clog-window
|
;; Implementation - clog-window
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue