Difference between revisions of "Uno/Binary"
From Apache OpenOffice Wiki
< Uno
m (Factored out module list. Added tests list.) |
(Refactored, moved items out to dedicated pages.) |
||
| Line 1: | Line 1: | ||
| − | + | {| align=right style="margin-left: 15px; border:1px solid #aaaaaa; background-color:#f9f9f9; padding:5px; font-size: 95%;" class=box | |
| − | + | |--- | |
| − | * [[Uno/ | + | | |
| − | + | '''''[[Uno/Binary/Analysis|Analysis]]''''' | |
| − | + | <DPL>category=Uno:Binary | |
| − | + | category=Analysis | |
| − | = | + | count=2</DPL> |
| − | + | * [[Uno/Binary/Analysis|...]] | |
| − | + | '''''[[Uno/Binary/Modules|Modules]]''''' | |
| − | = | + | <DPL>category=Uno:Binary |
| − | + | category=Module | |
| − | + | count=2</DPL> | |
| − | + | * [[Uno/Binary/Modules|...]] | |
| − | + | '''''[[Uno/Binary/Specifications|Specifications]]''''' | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
<DPL>category=Uno:Binary | <DPL>category=Uno:Binary | ||
| − | category= | + | category=Spec |
| − | + | count=2</DPL> | |
| − | + | * [[Uno/Binary/Specifications|...]] | |
| − | + | '''''[[Uno/Binary/Implementations|Implementations]]''''' | |
| − | |||
<DPL>category=Uno:Binary | <DPL>category=Uno:Binary | ||
| − | category= | + | category=Impl |
| − | suppresserrors=true</DPL> | + | count=2</DPL> |
| − | == | + | * [[Uno/Binary/Implementations|...]] |
| + | '''''[[Uno/Binary/Tutorials|Tutorials]]''''' | ||
| + | <DPL>category=Uno | ||
| + | category=Binary | ||
| + | category=Tutorial | ||
| + | suppresserrors=true | ||
| + | count=2</DPL> | ||
| + | * [[Uno/Binary/Tutorials|...]] | ||
| + | '''''[[Uno/Binary/Code Snippets|Code Snippets]]''''' | ||
| + | <DPL>category=Uno | ||
| + | category=Binary | ||
| + | category=Snippet | ||
| + | suppresserrors=true | ||
| + | count=2</DPL> | ||
| + | * [[Uno/Binary/Code Snippets|...]] | ||
| + | '''''[[Uno/Binary/Tests|Tests]]''''' | ||
<DPL>category=Uno:Binary | <DPL>category=Uno:Binary | ||
| − | category= | + | category=Test |
| − | + | count=2</DPL> | |
| + | * [[Uno/Binary/Tests|...]] | ||
| + | '''''[[Uno/Binary/Misc|Misc]]''''' | ||
<DPL> | <DPL> | ||
category=Uno:Binary | category=Uno:Binary | ||
| Line 37: | Line 47: | ||
notcategory=Impl | notcategory=Impl | ||
notcategory=Test | notcategory=Test | ||
| − | </DPL> | + | notcategory=Snippet |
| + | notcategory=Tutorial | ||
| + | count=2</DPL> | ||
| + | * [[Uno/Binary/Misc|...]] | ||
| + | |} | ||
| + | |||
| + | [[Image:Binary_Uno-Arc.jpg|center]] | ||
| + | |||
| + | Binary Uno provides 'C' APIs for accessing [[Uno]] core concepts: | ||
| + | * objects, | ||
| + | * [[Uno/Spec/Environment | environments]], | ||
| + | * [[Uno/Spec/Mapping | mappings]] and | ||
| + | * types. | ||
| + | [[Category:Development]] | ||
[[Category:Uno]] | [[Category:Uno]] | ||
[[Category:Uno:Impl]] | [[Category:Uno:Impl]] | ||
Revision as of 14:27, 18 April 2007
Binary Uno provides 'C' APIs for accessing Uno core concepts:
- objects,
- environments,
- mappings and
- types.
