Index: library/lib/doc-assets/@class.html.asciidoc =================================================================== diff -u --- library/lib/doc-assets/@class.html.asciidoc (revision 0) +++ library/lib/doc-assets/@class.html.asciidoc (revision 77c371a2e4a1bd85367d11869de6e2dc9fac4771) @@ -0,0 +1,106 @@ +
+[:as_text] +
+[:?var :@class-attribute { +[:!let class_attrs [:!get -sortedby name -with name @class-attribute]] +}] + +
+

Provided Parameters

+ [:? {[info exists class_attrs]} { +

+ + [:for attr [dict values $class_attrs] { + [$attr name] + }] + +

+ }] + [:!let iattrs [:inherited @class-attribute]] + [:? {$iattrs ne ""} { + [:for superclass [dict keys $iattrs] { + [:!let attrs [dict values [dict get $iattrs $superclass]]] +
Parameters inherited from [$superclass name]
+

+ + [:for a $attrs { + [$a name] + }] + +

+ }] + }] + + [:? {[info exists class_attrs]} { +
+ [:for attr [dict values $class_attrs] { +
+
+ [$attr name] +
+

[$attr as_text]

+ }] +
+ }] +
+ + +[:?var :@class-method { +[:!let class_methods [:!get -sortedby name -where {${:@modifier} eq "public"} @class-method]] +}] + +
+

Provided Methods

+ [:? {[info exists class_methods]} { +

+ + [:for m $class_methods { + [$m name] + }] + +

+ }] + [:!let imethods [:inherited @class-method]] + [:? {$imethods ne ""} { + [:for superclass [dict keys $imethods] { + [:!let ms [dict values [dict get $imethods $superclass]]] +
Methods inherited from [$superclass name]
+

+ + [:for m $ms { + [$m name] + }] + +

+ }] + }] + + [:? {[info exists class_methods]} { + [:for m $class_methods { + [:? {[info exists class_attrs] && [dict exists $class_attrs [$m name]]} { + [$m render -initscript [list set owning_attribute [dict get $class_attrs [$m name]]] -template attributemethod] + } - { + [$m render] + }] + }] + }] +
+ + +[:?var :@object-method { +[:!let omethods [:!get -sortedby name @object-method]] +
+

Per-Object Methods

+

+ + [:for om $omethods { + [$om name] + }] + +

+ [:for om $omethods { + [$om render] + }] +
+}] + Index: library/lib/doc-assets/@class.html.yuidoc =================================================================== diff -u --- library/lib/doc-assets/@class.html.yuidoc (revision 0) +++ library/lib/doc-assets/@class.html.yuidoc (revision 77c371a2e4a1bd85367d11869de6e2dc9fac4771) @@ -0,0 +1,236 @@ +
+
+ Filters + +
+
+

+ Class + [:print_name -status] + [:?var :@superclass { + + - subclass of + [:for super ${:@superclass} { + [$super name] + }] + + }] +

+ +[:?var :@see { +
See also:${:@see}
+}] + +
+ [:as_text] +
+ +[:?var :@class-attribute { +[:!let class_attrs [:!get -sortedby name -with name @class-attribute]] +
+
+

Provided Parameters

+
+
+ These parameter can be used to configure instances of this class: + + [:for attr [dict values $class_attrs] { + + [$attr name] + + }] + +
+
+
+
+ [:for attr [dict values $class_attrs] { +
+

[$attr print_name -status] +

+
+
+ [:? {[$attr pinfo exists validation]} { + [$attr pinfo get validation] + }] + [$attr as_text] +
+
+ + + [:?objvar $attr default { +
+ Default Value: $default +
+ }] + + [:? {[$attr eval {info exists :deprecated}]} { +
+ Deprecated: [$attr default] +
+ }] + +
+
+ }] +
+
+
+}] + +[:!let iattrs [:inherited @class-attribute]] +[:? {$iattrs ne ""} { +
+ [:for superclass [dict keys $iattrs] { + [:!let attrs [dict values [dict get $iattrs $superclass]]] +
+

Inherited Parameters + from [$superclass name]:

+
+ + [:for a $attrs { + + [$a name] + + }] + +
+
+ }] +
+ }] + +[:?var :@object-attribute { +
+
+

Per-object parameters

+
+ + [:for attr ${:@object-attribute} { +
+

[$attr name] +

+
+
+ [$attr as_text] +
+
+ + + [:? {[$attr eval {info exists :default}]} { +
+ Default Value: [$attr default] +
+ }] + + [:? {[$attr eval {info exists :deprecated}]} { +
+ Deprecated: [$attr] +
+ }] + +
+
+ + }] +
+
+
+}] + +[:?var :@class-method { +[:!let class_methods [:!get -sortedby name -where {${:@modifier} eq "public"} @class-method]] +
+
+

Provided Methods

+
+
+ + [:for m $class_methods { + + [$m name] + + }] + +
+
+
+
+ [:for method $class_methods { + [:? {[info exists class_attrs] && [dict exists $class_attrs [$method name]]} { + [$method render -initscript [list set owning_attribute [dict get $class_attrs [$method name]]] -template attributemethod] + } - { + [$method render] + }] + }] +
+
+
+}] + + [:!let imethods [:inherited @class-method]] + [:? {$imethods ne ""} { +
+ [:for superclass [dict keys $imethods] { + [:!let ms [dict values [dict get $imethods $superclass]]] +
+

Inherited Methods + from [$superclass name]:

+
+ + [:for m $ms { + + [$m name] + + }] + +
+
+ }] +
+}] + + +[:?var :@object-method { +[:!let omethods [:!get -sortedby name @object-method]] +
+
+

Per-object methods

+
+ + [:for m $omethods { + + [$m name] + + }] + +
+
+
+ [:for omethod $omethods { + [$omethod render] + }] +
+
+
}] Index: library/lib/doc-assets/@command.html.asciidoc =================================================================== diff -u --- library/lib/doc-assets/@command.html.asciidoc (revision 0) +++ library/lib/doc-assets/@command.html.asciidoc (revision 77c371a2e4a1bd85367d11869de6e2dc9fac4771) @@ -0,0 +1,62 @@ +
+ [:as_text] +
+
Usage
+
${:name} + [:pinfo get -default "" bundle parametersyntax] + +
+[:?var :@command { +[:!let subs [:!get -sortedby name @command]] +[:for sub $subs { +
+
+
+ ${:name} [$sub name] +
+
+

[$sub as_text]

+
Usage
+
${:name} [$sub name] [:pinfo get -default "" bundle parametersyntax] +
+ [:?objvar $sub @parameter { +
Parameters
+
+ [:for param [$sub !get @parameter] { +
[$param print_name]
+

[$param as_text]

+ }] +
+ }] + [:?objvar $sub @return { +
Return
+ [:!let ret [$sub !get @return]] + [$ret as_text] + }] + + + +}] +} - { +[:?var :@parameter { +
Parameters
+
+ [:for param [:!get @parameter] { +
[$param print_name]
+

[$param as_text]

+ }] +
+}] +[:?var :@return { +
Return
+[:!let ret [:!get @return]] +[$ret as_text] +}] +}] + + + + + + + Index: library/lib/doc-assets/@command.html.yuidoc =================================================================== diff -u --- library/lib/doc-assets/@command.html.yuidoc (revision 0) +++ library/lib/doc-assets/@command.html.yuidoc (revision 77c371a2e4a1bd85367d11869de6e2dc9fac4771) @@ -0,0 +1,117 @@ +

+ Command [:print_name -status] +

+
+ [:as_text] +
+[join [:pinfo get -default "" validation]
]
+
+ [:? {[info exists :@return] && [${:@return} spec] ne ""} {<[${:@return} spec]>} ] + ${:name} + [:pinfo get -default "" bundle parametersyntax] + + [:?var :@command { +
+
+
+

Subcommands

+
+
+ + [:for sub [:!get -sortedby name @command] { + + [$sub name] + + }] + +
+
+
+
+ [:for sub [:!get -sortedby name @command] { +
+

[$sub print_name] +

+
+ [:? {[$sub eval {info exists :@return}] && [[$sub @return] spec] ne ""} {<[[$sub @return] spec]>} ] + ${:name} [$sub name] + [$sub pinfo get -default "" bundle parametersyntax] + +
+ [$sub as_text] + [:?objvar $sub @parameter { +
+
Parameters:
+ [:for param [$sub !get @parameter] { +
+ [$param name] + [:? {[$param eval {info exists :spec}] && [$param spec] ne ""} {<[$param spec]>}] + + [$param as_text] + [join [$param pinfo get -default "" validation]
]
+
+ }] +
+ }] + [:?objvar $sub @return { + [:!let subreturn [$sub @return]] +
+
Returns: + +
+
[$subreturn as_text][join [$subreturn pinfo get -default "" validation]
]
+
+ }] +
+
+
+
+ }] +
+
+
+
+ } - { +
+
+ [:?var :@parameter { +
+
Parameters:
+ [:for param [:!get @parameter] { +
+ [$param name] + [:? {[$param eval {info exists :spec}] && [$param spec] ne ""} {<[$param spec]>}] + + [$param statusmark] + [$param as_text] + [join [$param pinfo get -default "" validation]
]
+
+ }] +
+ }] + + [:?var :@return { +
+
Returns: + +
+
[${:@return} as_text]
+
+ }] +
+
+ }] +
+ + + + + + + + Index: library/lib/doc-assets/@method.html.asciidoc =================================================================== diff -u --- library/lib/doc-assets/@method.html.asciidoc (revision 0) +++ library/lib/doc-assets/@method.html.asciidoc (revision 77c371a2e4a1bd85367d11869de6e2dc9fac4771) @@ -0,0 +1,30 @@ +
+
+
+ [:name] +
+
+

obj [:name] [:pinfo get -default "" bundle parametersyntax] +

+ [:?var :@method { + [:for sm [:get_sub_methods] { + [$sm render -initscript [list set supermethod [current]] -template submethod] + }] + } - { + [:?var :@parameter { +
Parameters
+
+ [:for param [:!get @parameter] { +
[$param print_name]
+
[$param as_text]
+ }] +
+ }] + [:?var :@return { +
Return
+ [:!let ret [:!get @return]] + [$ret as_text] + }] + }] +
+
Index: library/lib/doc-assets/@method.html.yuidoc =================================================================== diff -u --- library/lib/doc-assets/@method.html.yuidoc (revision 0) +++ library/lib/doc-assets/@method.html.yuidoc (revision 77c371a2e4a1bd85367d11869de6e2dc9fac4771) @@ -0,0 +1,83 @@ +
+

+ [:print_name -status]

+
+ [:? {[info exists :@return] && [${:@return} spec] ne ""} {<[${:@return} spec]>} ] + obj + ${:name} + [:pinfo get -default "" bundle parametersyntax] + +
+ [:as_text] +
+ +
+ [:?var :@method { +
+ [:for sm [:get_sub_methods] { + [$sm render -initscript [list set supermethod [current]] -template submethod] + }] + } - { + [:?var :@parameter { +
+
Parameters:
+ [:for param [:!get @parameter] { +
+ [$param print_name] + [:? {[$param eval {info exists :spec}] && [$param spec] ne ""} {<[$param spec]>}] + + [$param statusmark] + [$param as_text] + [$param pinfo get -default "" validation] + [:? {[$param eval {info exists :default}]} { +
+ Default Value: [$param default] +
+ }] +
+ }] +
+ }] + + [:?var :@return { +
+
Returns: + [:!let ret [:!get @return]] + [:? {[$ret eval {info exists :spec}] && [$ret spec] ne ""} {[$ret spec]}] +
+
+ [$ret pinfo get -default "" validation] + [$ret as_text] +
+
+ }] + }] + + [:? {[:!get @deprecated]} { +
+ Deprecated +
+ }] + + [:? {[:!get @syshook] || [:pinfo exists bundle type]} { +
+
Type:
+
[:pinfo get bundle type]
[:? {[:!get @syshook]} { +
+ internally called, redefinable hook
+ }] +
+ }] + + [:? {[:pinfo get -default 0 bundle redefine-protected]} { +
+
Protection:
+
redefine-protected
+
+ }] + + +
+
+
+
Index: library/lib/doc-assets/@object.html.asciidoc =================================================================== diff -u --- library/lib/doc-assets/@object.html.asciidoc (revision 0) +++ library/lib/doc-assets/@object.html.asciidoc (revision 77c371a2e4a1bd85367d11869de6e2dc9fac4771) @@ -0,0 +1,20 @@ +
+ [:as_text] +
+ +[:?var :@object-method { +[:!let omethods [:!get -sortedby name @object-method]] +
+

Per-Object Methods

+

+ + [:for om $omethods { + [$om name] + }] + +

+ [:for om $omethods { + [$om render] + }] +
+}] Index: library/lib/doc-assets/@object.html.yuidoc =================================================================== diff -u --- library/lib/doc-assets/@object.html.yuidoc (revision 0) +++ library/lib/doc-assets/@object.html.yuidoc (revision 77c371a2e4a1bd85367d11869de6e2dc9fac4771) @@ -0,0 +1,101 @@ +
+
+ Filters + +
+
+

