Return-Path: X-Original-To: apmail-corinthia-commits-archive@minotaur.apache.org Delivered-To: apmail-corinthia-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EE8F518E5B for ; Thu, 13 Aug 2015 14:38:01 +0000 (UTC) Received: (qmail 44793 invoked by uid 500); 13 Aug 2015 14:37:58 -0000 Delivered-To: apmail-corinthia-commits-archive@corinthia.apache.org Received: (qmail 44772 invoked by uid 500); 13 Aug 2015 14:37:58 -0000 Mailing-List: contact commits-help@corinthia.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@corinthia.incubator.apache.org Delivered-To: mailing list commits@corinthia.incubator.apache.org Received: (qmail 44762 invoked by uid 99); 13 Aug 2015 14:37:58 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Aug 2015 14:37:58 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 463A8DD66A for ; Thu, 13 Aug 2015 14:37:58 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.025 X-Spam-Level: ** X-Spam-Status: No, score=2.025 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_LOTSOFHASH=0.25, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.006, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id BjMDKOHdkxV8 for ; Thu, 13 Aug 2015 14:37:28 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id D83E025581 for ; Thu, 13 Aug 2015 09:32:15 +0000 (UTC) Received: (qmail 73015 invoked by uid 99); 13 Aug 2015 09:32:15 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Aug 2015 09:32:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D2A8EE683E; Thu, 13 Aug 2015 09:32:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jani@apache.org To: commits@corinthia.incubator.apache.org Date: Thu, 13 Aug 2015 09:32:28 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [15/17] incubator-corinthia git commit: third go at gettting Release doc (licensing) correct http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/51e3fddd/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/bdwn.png ---------------------------------------------------------------------- diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/bdwn.png b/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/bdwn.png deleted file mode 100644 index d0b575b..0000000 Binary files a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/bdwn.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/51e3fddd/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/buffio_8h.html ---------------------------------------------------------------------- diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/buffio_8h.html b/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/buffio_8h.html deleted file mode 100644 index ea33349..0000000 --- a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/buffio_8h.html +++ /dev/null @@ -1,550 +0,0 @@ - - - - - -HTML Tidy: buffio.h File Reference - - - - - - - - - - - - -
- - -
- - - - - - - - - - - - - -
-
HTML Tidy -  0.1 -
- -
-
- - -
-
- -
-
-
- -
-
- -
-
buffio.h File Reference
-
-
- -

Go to the source code of this file.

- - - - - - - - - - - - - - - - - - - - - -

-Data Structures

struct  _TidyBuffer

-Functions

void TIDY_CALL tidyBufInit (TidyBuffer *buf)
void TIDY_CALL tidyBufInitWithAllocator (TidyBuffer *buf, TidyAllocator *allocator)
void TIDY_CALL tidyBufAlloc (TidyBuffer *buf, uint allocSize)
void TIDY_CALL tidyBufAllocWithAllocator (TidyBuffer *buf, TidyAllocator *allocator, uint allocSize)
void TIDY_CALL tidyBufCheckAlloc (TidyBuffer *buf, uint allocSize, uint chunkSize)
void TIDY_CALL tidyBufFree (TidyBuffer *buf)
void TIDY_CALL tidyBufClear (TidyBuffer *buf)
void TIDY_CALL tidyBufAttach (TidyBuffer *buf, byte *bp, uint size)
void TIDY_CALL tidyBufDetach (TidyBuffer *buf)
void TIDY_CALL tidyBufAppend (TidyBuffer *buf, void *vp, uint size)
void TIDY_CALL tidyBufPutByte (TidyBuffer *buf, byte bv)
int TIDY_CALL tidyBufPopByte (TidyBuffer *buf)
int TIDY_CALL tidyBufGetByte (TidyBuffer *buf)
Bool TIDY_CALL tidyBufEndOfInput (TidyBuffer *buf)
void TIDY_CALL tidyBufUngetByte (TidyBuffer *buf, byte bv)
void TIDY_CALL tidyInitInputBuffer (TidyInputSource *inp, TidyBuffer *buf)
void TIDY_CALL tidyInitOutputBuffer (TidyOutputSink *outp, TidyBuffer *buf)
-

Detailed Description

-
    -
  • Treat buffer as an I/O stream.
  • -
-

(c) 1998-2007 (W3C) MIT, ERCIM, Keio University See tidy.h for the copyright notice.

-

CVS Info :

-
Author:
arnaud02
-
Date:
2007/01/23 11:17:45
-
Revision:
1.9
-

Requires buffer to automatically grow as bytes are added. Must keep track of current read and write points.

-

Function Documentation

- -
-
- - - - - - - - -
void TIDY_CALL tidyBufInit (TidyBufferbuf)
-
-
-

Initialize data structure using the default allocator

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
void TIDY_CALL tidyBufInitWithAllocator (TidyBufferbuf,
TidyAllocatorallocator 
)
-
-
-

Initialize data structure using the given custom allocator

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
void TIDY_CALL tidyBufAlloc (TidyBufferbuf,
uint allocSize 
)
-
-
-

Free current buffer, allocate given amount, reset input pointer, use the default allocator

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
void TIDY_CALL tidyBufAllocWithAllocator (TidyBufferbuf,
TidyAllocatorallocator,
uint allocSize 
)
-
-
-

Free current buffer, allocate given amount, reset input pointer, use the given custom allocator

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
void TIDY_CALL tidyBufCheckAlloc (TidyBufferbuf,
uint allocSize,
uint chunkSize 
)
-
-
-

Expand buffer to given size. Chunk size is minimum growth. Pass 0 for default of 256 bytes.

- -
-
- -
-
- - - - - - - - -
void TIDY_CALL tidyBufFree (TidyBufferbuf)
-
-
-

Free current contents and zero out

- -
-
- -
-
- - - - - - - - -
void TIDY_CALL tidyBufClear (TidyBufferbuf)
-
-
-

Set buffer bytes to 0

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
void TIDY_CALL tidyBufAttach (TidyBufferbuf,
byte * bp,
uint size 
)
-
-
-

Attach to existing buffer

- -
-
- -
-
- - - - - - - - -
void TIDY_CALL tidyBufDetach (TidyBufferbuf)
-
-
-

Detach from buffer. Caller must free.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
void TIDY_CALL tidyBufAppend (TidyBufferbuf,
void * vp,
uint size 
)
-
-
-

Append bytes to buffer. Expand if necessary.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
void TIDY_CALL tidyBufPutByte (TidyBufferbuf,
byte bv 
)
-
-
-

Append one byte to buffer. Expand if necessary.

- -
-
- -
-
- - - - - - - - -
int TIDY_CALL tidyBufPopByte (TidyBufferbuf)
-
-
-

Get byte from end of buffer

- -
-
- -
-
- - - - - - - - -
int TIDY_CALL tidyBufGetByte (TidyBufferbuf)
-
-
-

Get byte from front of buffer. Increment input offset.

- -
-
- -
-
- - - - - - - - -
Bool TIDY_CALL tidyBufEndOfInput (TidyBufferbuf)
-
-
-

At end of buffer?

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
void TIDY_CALL tidyBufUngetByte (TidyBufferbuf,
byte bv 
)
-
-
-

Put a byte back into the buffer. Decrement input offset.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
void TIDY_CALL tidyInitInputBuffer (TidyInputSourceinp,
TidyBufferbuf 
)
-
-
-

Initialize a buffer input source

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
void TIDY_CALL tidyInitOutputBuffer (TidyOutputSinkoutp,
TidyBufferbuf 
)
-
-
-

Initialize a buffer output sink

- -
-
-
-
- - - - - http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/51e3fddd/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/buffio_8h.js ---------------------------------------------------------------------- diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/buffio_8h.js b/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/buffio_8h.js deleted file mode 100644 index 0567423..0000000 --- a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/buffio_8h.js +++ /dev/null @@ -1,20 +0,0 @@ -var buffio_8h = -[ - [ "tidyBufInit", "buffio_8h.html#a3cf251a96f69f05495744af6c9d0339b", null ], - [ "tidyBufInitWithAllocator", "buffio_8h.html#aff43ddd9fc78532617d88db55b164f5e", null ], - [ "tidyBufAlloc", "buffio_8h.html#a896654bd99113bfe5e86b924836aacc3", null ], - [ "tidyBufAllocWithAllocator", "buffio_8h.html#a57c832b4ddbc19a329a5ab9936eb5826", null ], - [ "tidyBufCheckAlloc", "buffio_8h.html#a7a66ba1f574955d1fc1de57476e849f2", null ], - [ "tidyBufFree", "buffio_8h.html#a65aae9ae4b499e62038700f4792849fc", null ], - [ "tidyBufClear", "buffio_8h.html#aa94e59f613a495b17e90c1c4778c3911", null ], - [ "tidyBufAttach", "buffio_8h.html#ac5909e78d98583cb245dd2004469bb93", null ], - [ "tidyBufDetach", "buffio_8h.html#a8da2bf473b14e6bdd5cd40fc47c29903", null ], - [ "tidyBufAppend", "buffio_8h.html#ad59b32f81789b634758274f34be4d25b", null ], - [ "tidyBufPutByte", "buffio_8h.html#af48af586ada5ff264501fe9ef4c67dd1", null ], - [ "tidyBufPopByte", "buffio_8h.html#af8b1e8fbe3c29d08250794d7e4925ea6", null ], - [ "tidyBufGetByte", "buffio_8h.html#a5a2e0c47b4b14b5beb17ac982fa21eeb", null ], - [ "tidyBufEndOfInput", "buffio_8h.html#a7e7d8e58623c8bde00d66141edb2cae0", null ], - [ "tidyBufUngetByte", "buffio_8h.html#a1d1f2039b769381d418ac1187b50b292", null ], - [ "tidyInitInputBuffer", "buffio_8h.html#a73da3182aea89939af1d98504a3b2df0", null ], - [ "tidyInitOutputBuffer", "buffio_8h.html#a882a92590a9e6ecce16d5b8e8db19fbb", null ] -]; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/51e3fddd/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/buffio_8h_source.html ---------------------------------------------------------------------- diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/buffio_8h_source.html b/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/buffio_8h_source.html deleted file mode 100644 index 4d0d543..0000000 --- a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/buffio_8h_source.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - - -HTML Tidy: buffio.h Source File - - - - - - - - - - - - -
- - -
- - - - - - - - - - - - - -
-
HTML Tidy -  0.1 -
- -
-
- - -
-
- -
-
-
- -
-
-
-
buffio.h
-
-
-Go to the documentation of this file.
00001 #ifndef __TIDY_BUFFIO_H__
-00002 #define __TIDY_BUFFIO_H__
-00003 
-00004 /** @file buffio.h - Treat buffer as an I/O stream.
-00005 
-00006   (c) 1998-2007 (W3C) MIT, ERCIM, Keio University
-00007   See tidy.h for the copyright notice.
-00008 
-00009   CVS Info :
-00010 
-00011     $Author: arnaud02 $ 
-00012     $Date: 2007/01/23 11:17:45 $ 
-00013     $Revision: 1.9 $ 
-00014 
-00015   Requires buffer to automatically grow as bytes are added.
-00016   Must keep track of current read and write points.
-00017 
-00018 */
-00019 
-00020 #include "platform.h"
-00021 #include "tidy.h"
-00022 
-00023 #ifdef __cplusplus
-00024 extern "C" {
-00025 #endif
-00026 
-00027 /** TidyBuffer - A chunk of memory */
-00028 TIDY_STRUCT
-00029 struct _TidyBuffer 
-00030 {
-00031     TidyAllocator* allocator;  /**< Memory allocator */
-00032     byte* bp;           /**< Pointer to bytes */
-00033     uint  size;         /**< # bytes currently in use */
-00034     uint  allocated;    /**< # bytes allocated */ 
-00035     uint  next;         /**< Offset of current input position */
-00036 };
-00037 
-00038 /** Initialize data structure using the default allocator */
-00039 TIDY_EXPORT void TIDY_CALL tidyBufInit( TidyBuffer* buf );
-00040 
-00041 /** Initialize data structure using the given custom allocator */
-00042 TIDY_EXPORT void TIDY_CALL tidyBufInitWithAllocator( TidyBuffer* buf, TidyAllocator* allocator );
-00043 
-00044 /** Free current buffer, allocate given amount, reset input pointer,
-00045     use the default allocator */
-00046 TIDY_EXPORT void TIDY_CALL tidyBufAlloc( TidyBuffer* buf, uint allocSize );
-00047 
-00048 /** Free current buffer, allocate given amount, reset input pointer,
-00049     use the given custom allocator */
-00050 TIDY_EXPORT void TIDY_CALL tidyBufAllocWithAllocator( TidyBuffer* buf,
-00051                                                       TidyAllocator* allocator,
-00052                                                       uint allocSize );
-00053 
-00054 /** Expand buffer to given size. 
-00055 **  Chunk size is minimum growth. Pass 0 for default of 256 bytes.
-00056 */
-00057 TIDY_EXPORT void TIDY_CALL tidyBufCheckAlloc( TidyBuffer* buf,
-00058                                               uint allocSize, uint chunkSize );
-00059 
-00060 /** Free current contents and zero out */
-00061 TIDY_EXPORT void TIDY_CALL tidyBufFree( TidyBuffer* buf );
-00062 
-00063 /** Set buffer bytes to 0 */
-00064 TIDY_EXPORT void TIDY_CALL tidyBufClear( TidyBuffer* buf );
-00065 
-00066 /** Attach to existing buffer */
-00067 TIDY_EXPORT void TIDY_CALL tidyBufAttach( TidyBuffer* buf, byte* bp, uint size );
-00068 
-00069 /** Detach from buffer.  Caller must free. */
-00070 TIDY_EXPORT void TIDY_CALL tidyBufDetach( TidyBuffer* buf );
-00071 
-00072 
-00073 /** Append bytes to buffer.  Expand if necessary. */
-00074 TIDY_EXPORT void TIDY_CALL tidyBufAppend( TidyBuffer* buf, void* vp, uint size );
-00075 
-00076 /** Append one byte to buffer.  Expand if necessary. */
-00077 TIDY_EXPORT void TIDY_CALL tidyBufPutByte( TidyBuffer* buf, byte bv );
-00078 
-00079 /** Get byte from end of buffer */
-00080 TIDY_EXPORT int TIDY_CALL  tidyBufPopByte( TidyBuffer* buf );
-00081 
-00082 
-00083 /** Get byte from front of buffer.  Increment input offset. */
-00084 TIDY_EXPORT int TIDY_CALL  tidyBufGetByte( TidyBuffer* buf );
-00085 
-00086 /** At end of buffer? */
-00087 TIDY_EXPORT Bool TIDY_CALL tidyBufEndOfInput( TidyBuffer* buf );
-00088 
-00089 /** Put a byte back into the buffer.  Decrement input offset. */
-00090 TIDY_EXPORT void TIDY_CALL tidyBufUngetByte( TidyBuffer* buf, byte bv );
-00091 
-00092 
-00093 /**************
-00094    TIDY
-00095 **************/
-00096 
-00097 /* Forward declarations
-00098 */
-00099 
-00100 /** Initialize a buffer input source */
-00101 TIDY_EXPORT void TIDY_CALL tidyInitInputBuffer( TidyInputSource* inp, TidyBuffer* buf );
-00102 
-00103 /** Initialize a buffer output sink */
-00104 TIDY_EXPORT void TIDY_CALL tidyInitOutputBuffer( TidyOutputSink* outp, TidyBuffer* buf );
-00105 
-00106 #ifdef __cplusplus
-00107 }
-00108 #endif
-00109 #endif /* __TIDY_BUFFIO_H__ */
-00110 
-00111 /*
-00112  * local variables:
-00113  * mode: c
-00114  * indent-tabs-mode: nil
-00115  * c-basic-offset: 4
-00116  * eval: (c-set-offset 'substatement-open 0)
-00117  * end:
-00118  */
-
-
- - - - - http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/51e3fddd/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/classes.html ---------------------------------------------------------------------- diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/classes.html b/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/classes.html deleted file mode 100644 index a721813..0000000 --- a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/classes.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - -HTML Tidy: Data Structure Index - - - - - - - - - - - - -
- - -
- - - - - - - - - - - - - -
-
HTML Tidy -  0.1 -
- -
-
- - -
-
- -
-
-
- -
-
-
-
Data Structure Index
-
-
-
T | _
- - - - - -
  T  
