You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by mi...@apache.org on 2022/06/04 16:29:12 UTC

[olingo-site] branch main updated: Removed google analytics stuff

This is an automated email from the ASF dual-hosted git repository.

mibo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/olingo-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 6e0c3d5  Removed google analytics stuff
6e0c3d5 is described below

commit 6e0c3d578233c0b2bdaa398ab43261e8a6a11afc
Author: mibo <mi...@apache.org>
AuthorDate: Sat Jun 4 18:28:56 2022 +0200

    Removed google analytics stuff
---
 content/doc/javascript/apidoc/DataCache.html       | 68 ++++++++++-----
 .../doc/javascript/apidoc/DataCacheOperation.html  |  6 +-
 content/doc/javascript/apidoc/DjsDeferred.html     | 36 ++++++--
 .../doc/javascript/apidoc/ODataCacheSource.html    |  3 -
 content/doc/javascript/apidoc/batch.html           | 12 +--
 content/doc/javascript/apidoc/batch.js.html        | 97 +++++++++++-----------
 content/doc/javascript/apidoc/cache.js.html        | 97 +++++++++++-----------
 content/doc/javascript/apidoc/deferred.html        |  3 -
 content/doc/javascript/apidoc/deferred.js.html     | 97 +++++++++++-----------
 content/doc/javascript/apidoc/dom-DomStore.html    |  9 +-
 content/doc/javascript/apidoc/dom.html             |  9 +-
 content/doc/javascript/apidoc/dom.js.html          | 97 +++++++++++-----------
 content/doc/javascript/apidoc/global.html          |  3 -
 content/doc/javascript/apidoc/handler.html         | 11 +--
 content/doc/javascript/apidoc/handler.js.html      | 97 +++++++++++-----------
 content/doc/javascript/apidoc/index.html           |  3 -
 .../apidoc/indexeddb-IndexedDBStore.html           |  6 +-
 content/doc/javascript/apidoc/indexeddb.html       |  3 -
 content/doc/javascript/apidoc/indexeddb.js.html    | 97 +++++++++++-----------
 content/doc/javascript/apidoc/json.html            | 12 +--
 content/doc/javascript/apidoc/json.js.html         | 97 +++++++++++-----------
 .../doc/javascript/apidoc/memory-MemoryStore.html  |  6 +-
 content/doc/javascript/apidoc/memory.html          |  3 -
 content/doc/javascript/apidoc/memory.js.html       | 97 +++++++++++-----------
 content/doc/javascript/apidoc/metadata.html        |  9 +-
 content/doc/javascript/apidoc/metadata.js.html     | 97 +++++++++++-----------
 content/doc/javascript/apidoc/module-cache.html    |  9 +-
 content/doc/javascript/apidoc/module-datajs.html   |  3 -
 content/doc/javascript/apidoc/module-odata.html    |  3 -
 content/doc/javascript/apidoc/module-store.html    |  3 -
 content/doc/javascript/apidoc/net.html             |  3 -
 content/doc/javascript/apidoc/net.js.html          | 97 +++++++++++-----------
 content/doc/javascript/apidoc/odata.js.html        | 97 +++++++++++-----------
 content/doc/javascript/apidoc/odatajs.js.html      |  3 -
 content/doc/javascript/apidoc/source.html          |  3 -
 content/doc/javascript/apidoc/source.js.html       | 97 +++++++++++-----------
 content/doc/javascript/apidoc/store.js.html        | 97 +++++++++++-----------
 content/doc/javascript/apidoc/utils.html           | 30 ++++---
 content/doc/javascript/apidoc/utils.js.html        | 97 +++++++++++-----------
 content/doc/javascript/apidoc/utils.js_.html       |  3 -
 content/doc/javascript/apidoc/utils_.html          | 17 ++--
 content/doc/javascript/apidoc/xml.html             | 63 ++++++++++----
 content/doc/javascript/apidoc/xml.js.html          | 97 +++++++++++-----------
 content/doc/odata2/privacy.md                      | 21 -----
 content/google9e1dea24f02e0645.html                |  1 -
 45 files changed, 900 insertions(+), 919 deletions(-)

diff --git a/content/doc/javascript/apidoc/DataCache.html b/content/doc/javascript/apidoc/DataCache.html
index 00b8df3..3a30786 100644
--- a/content/doc/javascript/apidoc/DataCache.html
+++ b/content/doc/javascript/apidoc/DataCache.html
@@ -6,9 +6,6 @@
     
     <script src="scripts/prettify/prettify.js"> </script>
     <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
     <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
     <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
 </head>
@@ -92,7 +89,8 @@
             
             
             
-            <td class="description last">Options for the data cache, including name, source, pageSize,
prefetchSize, cacheSize, storage mechanism, and initial prefetch and local-data handler.</td>
+            <td class="description last">Options for the data cache, including name, source, pageSize,
+prefetchSize, cacheSize, storage mechanism, and initial prefetch and local-data handler.</td>
         </tr>
 	
 	
@@ -544,7 +542,9 @@
     
     
     <div class="description">
-        Cancels all running operations and clears all local data associated with this cache.
New read requests made while a clear operation is in progress will not be canceled.
Instead they will be queued for execution once the operation is completed.
+        Cancels all running operations and clears all local data associated with this cache.
+New read requests made while a clear operation is in progress will not be canceled.
+Instead they will be queued for execution once the operation is completed.
     </div>
     
 
@@ -726,7 +726,8 @@
     
     
     <div class="description">
-        Filters the cache data based a predicate.
Specifying a negative count value will yield all the items in the cache that satisfy the predicate.
+        Filters the cache data based a predicate.
+Specifying a negative count value will yield all the items in the cache that satisfy the predicate.
     </div>
     
 
@@ -911,7 +912,8 @@
     
     
     <div class="description">
-        Filters the cache data based a predicate.
Specifying a negative count value will yield all the items in the cache that satisfy the predicate.
+        Filters the cache data based a predicate.
+Specifying a negative count value will yield all the items in the cache that satisfy the predicate.
     </div>
     
 
@@ -1096,7 +1098,9 @@
     
     
     <div class="description">
-        Reads a range of adjacent records.
New read requests made while a clear operation is in progress will not be canceled.
Instead they will be queued for execution once the operation is completed.
+        Reads a range of adjacent records.
+New read requests made while a clear operation is in progress will not be canceled.
+Instead they will be queued for execution once the operation is completed.
     </div>
     
 
@@ -1225,7 +1229,8 @@
     
             
 <div class="param-desc">
-    A promise for an array of records; less records may be returned if the
end of the collection is found.
+    A promise for an array of records; less records may be returned if the
+end of the collection is found.
 </div>
 
 
@@ -1443,7 +1448,9 @@
     
             
 <div class="param-desc">
-    Function to use as error callback.
This function will specifically handle problems with critical store resources
during cache initialization.
+    Function to use as error callback.
+This function will specifically handle problems with critical store resources
+during cache initialization.
 </div>
 
 
@@ -1748,7 +1755,8 @@
             
             
             
-            <td class="description last">New cache state.
This method is a no-op if the cache's current state and the new state are the same.</td>
+            <td class="description last">New cache state.
+This method is a no-op if the cache's current state and the new state are the same.</td>
         </tr>
 	
 	
@@ -1956,7 +1964,8 @@
             
             
             
-            <td class="description last">Operation to dequeue.
This method is used as a handler for the operation's oncomplete event.</td>
+            <td class="description last">Operation to dequeue.
+This method is used as a handler for the operation's oncomplete event.</td>
         </tr>
 	
 	
@@ -2119,7 +2128,9 @@
             
             
             
-            <td class="description last">Current cache state.
Clear operations have the highest priority and can't be interrupted by other operations; however,
they will preempt any other operation currently executing.</td>
+            <td class="description last">Current cache state.
+Clear operations have the highest priority and can't be interrupted by other operations; however,
+they will preempt any other operation currently executing.</td>
         </tr>
 	
 	
@@ -2444,7 +2455,8 @@
             
             
             
-            <td class="description last">True if the filtering should move backward from the specified index, falsey otherwise.
Specifying a negative count value will yield all the items in the cache that satisfy the predicate.</td>
+            <td class="description last">True if the filtering should move backward from the specified index, falsey otherwise.
+Specifying a negative count value will yield all the items in the cache that satisfy the predicate.</td>
         </tr>
 	
 	
@@ -2652,7 +2664,12 @@
             
             
             
-            <td class="description last">Zero-based index of the items to prefetch.
This method is a no-op if any of the following conditions is true:
    1.- prefetchSize is 0
    2.- All data has been read and stored locally in the cache.
    3.- There is already an all data prefetch operation queued.
    4.- The cache has run out of available space (overflowed).</td>
+            <td class="description last">Zero-based index of the items to prefetch.
+This method is a no-op if any of the following conditions is true:
+    1.- prefetchSize is 0
+    2.- All data has been read and stored locally in the cache.
+    3.- There is already an all data prefetch operation queued.
+    4.- The cache has run out of available space (overflowed).</td>
         </tr>
 	
 	
@@ -2874,7 +2891,12 @@
             
             
             
-            <td class="description last">Prefetch operations have the lowest priority and will be interrupted by operations of
 other kinds. A preempted prefetch operation will resume its execution only when the state
 of the cache returns to idle.

 If a clear operation starts executing then all the prefetch operations are canceled,
 even if they haven't started executing yet.</td>
+            <td class="description last">Prefetch operations have the lowest priority and will be interrupted by operations of
+ other kinds. A preempted prefetch operation will resume its execution only when the state
+ of the cache returns to idle.
+
+ If a clear operation starts executing then all the prefetch operations are canceled,
+ even if they haven't started executing yet.</td>
         </tr>
 	
 	
@@ -3266,7 +3288,8 @@
             
             
             
-            <td class="description last">Flag indicating whether a read (false) or prefetch (true) operation is running.
This state machine contains behavior common to read and prefetch operations.</td>
+            <td class="description last">Flag indicating whether a read (false) or prefetch (true) operation is running.
+This state machine contains behavior common to read and prefetch operations.</td>
         </tr>
 	
 	
@@ -3488,7 +3511,13 @@
             
             
             
-            <td class="description last">Read operations have a higher priority than prefetch operations, but lower than
clear operations. They will preempt any prefetch operation currently running
but will be interrupted by a clear operation.
         
If a clear operation starts executing then all the currently running
read operations are canceled. Read operations that haven't started yet will
wait in the start state until the destory operation finishes.</td>
+            <td class="description last">Read operations have a higher priority than prefetch operations, but lower than
+clear operations. They will preempt any prefetch operation currently running
+but will be interrupted by a clear operation.
+         
+If a clear operation starts executing then all the currently running
+read operations are canceled. Read operations that haven't started yet will
+wait in the start state until the destory operation finishes.</td>
         </tr>
 	
 	
@@ -3963,7 +3992,8 @@
     
             
 <div class="param-desc">
-    Function to use as error callback.
This function will specifically handle problems when interacting with the store.
+    Function to use as error callback.
+This function will specifically handle problems when interacting with the store.
 </div>
 
 