+ Object + [:print_name -status] +

+ +[:?var :@see { +
See also:${:@see}
+}] + +
+ [:as_text] +
+ +[:?var :@object-attribute { +[:!let obj_attrs [:!get -sortedby name -with name @object-attribute]] +
+
+

Per-object parameters

+
+
+ + [:for attr [dict values $obj_attrs] { + + [$attr name] + + }] + +
+
+
+
+ [:for attr [dict values $obj_attrs] { +
+

[$attr print_name -status] +

+
+
+ [:? {[$attr pinfo exists validation]} { + [$attr pinfo get validation] + }] + [$attr as_text] +
+
+ + + [:?objvar $attr default { +
+ Default Value: $default +
+ }] + + [:? {[$attr eval {info exists :deprecated}]} { +
+ Deprecated: [$attr default] +
+ }] + +
+
+ }] +
+
+
+}] + +[:?var :@object-method { +[:!let omethods [:!get -sortedby name @object-method]] +
+
+

Per-object methods

+
+ + [:for m $omethods { + + [$m name] + + }] + +
+
+
+ [:for omethod $omethods { + [$omethod render] + }] +
+
+
+}] Index: library/lib/doc-assets/@package.html.asciidoc =================================================================== diff -u --- library/lib/doc-assets/@package.html.asciidoc (revision 0) +++ library/lib/doc-assets/@package.html.asciidoc (revision 77c371a2e4a1bd85367d11869de6e2dc9fac4771) @@ -0,0 +1,45 @@ + +

+ [:as_text] +

+ +[:?var :@require { +
Required packages
+

${:@require}

+}] + +[:?var :@class { +
Contained classes
+
+ +
+}] + +[:?var :@object { +
Contained objects
+
+ +
+}] + +[:?var :@command { +
Contained commands
+
+ +
+}] + + Index: library/lib/doc-assets/@package.html.yuidoc =================================================================== diff -u --- library/lib/doc-assets/@package.html.yuidoc (revision 0) +++ library/lib/doc-assets/@package.html.yuidoc (revision 77c371a2e4a1bd85367d11869de6e2dc9fac4771) @@ -0,0 +1,75 @@ + +

Package: ${:name} + +