-
TidyDoc   
  _  
-
_TidyAllocatorVtbl   _TidyOutputSink   
TidyNode   _TidyBuffer   
TidyAttr   TidyOption   _TidyAllocator   _TidyInputSource   
-
T | _
-
-
- - - - - http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/51e3fddd/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/closed.png ---------------------------------------------------------------------- diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/closed.png b/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/closed.png deleted file mode 100644 index b7d4bd9..0000000 Binary files a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/closed.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/51e3fddd/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/deprecated.html ---------------------------------------------------------------------- diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/deprecated.html b/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/deprecated.html deleted file mode 100644 index 5f6aa0c..0000000 --- a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/deprecated.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - -HTML Tidy: Deprecated List - - - - - - - - - - - - -
- - -
- - - - - - - - - - - - - -
-
HTML Tidy -  0.1 -
- -
-
- - -
-
- -
-
-
- -
-
-
-
Deprecated List
-
-
-
-
Group AttrGetAttributeName
-

The functions tidyAttrGet{AttributeName} are deprecated and should be replaced by tidyAttrGetById. For instance, tidyAttrGetID( TidyNode tnod ) can be replaced by tidyAttrGetById( TidyNode tnod, TidyAttr_ID ). This avoids a potential name clash with tidyAttrGetId for case-insensitive languages.

-

-
-
Group AttrIsAttributeName
-

The functions tidyAttrIs{AttributeName} are deprecated and should be replaced by tidyAttrGetId.

-

-
-
Group NodeIsElementName
-

The functions tidyNodeIs{ElementName} are deprecated and should be replaced by tidyNodeGetId.

-