diff --git a/content/doc/javascript/apidoc/DataCacheOperation.html b/content/doc/javascript/apidoc/DataCacheOperation.html
index 84ca998..783062c 100644
--- a/content/doc/javascript/apidoc/DataCacheOperation.html
+++ b/content/doc/javascript/apidoc/DataCacheOperation.html
@@ -6,9 +6,6 @@
     
     <script src="scripts/prettify/prettify.js"> </script>
     <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
     <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
     <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
 </head>
@@ -342,7 +339,8 @@
     
     
     <div class="description">
-        Transitions this operation to the cancel state and sets the canceled flag to true.
The function is a no-op if the operation is non-cancelable.
+        Transitions this operation to the cancel state and sets the canceled flag to true.
+The function is a no-op if the operation is non-cancelable.
     </div>
     
 
diff --git a/content/doc/javascript/apidoc/DjsDeferred.html b/content/doc/javascript/apidoc/DjsDeferred.html
index cdbbefb..823b3e4 100644
--- a/content/doc/javascript/apidoc/DjsDeferred.html
+++ b/content/doc/javascript/apidoc/DjsDeferred.html
@@ -6,9 +6,6 @@
     
     <script src="scripts/prettify/prettify.js"> </script>
     <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
     <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
     <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
 </head>
@@ -47,7 +44,29 @@
     
     
     <div class="description">
-        Initializes a new DjsDeferred object.
<ul>
<li> Compability Note A - Ordering of callbacks through chained 'then' invocations <br>

The Wiki entry at http://wiki.commonjs.org/wiki/Promises/A
implies that .then() returns a distinct object.

For compatibility with http://api.jquery.com/category/deferred-object/
we return this same object. This affects ordering, as
the jQuery version will fire callbacks in registration
order regardless of whether they occur on the result
or the original object.
</li>
<li>Compability Note B - Fulfillment value <br>

The Wiki entry at http://wiki.commonjs.org/wiki/Promises/A
implies that the result of a success callback is the
fulfillment value of the object and is received by
other success callbacks that are chained.

For compatibility with http://api.jquery.com/category/deferred-object/
we disregard this value instead.
</li></ul>
+        Initializes a new DjsDeferred object.
+<ul>
+<li> Compability Note A - Ordering of callbacks through chained 'then' invocations <br>
+
+The Wiki entry at http://wiki.commonjs.org/wiki/Promises/A
+implies that .then() returns a distinct object.
+
+For compatibility with http://api.jquery.com/category/deferred-object/
+we return this same object. This affects ordering, as
+the jQuery version will fire callbacks in registration
+order regardless of whether they occur on the result
+or the original object.
+</li>
+<li>Compability Note B - Fulfillment value <br>
+
+The Wiki entry at http://wiki.commonjs.org/wiki/Promises/A
+implies that the result of a success callback is the
+fulfillment value of the object and is received by
+other success callbacks that are chained.
+
+For compatibility with http://api.jquery.com/category/deferred-object/
+we disregard this value instead.
+</li></ul>
     </div>
     
 
@@ -213,7 +232,8 @@
     
     
     <div class="description">
-        Invokes error callbacks for this deferred object.
All arguments are forwarded to error callbacks.
+        Invokes error callbacks for this deferred object.
+All arguments are forwarded to error callbacks.
     </div>
     
 
@@ -282,7 +302,8 @@
     
     
     <div class="description">
-        Invokes success callbacks for this deferred object.
All arguments are forwarded to success callbacks.
+        Invokes success callbacks for this deferred object.
+All arguments are forwarded to success callbacks.
     </div>
     
 
@@ -351,7 +372,8 @@
     
     
     <div class="description">
-        Adds success and error callbacks for this deferred object.
See Compatibility Note A.
+        Adds success and error callbacks for this deferred object.
+See Compatibility Note A.
     </div>
     
 
diff --git a/content/doc/javascript/apidoc/ODataCacheSource.html b/content/doc/javascript/apidoc/ODataCacheSource.html
index 5400077..69832fe 100644
--- a/content/doc/javascript/apidoc/ODataCacheSource.html
+++ b/content/doc/javascript/apidoc/ODataCacheSource.html
@@ -6,9 +6,6 @@
     
     <script src="scripts/prettify/prettify.js"> </script>
     <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
     <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
     <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
 </head>
diff --git a/content/doc/javascript/apidoc/batch.html b/content/doc/javascript/apidoc/batch.html
index 0f13b43..03aa7bd 100644
--- a/content/doc/javascript/apidoc/batch.html
+++ b/content/doc/javascript/apidoc/batch.html
@@ -6,9 +6,6 @@
     
     <script src="scripts/prettify/prettify.js"> </script>
     <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
     <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
     <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
 </head>
@@ -1373,7 +1370,8 @@
     
             
 <div class="param-desc">
-    Object containing the headers as key value pairs.
This function doesn't support split headers and it will stop reading when it hits two consecutive line breaks.
+    Object containing the headers as key value pairs.
+This function doesn't support split headers and it will stop reading when it hits two consecutive line breaks.
 </div>
 
 
@@ -2079,7 +2077,8 @@
     
     
     <div class="description">
-        Serializes a part of a batch request to a string. A part can be either a GET request or
a change set grouping several CUD (create, update, delete) requests.
+        Serializes a part of a batch request to a string. A part can be either a GET request or
+a change set grouping several CUD (create, update, delete) requests.
     </div>
     
 
@@ -2249,7 +2248,8 @@
     
             
 <div class="param-desc">
-    String representing the serialized part
A change set is an array of request objects and they cannot be nested inside other change sets.
+    String representing the serialized part
+A change set is an array of request objects and they cannot be nested inside other change sets.
 </div>
 
 