+
+ [:as_text] +
+ + +[:?var :@require { +
+ Package requires: ${:@require} +
+} ] + +
+
+ + [:?var :@class { +

This package contains [llength ${:@class}] classes:

+ +
+ +
+ } ] + + [:?var :@object { +

This package contains [llength ${:@object}] objects:

+ +
+ +
+ } ] + + + [:?var :@command { +

This package contains [llength ${:@command}] commands:

+ +
+ +
+ + } ] +
+
+ +
+
Fisheye: Tag 77c371a2e4a1bd85367d11869de6e2dc9fac4771 refers to a dead (removed) revision in file `library/lib/doc-assets/ac-js'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 77c371a2e4a1bd85367d11869de6e2dc9fac4771 refers to a dead (removed) revision in file `library/lib/doc-assets/api-js'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 77c371a2e4a1bd85367d11869de6e2dc9fac4771 refers to a dead (removed) revision in file `library/lib/doc-assets/api.css'. Fisheye: No comparison available. Pass `N' to diff? Index: library/lib/doc-assets/asciidoc/xhtml11.css =================================================================== diff -u --- library/lib/doc-assets/asciidoc/xhtml11.css (revision 0) +++ library/lib/doc-assets/asciidoc/xhtml11.css (revision 77c371a2e4a1bd85367d11869de6e2dc9fac4771) @@ -0,0 +1,388 @@ +/* Sans-serif font. */ +h1, h2, h3, h4, h5, h6, +div.title, caption.title, +thead, p.table.header, +div#toctitle, +span#author, span#revnumber, span#revdate, span#revremark, +div#footer { + font-family: Arial,Helvetica,sans-serif; +} + +/* Serif font. */ +div.sectionbody { + font-family: Georgia,"Times New Roman",Times,serif; +} + +/* Monospace font. */ +tt { + font-size: inherit; +} + +body { + margin: 1em 5% 1em 5%; +} + +a { + color: blue; + text-decoration: underline; +} +a:visited { + color: fuchsia; +} + +em { + font-style: italic; + color: navy; +} + +strong { + font-weight: bold; + color: #083194; +} + +tt { + font-size: inherit; + color: navy; +} + +h1, h2, h3, h4, h5, h6 { + color: #527bbd; + margin-top: 1.2em; + margin-bottom: 0.5em; + line-height: 1.3; +} + +h1, h2, h3 { + border-bottom: 2px solid silver; +} +h2 { + padding-top: 0.5em; +} +h3 { + float: left; +} +h3 + * { + clear: left; +} + +div.sectionbody { + margin-left: 0; +} + +hr { + border: 1px solid silver; +} + +p { + margin-top: 0.5em; + margin-bottom: 0.5em; +} + +ul, ol, li > p { + margin-top: 0; +} +ul > li { color: #aaa; } +ul > li > * { color: black; } + +pre { + padding: 0; + margin: 0; +} + +span#author { + color: #527bbd; + font-weight: bold; + font-size: 1.1em; +} +span#email { +} +span#revnumber, span#revdate, span#revremark { +} + +div#footer { + font-size: small; + border-top: 2px solid silver; + padding-top: 0.5em; + margin-top: 4.0em; +} +div#footer-text { + float: left; + padding-bottom: 0.5em; +} +div#footer-badges { + float: right; + padding-bottom: 0.5em; +} + +div#preamble { + margin-top: 1.5em; + margin-bottom: 1.5em; +} +div.tableblock, div.imageblock, div.exampleblock, div.verseblock, +div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock, +div.admonitionblock { + margin-top: 1.0em; + margin-bottom: 1.5em; +} +div.admonitionblock { + margin-top: 2.0em; + margin-bottom: 2.0em; + margin-right: 10%; + color: #606060; +} + +div.content { /* Block element content. */ + padding: 0; +} + +/* Block element titles. */ +div.title, caption.title { + color: #527bbd; + font-weight: bold; + text-align: left; + margin-top: 1.0em; + margin-bottom: 0.5em; +} +div.title + * { + margin-top: 0; +} + +td div.title:first-child { + margin-top: 0.0em; +} +div.content div.title:first-child { + margin-top: 0.0em; +} +div.content + div.title { + margin-top: 0.0em; +} + +div.sidebarblock > div.content { + background: #ffffee; + border: 1px solid #dddddd; + border-left: 4px solid #f0f0f0; + padding: 0.5em; +} + +div.listingblock > div.content { + border: 1px solid #dddddd; + border-left: 5px solid #f0f0f0; + background: #f8f8f8; + padding: 0.5em; +} + +div.quoteblock, div.verseblock { + padding-left: 1.0em; + margin-left: 1.0em; + margin-right: 10%; + border-left: 5px solid #f0f0f0; + color: #777777; +} + +div.quoteblock > div.attribution { + padding-top: 0.5em; + text-align: right; +} + +div.verseblock > pre.content { + font-family: inherit; + font-size: inherit; +} +div.verseblock > div.attribution { + padding-top: 0.75em; + text-align: left; +} +/* DEPRECATED: Pre version 8.2.7 verse style literal block. */ +div.verseblock + div.attribution { + text-align: left; +} + +div.admonitionblock .icon { + vertical-align: top; + font-size: 1.1em; + font-weight: bold; + text-decoration: underline; + color: #527bbd; + padding-right: 0.5em; +} +div.admonitionblock td.content { + padding-left: 0.5em; + border-left: 3px solid #dddddd; +} + +div.exampleblock > div.content { + border-left: 3px solid #dddddd; + padding-left: 0.5em; +} + +div.imageblock div.content { padding-left: 0; } +span.image img { border-style: none; } +a.image:visited { color: white; } + +dl { + margin-top: 0.8em; + margin-bottom: 0.8em; +} +dt { + margin-top: 0.5em; + margin-bottom: 0; + font-style: normal; + color: navy; +} +dd > *:first-child { + margin-top: 0.1em; +} + +ul, ol { + list-style-position: outside; +} +ol.arabic { + list-style-type: decimal; +} +ol.loweralpha { + list-style-type: lower-alpha; +} +ol.upperalpha { + list-style-type: upper-alpha; +} +ol.lowerroman { + list-style-type: lower-roman; +} +ol.upperroman { + list-style-type: upper-roman; +} + +div.compact ul, div.compact ol, +div.compact p, div.compact p, +div.compact div, div.compact div { + margin-top: 0.1em; + margin-bottom: 0.1em; +} + +div.tableblock > table { + border: 3px solid #527bbd; +} +thead, p.table.header { + font-weight: bold; + color: #527bbd; +} +tfoot { + font-weight: bold; +} +td > div.verse { + white-space: pre; +} +p.table { + margin-top: 0; +} +/* Because the table frame attribute is overriden by CSS in most browsers. */ +div.tableblock > table[frame="void"] { + border-style: none; +} +div.tableblock > table[frame="hsides"] { + border-left-style: none; + border-right-style: none; +} +div.tableblock > table[frame="vsides"] { + border-top-style: none; + border-bottom-style: none; +} + + +div.hdlist { + margin-top: 0.8em; + margin-bottom: 0.8em; +} +div.hdlist tr { + padding-bottom: 15px; +} +dt.hdlist1.strong, td.hdlist1.strong { + font-weight: bold; +} +td.hdlist1 { + vertical-align: top; + font-style: normal; + padding-right: 0.8em; + color: navy; +} +td.hdlist2 { + vertical-align: top; +} +div.hdlist.compact tr { + margin: 0; + padding-bottom: 0; +} + +.comment { + background: yellow; +} + +.footnote, .footnoteref { + font-size: 0.8em; +} + +span.footnote, span.footnoteref { + vertical-align: super; +} + +#footnotes { + margin: 20px 0 20px 0; + padding: 7px 0 0 0; +} + +#footnotes div.footnote { + margin: 0 0 5px 0; +} + +#footnotes hr { + border: none; + border-top: 1px solid silver; + height: 1px; + text-align: left; + margin-left: 0; + width: 20%; + min-width: 100px; +} + +div.colist td { + padding-right: 0.5em; + padding-bottom: 0.3em; + vertical-align: top; +} +div.colist td img { + margin-top: 0.3em; +} + +@media print { + div#footer-badges { display: none; } +} + +div#toc { + margin-bottom: 2.5em; +} + +div#toctitle { + color: #527bbd; + font-size: 1.1em; + font-weight: bold; + margin-top: 1.0em; + margin-bottom: 0.1em; +} + +div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 { + margin-top: 0; + margin-bottom: 0; +} +div.toclevel2 { + margin-left: 2em; + font-size: 0.9em; +} +div.toclevel3 { + margin-left: 4em; + font-size: 0.9em; +} +div.toclevel4 { + margin-left: 6em; + font-size: 0.9em; +} + Fisheye: Tag 77c371a2e4a1bd85367d11869de6e2dc9fac4771 refers to a dead (removed) revision in file `library/lib/doc-assets/attributemethod.html.tmpl'. Fisheye: No comparison available. Pass `N' to diff? Index: library/lib/doc-assets/attributemethod.html.yuidoc =================================================================== diff -u --- library/lib/doc-assets/attributemethod.html.yuidoc (revision 0) +++ library/lib/doc-assets/attributemethod.html.yuidoc (revision 77c371a2e4a1bd85367d11869de6e2dc9fac4771) @@ -0,0 +1,117 @@ +
+

+ [$owning_attribute print_name -status]

+
+ [:? {[info exists :@return] && [${:@return} spec] ne ""} {<[${:@return} spec]>} ] + obj ${:name} ?value? +
+
+
+ [:? {[$owning_attribute pinfo exists validation]} { + [$owning_attribute pinfo get validation] + }] + [$owning_attribute as_text] + +
+ +
+ [:? {[$owning_attribute eval {set :@deprecated}]} { +
+ Deprecated +
+ }] + +
+
Parameters:
+
+ value <optional> + + If provided, list of values to + be set for the attribute ${:name} +
+
+ + [:?objvar $owning_attribute @return { +
+
Returns: + [:? {[${:@return} eval {info exists :spec}] && [${:@return} spec] ne ""} {[${:@return} spec]}] +
+
[${:@return} as_text]
+
+ }] + +
+
Type:
+
[:pinfo get bundle type]
attribute accessor/mutator
+
+ +
+
Protection:
+ [:? {[:pinfo get -default 0 bundle redefine-protected]} { +
redefine-protected
+ }] +
+ [:? {[$owning_attribute pinfo get -default 0 bundle incremental]} { +
+ +
+

${:name} add +

+
+ [:? {[info exists :@return] && [${:@return} spec] ne ""} {<[${:@return} spec]>} ] + obj + ${:name} add + value + +
+
+
Parameters:
+
+ value <required> + + ... +
+
+
+
Returns:
+
The element + added to the list
+
+
+
+
+
+ +
+

${:name} delete +

+
+ [:? {[info exists :@return] && [${:@return} spec] ne ""} {<[${:@return} spec]>} ] + obj + ${:name} delete + value + +
+
+
Parameters:
+
+ value <required> + + ... +
+
+
+
Returns:
+
The element + deleted from the the list
+
+
+
+
+ }] + +
+ +
+
+
Index: library/lib/doc-assets/bg_hd.gif =================================================================== diff -u -rcda7278a163020684b886f41aec71c90a2c39535 -r77c371a2e4a1bd85367d11869de6e2dc9fac4771 Binary files differ Fisheye: Tag 77c371a2e4a1bd85367d11869de6e2dc9fac4771 refers to a dead (removed) revision in file `library/lib/doc-assets/class.html.asciidoc'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 77c371a2e4a1bd85367d11869de6e2dc9fac4771 refers to a dead (removed) revision in file `library/lib/doc-assets/class.html.tmpl'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 77c371a2e4a1bd85367d11869de6e2dc9fac4771 refers to a dead (removed) revision in file `library/lib/doc-assets/command.html.asciidoc'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 77c371a2e4a1bd85367d11869de6e2dc9fac4771 refers to a dead (removed) revision in file `library/lib/doc-assets/command.html.tmpl'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 77c371a2e4a1bd85367d11869de6e2dc9fac4771 refers to a dead (removed) revision in file `library/lib/doc-assets/glossary.html.tmpl'. Fisheye: No comparison available. Pass `N' to diff? Index: library/lib/doc-assets/glossary.html.yuidoc =================================================================== diff -u --- library/lib/doc-assets/glossary.html.yuidoc (revision 0) +++ library/lib/doc-assets/glossary.html.yuidoc (revision 77c371a2e4a1bd85367d11869de6e2dc9fac4771) @@ -0,0 +1,47 @@ +[:?var :@glossary { +[:!let gls [:@glossary]] +[:? {$gls ne ""} { +[:!let entries [sorted $gls name]] +
+ [:for entry $entries { + [:!let ddesc [$entry as_text]] + [:?objvar $entry @acronym { + [:!let dtext [$entry @acronym]] + [:? {$ddesc ne ""} { + [:!let ddesc "[$entry @pretty_name] — $ddesc"] + } - { + [:!let ddesc "[$entry @pretty_name]"] + }] + + } - { + [:!let dtext [$entry @pretty_name]] + }] +
+ + $dtext
+
$ddesc + [:?objvar $entry refs { + [:? {[$entry eval [concat dict exists \${:refs} [current]]]} { + [:!let refs [sort_by_value [$entry eval [concat dict get \${:refs} [current]]]]] +
+
+ + [:for src [dict keys $refs] { + + [$src make_link [current]] +  ([dict get $refs $src]) + + }] + +
+
+ }] + }] +
+ }] + }] + }] Fisheye: Tag 77c371a2e4a1bd85367d11869de6e2dc9fac4771 refers to a dead (removed) revision in file `library/lib/doc-assets/leftbar.html.tmpl'. Fisheye: No comparison available. Pass `N' to diff? Index: library/lib/doc-assets/leftbar.html.yuidoc =================================================================== diff -u --- library/lib/doc-assets/leftbar.html.yuidoc (revision 0) +++ library/lib/doc-assets/leftbar.html.yuidoc (revision 77c371a2e4a1bd85367d11869de6e2dc9fac4771) @@ -0,0 +1,16 @@ + Fisheye: Tag 77c371a2e4a1bd85367d11869de6e2dc9fac4771 refers to a dead (removed) revision in file `library/lib/doc-assets/link.html.tmpl'. Fisheye: No comparison available. Pass `N' to diff? Index: library/lib/doc-assets/link.html.yuidoc =================================================================== diff -u --- library/lib/doc-assets/link.html.yuidoc (revision 0) +++ library/lib/doc-assets/link.html.yuidoc (revision 77c371a2e4a1bd85367d11869de6e2dc9fac4771) @@ -0,0 +1,4 @@ +[:? {![info exists cssclass]} { +[:!let cssclass nsfdoc-link] +}] +$source_anchor Fisheye: Tag 77c371a2e4a1bd85367d11869de6e2dc9fac4771 refers to a dead (removed) revision in file `library/lib/doc-assets/listing.html.tmpl'. Fisheye: No comparison available. Pass `N' to diff? Index: library/lib/doc-assets/listing.html.yuidoc =================================================================== diff -u --- library/lib/doc-assets/listing.html.yuidoc (revision 0) +++ library/lib/doc-assets/listing.html.yuidoc (revision 77c371a2e4a1bd85367d11869de6e2dc9fac4771) @@ -0,0 +1 @@ +[:? {$inline} {$script} - {$script}] Fisheye: Tag 77c371a2e4a1bd85367d11869de6e2dc9fac4771 refers to a dead (removed) revision in file `library/lib/doc-assets/method.html.asciidoc'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 77c371a2e4a1bd85367d11869de6e2dc9fac4771 refers to a dead (removed) revision in file `library/lib/doc-assets/method.html.tmpl'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 77c371a2e4a1bd85367d11869de6e2dc9fac4771 refers to a dead (removed) revision in file `library/lib/doc-assets/multifile.html.tmpl'. Fisheye: No comparison available. Pass `N' to diff? Index: library/lib/doc-assets/multifile.html.yuidoc =================================================================== diff -u --- library/lib/doc-assets/multifile.html.yuidoc (revision 0) +++ library/lib/doc-assets/multifile.html.yuidoc (revision 77c371a2e4a1bd85367d11869de6e2dc9fac4771) @@ -0,0 +1,72 @@ + + + + + API: ${:name} [:?var classname {$classname}] [:?var filename {$filename}] (A Next Library) + + + + + + + + + + +
+
+

[$project name]

+

${:name}  + [:? {[:info has type ::nx::doc::@package]} { + [:?var :@version {${:@version}} ] + } - { + [$project version] + }] +

+ [$project name] + [:? {[:info has type ::nx::doc::@package]} { + > ${:name} + } ? {[:info has type ::nx::doc::@class]} { + > [:?var :partof {[${:partof} name] >}] ${:name} + }] +
+
+ Search: +
+   +
+
+
+
+ [:!let self_owned_parts [[:origin] owned_parts -class ::nx::doc::StructuredEntity]] + [:!let owned_parts [dict merge $project_entities $self_owned_parts]] +
+
+
+ [:? {[:info has type ::nx::doc::@project]} { +
+ This is the API documentation for the + [:name] project. +

Choose a package, object or command name from the list for more information.

+
+ [:include glossary] + } - { + + [:include] + }] +
+
+
+ [:include leftbar] +
+
+
+
+ Copyright © [clock format [clock seconds] -format "%Y"] +
+
+ + + Index: library/lib/doc-assets/nx.png =================================================================== diff -u -r306d50a42b212f7871c8e10fe1bcba5aa9691ea9 -r77c371a2e4a1bd85367d11869de6e2dc9fac4771 Binary files differ Fisheye: Tag 77c371a2e4a1bd85367d11869de6e2dc9fac4771 refers to a dead (removed) revision in file `library/lib/doc-assets/object.html.asciidoc'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 77c371a2e4a1bd85367d11869de6e2dc9fac4771 refers to a dead (removed) revision in file `library/lib/doc-assets/object.html.tmpl'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 77c371a2e4a1bd85367d11869de6e2dc9fac4771 refers to a dead (removed) revision in file `library/lib/doc-assets/package.html.asciidoc'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 77c371a2e4a1bd85367d11869de6e2dc9fac4771 refers to a dead (removed) revision in file `library/lib/doc-assets/package.html.tmpl'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 77c371a2e4a1bd85367d11869de6e2dc9fac4771 refers to a dead (removed) revision in file `library/lib/doc-assets/reset-fonts-grids-min.css'. Fisheye: No comparison available. Pass `N' to diff? Index: library/lib/doc-assets/singlefile.html.asciidoc =================================================================== diff -u -r7c5b655f1dded2eaf5792f0966de9e5410d26b3f -r77c371a2e4a1bd85367d11869de6e2dc9fac4771 --- library/lib/doc-assets/singlefile.html.asciidoc (.../singlefile.html.asciidoc) (revision 7c5b655f1dded2eaf5792f0966de9e5410d26b3f) +++ library/lib/doc-assets/singlefile.html.asciidoc (.../singlefile.html.asciidoc) (revision 77c371a2e4a1bd85367d11869de6e2dc9fac4771) @@ -7,7 +7,7 @@ + href="xhtml11.css" />