-
-
-
-
- - - - - http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/51e3fddd/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/doxygen.css ---------------------------------------------------------------------- diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/doxygen.css b/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/doxygen.css deleted file mode 100644 index c151fde..0000000 --- a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/doxygen.css +++ /dev/null @@ -1,1012 +0,0 @@ -/* The standard CSS for doxygen */ - -body, table, div, p, dl { - font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif; - font-size: 13px; - line-height: 1.3; -} - -/* @group Heading Levels */ - -h1 { - font-size: 150%; -} - -.title { - font-size: 150%; - font-weight: bold; - margin: 10px 2px; -} - -h2 { - font-size: 120%; -} - -h3 { - font-size: 100%; -} - -dt { - font-weight: bold; -} - -div.multicol { - -moz-column-gap: 1em; - -webkit-column-gap: 1em; - -moz-column-count: 3; - -webkit-column-count: 3; -} - -p.startli, p.startdd, p.starttd { - margin-top: 2px; -} - -p.endli { - margin-bottom: 0px; -} - -p.enddd { - margin-bottom: 4px; -} - -p.endtd { - margin-bottom: 2px; -} - -/* @end */ - -caption { - font-weight: bold; -} - -span.legend { - font-size: 70%; - text-align: center; -} - -h3.version { - font-size: 90%; - text-align: center; -} - -div.qindex, div.navtab{ - background-color: #EBEFF6; - border: 1px solid #A3B4D7; - text-align: center; -} - -div.qindex, div.navpath { - width: 100%; - line-height: 140%; -} - -div.navtab { - margin-right: 15px; -} - -/* @group Link Styling */ - -a { - color: #3D578C; - font-weight: normal; - text-decoration: none; -} - -.contents a:visited { - color: #4665A2; -} - -a:hover { - text-decoration: underline; -} - -a.qindex { - font-weight: bold; -} - -a.qindexHL { - font-weight: bold; - background-color: #9CAFD4; - color: #ffffff; - border: 1px double #869DCA; -} - -.contents a.qindexHL:visited { - color: #ffffff; -} - -a.el { - font-weight: bold; -} - -a.elRef { -} - -a.code, a.code:visited { - color: #4665A2; -} - -a.codeRef, a.codeRef:visited { - color: #4665A2; -} - -/* @end */ - -dl.el { - margin-left: -1cm; -} - -.fragment { - font-family: monospace, fixed; - font-size: 105%; -} - -pre.fragment { - border: 1px solid #C4CFE5; - background-color: #FBFCFD; - padding: 4px 6px; - margin: 4px 8px 4px 2px; - overflow: auto; - word-wrap: break-word; - font-size: 9pt; - line-height: 125%; -} - -div.ah { - background-color: black; - font-weight: bold; - color: #ffffff; - margin-bottom: 3px; - margin-top: 3px; - padding: 0.2em; - border: solid thin #333; - border-radius: 0.5em; - -webkit-border-radius: .5em; - -moz-border-radius: .5em; - box-shadow: 2px 2px 3px #999; - -webkit-box-shadow: 2px 2px 3px #999; - -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px; - background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444)); - background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000); -} - -div.groupHeader { - margin-left: 16px; - margin-top: 12px; - font-weight: bold; -} - -div.groupText { - margin-left: 16px; - font-style: italic; -} - -body { - background-color: white; - color: black; - margin: 0; -} - -div.contents { - margin-top: 10px; - margin-left: 8px; - margin-right: 8px; -} - -td.indexkey { - background-color: #EBEFF6; - font-weight: bold; - border: 1px solid #C4CFE5; - margin: 2px 0px 2px 0; - padding: 2px 10px; - white-space: nowrap; - vertical-align: top; -} - -td.indexvalue { - background-color: #EBEFF6; - border: 1px solid #C4CFE5; - padding: 2px 10px; - margin: 2px 0px; -} - -tr.memlist { - background-color: #EEF1F7; -} - -p.formulaDsp { - text-align: center; -} - -img.formulaDsp { - -} - -img.formulaInl { - vertical-align: middle; -} - -div.center { - text-align: center; - margin-top: 0px; - margin-bottom: 0px; - padding: 0px; -} - -div.center img { - border: 0px; -} - -address.footer { - text-align: right; - padding-right: 12px; -} - -img.footer { - border: 0px; - vertical-align: middle; -} - -/* @group Code Colorization */ - -span.keyword { - color: #008000 -} - -span.keywordtype { - color: #604020 -} - -span.keywordflow { - color: #e08000 -} - -span.comment { - color: #800000 -} - -span.preprocessor { - color: #806020 -} - -span.stringliteral { - color: #002080 -} - -span.charliteral { - color: #008080 -} - -span.vhdldigit { - color: #ff00ff -} - -span.vhdlchar { - color: #000000 -} - -span.vhdlkeyword { - color: #700070 -} - -span.vhdllogic { - color: #ff0000 -} - -blockquote { - background-color: #F7F8FB; - border-left: 2px solid #9CAFD4; - margin: 0 24px 0 4px; - padding: 0 12px 0 16px; -} - -/* @end */ - -/* -.search { - color: #003399; - font-weight: bold; -} - -form.search { - margin-bottom: 0px; - margin-top: 0px; -} - -input.search { - font-size: 75%; - color: #000080; - font-weight: normal; - background-color: #e8eef2; -} -*/ - -td.tiny { - font-size: 75%; -} - -.dirtab { - padding: 4px; - border-collapse: collapse; - border: 1px solid #A3B4D7; -} - -th.dirtab { - background: #EBEFF6; - font-weight: bold; -} - -hr { - height: 0px; - border: none; - border-top: 1px solid #4A6AAA; -} - -hr.footer { - height: 1px; -} - -/* @group Member Descriptions */ - -table.memberdecls { - border-spacing: 0px; - padding: 0px; -} - -.mdescLeft, .mdescRight, -.memItemLeft, .memItemRight, -.memTemplItemLeft, .memTemplItemRight, .memTemplParams { - background-color: #F9FAFC; - border: none; - margin: 4px; - padding: 1px 0 0 8px; -} - -.mdescLeft, .mdescRight { - padding: 0px 8px 4px 8px; - color: #555; -} - -.memItemLeft, .memItemRight, .memTemplParams { - border-top: 1px solid #C4CFE5; -} - -.memItemLeft, .memTemplItemLeft { - white-space: nowrap; -} - -.memItemRight { - width: 100%; -} - -.memTemplParams { - color: #4665A2; - white-space: nowrap; -} - -/* @end */ - -/* @group Member Details */ - -/* Styles for detailed member documentation */ - -.memtemplate { - font-size: 80%; - color: #4665A2; - font-weight: normal; - margin-left: 9px; -} - -.memnav { - background-color: #EBEFF6; - border: 1px solid #A3B4D7; - text-align: center; - margin: 2px; - margin-right: 15px; - padding: 2px; -} - -.mempage { - width: 100%; -} - -.memitem { - padding: 0; - margin-bottom: 10px; - margin-right: 5px; -} - -.memname { - white-space: nowrap; - font-weight: bold; - margin-left: 6px; -} - -.memproto, dl.reflist dt { - border-top: 1px solid #A8B8D9; - border-left: 1px solid #A8B8D9; - border-right: 1px solid #A8B8D9; - padding: 6px 0px 6px 0px; - color: #253555; - font-weight: bold; - text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); - /* opera specific markup */ - box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); - border-top-right-radius: 8px; - border-top-left-radius: 8px; - /* firefox specific markup */ - -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px; - -moz-border-radius-topright: 8px; - -moz-border-radius-topleft: 8px; - /* webkit specific markup */ - -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); - -webkit-border-top-right-radius: 8px; - -webkit-border-top-left-radius: 8px; - background-image:url('nav_f.png'); - background-repeat:repeat-x; - background-color: #E2E8F2; - -} - -.memdoc, dl.reflist dd { - border-bottom: 1px solid #A8B8D9; - border-left: 1px solid #A8B8D9; - border-right: 1px solid #A8B8D9; - padding: 2px 5px; - background-color: #FBFCFD; - border-top-width: 0; - /* opera specific markup */ - border-bottom-left-radius: 8px; - border-bottom-right-radius: 8px; - box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); - /* firefox specific markup */ - -moz-border-radius-bottomleft: 8px; - -moz-border-radius-bottomright: 8px; - -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px; - background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 60%, #F7F8FB 95%, #EEF1F7); - /* webkit specific markup */ - -webkit-border-bottom-left-radius: 8px; - -webkit-border-bottom-right-radius: 8px; - -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); - background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.6,#FFFFFF), color-stop(0.60,#FFFFFF), color-stop(0.95,#F7F8FB), to(#EEF1F7)); -} - -dl.reflist dt { - padding: 5px; -} - -dl.reflist dd { - margin: 0px 0px 10px 0px; - padding: 5px; -} - -.paramkey { - text-align: right; -} - -.paramtype { - white-space: nowrap; -} - -.paramname { - color: #602020; - white-space: nowrap; -} -.paramname em { - font-style: normal; -} - -.params, .retval, .exception, .tparams { - border-spacing: 6px 2px; -} - -.params .paramname, .retval .paramname { - font-weight: bold; - vertical-align: top; -} - -.params .paramtype { - font-style: italic; - vertical-align: top; -} - -.params .paramdir { - font-family: "courier new",courier,monospace; - vertical-align: top; -} - - - - -/* @end */ - -/* @group Directory (tree) */ - -/* for the tree view */ - -.ftvtree { - font-family: sans-serif; - margin: 0px; -} - -/* these are for tree view when used as main index */ - -.directory { - font-size: 9pt; - font-weight: bold; - margin: 5px; -} - -.directory h3 { - margin: 0px; - margin-top: 1em; - font-size: 11pt; -} - -/* -The following two styles can be used to replace the root node title -with an image of your choice. Simply uncomment the next two styles, -specify the name of your image and be sure to set 'height' to the -proper pixel height of your image. -*/ - -/* -.directory h3.swap { - height: 61px; - background-repeat: no-repeat; - background-image: url("yourimage.gif"); -} -.directory h3.swap span { - display: none; -} -*/ - -.directory > h3 { - margin-top: 0; -} - -.directory p { - margin: 0px; - white-space: nowrap; -} - -.directory div { - display: none; - margin: 0px; -} - -.directory img { - vertical-align: -30%; -} - -/* these are for tree view when not used as main index */ - -.directory-alt { - font-size: 100%; - font-weight: bold; -} - -.directory-alt h3 { - margin: 0px; - margin-top: 1em; - font-size: 11pt; -} - -.directory-alt > h3 { - margin-top: 0; -} - -.directory-alt p { - margin: 0px; - white-space: nowrap; -} - -.directory-alt div { - display: none; - margin: 0px; -} - -.directory-alt img { - vertical-align: -30%; -} - -/* @end */ - -div.dynheader { - margin-top: 8px; -} - -address { - font-style: normal; - color: #2A3D61; -} - -table.doxtable { - border-collapse:collapse; - margin-top: 4px; - margin-bottom: 4px; -} - -table.doxtable td, table.doxtable th { - border: 1px solid #2D4068; - padding: 3px 7px 2px; -} - -table.doxtable th { - background-color: #374F7F; - color: #FFFFFF; - font-size: 110%; - padding-bottom: 4px; - padding-top: 5px; -} - -table.fieldtable { - width: 100%; - margin-bottom: 10px; - border: 1px solid #A8B8D9; - border-spacing: 0px; - -moz-border-radius: 4px; - -webkit-border-radius: 4px; - border-radius: 4px; - -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px; - -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15); - box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15); -} - -.fieldtable td, .fieldtable th { - padding: 3px 7px 2px; -} - -.fieldtable td.fieldtype, .fieldtable td.fieldname { - white-space: nowrap; - border-right: 1px solid #A8B8D9; - border-bottom: 1px solid #A8B8D9; - vertical-align: top; -} - -.fieldtable td.fielddoc { - border-bottom: 1px solid #A8B8D9; - width: 100%; -} - -.fieldtable tr:last-child td { - border-bottom: none; -} - -.fieldtable th { - background-image:url('nav_f.png'); - background-repeat:repeat-x; - background-color: #E2E8F2; - font-size: 90%; - color: #253555; - padding-bottom: 4px; - padding-top: 5px; - text-align:left; - -moz-border-radius-topleft: 4px; - -moz-border-radius-topright: 4px; - -webkit-border-top-left-radius: 4px; - -webkit-border-top-right-radius: 4px; - border-top-left-radius: 4px; - border-top-right-radius: 4px; - border-bottom: 1px solid #A8B8D9; -} - - -.tabsearch { - top: 0px; - left: 10px; - height: 36px; - background-image: url('tab_b.png'); - z-index: 101; - overflow: hidden; - font-size: 13px; -} - -.navpath ul -{ - font-size: 11px; - background-image:url('tab_b.png'); - background-repeat:repeat-x; - height:30px; - line-height:30px; - color:#8AA0CC; - border:solid 1px #C2CDE4; - overflow:hidden; - margin:0px; - padding:0px; -} - -.navpath li -{ - list-style-type:none; - float:left; - padding-left:10px; - padding-right:15px; - background-image:url('bc_s.png'); - background-repeat:no-repeat; - background-position:right; - color:#364D7C; -} - -.navpath li.navelem a -{ - height:32px; - display:block; - text-decoration: none; - outline: none; -} - -.navpath li.navelem a:hover -{ - color:#6884BD; -} - -.navpath li.footer -{ - list-style-type:none; - float:right; - padding-left:10px; - padding-right:15px; - background-image:none; - background-repeat:no-repeat; - background-position:right; - color:#364D7C; - font-size: 8pt; -} - - -div.summary -{ - float: right; - font-size: 8pt; - padding-right: 5px; - width: 50%; - text-align: right; -} - -div.summary a -{ - white-space: nowrap; -} - -div.ingroups -{ - margin-left: 5px; - font-size: 8pt; - padding-left: 5px; - width: 50%; - text-align: left; -} - -div.ingroups a -{ - white-space: nowrap; -} - -div.header -{ - background-image:url('nav_h.png'); - background-repeat:repeat-x; - background-color: #F9FAFC; - margin: 0px; - border-bottom: 1px solid #C4CFE5; -} - -div.headertitle -{ - padding: 5px 5px 5px 7px; -} - -dl -{ - padding: 0 0 0 10px; -} - -/* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug */ -dl.section -{ - border-left:4px solid; - padding: 0 0 0 6px; -} - -dl.note -{ - border-color: #D0C000; -} - -dl.warning, dl.attention -{ - border-color: #FF0000; -} - -dl.pre, dl.post, dl.invariant -{ - border-color: #00D000; -} - -dl.deprecated -{ - border-color: #505050; -} - -dl.todo -{ - border-color: #00C0E0; -} - -dl.test -{ - border-color: #3030E0; -} - -dl.bug -{ - border-color: #C08050; -} - -dl.section dd { - margin-bottom: 6px; -} - - -#projectlogo -{ - text-align: center; - vertical-align: bottom; - border-collapse: separate; -} - -#projectlogo img -{ - border: 0px none; -} - -#projectname -{ - font: 300% Tahoma, Arial,sans-serif; - margin: 0px; - padding: 2px 0px; -} - -#projectbrief -{ - font: 120% Tahoma, Arial,sans-serif; - margin: 0px; - padding: 0px; -} - -#projectnumber -{ - font: 50% Tahoma, Arial,sans-serif; - margin: 0px; - padding: 0px; -} - -#titlearea -{ - padding: 0px; - margin: 0px; - width: 100%; - border-bottom: 1px solid #5373B4; -} - -.image -{ - text-align: center; -} - -.dotgraph -{ - text-align: center; -} - -.mscgraph -{ - text-align: center; -} - -.caption -{ - font-weight: bold; -} - -div.zoom -{ - border: 1px solid #90A5CE; -} - -dl.citelist { - margin-bottom:50px; -} - -dl.citelist dt { - color:#334975; - float:left; - font-weight:bold; - margin-right:10px; - padding:5px; -} - -dl.citelist dd { - margin:2px 0; - padding:5px 0; -} - -div.toc { - padding: 14px 25px; - background-color: #F4F6FA; - border: 1px solid #D8DFEE; - border-radius: 7px 7px 7px 7px; - float: right; - height: auto; - margin: 0 20px 10px 10px; - width: 200px; -} - -div.toc li { - background: url("bdwn.png") no-repeat scroll 0 5px transparent; - font: 10px/1.2 Verdana,DejaVu Sans,Geneva,sans-serif; - margin-top: 5px; - padding-left: 10px; - padding-top: 2px; -} - -div.toc h3 { - font: bold 12px/1.2 Arial,FreeSans,sans-serif; - color: #4665A2; - border-bottom: 0 none; - margin: 0; -} - -div.toc ul { - list-style: none outside none; - border: medium none; - padding: 0px; -} - -div.toc li.level1 { - margin-left: 0px; -} - -div.toc li.level2 { - margin-left: 15px; -} - -div.toc li.level3 { - margin-left: 30px; -} - -div.toc li.level4 { - margin-left: 45px; -} - - -@media print -{ - #top { display: none; } - #side-nav { display: none; } - #nav-path { display: none; } - body { overflow:visible; } - h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } - .summary { display: none; } - .memitem { page-break-inside: avoid; } - #doc-content - { - margin-left:0 !important; - height:auto !important; - width:auto !important; - overflow:inherit; - display:inline; - } - pre.fragment - { - overflow: visible; - text-wrap: unrestricted; - white-space: -moz-pre-wrap; /* Moz */ - white-space: -pre-wrap; /* Opera 4-6 */ - white-space: -o-pre-wrap; /* Opera 7 */ - white-space: pre-wrap; /* CSS3 */ - word-wrap: break-word; /* IE 5.5+ */ - } -} - http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/51e3fddd/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/doxygen.png ---------------------------------------------------------------------- diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/doxygen.png b/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/doxygen.png deleted file mode 100644 index 635ed52..0000000 Binary files a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/doxygen.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/51e3fddd/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/files.html ---------------------------------------------------------------------- diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/files.html b/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/files.html deleted file mode 100644 index 9364f78..0000000 --- a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/files.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - -HTML Tidy: File List - - - - - - - - - - - - -
- - -
- - - - - - - - - - - - - -
-
HTML Tidy -  0.1 -
- -
-
- - -
-
- -
-
-
- -
-
-
-
File List
-
-
-
Here is a list of all documented files with brief descriptions:
- - - - -
buffio.h [code]
platform.h [code]
tidy.h [code]
tidyenum.h [code]
-
-
- - - - - http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/51e3fddd/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/files.js ---------------------------------------------------------------------- diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/files.js b/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/files.js deleted file mode 100644 index cd6740b..0000000 --- a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/files.js +++ /dev/null @@ -1,7 +0,0 @@ -var files = -[ - [ "buffio.h", "buffio_8h.html", "buffio_8h" ], - [ "platform.h", null, null ], - [ "tidy.h", "tidy_8h.html", "tidy_8h" ], - [ "tidyenum.h", null, null ] -]; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/51e3fddd/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2blank.png ---------------------------------------------------------------------- diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2blank.png b/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2blank.png deleted file mode 100644 index 3b7a29c..0000000 Binary files a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2blank.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/51e3fddd/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2doc.png ---------------------------------------------------------------------- diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2doc.png b/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2doc.png deleted file mode 100644 index 310e441..0000000 Binary files a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2doc.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/51e3fddd/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2folderclosed.png ---------------------------------------------------------------------- diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2folderclosed.png b/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2folderclosed.png deleted file mode 100644 index 79aeaf7..0000000 Binary files a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2folderclosed.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/51e3fddd/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2folderopen.png ---------------------------------------------------------------------- diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2folderopen.png b/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2folderopen.png deleted file mode 100644 index 1b703dd..0000000 Binary files a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2folderopen.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/51e3fddd/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2lastnode.png ---------------------------------------------------------------------- diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2lastnode.png b/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2lastnode.png deleted file mode 100644 index 3b7a29c..0000000 Binary files a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2lastnode.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/51e3fddd/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2link.png ---------------------------------------------------------------------- diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2link.png b/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2link.png deleted file mode 100644 index 310e441..0000000 Binary files a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2link.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/51e3fddd/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2mlastnode.png ---------------------------------------------------------------------- diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2mlastnode.png b/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2mlastnode.png deleted file mode 100644 index ec51f17..0000000 Binary files a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2mlastnode.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/51e3fddd/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2mnode.png ---------------------------------------------------------------------- diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2mnode.png b/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2mnode.png deleted file mode 100644 index ec51f17..0000000 Binary files a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2mnode.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/51e3fddd/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2node.png ---------------------------------------------------------------------- diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2node.png b/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2node.png deleted file mode 100644 index 3b7a29c..0000000 Binary files a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2node.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/51e3fddd/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2plastnode.png ---------------------------------------------------------------------- diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2plastnode.png b/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2plastnode.png deleted file mode 100644 index 270a965..0000000 Binary files a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2plastnode.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/51e3fddd/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2pnode.png ---------------------------------------------------------------------- diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2pnode.png b/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2pnode.png deleted file mode 100644 index 270a965..0000000 Binary files a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2pnode.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/51e3fddd/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2splitbar.png ---------------------------------------------------------------------- diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2splitbar.png b/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2splitbar.png deleted file mode 100644 index f60a527..0000000 Binary files a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2splitbar.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/51e3fddd/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2vertline.png ---------------------------------------------------------------------- diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2vertline.png b/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2vertline.png deleted file mode 100644 index 3b7a29c..0000000 Binary files a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/ftv2vertline.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/51e3fddd/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/functions.html ---------------------------------------------------------------------- diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/functions.html b/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/functions.html deleted file mode 100644 index 274e683..0000000 --- a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/functions.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - -HTML Tidy: Data Fields - - - - - - - - - - - - -
- - -
- - - - - - - - - - - - - -
-
HTML Tidy -  0.1 -
- -
-
- - -
-
- -
-
-
- -
-
-
Here is a list of all documented struct and union fields with links to the struct/union documentation for each field:
-
-
- - - - - http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/51e3fddd/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/functions_func.html ---------------------------------------------------------------------- diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/functions_func.html b/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/functions_func.html deleted file mode 100644 index 8daa20e..0000000 --- a/DocFormats/platform/3rdparty/w3c-tidy-html5/htmldoc/api/functions_func.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - -HTML Tidy: Data Fields - Functions - - - - - - - - - - - - -
- - -
- - - - - - - - - - - - - -
-
HTML Tidy -  0.1 -
- -
-
- - -
-
- -
-
-
- -
-
-
-
- - - - -