You are viewing a plain text version of this content. The canonical link for it is here.
Posted to zeta-commits@incubator.apache.org by ko...@apache.org on 2010/08/03 08:25:19 UTC

[zeta-commits] svn commit: r981774 [27/38] - in /incubator/zetacomponents/website: ./ build/ config/ config/content/ config/display/ content/ content/community/ content/community/ressources/ content/documentation/ content/documentation/trunk/ content/documentation/tr...

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/TranslationCacheTiein/phpdoc/ezcTranslationCacheBackend.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/TranslationCacheTiein/phpdoc/ezcTranslationCacheBackend.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/TranslationCacheTiein/phpdoc/ezcTranslationCacheBackend.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/TranslationCacheTiein/tutorial.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/TranslationCacheTiein/tutorial.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/TranslationCacheTiein/tutorial.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/TranslationCacheTiein/tutorial.txt
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/TranslationCacheTiein/tutorial.txt?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/TranslationCacheTiein/tutorial.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/files/classes/data.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/files/classes/data.php?rev=981774&view=auto
==============================================================================
--- incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/files/classes/data.php (added)
+++ incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/files/classes/data.php Tue Aug  3 08:23:50 2010
@@ -0,0 +1,57 @@
+<?php
+// Autogenerated class file
+
+/**
+ * Data class data.
+ * Class to be used with eZ Components PersistentObject.
+ */
+class data
+{
+    /**
+     * boiling_temp_k
+     *
+     * @var float
+     */
+    private $boiling_temp_k;
+    /**
+     * melting_temp_k
+     *
+     * @var float
+     */
+    private $melting_temp_k;
+    /**
+     * node_id
+     *
+     * @var string
+     */
+    private $node_id;
+
+    /**
+     * Set the PersistentObject state.
+     *
+     * @param array(string=>mixed) $state The state to set.
+     * @return void
+     */
+     public function setState( array $state )
+     {
+         foreach ( $state as $attribute => $value )
+         {
+             $this->$attribute = $value;
+         }
+     }
+
+    /**
+     * Get the PersistentObject state.
+     *
+     * @return array(string=>mixed) The state of the object.
+     */
+     public function getState()
+     {
+         return array(
+             'boiling_temp_k' => $this->boiling_temp_k,
+             'melting_temp_k' => $this->melting_temp_k,
+             'node_id' => $this->node_id,
+         );
+     }
+}
+?>

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/files/classes/nested_set.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/files/classes/nested_set.php?rev=981774&view=auto
==============================================================================
--- incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/files/classes/nested_set.php (added)
+++ incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/files/classes/nested_set.php Tue Aug  3 08:23:50 2010
@@ -0,0 +1,64 @@
+<?php
+// Autogenerated class file
+
+/**
+ * Data class nested_set.
+ * Class to be used with eZ Components PersistentObject.
+ */
+class nested_set
+{
+    /**
+     * id
+     *
+     * @var string
+     */
+    private $id;
+    /**
+     * lft
+     *
+     * @var int
+     */
+    private $lft;
+    /**
+     * parent_id
+     *
+     * @var string
+     */
+    private $parent_id;
+    /**
+     * rgt
+     *
+     * @var int
+     */
+    private $rgt;
+
+    /**
+     * Set the PersistentObject state.
+     *
+     * @param array(string=>mixed) $state The state to set.
+     * @return void
+     */
+     public function setState( array $state )
+     {
+         foreach ( $state as $attribute => $value )
+         {
+             $this->$attribute = $value;
+         }
+     }
+
+    /**
+     * Get the PersistentObject state.
+     *
+     * @return array(string=>mixed) The state of the object.
+     */
+     public function getState()
+     {
+         return array(
+             'id' => $this->id,
+             'lft' => $this->lft,
+             'parent_id' => $this->parent_id,
+             'rgt' => $this->rgt,
+         );
+     }
+}
+?>

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/files/example1.xml
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/files/example1.xml?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/files/example1.xml
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/files/graphviz.dot
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/files/graphviz.dot?rev=981774&view=auto
==============================================================================
--- incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/files/graphviz.dot (added)
+++ incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/files/graphviz.dot Tue Aug  3 08:23:50 2010
@@ -0,0 +1,30 @@
+digraph Tree {
+nodeElements_2pkuejip [label="Elements"]
+nodeNonMetals_1bnzyvck [label="NonMetals"]
+nodeH_27k2bl2t [label="H"]
+nodeC_vzujtyb [label="C"]
+nodeN_xwz3j7q [label="N"]
+nodeO_gpolmko [label="O"]
+nodeP_2ot2rcw1 [label="P"]
+nodeS_ads54qv [label="S"]
+nodeSe_35hynij5 [label="Se"]
+nodeNobleGasses_27x3ahz6 [label="NobleGasses"]
+nodeF_11iqgz2q [label="F"]
+nodeCl_30wxuazc [label="Cl"]
+nodeBr_vyrn0bo [label="Br"]
+nodeI_30ksqkh1 [label="I"]
+
+nodeElements_2pkuejip -> nodeNonMetals_1bnzyvck
+nodeElements_2pkuejip -> nodeNobleGasses_27x3ahz6
+nodeNonMetals_1bnzyvck -> nodeH_27k2bl2t
+nodeNonMetals_1bnzyvck -> nodeC_vzujtyb
+nodeNonMetals_1bnzyvck -> nodeN_xwz3j7q
+nodeNonMetals_1bnzyvck -> nodeO_gpolmko
+nodeNonMetals_1bnzyvck -> nodeP_2ot2rcw1
+nodeNonMetals_1bnzyvck -> nodeS_ads54qv
+nodeNonMetals_1bnzyvck -> nodeSe_35hynij5
+nodeNobleGasses_27x3ahz6 -> nodeF_11iqgz2q
+nodeNobleGasses_27x3ahz6 -> nodeCl_30wxuazc
+nodeNobleGasses_27x3ahz6 -> nodeBr_vyrn0bo
+nodeNobleGasses_27x3ahz6 -> nodeI_30ksqkh1
+}

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/files/po_defs/data.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/files/po_defs/data.php?rev=981774&view=auto
==============================================================================
--- incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/files/po_defs/data.php (added)
+++ incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/files/po_defs/data.php Tue Aug  3 08:23:50 2010
@@ -0,0 +1,27 @@
+<?php
+// Autogenerated PersistentObject definition
+
+$def = new ezcPersistentObjectDefinition();
+$def->table = 'data';
+$def->class = 'data';
+
+$def->properties['boiling_temp_k']               = new ezcPersistentObjectProperty();
+$def->properties['boiling_temp_k']->columnName   = 'boiling_temp_k';
+$def->properties['boiling_temp_k']->propertyName = 'boiling_temp_k';
+$def->properties['boiling_temp_k']->propertyType = ezcPersistentObjectProperty::PHP_TYPE_FLOAT;
+
+
+$def->properties['melting_temp_k']               = new ezcPersistentObjectProperty();
+$def->properties['melting_temp_k']->columnName   = 'melting_temp_k';
+$def->properties['melting_temp_k']->propertyName = 'melting_temp_k';
+$def->properties['melting_temp_k']->propertyType = ezcPersistentObjectProperty::PHP_TYPE_FLOAT;
+
+
+$def->idProperty               = new ezcPersistentObjectIdProperty();
+$def->idProperty->columnName   = 'node_id';
+$def->idProperty->propertyName = 'node_id';
+$def->idProperty->generator    = new ezcPersistentGeneratorDefinition( 'ezcPersistentManualGenerator' );
+
+return $def;
+
+?>

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/files/po_defs/nested_set.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/files/po_defs/nested_set.php?rev=981774&view=auto
==============================================================================
--- incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/files/po_defs/nested_set.php (added)
+++ incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/files/po_defs/nested_set.php Tue Aug  3 08:23:50 2010
@@ -0,0 +1,33 @@
+<?php
+// Autogenerated PersistentObject definition
+
+$def = new ezcPersistentObjectDefinition();
+$def->table = 'nested_set';
+$def->class = 'nested_set';
+
+$def->idProperty               = new ezcPersistentObjectIdProperty();
+$def->idProperty->columnName   = 'id';
+$def->idProperty->propertyName = 'id';
+$def->idProperty->generator    = new ezcPersistentGeneratorDefinition( 'ezcPersistentManualGenerator' );
+
+
+$def->properties['lft']               = new ezcPersistentObjectProperty();
+$def->properties['lft']->columnName   = 'lft';
+$def->properties['lft']->propertyName = 'lft';
+$def->properties['lft']->propertyType = ezcPersistentObjectProperty::PHP_TYPE_INT;
+
+
+$def->properties['parent_id']               = new ezcPersistentObjectProperty();
+$def->properties['parent_id']->columnName   = 'parent_id';
+$def->properties['parent_id']->propertyName = 'parent_id';
+$def->properties['parent_id']->propertyType = ezcPersistentObjectProperty::PHP_TYPE_STRING;
+
+
+$def->properties['rgt']               = new ezcPersistentObjectProperty();
+$def->properties['rgt']->columnName   = 'rgt';
+$def->properties['rgt']->propertyName = 'rgt';
+$def->properties['rgt']->propertyType = ezcPersistentObjectProperty::PHP_TYPE_INT;
+
+return $def;
+
+?>

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/files/royals.xml
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/files/royals.xml?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/files/royals.xml
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/img/graphviz.png
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/img/graphviz.png?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/img/graphviz.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/img/yui1.gif
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/img/yui1.gif?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/img/yui1.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---backends---memory.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---backends---memory.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---backends---memory.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---backends---xml.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---backends---xml.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---backends---xml.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---exceptions---exception.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---exceptions---exception.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---exceptions---exception.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---exceptions---ids_do_not_match.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---exceptions---ids_do_not_match.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---exceptions---ids_do_not_match.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---exceptions---invalid_class.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---exceptions---invalid_class.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---exceptions---invalid_class.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---exceptions---invalid_id.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---exceptions---invalid_id.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---exceptions---invalid_id.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---exceptions---invalid_xml.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---exceptions---invalid_xml.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---exceptions---invalid_xml.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---exceptions---invalid_xml_format.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---exceptions---invalid_xml_format.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---exceptions---invalid_xml_format.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---exceptions---missing_data.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---exceptions---missing_data.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---exceptions---missing_data.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---exceptions---transaction_already_started.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---exceptions---transaction_already_started.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---exceptions---transaction_already_started.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---exceptions---transaction_not_started.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---exceptions---transaction_not_started.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---exceptions---transaction_not_started.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---exceptions---unknown_id.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---exceptions---unknown_id.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---exceptions---unknown_id.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---interfaces---data_store.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---interfaces---data_store.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---interfaces---data_store.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---interfaces---visitable.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---interfaces---visitable.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---interfaces---visitable.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---interfaces---visitor.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---interfaces---visitor.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---interfaces---visitor.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---options---visitor_xhtml.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---options---visitor_xhtml.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---options---visitor_xhtml.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---options---visitor_yui.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---options---visitor_yui.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---options---visitor_yui.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---stores---memory.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---stores---memory.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---stores---memory.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---stores---xml.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---stores---xml.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---stores---xml.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---stores---xml_internal.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---stores---xml_internal.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---stores---xml_internal.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---tree.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---tree.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---tree.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---tree_node.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---tree_node.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---tree_node.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---tree_node_list.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---tree_node_list.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---tree_node_list.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---tree_node_list_iterator.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---tree_node_list_iterator.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---tree_node_list_iterator.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---visitors---graphviz.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---visitors---graphviz.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---visitors---graphviz.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---visitors---plain_text.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---visitors---plain_text.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---visitors---plain_text.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---visitors---xhtml.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---visitors---xhtml.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---visitors---xhtml.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---visitors---yui.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---visitors---yui.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_Tree---src---visitors---yui.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_TreeDatabaseTiein---src---exceptions---invalid_schema.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_TreeDatabaseTiein---src---exceptions---invalid_schema.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/_TreeDatabaseTiein---src---exceptions---invalid_schema.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/classtrees.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/classtrees.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/classtrees.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/elementindex.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/elementindex.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/elementindex.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTree.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTree.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTree.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeDataStore.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeDataStore.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeDataStore.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeDataStoreMissingDataException.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeDataStoreMissingDataException.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeDataStoreMissingDataException.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeDbInvalidSchemaException.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeDbInvalidSchemaException.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeDbInvalidSchemaException.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeException.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeException.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeException.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeIdsDoNotMatchException.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeIdsDoNotMatchException.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeIdsDoNotMatchException.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeInvalidClassException.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeInvalidClassException.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeInvalidClassException.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeInvalidIdException.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeInvalidIdException.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeInvalidIdException.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeInvalidXmlException.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeInvalidXmlException.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeInvalidXmlException.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeInvalidXmlFormatException.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeInvalidXmlFormatException.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeInvalidXmlFormatException.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeMemory.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeMemory.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeMemory.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeMemoryDataStore.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeMemoryDataStore.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeMemoryDataStore.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeNode.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeNode.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeNode.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeNodeList.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeNodeList.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeNodeList.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeNodeListIterator.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeNodeListIterator.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeNodeListIterator.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeTransactionAlreadyStartedException.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeTransactionAlreadyStartedException.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeTransactionAlreadyStartedException.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeTransactionNotStartedException.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeTransactionNotStartedException.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeTransactionNotStartedException.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeUnknownIdException.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeUnknownIdException.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeUnknownIdException.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeVisitable.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeVisitable.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeVisitable.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeVisitor.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeVisitor.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeVisitor.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeVisitorGraphViz.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeVisitorGraphViz.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeVisitorGraphViz.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeVisitorPlainText.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeVisitorPlainText.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeVisitorPlainText.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeVisitorXHTML.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeVisitorXHTML.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeVisitorXHTML.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeVisitorXHTMLOptions.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeVisitorXHTMLOptions.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeVisitorXHTMLOptions.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeVisitorYUI.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeVisitorYUI.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeVisitorYUI.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeVisitorYUIOptions.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeVisitorYUIOptions.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeVisitorYUIOptions.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeXml.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeXml.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeXml.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeXmlDataStore.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeXmlDataStore.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeXmlDataStore.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeXmlInternalDataStore.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeXmlInternalDataStore.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/phpdoc/ezcTreeXmlInternalDataStore.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/tutorial.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/tutorial.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/tutorial.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/tutorial.txt
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/tutorial.txt?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Tree/tutorial.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/_TreeDatabaseTiein---src---backends---db.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/_TreeDatabaseTiein---src---backends---db.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/_TreeDatabaseTiein---src---backends---db.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/_TreeDatabaseTiein---src---backends---db_materialized_path.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/_TreeDatabaseTiein---src---backends---db_materialized_path.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/_TreeDatabaseTiein---src---backends---db_materialized_path.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/_TreeDatabaseTiein---src---backends---db_nested_set.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/_TreeDatabaseTiein---src---backends---db_nested_set.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/_TreeDatabaseTiein---src---backends---db_nested_set.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/_TreeDatabaseTiein---src---backends---db_parent_child.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/_TreeDatabaseTiein---src---backends---db_parent_child.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/_TreeDatabaseTiein---src---backends---db_parent_child.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/_TreeDatabaseTiein---src---stores---db.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/_TreeDatabaseTiein---src---stores---db.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/_TreeDatabaseTiein---src---stores---db.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/_TreeDatabaseTiein---src---stores---db_external.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/_TreeDatabaseTiein---src---stores---db_external.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/_TreeDatabaseTiein---src---stores---db_external.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/classtrees.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/classtrees.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/classtrees.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/elementindex.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/elementindex.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/elementindex.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/ezcTreeDb.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/ezcTreeDb.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/ezcTreeDb.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/ezcTreeDbDataStore.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/ezcTreeDbDataStore.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/ezcTreeDbDataStore.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/ezcTreeDbExternalTableDataStore.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/ezcTreeDbExternalTableDataStore.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/ezcTreeDbExternalTableDataStore.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/ezcTreeDbMaterializedPath.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/ezcTreeDbMaterializedPath.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/ezcTreeDbMaterializedPath.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/ezcTreeDbNestedSet.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/ezcTreeDbNestedSet.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/ezcTreeDbNestedSet.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/ezcTreeDbParentChild.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/ezcTreeDbParentChild.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/phpdoc/ezcTreeDbParentChild.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/tutorial.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/tutorial.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/tutorial.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/tutorial.txt
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/tutorial.txt?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/TreeDatabaseTiein/tutorial.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/TreePersistentObjectTiein.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/TreePersistentObjectTiein.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/TreePersistentObjectTiein.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/TreePersistentObjectTiein/phpdoc.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/TreePersistentObjectTiein/phpdoc.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/TreePersistentObjectTiein/phpdoc.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/TreePersistentObjectTiein/phpdoc/_TreePersistentObjectTiein---src---stores---persistent_object.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/TreePersistentObjectTiein/phpdoc/_TreePersistentObjectTiein---src---stores---persistent_object.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/TreePersistentObjectTiein/phpdoc/_TreePersistentObjectTiein---src---stores---persistent_object.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/TreePersistentObjectTiein/phpdoc/classtrees.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/TreePersistentObjectTiein/phpdoc/classtrees.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/TreePersistentObjectTiein/phpdoc/classtrees.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/TreePersistentObjectTiein/phpdoc/elementindex.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/TreePersistentObjectTiein/phpdoc/elementindex.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/TreePersistentObjectTiein/phpdoc/elementindex.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/TreePersistentObjectTiein/phpdoc/ezcTreePersistentObjectDataStore.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/TreePersistentObjectTiein/phpdoc/ezcTreePersistentObjectDataStore.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/TreePersistentObjectTiein/phpdoc/ezcTreePersistentObjectDataStore.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/TreePersistentObjectTiein/tutorial.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/TreePersistentObjectTiein/tutorial.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/TreePersistentObjectTiein/tutorial.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/TreePersistentObjectTiein/tutorial.txt
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/TreePersistentObjectTiein/tutorial.txt?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/TreePersistentObjectTiein/tutorial.txt
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/_UnitTest---src---bootstrap.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/_UnitTest---src---bootstrap.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/_UnitTest---src---bootstrap.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/_UnitTest---src---constraint---image.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/_UnitTest---src---constraint---image.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/_UnitTest---src---constraint---image.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/_UnitTest---src---regression_suite.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/_UnitTest---src---regression_suite.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/_UnitTest---src---regression_suite.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/_UnitTest---src---runtests.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/_UnitTest---src---runtests.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/_UnitTest---src---runtests.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/_UnitTest---src---test---case.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/_UnitTest---src---test---case.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/_UnitTest---src---test---case.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/_UnitTest---src---test---database_settings.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/_UnitTest---src---test---database_settings.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/_UnitTest---src---test---database_settings.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/_UnitTest---src---test---image_case.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/_UnitTest---src---test---image_case.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/_UnitTest---src---test---image_case.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/_UnitTest---src---test---printer.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/_UnitTest---src---test---printer.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/_UnitTest---src---test---printer.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/_UnitTest---src---test---runner.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/_UnitTest---src---test---runner.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/_UnitTest---src---test---runner.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/_UnitTest---src---test---settings.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/_UnitTest---src---test---settings.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/_UnitTest---src---test---settings.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/classtrees.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/classtrees.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/classtrees.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/elementindex.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/elementindex.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/elementindex.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/ezcTestCase.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/ezcTestCase.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/ezcTestCase.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/ezcTestConstraintSimilarImage.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/ezcTestConstraintSimilarImage.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/ezcTestConstraintSimilarImage.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/ezcTestDatabaseSettings.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/ezcTestDatabaseSettings.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/ezcTestDatabaseSettings.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/ezcTestImageCase.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/ezcTestImageCase.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/ezcTestImageCase.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/ezcTestPrinter.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/ezcTestPrinter.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/ezcTestPrinter.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/ezcTestRegressionSuite.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/ezcTestRegressionSuite.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/ezcTestRegressionSuite.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/ezcTestRunner.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/ezcTestRunner.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/ezcTestRunner.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/ezcTestSettings.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/ezcTestSettings.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/UnitTest/phpdoc/ezcTestSettings.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Url.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Url.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Url.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Url/phpdoc.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Url/phpdoc.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Url/phpdoc.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Url/phpdoc/_Url---src---exceptions---url_exception.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Url/phpdoc/_Url---src---exceptions---url_exception.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Url/phpdoc/_Url---src---exceptions---url_exception.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Url/phpdoc/_Url---src---exceptions---url_invalid_parameter_exception.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Url/phpdoc/_Url---src---exceptions---url_invalid_parameter_exception.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Url/phpdoc/_Url---src---exceptions---url_invalid_parameter_exception.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Url/phpdoc/_Url---src---exceptions---url_no_configuration_exception.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Url/phpdoc/_Url---src---exceptions---url_no_configuration_exception.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Url/phpdoc/_Url---src---exceptions---url_no_configuration_exception.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Url/phpdoc/_Url---src---exceptions---url_not_registered_exception.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Url/phpdoc/_Url---src---exceptions---url_not_registered_exception.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Url/phpdoc/_Url---src---exceptions---url_not_registered_exception.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Url/phpdoc/_Url---src---url.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Url/phpdoc/_Url---src---url.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Url/phpdoc/_Url---src---url.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Url/phpdoc/_Url---src---url_configuration.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Url/phpdoc/_Url---src---url_configuration.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Url/phpdoc/_Url---src---url_configuration.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Url/phpdoc/_Url---src---url_creator.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Url/phpdoc/_Url---src---url_creator.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Url/phpdoc/_Url---src---url_creator.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/zetacomponents/website/htdocs/documentation/trunk/Url/phpdoc/_Url---src---url_tools.php.html
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/documentation/trunk/Url/phpdoc/_Url---src---url_tools.php.html?rev=981774&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/zetacomponents/website/htdocs/documentation/trunk/Url/phpdoc/_Url---src---url_tools.php.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream