Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xhtmlambda
XHTMLambda
Commits
95c816fb
Commit
95c816fb
authored
May 11, 2016
by
Marco Antoniotti
💬
Browse files
Added and modified several doc files.
parent
786007ce
Changes
39
Hide whitespace changes
Inline
Side-by-side
docs/html-saved/blank.html
0 → 100644
View file @
95c816fb
<!-- blank.html -->
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<body>
</body>
</html>
<!-- end of file : blank.html -->
docs/html-saved/dictionary/Function-ELEMENT-ATTRIBUTES.html
0 → 100644
View file @
95c816fb
<head>
<title>
:
FUNCTION
element-attributes
</title>
<link
rel=
"stylesheet"
href=
"../helambdap.css"
/>
</head>
<body>
<h1>
<i>
Internal
Function
</i>
<strong>
element-attributes
</strong>
</h1>
<h2>
Package:
</h2>
<p>
<code>
IT.UNIMIB.DISCO.MA.XHTMLAMBDA
</code>
</p>
<h2>
Syntax:
</h2>
<div>
<p>
<pre>
<strong
style=
"color: red"
>
element-attributes
</strong>
<i>
OBJECT
</i>
→
<i>
result
</i></pre>
</p>
</div>
<h3>
Arguments and Values:
</h3>
<ul>
<li
style=
"list-style-type: none"
>
<i>
<code>
OBJECT
</code>
</i>
:
a ELEMENT
</li>
<li
style=
"list-style-type: none"
>
<i>
<code>
result
</code>
</i>
:
a LIST
</li>
</ul>
<h2>
Description:
</h2>
<p>
Accessor for the read-only slot ATTRIBUTES of an object of type ELEMENT.
</p>
</body>
\ No newline at end of file
docs/html-saved/dictionary/Function-ELEMENT-CONTENT.html
0 → 100644
View file @
95c816fb
<head>
<title>
:
FUNCTION
element-content
</title>
<link
rel=
"stylesheet"
href=
"../helambdap.css"
/>
</head>
<body>
<h1>
<i>
Internal
Function
</i>
<strong>
element-content
</strong>
</h1>
<h2>
Package:
</h2>
<p>
<code>
IT.UNIMIB.DISCO.MA.XHTMLAMBDA
</code>
</p>
<h2>
Syntax:
</h2>
<div>
<p>
<pre>
<strong
style=
"color: red"
>
element-content
</strong>
<i>
OBJECT
</i>
→
<i>
result
</i></pre>
</p>
</div>
<h3>
Arguments and Values:
</h3>
<ul>
<li
style=
"list-style-type: none"
>
<i>
<code>
OBJECT
</code>
</i>
:
a ELEMENT
</li>
<li
style=
"list-style-type: none"
>
<i>
<code>
result
</code>
</i>
:
a T
</li>
</ul>
<h2>
Description:
</h2>
<p>
Accessor for the read-only slot CONTENT of an object of type ELEMENT.
</p>
</body>
\ No newline at end of file
docs/html-saved/dictionary/Function-ELEMENT-TAG.html
0 → 100644
View file @
95c816fb
<head>
<title>
:
FUNCTION
element-tag
</title>
<link
rel=
"stylesheet"
href=
"../helambdap.css"
/>
</head>
<body>
<h1>
<i>
Internal
Function
</i>
<strong>
element-tag
</strong>
</h1>
<h2>
Package:
</h2>
<p>
<code>
IT.UNIMIB.DISCO.MA.XHTMLAMBDA
</code>
</p>
<h2>
Syntax:
</h2>
<div>
<p>
<pre>
<strong
style=
"color: red"
>
element-tag
</strong>
<i>
OBJECT
</i>
→
<i>
result
</i></pre>
</p>
</div>
<h3>
Arguments and Values:
</h3>
<ul>
<li
style=
"list-style-type: none"
>
<i>
<code>
OBJECT
</code>
</i>
:
a ELEMENT
</li>
<li
style=
"list-style-type: none"
>
<i>
<code>
result
</code>
</i>
:
a SYMBOL
</li>
</ul>
<h2>
Description:
</h2>
<p>
Accessor for the read-only slot TAG of an object of type ELEMENT.
</p>
</body>
\ No newline at end of file
docs/html-saved/dictionary/Function-MAKE-TAG.html
0 → 100644
View file @
95c816fb
<head>
<title>
:
FUNCTION
make-tag
</title>
<link
rel=
"stylesheet"
href=
"../helambdap.css"
/>
</head>
<body>
<h1>
<i>
Internal
Function
</i>
<strong>
make-tag
</strong>
</h1>
<h2>
Package:
</h2>
<p>
<code>
IT.UNIMIB.DISCO.MA.XHTMLAMBDA
</code>
</p>
<h2>
Syntax:
</h2>
<div>
<p>
<pre>
<strong
style=
"color: red"
>
make-tag
</strong>
<span
style=
"color: blue"
>
&
KEY
</span>
<i>
NAME
</i>
<i>
CATEGORIES
</i>
<i>
CONTEXT
</i>
<i>
CONTENT
</i>
<i>
SPECIFIC-ATTRIBUTES
</i>
→
<i>
result
</i></pre>
</p>
</div>
<h3>
Arguments and Values:
</h3>
<ul
style=
"list-style-type: none"
>
<li
style=
"list-style-type: none"
>
<i>
<code>
NAME
</code>
</i>
:
a T.
</li>
<li
style=
"list-style-type: none"
>
<i>
<code>
CATEGORIES
</code>
</i>
:
a T.
</li>
<li
style=
"list-style-type: none"
>
<i>
<code>
CONTEXT
</code>
</i>
:
a T.
</li>
<li
style=
"list-style-type: none"
>
<i>
<code>
CONTENT
</code>
</i>
:
a T.
</li>
<li
style=
"list-style-type: none"
>
<i>
<code>
SPECIFIC-ATTRIBUTES
</code>
</i>
:
a T.
</li>
<li
style=
"list-style-type: none"
>
<i>
<code>
result
</code>
</i>
:
a TAG.
</li>
</ul>
<h2>
Description:
</h2>
<p>
A constructor for the structure TAG.
</p>
</body>
\ No newline at end of file
docs/html-saved/dictionary/Function-SET-QUOTE-CHARACTER.html
0 → 100644
View file @
95c816fb
<head>
<title>
:
FUNCTION
set-quote-character
</title>
<link
rel=
"stylesheet"
href=
"../helambdap.css"
/>
</head>
<body>
<h1>
<i>
Internal
Function
</i>
<strong>
set-quote-character
</strong>
</h1>
<h2>
Package:
</h2>
<p>
<code>
IT.UNIMIB.DISCO.MA.XHTMLAMBDA
</code>
</p>
<h2>
Syntax:
</h2>
<div>
<p>
<pre>
<strong
style=
"color: red"
>
set-quote-character
</strong>
<i>
C
</i>
→
<i>
result
</i></pre>
</p>
</div>
<h3>
Arguments and Values:
</h3>
<ul>
<li
style=
"list-style-type: none"
>
<i>
<code>
C
</code>
</i>
:
a character, either #' or #\".
</li>
</ul>
<h2>
Description:
</h2>
<p>
Setf the current 'quote' character used in (X)HTML(5) string quoting.
</p>
</body>
\ No newline at end of file
docs/html-saved/dictionary/Function-T_CATEGORIES.html
0 → 100644
View file @
95c816fb
<head>
<title>
:
FUNCTION
t_categories
</title>
<link
rel=
"stylesheet"
href=
"../helambdap.css"
/>
</head>
<body>
<h1>
<i>
Internal
Function
</i>
<strong>
t_categories
</strong>
</h1>
<h2>
Package:
</h2>
<p>
<code>
IT.UNIMIB.DISCO.MA.XHTMLAMBDA
</code>
</p>
<h2>
Syntax:
</h2>
<div>
<p>
<pre>
<strong
style=
"color: red"
>
t_categories
</strong>
<i>
OBJECT
</i>
→
<i>
result
</i></pre>
</p>
</div>
<h3>
Arguments and Values:
</h3>
<ul>
<li
style=
"list-style-type: none"
>
<i>
<code>
OBJECT
</code>
</i>
:
a TAG
</li>
<li
style=
"list-style-type: none"
>
<i>
<code>
result
</code>
</i>
:
a T
</li>
</ul>
<h2>
Description:
</h2>
<p>
Accessor for the read-only slot CATEGORIES of an object of type TAG.
</p>
</body>
\ No newline at end of file
docs/html-saved/dictionary/Function-T_CONTENT.html
0 → 100644
View file @
95c816fb
<head>
<title>
:
FUNCTION
t_content
</title>
<link
rel=
"stylesheet"
href=
"../helambdap.css"
/>
</head>
<body>
<h1>
<i>
Internal
Function
</i>
<strong>
t_content
</strong>
</h1>
<h2>
Package:
</h2>
<p>
<code>
IT.UNIMIB.DISCO.MA.XHTMLAMBDA
</code>
</p>
<h2>
Syntax:
</h2>
<div>
<p>
<pre>
<strong
style=
"color: red"
>
t_content
</strong>
<i>
OBJECT
</i>
→
<i>
result
</i></pre>
</p>
</div>
<h3>
Arguments and Values:
</h3>
<ul>
<li
style=
"list-style-type: none"
>
<i>
<code>
OBJECT
</code>
</i>
:
a TAG
</li>
<li
style=
"list-style-type: none"
>
<i>
<code>
result
</code>
</i>
:
a T
</li>
</ul>
<h2>
Description:
</h2>
<p>
Accessor for the read-only slot CONTENT of an object of type TAG.
</p>
</body>
\ No newline at end of file
docs/html-saved/dictionary/Function-T_CONTEXT.html
0 → 100644
View file @
95c816fb
<head>
<title>
:
FUNCTION
t_context
</title>
<link
rel=
"stylesheet"
href=
"../helambdap.css"
/>
</head>
<body>
<h1>
<i>
Internal
Function
</i>
<strong>
t_context
</strong>
</h1>
<h2>
Package:
</h2>
<p>
<code>
IT.UNIMIB.DISCO.MA.XHTMLAMBDA
</code>
</p>
<h2>
Syntax:
</h2>
<div>
<p>
<pre>
<strong
style=
"color: red"
>
t_context
</strong>
<i>
OBJECT
</i>
→
<i>
result
</i></pre>
</p>
</div>
<h3>
Arguments and Values:
</h3>
<ul>
<li
style=
"list-style-type: none"
>
<i>
<code>
OBJECT
</code>
</i>
:
a TAG
</li>
<li
style=
"list-style-type: none"
>
<i>
<code>
result
</code>
</i>
:
a T
</li>
</ul>
<h2>
Description:
</h2>
<p>
Accessor for the read-only slot CONTEXT of an object of type TAG.
</p>
</body>
\ No newline at end of file
docs/html-saved/dictionary/Function-T_NAME.html
0 → 100644
View file @
95c816fb
<head>
<title>
:
FUNCTION
t_name
</title>
<link
rel=
"stylesheet"
href=
"../helambdap.css"
/>
</head>
<body>
<h1>
<i>
Internal
Function
</i>
<strong>
t_name
</strong>
</h1>
<h2>
Package:
</h2>
<p>
<code>
IT.UNIMIB.DISCO.MA.XHTMLAMBDA
</code>
</p>
<h2>
Syntax:
</h2>
<div>
<p>
<pre>
<strong
style=
"color: red"
>
t_name
</strong>
<i>
OBJECT
</i>
→
<i>
result
</i></pre>
</p>
</div>
<h3>
Arguments and Values:
</h3>
<ul>
<li
style=
"list-style-type: none"
>
<i>
<code>
OBJECT
</code>
</i>
:
a TAG