diff --git a/content/doc/javascript/apidoc/batch.js.html b/content/doc/javascript/apidoc/batch.js.html
index 5a4c160..8473960 100644
--- a/content/doc/javascript/apidoc/batch.js.html
+++ b/content/doc/javascript/apidoc/batch.js.html
@@ -1,30 +1,27 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <title>JSDoc: Source: odata/batch.js</title>
-    
-    <script src="scripts/prettify/prettify.js"> </script>
-    <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
-    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
-    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
-</head>
-
-<body>
-
-<div id="main">
-    
-    <h1 class="page-title">Source: odata/batch.js</h1>
-    
-    
-
-
-    
-    <section>
-        <article>
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <title>JSDoc: Source: odata/batch.js</title>
+    
+    <script src="scripts/prettify/prettify.js"> </script>
+    <script src="scripts/prettify/lang-css.js"> </script>
+    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
+    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
+</head>
+
+<body>
+
+<div id="main">
+    
+    <h1 class="page-title">Source: odata/batch.js</h1>
+    
+    
+
+
+    
+    <section>
+        <article>
             <pre class="prettyprint source"><code>/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -401,26 +398,26 @@ exports.batchHandler = handler(batchParser, batchSerializer, batchMediaType, MAX
 exports.batchSerializer = batchSerializer;
 
 /** writeRequest (see {@link module:odata/batch~writeRequest}) */
-exports.writeRequest = writeRequest;</code></pre>
-        </article>
-    </section>
-
-
-
-
-</div>
-
-<nav>
-    <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-cache.html">cache</a></li><li><a href="source.html">cache/source</a></li><li><a href="module-odata.html">odata</a></li><li><a href="batch.html">odata/batch</a></li><li><a href="handler.html">odata/handler</a></li><li><a href="json.html">odata/json</a></li><li><a href="metadata.html">odata/metadata</a></li><li><a href="net.html">odata/net</a></li><li><a href="utils.html">odata/utils</a></li><li><a href="def [...]
-</nav>
-
-<br clear="both">
-
-<footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Apr 09 2015 08:31:26 GMT+0200 (MESZ)
-</footer>
-
-<script> prettyPrint(); </script>
-<script src="scripts/linenumber.js"> </script>
-</body>
-</html>
+exports.writeRequest = writeRequest;</code></pre>
+        </article>
+    </section>
+
+
+
+
+</div>
+
+<nav>
+    <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-cache.html">cache</a></li><li><a href="source.html">cache/source</a></li><li><a href="module-odata.html">odata</a></li><li><a href="batch.html">odata/batch</a></li><li><a href="handler.html">odata/handler</a></li><li><a href="json.html">odata/json</a></li><li><a href="metadata.html">odata/metadata</a></li><li><a href="net.html">odata/net</a></li><li><a href="utils.html">odata/utils</a></li><li><a href="def [...]
+</nav>
+
+<br clear="both">
+
+<footer>
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Apr 09 2015 08:31:26 GMT+0200 (MESZ)
+</footer>
+
+<script> prettyPrint(); </script>
+<script src="scripts/linenumber.js"> </script>
+</body>
+</html>
diff --git a/content/doc/javascript/apidoc/cache.js.html b/content/doc/javascript/apidoc/cache.js.html
index 9cffabe..32433ed 100644
--- a/content/doc/javascript/apidoc/cache.js.html
+++ b/content/doc/javascript/apidoc/cache.js.html
@@ -1,30 +1,27 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <title>JSDoc: Source: cache.js</title>
-    
-    <script src="scripts/prettify/prettify.js"> </script>
-    <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
-    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
-    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
-</head>
-
-<body>
-
-<div id="main">
-    
-    <h1 class="page-title">Source: cache.js</h1>
-    
-    
-
-
-    
-    <section>
-        <article>
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <title>JSDoc: Source: cache.js</title>
+    
+    <script src="scripts/prettify/prettify.js"> </script>
+    <script src="scripts/prettify/lang-css.js"> </script>
+    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
+    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
+</head>
+
+<body>
+
+<div id="main">
+    
+    <h1 class="page-title">Source: cache.js</h1>
+    
+    
+
+
+    
+    <section>
+        <article>
             <pre class="prettyprint source"><code>/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -1470,26 +1467,26 @@ exports.createDataCache = createDataCache;
 
 
 
-</code></pre>
-        </article>
-    </section>
-
-
-
-
-</div>
-
-<nav>
-    <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-cache.html">cache</a></li><li><a href="source.html">cache/source</a></li><li><a href="module-odata.html">odata</a></li><li><a href="batch.html">odata/batch</a></li><li><a href="handler.html">odata/handler</a></li><li><a href="json.html">odata/json</a></li><li><a href="metadata.html">odata/metadata</a></li><li><a href="net.html">odata/net</a></li><li><a href="utils.html">odata/utils</a></li><li><a href="def [...]
-</nav>
-
-<br clear="both">
-
-<footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Apr 09 2015 08:31:26 GMT+0200 (MESZ)
-</footer>
-
-<script> prettyPrint(); </script>
-<script src="scripts/linenumber.js"> </script>
-</body>
-</html>
+</code></pre>
+        </article>
+    </section>
+
+
+
+
+</div>
+
+<nav>
+    <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-cache.html">cache</a></li><li><a href="source.html">cache/source</a></li><li><a href="module-odata.html">odata</a></li><li><a href="batch.html">odata/batch</a></li><li><a href="handler.html">odata/handler</a></li><li><a href="json.html">odata/json</a></li><li><a href="metadata.html">odata/metadata</a></li><li><a href="net.html">odata/net</a></li><li><a href="utils.html">odata/utils</a></li><li><a href="def [...]
+</nav>
+
+<br clear="both">
+
+<footer>
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Apr 09 2015 08:31:26 GMT+0200 (MESZ)
+</footer>
+
+<script> prettyPrint(); </script>
+<script src="scripts/linenumber.js"> </script>
+</body>
+</html>
diff --git a/content/doc/javascript/apidoc/deferred.html b/content/doc/javascript/apidoc/deferred.html
index 609070d..96b7231 100644
--- a/content/doc/javascript/apidoc/deferred.html
+++ b/content/doc/javascript/apidoc/deferred.html
@@ -6,9 +6,6 @@
     
     <script src="scripts/prettify/prettify.js"> </script>
     <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
     <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
     <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
 </head>
diff --git a/content/doc/javascript/apidoc/deferred.js.html b/content/doc/javascript/apidoc/deferred.js.html
index fe2c9f3..4a8dc17 100644
--- a/content/doc/javascript/apidoc/deferred.js.html
+++ b/content/doc/javascript/apidoc/deferred.js.html
@@ -1,30 +1,27 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <title>JSDoc: Source: deferred.js</title>
-    
-    <script src="scripts/prettify/prettify.js"> </script>
-    <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
-    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
-    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
-</head>
-
-<body>
-
-<div id="main">
-    
-    <h1 class="page-title">Source: deferred.js</h1>
-    
-    
-
-
-    
-    <section>
-        <article>
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <title>JSDoc: Source: deferred.js</title>
+    
+    <script src="scripts/prettify/prettify.js"> </script>
+    <script src="scripts/prettify/lang-css.js"> </script>
+    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
+    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
+</head>
+
+<body>
+
+<div id="main">
+    
+    <h1 class="page-title">Source: deferred.js</h1>
+    
+    
+
+
+    
+    <section>
+        <article>
             <pre class="prettyprint source"><code>/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -214,26 +211,26 @@ function createDeferred() {
 exports.createDeferred = createDeferred;
 
 /** DjsDeferred (see {@link DjsDeferred}) */
-exports.DjsDeferred = DjsDeferred;</code></pre>
-        </article>
-    </section>
-
-
-
-
-</div>
-
-<nav>
-    <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-cache.html">cache</a></li><li><a href="source.html">cache/source</a></li><li><a href="module-odata.html">odata</a></li><li><a href="batch.html">odata/batch</a></li><li><a href="handler.html">odata/handler</a></li><li><a href="json.html">odata/json</a></li><li><a href="metadata.html">odata/metadata</a></li><li><a href="net.html">odata/net</a></li><li><a href="utils.html">odata/utils</a></li><li><a href="def [...]
-</nav>
-
-<br clear="both">
-
-<footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Apr 09 2015 08:31:26 GMT+0200 (MESZ)
-</footer>
-
-<script> prettyPrint(); </script>
-<script src="scripts/linenumber.js"> </script>
-</body>
-</html>
+exports.DjsDeferred = DjsDeferred;</code></pre>
+        </article>
+    </section>
+
+
+
+
+</div>
+
+<nav>
+    <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-cache.html">cache</a></li><li><a href="source.html">cache/source</a></li><li><a href="module-odata.html">odata</a></li><li><a href="batch.html">odata/batch</a></li><li><a href="handler.html">odata/handler</a></li><li><a href="json.html">odata/json</a></li><li><a href="metadata.html">odata/metadata</a></li><li><a href="net.html">odata/net</a></li><li><a href="utils.html">odata/utils</a></li><li><a href="def [...]
+</nav>
+
+<br clear="both">
+
+<footer>
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Apr 09 2015 08:31:26 GMT+0200 (MESZ)
+</footer>
+
+<script> prettyPrint(); </script>
+<script src="scripts/linenumber.js"> </script>
+</body>
+</html>
diff --git a/content/doc/javascript/apidoc/dom-DomStore.html b/content/doc/javascript/apidoc/dom-DomStore.html
index bddfccc..0203eba 100644
--- a/content/doc/javascript/apidoc/dom-DomStore.html
+++ b/content/doc/javascript/apidoc/dom-DomStore.html
@@ -6,9 +6,6 @@
     
     <script src="scripts/prettify/prettify.js"> </script>
     <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
     <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
     <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
 </head>
@@ -533,7 +530,8 @@
             
             
             
-            <td class="description last">Callback for handling errors. If not specified then store.defaultError is invoked.
This method errors out if the store already contains the specified key.</td>
+            <td class="description last">Callback for handling errors. If not specified then store.defaultError is invoked.
+This method errors out if the store already contains the specified key.</td>
         </tr>
 	
 	
@@ -1933,7 +1931,8 @@
             
             
             
-            <td class="description last">Callback for handling errors. If not specified then store.defaultError is invoked
This method errors out if the specified key is not found in the store.</td>
+            <td class="description last">Callback for handling errors. If not specified then store.defaultError is invoked
+This method errors out if the specified key is not found in the store.</td>
         </tr>
 	
 	
diff --git a/content/doc/javascript/apidoc/dom.html b/content/doc/javascript/apidoc/dom.html
index 76c9bab..8e7f257 100644
--- a/content/doc/javascript/apidoc/dom.html
+++ b/content/doc/javascript/apidoc/dom.html
@@ -6,9 +6,6 @@
     
     <script src="scripts/prettify/prettify.js"> </script>
     <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
     <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
     <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
 </head>
@@ -113,7 +110,8 @@
     
     
     <div class="description">
-        This method is used to override the Date.toJSON method and is called only by
JSON.stringify.  It should never be called directly.
+        This method is used to override the Date.toJSON method and is called only by
+JSON.stringify.  It should never be called directly.
     </div>
     
 
@@ -206,7 +204,8 @@
     
     
     <div class="description">
-        This method is used during JSON parsing and invoked only by the reviver function.
It should never be called directly.
+        This method is used during JSON parsing and invoked only by the reviver function.
+It should never be called directly.
     </div>
     
 
diff --git a/content/doc/javascript/apidoc/dom.js.html b/content/doc/javascript/apidoc/dom.js.html
index e69fb8c..6718119 100644
--- a/content/doc/javascript/apidoc/dom.js.html
+++ b/content/doc/javascript/apidoc/dom.js.html
@@ -1,30 +1,27 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <title>JSDoc: Source: store/dom.js</title>
-    
-    <script src="scripts/prettify/prettify.js"> </script>
-    <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
-    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
-    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
-</head>
-
-<body>
-
-<div id="main">
-    
-    <h1 class="page-title">Source: store/dom.js</h1>
-    
-    
-
-
-    
-    <section>
-        <article>
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <title>JSDoc: Source: store/dom.js</title>
+    
+    <script src="scripts/prettify/prettify.js"> </script>
+    <script src="scripts/prettify/lang-css.js"> </script>
+    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
+    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
+</head>
+
+<body>
+
+<div id="main">
+    
+    <h1 class="page-title">Source: store/dom.js</h1>
+    
+    
+
+
+    
+    <section>
+        <article>
             <pre class="prettyprint source"><code>/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -356,26 +353,26 @@ DomStore.prototype.update = function (key, value, success, error) {
     }, error);
 };
 
-module.exports = DomStore;</code></pre>
-        </article>
-    </section>
-
-
-
-
-</div>
-
-<nav>
-    <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-cache.html">cache</a></li><li><a href="source.html">cache/source</a></li><li><a href="module-odata.html">odata</a></li><li><a href="batch.html">odata/batch</a></li><li><a href="handler.html">odata/handler</a></li><li><a href="json.html">odata/json</a></li><li><a href="metadata.html">odata/metadata</a></li><li><a href="net.html">odata/net</a></li><li><a href="utils.html">odata/utils</a></li><li><a href="def [...]
-</nav>
-
-<br clear="both">
-
-<footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Apr 09 2015 08:31:26 GMT+0200 (MESZ)
-</footer>
-
-<script> prettyPrint(); </script>
-<script src="scripts/linenumber.js"> </script>
-</body>
-</html>
+module.exports = DomStore;</code></pre>
+        </article>
+    </section>
+
+
+
+
+</div>
+
+<nav>
+    <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-cache.html">cache</a></li><li><a href="source.html">cache/source</a></li><li><a href="module-odata.html">odata</a></li><li><a href="batch.html">odata/batch</a></li><li><a href="handler.html">odata/handler</a></li><li><a href="json.html">odata/json</a></li><li><a href="metadata.html">odata/metadata</a></li><li><a href="net.html">odata/net</a></li><li><a href="utils.html">odata/utils</a></li><li><a href="def [...]
+</nav>
+
+<br clear="both">
+
+<footer>
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Apr 09 2015 08:31:26 GMT+0200 (MESZ)
+</footer>
+
+<script> prettyPrint(); </script>
+<script src="scripts/linenumber.js"> </script>
+</body>
+</html>
diff --git a/content/doc/javascript/apidoc/global.html b/content/doc/javascript/apidoc/global.html
index e6625fd..478e425 100644
--- a/content/doc/javascript/apidoc/global.html
+++ b/content/doc/javascript/apidoc/global.html
@@ -6,9 +6,6 @@
     
     <script src="scripts/prettify/prettify.js"> </script>
     <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
     <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
     <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
 </head>
diff --git a/content/doc/javascript/apidoc/handler.html b/content/doc/javascript/apidoc/handler.html
index 5e47bcc..0a4d4f3 100644
--- a/content/doc/javascript/apidoc/handler.html
+++ b/content/doc/javascript/apidoc/handler.html
@@ -6,9 +6,6 @@
     
     <script src="scripts/prettify/prettify.js"> </script>
     <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
     <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
     <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
 </head>
@@ -602,7 +599,8 @@
             
             
             
-            <td class="description last">Version value.
 If the request has already a version value higher than the one supplied the this function does nothing.</td>
+            <td class="description last">Version value.
+ If the request has already a version value higher than the one supplied the this function does nothing.</td>
         </tr>
 	
 	
@@ -1579,7 +1577,10 @@
     
             
 <div class="param-desc">
-    True if the handler can process the mime type; false otherwise.

The following check isn't as strict because if cType.mediaType = application/; it will match an accept value of "application/xml";
however in practice we don't not expect to see such "suffixed" mimeTypes for the handlers.
+    True if the handler can process the mime type; false otherwise.
+
+The following check isn't as strict because if cType.mediaType = application/; it will match an accept value of "application/xml";
+however in practice we don't not expect to see such "suffixed" mimeTypes for the handlers.
 </div>
 
 
diff --git a/content/doc/javascript/apidoc/handler.js.html b/content/doc/javascript/apidoc/handler.js.html
index d5eb855..e076a00 100644
--- a/content/doc/javascript/apidoc/handler.js.html
+++ b/content/doc/javascript/apidoc/handler.js.html
@@ -1,30 +1,27 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <title>JSDoc: Source: odata/handler.js</title>
-    
-    <script src="scripts/prettify/prettify.js"> </script>
-    <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
-    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
-    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
-</head>
-
-<body>
-
-<div id="main">
-    
-    <h1 class="page-title">Source: odata/handler.js</h1>
-    
-    
-
-
-    
-    <section>
-        <article>
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <title>JSDoc: Source: odata/handler.js</title>
+    
+    <script src="scripts/prettify/prettify.js"> </script>
+    <script src="scripts/prettify/lang-css.js"> </script>
+    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
+    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
+</head>
+
+<body>
+
+<div id="main">
+    
+    <h1 class="page-title">Source: odata/handler.js</h1>
+    
+    
+
+
+    
+    <section>
+        <article>
             <pre class="prettyprint source"><code>/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -308,26 +305,26 @@ exports.fixRequestHeader = fixRequestHeader;
 exports.getRequestOrResponseHeader = getRequestOrResponseHeader;
 exports.getContentType = getContentType;
 exports.getDataServiceVersion = getDataServiceVersion;
-exports.MAX_DATA_SERVICE_VERSION = MAX_DATA_SERVICE_VERSION;</code></pre>
-        </article>
-    </section>
-
-
-
-
-</div>
-
-<nav>
-    <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-cache.html">cache</a></li><li><a href="source.html">cache/source</a></li><li><a href="module-odata.html">odata</a></li><li><a href="batch.html">odata/batch</a></li><li><a href="handler.html">odata/handler</a></li><li><a href="json.html">odata/json</a></li><li><a href="metadata.html">odata/metadata</a></li><li><a href="net.html">odata/net</a></li><li><a href="utils.html">odata/utils</a></li><li><a href="def [...]
-</nav>
-
-<br clear="both">
-
-<footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Apr 09 2015 08:31:26 GMT+0200 (MESZ)
-</footer>
-
-<script> prettyPrint(); </script>
-<script src="scripts/linenumber.js"> </script>
-</body>
-</html>
+exports.MAX_DATA_SERVICE_VERSION = MAX_DATA_SERVICE_VERSION;</code></pre>
+        </article>
+    </section>
+
+
+
+
+</div>
+
+<nav>
+    <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-cache.html">cache</a></li><li><a href="source.html">cache/source</a></li><li><a href="module-odata.html">odata</a></li><li><a href="batch.html">odata/batch</a></li><li><a href="handler.html">odata/handler</a></li><li><a href="json.html">odata/json</a></li><li><a href="metadata.html">odata/metadata</a></li><li><a href="net.html">odata/net</a></li><li><a href="utils.html">odata/utils</a></li><li><a href="def [...]
+</nav>
+
+<br clear="both">
+
+<footer>
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Apr 09 2015 08:31:26 GMT+0200 (MESZ)
+</footer>
+
+<script> prettyPrint(); </script>
+<script src="scripts/linenumber.js"> </script>
+</body>
+</html>
diff --git a/content/doc/javascript/apidoc/index.html b/content/doc/javascript/apidoc/index.html
index 48a6eb8..4d638b7 100644
--- a/content/doc/javascript/apidoc/index.html
+++ b/content/doc/javascript/apidoc/index.html
@@ -6,9 +6,6 @@
     
     <script src="scripts/prettify/prettify.js"> </script>
     <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
     <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
     <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
 </head>
diff --git a/content/doc/javascript/apidoc/indexeddb-IndexedDBStore.html b/content/doc/javascript/apidoc/indexeddb-IndexedDBStore.html
index 7e46083..38ec109 100644
--- a/content/doc/javascript/apidoc/indexeddb-IndexedDBStore.html
+++ b/content/doc/javascript/apidoc/indexeddb-IndexedDBStore.html
@@ -6,9 +6,6 @@
     
     <script src="scripts/prettify/prettify.js"> </script>
     <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
     <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
     <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
 </head>
@@ -1476,7 +1473,8 @@
             
             
             
-            <td class="description last">The error callback
If the key does not exist, the success handler will be called with value = undefined</td>
+            <td class="description last">The error callback
+If the key does not exist, the success handler will be called with value = undefined</td>
         </tr>
 	
 	
diff --git a/content/doc/javascript/apidoc/indexeddb.html b/content/doc/javascript/apidoc/indexeddb.html
index 7338b69..b9eb8d1 100644
--- a/content/doc/javascript/apidoc/indexeddb.html
+++ b/content/doc/javascript/apidoc/indexeddb.html
@@ -6,9 +6,6 @@
     
     <script src="scripts/prettify/prettify.js"> </script>
     <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
     <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
     <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
 </head>
diff --git a/content/doc/javascript/apidoc/indexeddb.js.html b/content/doc/javascript/apidoc/indexeddb.js.html
index 041ec9e..d1ca87e 100644
--- a/content/doc/javascript/apidoc/indexeddb.js.html
+++ b/content/doc/javascript/apidoc/indexeddb.js.html
@@ -1,30 +1,27 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <title>JSDoc: Source: store/indexeddb.js</title>
-    
-    <script src="scripts/prettify/prettify.js"> </script>
-    <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
-    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
-    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
-</head>
-
-<body>
-
-<div id="main">
-    
-    <h1 class="page-title">Source: store/indexeddb.js</h1>
-    
-    
-
-
-    
-    <section>
-        <article>
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <title>JSDoc: Source: store/indexeddb.js</title>
+    
+    <script src="scripts/prettify/prettify.js"> </script>
+    <script src="scripts/prettify/lang-css.js"> </script>
+    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
+    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
+</head>
+
+<body>
+
+<div id="main">
+    
+    <h1 class="page-title">Source: store/indexeddb.js</h1>
+    
+    
+
+
+    
+    <section>
+        <article>
             <pre class="prettyprint source"><code>/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -471,26 +468,26 @@ IndexedDBStore.prototype.update = function (key, value, success, error) {
 };
 
 
-module.exports = IndexedDBStore;</code></pre>
-        </article>
-    </section>
-
-
-
-
-</div>
-
-<nav>
-    <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-cache.html">cache</a></li><li><a href="source.html">cache/source</a></li><li><a href="module-odata.html">odata</a></li><li><a href="batch.html">odata/batch</a></li><li><a href="handler.html">odata/handler</a></li><li><a href="json.html">odata/json</a></li><li><a href="metadata.html">odata/metadata</a></li><li><a href="net.html">odata/net</a></li><li><a href="utils.html">odata/utils</a></li><li><a href="def [...]
-</nav>
-
-<br clear="both">
-
-<footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Apr 09 2015 08:31:26 GMT+0200 (MESZ)
-</footer>
-
-<script> prettyPrint(); </script>
-<script src="scripts/linenumber.js"> </script>
-</body>
-</html>
+module.exports = IndexedDBStore;</code></pre>
+        </article>
+    </section>
+
+
+
+
+</div>
+
+<nav>
+    <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-cache.html">cache</a></li><li><a href="source.html">cache/source</a></li><li><a href="module-odata.html">odata</a></li><li><a href="batch.html">odata/batch</a></li><li><a href="handler.html">odata/handler</a></li><li><a href="json.html">odata/json</a></li><li><a href="metadata.html">odata/metadata</a></li><li><a href="net.html">odata/net</a></li><li><a href="utils.html">odata/utils</a></li><li><a href="def [...]
+</nav>
+
+<br clear="both">
+
+<footer>
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Apr 09 2015 08:31:26 GMT+0200 (MESZ)
+</footer>
+
+<script> prettyPrint(); </script>
+<script src="scripts/linenumber.js"> </script>
+</body>
+</html>
diff --git a/content/doc/javascript/apidoc/json.html b/content/doc/javascript/apidoc/json.html
index 76f1751..6f18e7a 100644
--- a/content/doc/javascript/apidoc/json.html
+++ b/content/doc/javascript/apidoc/json.html
@@ -6,9 +6,6 @@
     
     <script src="scripts/prettify/prettify.js"> </script>
     <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
     <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
     <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
 </head>
@@ -1777,7 +1774,8 @@
     
     
     <div class="description">
-        Loop through the properties of an JSON payload object, look up the type info of the property and call
the appropriate add*MetadataToJsonPayloadObject function
+        Loop through the properties of an JSON payload object, look up the type info of the property and call
+the appropriate add*MetadataToJsonPayloadObject function
     </div>
     
 
@@ -2365,7 +2363,11 @@
             
             
             
-            <td class="description last">Object describing an OData conceptual schema.
If the arguments passed to the function don't convey enough information about the payload to determine without doubt that the payload is a feed then it
will try to use the payload object structure instead.  If the payload looks like a feed (has value property that is an array or non-primitive values) then
the function will report its kind as PAYLOADTYPE_FEED unless the inferFeedAsComplexType flag is set to true. This flag comes from the user request
and allows the user to control how the library behaves with an ambigous JSON payload.</td>
+            <td class="description last">Object describing an OData conceptual schema.
+If the arguments passed to the function don't convey enough information about the payload to determine without doubt that the payload is a feed then it
+will try to use the payload object structure instead.  If the payload looks like a feed (has value property that is an array or non-primitive values) then
+the function will report its kind as PAYLOADTYPE_FEED unless the inferFeedAsComplexType flag is set to true. This flag comes from the user request
+and allows the user to control how the library behaves with an ambigous JSON payload.</td>
         </tr>
 	
 	
diff --git a/content/doc/javascript/apidoc/json.js.html b/content/doc/javascript/apidoc/json.js.html
index 7a48bc3..df3b607 100644
--- a/content/doc/javascript/apidoc/json.js.html
+++ b/content/doc/javascript/apidoc/json.js.html
@@ -1,30 +1,27 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <title>JSDoc: Source: odata/json.js</title>
-    
-    <script src="scripts/prettify/prettify.js"> </script>
-    <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
-    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
-    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
-</head>
-
-<body>
-
-<div id="main">
-    
-    <h1 class="page-title">Source: odata/json.js</h1>
-    
-    
-
-
-    
-    <section>
-        <article>
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <title>JSDoc: Source: odata/json.js</title>
+    
+    <script src="scripts/prettify/prettify.js"> </script>
+    <script src="scripts/prettify/lang-css.js"> </script>
+    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
+    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
+</head>
+
+<body>
+
+<div id="main">
+    
+    <h1 class="page-title">Source: odata/json.js</h1>
+    
+    
+
+
+    
+    <section>
+        <article>
             <pre class="prettyprint source"><code>/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -1032,26 +1029,26 @@ exports.createPayloadInfo = createPayloadInfo;
 exports.jsonHandler = jsonHandler;
 exports.jsonParser = jsonParser;
 exports.jsonSerializer = jsonSerializer;
-exports.parseJsonDateString = parseJsonDateString;</code></pre>
-        </article>
-    </section>
-
-
-
-
-</div>
-
-<nav>
-    <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-cache.html">cache</a></li><li><a href="source.html">cache/source</a></li><li><a href="module-odata.html">odata</a></li><li><a href="batch.html">odata/batch</a></li><li><a href="handler.html">odata/handler</a></li><li><a href="json.html">odata/json</a></li><li><a href="metadata.html">odata/metadata</a></li><li><a href="net.html">odata/net</a></li><li><a href="utils.html">odata/utils</a></li><li><a href="def [...]
-</nav>
-
-<br clear="both">
-
-<footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Apr 09 2015 08:31:26 GMT+0200 (MESZ)
-</footer>
-
-<script> prettyPrint(); </script>
-<script src="scripts/linenumber.js"> </script>
-</body>
-</html>
+exports.parseJsonDateString = parseJsonDateString;</code></pre>
+        </article>
+    </section>
+
+
+
+
+</div>
+
+<nav>
+    <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-cache.html">cache</a></li><li><a href="source.html">cache/source</a></li><li><a href="module-odata.html">odata</a></li><li><a href="batch.html">odata/batch</a></li><li><a href="handler.html">odata/handler</a></li><li><a href="json.html">odata/json</a></li><li><a href="metadata.html">odata/metadata</a></li><li><a href="net.html">odata/net</a></li><li><a href="utils.html">odata/utils</a></li><li><a href="def [...]
+</nav>
+
+<br clear="both">
+
+<footer>
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Apr 09 2015 08:31:26 GMT+0200 (MESZ)
+</footer>
+
+<script> prettyPrint(); </script>
+<script src="scripts/linenumber.js"> </script>
+</body>
+</html>
diff --git a/content/doc/javascript/apidoc/memory-MemoryStore.html b/content/doc/javascript/apidoc/memory-MemoryStore.html
index ad06d9a..1f33add 100644
--- a/content/doc/javascript/apidoc/memory-MemoryStore.html
+++ b/content/doc/javascript/apidoc/memory-MemoryStore.html
@@ -6,9 +6,6 @@
     
     <script src="scripts/prettify/prettify.js"> </script>
     <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
     <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
     <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
 </head>
@@ -1593,7 +1590,8 @@
             
             
             
-            <td class="description last">Callback for handling errors. If not specified then store.defaultError is invoked.
This method errors out if the specified key is not found in the store.</td>
+            <td class="description last">Callback for handling errors. If not specified then store.defaultError is invoked.
+This method errors out if the specified key is not found in the store.</td>
         </tr>
 	
 	
diff --git a/content/doc/javascript/apidoc/memory.html b/content/doc/javascript/apidoc/memory.html
index b7402d1..5881936 100644
--- a/content/doc/javascript/apidoc/memory.html
+++ b/content/doc/javascript/apidoc/memory.html
@@ -6,9 +6,6 @@
     
     <script src="scripts/prettify/prettify.js"> </script>
     <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
     <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
     <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
 </head>
diff --git a/content/doc/javascript/apidoc/memory.js.html b/content/doc/javascript/apidoc/memory.js.html
index a3edf2d..297a0d5 100644
--- a/content/doc/javascript/apidoc/memory.js.html
+++ b/content/doc/javascript/apidoc/memory.js.html
@@ -1,30 +1,27 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <title>JSDoc: Source: store/memory.js</title>
-    
-    <script src="scripts/prettify/prettify.js"> </script>
-    <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
-    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
-    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
-</head>
-
-<body>
-
-<div id="main">
-    
-    <h1 class="page-title">Source: store/memory.js</h1>
-    
-    
-
-
-    
-    <section>
-        <article>
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <title>JSDoc: Source: store/memory.js</title>
+    
+    <script src="scripts/prettify/prettify.js"> </script>
+    <script src="scripts/prettify/lang-css.js"> </script>
+    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
+    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
+</head>
+
+<body>
+
+<div id="main">
+    
+    <h1 class="page-title">Source: store/memory.js</h1>
+    
+    
+
+
+    
+    <section>
+        <article>
             <pre class="prettyprint source"><code>/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -271,26 +268,26 @@ MemoryStore.prototype.mechanism = "memory";
 
 
 /** MemoryStore (see {@link MemoryStore}) */
-module.exports = MemoryStore;</code></pre>
-        </article>
-    </section>
-
-
-
-
-</div>
-
-<nav>
-    <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-cache.html">cache</a></li><li><a href="source.html">cache/source</a></li><li><a href="module-odata.html">odata</a></li><li><a href="batch.html">odata/batch</a></li><li><a href="handler.html">odata/handler</a></li><li><a href="json.html">odata/json</a></li><li><a href="metadata.html">odata/metadata</a></li><li><a href="net.html">odata/net</a></li><li><a href="utils.html">odata/utils</a></li><li><a href="def [...]
-</nav>
-
-<br clear="both">
-
-<footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Apr 09 2015 08:31:26 GMT+0200 (MESZ)
-</footer>
-
-<script> prettyPrint(); </script>
-<script src="scripts/linenumber.js"> </script>
-</body>
-</html>
+module.exports = MemoryStore;</code></pre>
+        </article>
+    </section>
+
+
+
+
+</div>
+
+<nav>
+    <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-cache.html">cache</a></li><li><a href="source.html">cache/source</a></li><li><a href="module-odata.html">odata</a></li><li><a href="batch.html">odata/batch</a></li><li><a href="handler.html">odata/handler</a></li><li><a href="json.html">odata/json</a></li><li><a href="metadata.html">odata/metadata</a></li><li><a href="net.html">odata/net</a></li><li><a href="utils.html">odata/utils</a></li><li><a href="def [...]
+</nav>
+
+<br clear="both">
+
+<footer>
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Apr 09 2015 08:31:26 GMT+0200 (MESZ)
+</footer>
+
+<script> prettyPrint(); </script>
+<script src="scripts/linenumber.js"> </script>
+</body>
+</html>
diff --git a/content/doc/javascript/apidoc/metadata.html b/content/doc/javascript/apidoc/metadata.html
index e011132..40099e2 100644
--- a/content/doc/javascript/apidoc/metadata.html
+++ b/content/doc/javascript/apidoc/metadata.html
@@ -6,9 +6,6 @@
     
     <script src="scripts/prettify/prettify.js"> </script>
     <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
     <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
     <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
 </head>
@@ -798,7 +795,8 @@
             
             
             
-            <td class="description last">Namespace to which the element belongs to.
If a child element name ends with * then it is understood by the schema that that child element can appear 0 or more times.</td>
+            <td class="description last">Namespace to which the element belongs to.
+If a child element name ends with * then it is understood by the schema that that child element can appear 0 or more times.</td>
         </tr>
 	
 	
@@ -993,7 +991,8 @@
     
             
 <div class="param-desc">
-    Converted text.
If the text starts with multiple uppercase characters, it is left as-is.
+    Converted text.
+If the text starts with multiple uppercase characters, it is left as-is.
 </div>
 
 
diff --git a/content/doc/javascript/apidoc/metadata.js.html b/content/doc/javascript/apidoc/metadata.js.html
index 985e8af..cb74c47 100644
--- a/content/doc/javascript/apidoc/metadata.js.html
+++ b/content/doc/javascript/apidoc/metadata.js.html
@@ -1,30 +1,27 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <title>JSDoc: Source: odata/metadata.js</title>
-    
-    <script src="scripts/prettify/prettify.js"> </script>
-    <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
-    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
-    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
-</head>
-
-<body>
-
-<div id="main">
-    
-    <h1 class="page-title">Source: odata/metadata.js</h1>
-    
-    
-
-
-    
-    <section>
-        <article>
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <title>JSDoc: Source: odata/metadata.js</title>
+    
+    <script src="scripts/prettify/prettify.js"> </script>
+    <script src="scripts/prettify/lang-css.js"> </script>
+    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
+    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
+</head>
+
+<body>
+
+<div id="main">
+    
+    <h1 class="page-title">Source: odata/metadata.js</h1>
+    
+    
+
+
+    
+    <section>
+        <article>
             <pre class="prettyprint source"><code>/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -547,26 +544,26 @@ exports.schema = schema;
 exports.scriptCase = scriptCase;
 exports.getChildSchema = getChildSchema;
 exports.parseConceptualModelElement = parseConceptualModelElement;
-exports.metadataParser = metadataParser;</code></pre>
-        </article>
-    </section>
-
-
-
-
-</div>
-
-<nav>
-    <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-cache.html">cache</a></li><li><a href="source.html">cache/source</a></li><li><a href="module-odata.html">odata</a></li><li><a href="batch.html">odata/batch</a></li><li><a href="handler.html">odata/handler</a></li><li><a href="json.html">odata/json</a></li><li><a href="metadata.html">odata/metadata</a></li><li><a href="net.html">odata/net</a></li><li><a href="utils.html">odata/utils</a></li><li><a href="def [...]
-</nav>
-
-<br clear="both">
-
-<footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Apr 09 2015 08:31:26 GMT+0200 (MESZ)
-</footer>
-
-<script> prettyPrint(); </script>
-<script src="scripts/linenumber.js"> </script>
-</body>
-</html>
+exports.metadataParser = metadataParser;</code></pre>
+        </article>
+    </section>
+
+
+
+
+</div>
+
+<nav>
+    <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-cache.html">cache</a></li><li><a href="source.html">cache/source</a></li><li><a href="module-odata.html">odata</a></li><li><a href="batch.html">odata/batch</a></li><li><a href="handler.html">odata/handler</a></li><li><a href="json.html">odata/json</a></li><li><a href="metadata.html">odata/metadata</a></li><li><a href="net.html">odata/net</a></li><li><a href="utils.html">odata/utils</a></li><li><a href="def [...]
+</nav>
+
+<br clear="both">
+
+<footer>
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Apr 09 2015 08:31:26 GMT+0200 (MESZ)
+</footer>
+
+<script> prettyPrint(); </script>
+<script src="scripts/linenumber.js"> </script>
+</body>
+</html>
diff --git a/content/doc/javascript/apidoc/module-cache.html b/content/doc/javascript/apidoc/module-cache.html
index ffecd81..a96dac0 100644
--- a/content/doc/javascript/apidoc/module-cache.html
+++ b/content/doc/javascript/apidoc/module-cache.html
@@ -6,9 +6,6 @@
     
     <script src="scripts/prettify/prettify.js"> </script>
     <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
     <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
     <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
 </head>
@@ -857,7 +854,8 @@
             
             
             
-            <td class="description last">Options for the data cache, including name, source, pageSize, TODO check doku
prefetchSize, cacheSize, storage mechanism, and initial prefetch and local-data handler.</td>
+            <td class="description last">Options for the data cache, including name, source, pageSize, TODO check doku
+prefetchSize, cacheSize, storage mechanism, and initial prefetch and local-data handler.</td>
         </tr>
 	
 	
@@ -946,7 +944,8 @@
     
     
     <div class="description">
-        Estimates the size of an object in bytes.
Object trees are traversed recursively
+        Estimates the size of an object in bytes.
+Object trees are traversed recursively
     </div>
     
 
diff --git a/content/doc/javascript/apidoc/module-datajs.html b/content/doc/javascript/apidoc/module-datajs.html
index 3080906..a4e57c5 100644
--- a/content/doc/javascript/apidoc/module-datajs.html
+++ b/content/doc/javascript/apidoc/module-datajs.html
@@ -6,9 +6,6 @@
     
     <script src="scripts/prettify/prettify.js"> </script>
     <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
     <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
     <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
 </head>
diff --git a/content/doc/javascript/apidoc/module-odata.html b/content/doc/javascript/apidoc/module-odata.html
index 1013d70..ea91529 100644
--- a/content/doc/javascript/apidoc/module-odata.html
+++ b/content/doc/javascript/apidoc/module-odata.html
@@ -6,9 +6,6 @@
     
     <script src="scripts/prettify/prettify.js"> </script>
     <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
     <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
     <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
 </head>
diff --git a/content/doc/javascript/apidoc/module-store.html b/content/doc/javascript/apidoc/module-store.html
index 4f417bd..71542be 100644
--- a/content/doc/javascript/apidoc/module-store.html
+++ b/content/doc/javascript/apidoc/module-store.html
@@ -6,9 +6,6 @@
     
     <script src="scripts/prettify/prettify.js"> </script>
     <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
     <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
     <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
 </head>
diff --git a/content/doc/javascript/apidoc/net.html b/content/doc/javascript/apidoc/net.html
index c00b3fb..7f87049 100644
--- a/content/doc/javascript/apidoc/net.html
+++ b/content/doc/javascript/apidoc/net.html
@@ -6,9 +6,6 @@
     
     <script src="scripts/prettify/prettify.js"> </script>
     <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
     <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
     <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
 </head>
diff --git a/content/doc/javascript/apidoc/net.js.html b/content/doc/javascript/apidoc/net.js.html
index d04a1d5..68b57f7 100644
--- a/content/doc/javascript/apidoc/net.js.html
+++ b/content/doc/javascript/apidoc/net.js.html
@@ -1,30 +1,27 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <title>JSDoc: Source: odata/net.js</title>
-    
-    <script src="scripts/prettify/prettify.js"> </script>
-    <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
-    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
-    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
-</head>
-
-<body>
-
-<div id="main">
-    
-    <h1 class="page-title">Source: odata/net.js</h1>
-    
-    
-
-
-    
-    <section>
-        <article>
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <title>JSDoc: Source: odata/net.js</title>
+    
+    <script src="scripts/prettify/prettify.js"> </script>
+    <script src="scripts/prettify/lang-css.js"> </script>
+    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
+    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
+</head>
+
+<body>
+
+<div id="main">
+    
+    <h1 class="page-title">Source: odata/net.js</h1>
+    
+    
+
+
+    
+    <section>
+        <article>
             <pre class="prettyprint source"><code>/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -219,26 +216,26 @@ exports.defaultHttpClient = {
 
 exports.canUseJSONP = canUseJSONP;
 exports.isAbsoluteUrl = isAbsoluteUrl;
-exports.isLocalUrl = isLocalUrl;</code></pre>
-        </article>
-    </section>
-
-
-
-
-</div>
-
-<nav>
-    <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-cache.html">cache</a></li><li><a href="source.html">cache/source</a></li><li><a href="module-odata.html">odata</a></li><li><a href="batch.html">odata/batch</a></li><li><a href="handler.html">odata/handler</a></li><li><a href="json.html">odata/json</a></li><li><a href="metadata.html">odata/metadata</a></li><li><a href="net.html">odata/net</a></li><li><a href="utils.html">odata/utils</a></li><li><a href="def [...]
-</nav>
-
-<br clear="both">
-
-<footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Apr 09 2015 08:31:26 GMT+0200 (MESZ)
-</footer>
-
-<script> prettyPrint(); </script>
-<script src="scripts/linenumber.js"> </script>
-</body>
-</html>
+exports.isLocalUrl = isLocalUrl;</code></pre>
+        </article>
+    </section>
+
+
+
+
+</div>
+
+<nav>
+    <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-cache.html">cache</a></li><li><a href="source.html">cache/source</a></li><li><a href="module-odata.html">odata</a></li><li><a href="batch.html">odata/batch</a></li><li><a href="handler.html">odata/handler</a></li><li><a href="json.html">odata/json</a></li><li><a href="metadata.html">odata/metadata</a></li><li><a href="net.html">odata/net</a></li><li><a href="utils.html">odata/utils</a></li><li><a href="def [...]
+</nav>
+
+<br clear="both">
+
+<footer>
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Apr 09 2015 08:31:26 GMT+0200 (MESZ)
+</footer>
+
+<script> prettyPrint(); </script>
+<script src="scripts/linenumber.js"> </script>
+</body>
+</html>
diff --git a/content/doc/javascript/apidoc/odata.js.html b/content/doc/javascript/apidoc/odata.js.html
index 508741e..fd9c16e 100644
--- a/content/doc/javascript/apidoc/odata.js.html
+++ b/content/doc/javascript/apidoc/odata.js.html
@@ -1,30 +1,27 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <title>JSDoc: Source: odata.js</title>
-    
-    <script src="scripts/prettify/prettify.js"> </script>
-    <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
-    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
-    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
-</head>
-
-<body>
-
-<div id="main">
-    
-    <h1 class="page-title">Source: odata.js</h1>
-    
-    
-
-
-    
-    <section>
-        <article>
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <title>JSDoc: Source: odata.js</title>
+    
+    <script src="scripts/prettify/prettify.js"> </script>
+    <script src="scripts/prettify/lang-css.js"> </script>
+    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
+    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
+</head>
+
+<body>
+
+<div id="main">
+    
+    <h1 class="page-title">Source: odata.js</h1>
+    
+    
+
+
+    
+    <section>
+        <article>
             <pre class="prettyprint source"><code>/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -205,26 +202,26 @@ exports.parseMetadata = function (csdlMetadataDocument) {
 exports.batch.batchHandler.partHandler = exports.defaultHandler;
 exports.metadataHandler =  odataMetadata.metadataHandler;
 exports.jsonHandler =  odataJson.jsonHandler;
-</code></pre>
-        </article>
-    </section>
-
-
-
-
-</div>
-
-<nav>
-    <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-cache.html">cache</a></li><li><a href="source.html">cache/source</a></li><li><a href="module-odata.html">odata</a></li><li><a href="batch.html">odata/batch</a></li><li><a href="handler.html">odata/handler</a></li><li><a href="json.html">odata/json</a></li><li><a href="metadata.html">odata/metadata</a></li><li><a href="net.html">odata/net</a></li><li><a href="utils.html">odata/utils</a></li><li><a href="def [...]
-</nav>
-
-<br clear="both">
-
-<footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Apr 09 2015 08:31:26 GMT+0200 (MESZ)
-</footer>
-
-<script> prettyPrint(); </script>
-<script src="scripts/linenumber.js"> </script>
-</body>
-</html>
+</code></pre>
+        </article>
+    </section>
+
+
+
+
+</div>
+
+<nav>
+    <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-cache.html">cache</a></li><li><a href="source.html">cache/source</a></li><li><a href="module-odata.html">odata</a></li><li><a href="batch.html">odata/batch</a></li><li><a href="handler.html">odata/handler</a></li><li><a href="json.html">odata/json</a></li><li><a href="metadata.html">odata/metadata</a></li><li><a href="net.html">odata/net</a></li><li><a href="utils.html">odata/utils</a></li><li><a href="def [...]
+</nav>
+
+<br clear="both">
+
+<footer>
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Apr 09 2015 08:31:26 GMT+0200 (MESZ)
+</footer>
+
+<script> prettyPrint(); </script>
+<script src="scripts/linenumber.js"> </script>
+</body>
+</html>
diff --git a/content/doc/javascript/apidoc/odatajs.js.html b/content/doc/javascript/apidoc/odatajs.js.html
index fe0aac4..85b00b2 100644
--- a/content/doc/javascript/apidoc/odatajs.js.html
+++ b/content/doc/javascript/apidoc/odatajs.js.html
@@ -6,9 +6,6 @@
     
     <script src="scripts/prettify/prettify.js"> </script>
     <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
     <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
     <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
 </head>
diff --git a/content/doc/javascript/apidoc/source.html b/content/doc/javascript/apidoc/source.html
index 9396c17..7b21e48 100644
--- a/content/doc/javascript/apidoc/source.html
+++ b/content/doc/javascript/apidoc/source.html
@@ -6,9 +6,6 @@
     
     <script src="scripts/prettify/prettify.js"> </script>
     <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
     <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
     <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
 </head>
diff --git a/content/doc/javascript/apidoc/source.js.html b/content/doc/javascript/apidoc/source.js.html
index 48dfced..a409ef5 100644
--- a/content/doc/javascript/apidoc/source.js.html
+++ b/content/doc/javascript/apidoc/source.js.html
@@ -1,30 +1,27 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <title>JSDoc: Source: cache/source.js</title>
-    
-    <script src="scripts/prettify/prettify.js"> </script>
-    <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
-    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
-    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
-</head>
-
-<body>
-
-<div id="main">
-    
-    <h1 class="page-title">Source: cache/source.js</h1>
-    
-    
-
-
-    
-    <section>
-        <article>
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <title>JSDoc: Source: cache/source.js</title>
+    
+    <script src="scripts/prettify/prettify.js"> </script>
+    <script src="scripts/prettify/lang-css.js"> </script>
+    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
+    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
+</head>
+
+<body>
+
+<div id="main">
+    
+    <h1 class="page-title">Source: cache/source.js</h1>
+    
+    
+
+
+    
+    <section>
+        <article>
             <pre class="prettyprint source"><code>/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -230,26 +227,26 @@ function ODataCacheSource (options) {
 
 
 /** ODataCacheSource (see {@link ODataCacheSource}) */
-exports.ODataCacheSource = ODataCacheSource;</code></pre>
-        </article>
-    </section>
-
-
-
-
-</div>
-
-<nav>
-    <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-cache.html">cache</a></li><li><a href="source.html">cache/source</a></li><li><a href="module-odata.html">odata</a></li><li><a href="batch.html">odata/batch</a></li><li><a href="handler.html">odata/handler</a></li><li><a href="json.html">odata/json</a></li><li><a href="metadata.html">odata/metadata</a></li><li><a href="net.html">odata/net</a></li><li><a href="utils.html">odata/utils</a></li><li><a href="def [...]
-</nav>
-
-<br clear="both">
-
-<footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Apr 09 2015 08:31:26 GMT+0200 (MESZ)
-</footer>
-
-<script> prettyPrint(); </script>
-<script src="scripts/linenumber.js"> </script>
-</body>
-</html>
+exports.ODataCacheSource = ODataCacheSource;</code></pre>
+        </article>
+    </section>
+
+
+
+
+</div>
+
+<nav>
+    <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-cache.html">cache</a></li><li><a href="source.html">cache/source</a></li><li><a href="module-odata.html">odata</a></li><li><a href="batch.html">odata/batch</a></li><li><a href="handler.html">odata/handler</a></li><li><a href="json.html">odata/json</a></li><li><a href="metadata.html">odata/metadata</a></li><li><a href="net.html">odata/net</a></li><li><a href="utils.html">odata/utils</a></li><li><a href="def [...]
+</nav>
+
+<br clear="both">
+
+<footer>
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Apr 09 2015 08:31:26 GMT+0200 (MESZ)
+</footer>
+
+<script> prettyPrint(); </script>
+<script src="scripts/linenumber.js"> </script>
+</body>
+</html>
diff --git a/content/doc/javascript/apidoc/store.js.html b/content/doc/javascript/apidoc/store.js.html
index ef89a32..e5c5a49 100644
--- a/content/doc/javascript/apidoc/store.js.html
+++ b/content/doc/javascript/apidoc/store.js.html
@@ -1,30 +1,27 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <title>JSDoc: Source: store.js</title>
-    
-    <script src="scripts/prettify/prettify.js"> </script>
-    <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
-    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
-    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
-</head>
-
-<body>
-
-<div id="main">
-    
-    <h1 class="page-title">Source: store.js</h1>
-    
-    
-
-
-    
-    <section>
-        <article>
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <title>JSDoc: Source: store.js</title>
+    
+    <script src="scripts/prettify/prettify.js"> </script>
+    <script src="scripts/prettify/lang-css.js"> </script>
+    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
+    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
+</head>
+
+<body>
+
+<div id="main">
+    
+    <h1 class="page-title">Source: store.js</h1>
+    
+    
+
+
+    
+    <section>
+        <article>
             <pre class="prettyprint source"><code>/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -92,26 +89,26 @@ exports.mechanisms = mechanisms;
 
 
 
-</code></pre>
-        </article>
-    </section>
-
-
-
-
-</div>
-
-<nav>
-    <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-cache.html">cache</a></li><li><a href="source.html">cache/source</a></li><li><a href="module-odata.html">odata</a></li><li><a href="batch.html">odata/batch</a></li><li><a href="handler.html">odata/handler</a></li><li><a href="json.html">odata/json</a></li><li><a href="metadata.html">odata/metadata</a></li><li><a href="net.html">odata/net</a></li><li><a href="utils.html">odata/utils</a></li><li><a href="def [...]
-</nav>
-
-<br clear="both">
-
-<footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Apr 09 2015 08:31:26 GMT+0200 (MESZ)
-</footer>
-
-<script> prettyPrint(); </script>
-<script src="scripts/linenumber.js"> </script>
-</body>
-</html>
+</code></pre>
+        </article>
+    </section>
+
+
+
+
+</div>
+
+<nav>
+    <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-cache.html">cache</a></li><li><a href="source.html">cache/source</a></li><li><a href="module-odata.html">odata</a></li><li><a href="batch.html">odata/batch</a></li><li><a href="handler.html">odata/handler</a></li><li><a href="json.html">odata/json</a></li><li><a href="metadata.html">odata/metadata</a></li><li><a href="net.html">odata/net</a></li><li><a href="utils.html">odata/utils</a></li><li><a href="def [...]
+</nav>
+
+<br clear="both">
+
+<footer>
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Apr 09 2015 08:31:26 GMT+0200 (MESZ)
+</footer>
+
+<script> prettyPrint(); </script>
+<script src="scripts/linenumber.js"> </script>
+</body>
+</html>
diff --git a/content/doc/javascript/apidoc/utils.html b/content/doc/javascript/apidoc/utils.html
index 54900d7..4d541c1 100644
--- a/content/doc/javascript/apidoc/utils.html
+++ b/content/doc/javascript/apidoc/utils.html
@@ -6,9 +6,6 @@
     
     <script src="scripts/prettify/prettify.js"> </script>
     <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
     <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
     <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
 </head>
@@ -253,7 +250,9 @@
     
             
 <div class="param-desc">
-    Data item type name; null if the type name cannot be found within the value or the metadata
This function will first try to get the type name from the data item's value itself if it is an object with a __metadata property; otherwise
it will try to recover it from the metadata.  If both attempts fail, it will return null.
+    Data item type name; null if the type name cannot be found within the value or the metadata
+This function will first try to get the type name from the data item's value itself if it is an object with a __metadata property; otherwise
+it will try to recover it from the metadata.  If both attempts fail, it will return null.
 </div>
 
 
@@ -537,7 +536,8 @@
     
             
 <div class="param-desc">
-    Formatted text.
If the value is already as string it's returned as-is
+    Formatted text.
+If the value is already as string it's returned as-is
 ´
 </div>
 
@@ -839,7 +839,8 @@
     
             
 <div class="param-desc">
-    Formatted text.
If the value is already as string it's returned as-is.
+    Formatted text.
+If the value is already as string it's returned as-is.
 </div>
 
 
@@ -3340,7 +3341,8 @@
     
             
 <div class="param-desc">
-    True is the value is a primitive type value.
Date objects are considered primitive types by the library.
+    True is the value is a primitive type value.
+Date objects are considered primitive types by the library.
 </div>
 
 
@@ -6466,7 +6468,11 @@
     
             
 <div class="param-desc">
-    The parsed value.
The resulting object is annotated with an __edmType property and
an __offset property reflecting the original intended offset of
the value. The time is adjusted for UTC time, as the current
timezone-aware Date APIs will only work with the local timezone.
+    The parsed value.
+The resulting object is annotated with an __edmType property and
+an __offset property reflecting the original intended offset of
+the value. The time is adjusted for UTC time, as the current
+timezone-aware Date APIs will only work with the local timezone.
 </div>
 
 
@@ -6549,7 +6555,8 @@
             
             
             
-            <td class="description last">Duration value.
This method will throw an exception if the input string has a year or a month component.</td>
+            <td class="description last">Duration value.
+This method will throw an exception if the input string has a year or a month component.</td>
         </tr>
 	
 	
@@ -7369,7 +7376,8 @@
     
             
 <div class="param-desc">
-    The traversed object.
Unlike the JSON reviver, this won't delete null members.
+    The traversed object.
+Unlike the JSON reviver, this won't delete null members.
 </div>
 
 
@@ -7554,7 +7562,7 @@
     
             
 <div class="param-desc">
-    The object with traversed properties.
+    The object with traversed properties.
  Unlike the JSON reviver, this won't delete null members.
 </div>
 
diff --git a/content/doc/javascript/apidoc/utils.js.html b/content/doc/javascript/apidoc/utils.js.html
index 6ce20e0..96e1548 100644
--- a/content/doc/javascript/apidoc/utils.js.html
+++ b/content/doc/javascript/apidoc/utils.js.html
@@ -1,30 +1,27 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <title>JSDoc: Source: utils.js</title>
-    
-    <script src="scripts/prettify/prettify.js"> </script>
-    <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
-    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
-    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
-</head>
-
-<body>
-
-<div id="main">
-    
-    <h1 class="page-title">Source: utils.js</h1>
-    
-    
-
-
-    
-    <section>
-        <article>
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <title>JSDoc: Source: utils.js</title>
+    
+    <script src="scripts/prettify/prettify.js"> </script>
+    <script src="scripts/prettify/lang-css.js"> </script>
+    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
+    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
+</head>
+
+<body>
+
+<div id="main">
+    
+    <h1 class="page-title">Source: utils.js</h1>
+    
+    
+
+
+    
+    <section>
+        <article>
             <pre class="prettyprint source"><code>/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -605,26 +602,26 @@ exports.sliceJsonValueArray = sliceJsonValueArray;
 exports.concatJsonValueArray = concatJsonValueArray;
 exports.startsWith = startsWith;
 exports.endsWith = endsWith;
-exports.getFormatKind = getFormatKind;</code></pre>
-        </article>
-    </section>
-
-
-
-
-</div>
-
-<nav>
-    <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-cache.html">cache</a></li><li><a href="source.html">cache/source</a></li><li><a href="module-odata.html">odata</a></li><li><a href="batch.html">odata/batch</a></li><li><a href="handler.html">odata/handler</a></li><li><a href="json.html">odata/json</a></li><li><a href="metadata.html">odata/metadata</a></li><li><a href="net.html">odata/net</a></li><li><a href="utils.html">odata/utils</a></li><li><a href="def [...]
-</nav>
-
-<br clear="both">
-
-<footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Apr 09 2015 08:31:26 GMT+0200 (MESZ)
-</footer>
-
-<script> prettyPrint(); </script>
-<script src="scripts/linenumber.js"> </script>
-</body>
-</html>
+exports.getFormatKind = getFormatKind;</code></pre>
+        </article>
+    </section>
+
+
+
+
+</div>
+
+<nav>
+    <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-cache.html">cache</a></li><li><a href="source.html">cache/source</a></li><li><a href="module-odata.html">odata</a></li><li><a href="batch.html">odata/batch</a></li><li><a href="handler.html">odata/handler</a></li><li><a href="json.html">odata/json</a></li><li><a href="metadata.html">odata/metadata</a></li><li><a href="net.html">odata/net</a></li><li><a href="utils.html">odata/utils</a></li><li><a href="def [...]
+</nav>
+
+<br clear="both">
+
+<footer>
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Apr 09 2015 08:31:26 GMT+0200 (MESZ)
+</footer>
+
+<script> prettyPrint(); </script>
+<script src="scripts/linenumber.js"> </script>
+</body>
+</html>
diff --git a/content/doc/javascript/apidoc/utils.js_.html b/content/doc/javascript/apidoc/utils.js_.html
index 2b13951..d452ef2 100644
--- a/content/doc/javascript/apidoc/utils.js_.html
+++ b/content/doc/javascript/apidoc/utils.js_.html
@@ -6,9 +6,6 @@
     
     <script src="scripts/prettify/prettify.js"> </script>
     <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
     <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
     <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
 </head>
diff --git a/content/doc/javascript/apidoc/utils_.html b/content/doc/javascript/apidoc/utils_.html
index 7fac988..c949d7a 100644
--- a/content/doc/javascript/apidoc/utils_.html
+++ b/content/doc/javascript/apidoc/utils_.html
@@ -6,9 +6,6 @@
     
     <script src="scripts/prettify/prettify.js"> </script>
     <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
     <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
     <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
 </head>
@@ -210,7 +207,9 @@
     
             
 <div class="param-desc">
-    The ActiveXObject instance. Null if ActiveX is not supported by the browser.
This function throws whatever exception might occur during the creation
of the ActiveXObject.
+    The ActiveXObject instance. Null if ActiveX is not supported by the browser.
+This function throws whatever exception might occur during the creation
+of the ActiveXObject.
 </div>
 
 
@@ -1661,7 +1660,8 @@
     
             
 <div class="param-desc">
-    True is the value is an object; false otherwise.
Per javascript rules, null and array values are objects and will cause this function to return true.
+    True is the value is an object; false otherwise.
+Per javascript rules, null and array values are objects and will cause this function to return true.
 </div>
 
 
@@ -2531,7 +2531,8 @@
             
             
             
-            <td class="description last">New name of the property.
This function will not do anything if the object doesn't own a property with the specified old name.</td>
+            <td class="description last">New name of the property.
+This function will not do anything if the object doesn't own a property with the specified old name.</td>
         </tr>
 	
 	
@@ -2993,7 +2994,9 @@
     
             
 <div class="param-desc">
-    value if it's defined; defaultValue otherwise.
This should only be used for cases where falsy values are valid;
otherwise the pattern should be 'x = (value) ? value : defaultValue;'.
+    value if it's defined; defaultValue otherwise.
+This should only be used for cases where falsy values are valid;
+otherwise the pattern should be 'x = (value) ? value : defaultValue;'.
 </div>
 
 
diff --git a/content/doc/javascript/apidoc/xml.html b/content/doc/javascript/apidoc/xml.html
index deabdc1..e0af6bb 100644
--- a/content/doc/javascript/apidoc/xml.html
+++ b/content/doc/javascript/apidoc/xml.html
@@ -6,9 +6,6 @@
     
     <script src="scripts/prettify/prettify.js"> </script>
     <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
     <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
     <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
 </head>
@@ -708,7 +705,11 @@
     
             
 <div class="param-desc">
-    New MSXML 3.0 ActiveX object.
This function will try to create a new MSXML 6.0 ActiveX object. If it fails then
it will fallback to create a new MSXML 3.0 ActiveX object. Any exception that
happens during the creation of the MSXML 6.0 will be handled by the function while
the ones that happend during the creation of the MSXML 3.0 will be thrown.
+    New MSXML 3.0 ActiveX object.
+This function will try to create a new MSXML 6.0 ActiveX object. If it fails then
+it will fallback to create a new MSXML 3.0 ActiveX object. Any exception that
+happens during the creation of the MSXML 6.0 will be handled by the function while
+the ones that happend during the creation of the MSXML 3.0 will be thrown.
 </div>
 
 
@@ -799,7 +800,9 @@
     
             
 <div class="param-desc">
-    New MSXML 3.0 ActiveX object.
This function throws any exception that occurs during the creation
of the MSXML 3.0 ActiveX object.
+    New MSXML 3.0 ActiveX object.
+This function throws any exception that occurs during the creation
+of the MSXML 3.0 ActiveX object.
 </div>
 
 
@@ -890,7 +893,10 @@
     
             
 <div class="param-desc">
-    New MSXML DOMDocument node representing the parsed XML string.
This function throws any exception that occurs during the creation
of the MSXML ActiveX object.  It also will throw an exception
in case of a parsing error.
+    New MSXML DOMDocument node representing the parsed XML string.
+This function throws any exception that occurs during the creation
+of the MSXML ActiveX object.  It also will throw an exception
+in case of a parsing error.
 </div>
 
 
@@ -1195,7 +1201,9 @@
     
             
 <div class="param-desc">
-    The parent with the appended child or string value.
If child is a string value, then a new DOM text node is going to be created
for it and then appended to the parent.
+    The parent with the appended child or string value.
+If child is a string value, then a new DOM text node is going to be created
+for it and then appended to the parent.
 </div>
 
 
@@ -1340,7 +1348,9 @@
     
             
 <div class="param-desc">
-    The parent with the appended children or string values.
 If a value in the children collection is a string, then a new DOM text node is going to be created
 for it and then appended to the parent.
+    The parent with the appended children or string values.
+ If a value in the children collection is a string, then a new DOM text node is going to be created
+ for it and then appended to the parent.
 </div>
 
 
@@ -2344,7 +2354,14 @@
     
             
 <div class="param-desc">
-    New DOM document node.

This function will first try to create a native DOM document using
the browsers createDocument function.  If the browser doesn't
support this but supports ActiveXObject, then an attempt to create
an MSXML 6.0 DOM will be made. If this attempt fails too, then an attempt
for creating an MXSML 3.0 DOM will be made.  If this last attemp fails or
the browser doesn't support ActiveXObject then an exception will be thrown.
+    New DOM document node.
+
+This function will first try to create a native DOM document using
+the browsers createDocument function.  If the browser doesn't
+support this but supports ActiveXObject, then an attempt to create
+an MSXML 6.0 DOM will be made. If this attempt fails too, then an attempt
+for creating an MXSML 3.0 DOM will be made.  If this last attemp fails or
+the browser doesn't support ActiveXObject then an exception will be thrown.
 </div>
 
 
@@ -2512,7 +2529,9 @@
     
             
 <div class="param-desc">
-    The element specified by path and namespace URI.
All the elements in the path are matched against namespaceURI.
The function will stop searching on the first element that doesn't match the namespace and the path.
+    The element specified by path and namespace URI.
+All the elements in the path are matched against namespaceURI.
+The function will stop searching on the first element that doesn't match the namespace and the path.
 </div>
 
 
@@ -2680,7 +2699,10 @@
     
             
 <div class="param-desc">
-    The node specified by path and namespace URI.
This function will traverse the path and match each node associated to a path segement against the namespace URI.
The traversal stops when the whole path has been exahusted or a node that doesn't belogong the specified namespace is encountered.
The last segment of the path may be decorated with a starting @ character to indicate that the desired node is a DOM attribute.
+    The node specified by path and namespace URI.
+This function will traverse the path and match each node associated to a path segement against the namespace URI.
+The traversal stops when the whole path has been exahusted or a node that doesn't belogong the specified namespace is encountered.
+The last segment of the path may be decorated with a starting @ character to indicate that the desired node is a DOM attribute.
 </div>
 
 
@@ -3249,7 +3271,8 @@
             
             
             
-            <td class="description last">- True if the search should include all the descendants of the DOM node.  
- False if the search should be scoped only to the direct children of the DOM node.</td>
+            <td class="description last">- True if the search should include all the descendants of the DOM node.  
+- False if the search should be scoped only to the direct children of the DOM node.</td>
         </tr>
 	
 	
@@ -4125,7 +4148,9 @@
     
             
 <div class="param-desc">
-    New DOM element.
If a value in the children collection is a string, then a new DOM text node is going to be created
for it and then appended to the new DOM element.
+    New DOM element.
+If a value in the children collection is a string, then a new DOM text node is going to be created
+for it and then appended to the new DOM element.
 </div>
 
 
@@ -4479,7 +4504,11 @@
     
             
 <div class="param-desc">
-    DOM element or attribute node for the last segment of the path.
This function will traverse the path and will create a new DOM element with the specified namespace URI and prefix
for each segment that doesn't have a matching element under root.
The last segment of the path may be decorated with a starting @ character. In this case a new DOM attribute node
will be created.
+    DOM element or attribute node for the last segment of the path.
+This function will traverse the path and will create a new DOM element with the specified namespace URI and prefix
+for each segment that doesn't have a matching element under root.
+The last segment of the path may be decorated with a starting @ character. In this case a new DOM attribute node
+will be created.
 </div>
 
 
@@ -5041,7 +5070,8 @@
     
             
 <div class="param-desc">
-    XML DOM document.
This function will throw an exception in case of a parse error
+    XML DOM document.
+This function will throw an exception in case of a parse error
 </div>
 
 
@@ -6050,7 +6080,8 @@
             
             
             
-            <td class="description last">- True if the traversal should include all the descenants of the DOM node.
- False if the traversal should be scoped only to the direct children of the DOM node.</td>
+            <td class="description last">- True if the traversal should include all the descenants of the DOM node.
+- False if the traversal should be scoped only to the direct children of the DOM node.</td>
         </tr>
 	
 	
diff --git a/content/doc/javascript/apidoc/xml.js.html b/content/doc/javascript/apidoc/xml.js.html
index b4f10a7..50f567b 100644
--- a/content/doc/javascript/apidoc/xml.js.html
+++ b/content/doc/javascript/apidoc/xml.js.html
@@ -1,30 +1,27 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <title>JSDoc: Source: xml.js</title>
-    
-    <script src="scripts/prettify/prettify.js"> </script>
-    <script src="scripts/prettify/lang-css.js"> </script>
-    <!--[if lt IE 9]>
-      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
-    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
-    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
-</head>
-
-<body>
-
-<div id="main">
-    
-    <h1 class="page-title">Source: xml.js</h1>
-    
-    
-
-
-    
-    <section>
-        <article>
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <title>JSDoc: Source: xml.js</title>
+    
+    <script src="scripts/prettify/prettify.js"> </script>
+    <script src="scripts/prettify/lang-css.js"> </script>
+    <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
+    <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
+</head>
+
+<body>
+
+<div id="main">
+    
+    <h1 class="page-title">Source: xml.js</h1>
+    
+    
+
+
+    
+    <section>
+        <article>
             <pre class="prettyprint source"><code>/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -849,26 +846,26 @@ exports.xmlQualifiedName = xmlQualifiedName;
 exports.xmlSerialize = xmlSerialize;
 exports.xmlSerializeDescendants = xmlSerializeDescendants;
 exports.xmlSiblingElement = xmlSiblingElement;
-</code></pre>
-        </article>
-    </section>
-
-
-
-
-</div>
-
-<nav>
-    <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-cache.html">cache</a></li><li><a href="source.html">cache/source</a></li><li><a href="module-odata.html">odata</a></li><li><a href="batch.html">odata/batch</a></li><li><a href="handler.html">odata/handler</a></li><li><a href="json.html">odata/json</a></li><li><a href="metadata.html">odata/metadata</a></li><li><a href="net.html">odata/net</a></li><li><a href="utils.html">odata/utils</a></li><li><a href="def [...]
-</nav>
-
-<br clear="both">
-
-<footer>
-    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Apr 09 2015 08:31:26 GMT+0200 (MESZ)
-</footer>
-
-<script> prettyPrint(); </script>
-<script src="scripts/linenumber.js"> </script>
-</body>
-</html>
+</code></pre>
+        </article>
+    </section>
+
+
+
+
+</div>
+
+<nav>
+    <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-cache.html">cache</a></li><li><a href="source.html">cache/source</a></li><li><a href="module-odata.html">odata</a></li><li><a href="batch.html">odata/batch</a></li><li><a href="handler.html">odata/handler</a></li><li><a href="json.html">odata/json</a></li><li><a href="metadata.html">odata/metadata</a></li><li><a href="net.html">odata/net</a></li><li><a href="utils.html">odata/utils</a></li><li><a href="def [...]
+</nav>
+
+<br clear="both">
+
+<footer>
+    Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Thu Apr 09 2015 08:31:26 GMT+0200 (MESZ)
+</footer>
+
+<script> prettyPrint(); </script>
+<script src="scripts/linenumber.js"> </script>
+</body>
+</html>
diff --git a/content/doc/odata2/privacy.md b/content/doc/odata2/privacy.md
index 1b9d9ed..f956284 100644
--- a/content/doc/odata2/privacy.md
+++ b/content/doc/odata2/privacy.md
@@ -13,24 +13,3 @@ access our site;
  4. The pages you visit; and
  5. The addresses of pages from where you followed a link
 to our site.
-
-Part of this information is gathered using a tracking
-cookie set by the [Google Analytics][1] service and handled by
-Google as described in their [privacy policy][2]. See your
-browser documentation for instructions on how to disable
-the cookie if you prefer not to share this data with Google.
-
-We use the gathered information to help us make our site
-more useful to visitors and to better understand how and
-when our site is used. We do not track or collect
-personally identifiable information or associate gathered
-data with any personally identifying information from
-other sources.
-
-By using this website, you consent to the collection of
-this data in the manner and for the purpose described
-above.
-
-
-  [1]: http://www.google.com/analytics/
-  [2]: http://www.google.com/privacy.html
diff --git a/content/google9e1dea24f02e0645.html b/content/google9e1dea24f02e0645.html
deleted file mode 100644
index df36087..0000000
--- a/content/google9e1dea24f02e0645.html
+++ /dev/null
@@ -1 +0,0 @@
-google-site-verification: google9e1dea24f02e0645.html
\ No newline at end of file