Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed typos on expire method #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion curl.html
Original file line number Diff line number Diff line change
Expand Up @@ -2915,7 +2915,7 @@ <h6>Error Handling</h6>
<div class="method-description">
<h1>ACL</h1>
<p>
Each <code>CloudObject</code> namespace has security option by default. By default every object can be read and modified by anyone so for each object change the security option as desidred.
Each <code>CloudObject</code> namespace has security option by default. By default every object can be read and modified by anyone so for each object change the security option as desired.
For any object, you can specify which users/roles are allowed to read the object, and which users/roles are allowed to modify an object. To support this type of security, each object has an access control list, implemented by the <code>ACL</code> class.
</p>
<p>
Expand Down
4 changes: 2 additions & 2 deletions java.html
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ <h3>CloudObject.expires</h3>
obj.set("name", "John Smith");
Date date = new Date(2015, 12, 25);
expire = date.getTime()+1000;
obj.setExpires(expires); //Set the expire time for object Student
obj.setExpires(expire); //Set the expire time for object Student
</span></span></span></code>
</div><!-- method-example -->
</div> <!-- method-section -->
Expand Down Expand Up @@ -2813,7 +2813,7 @@ <h6>Error Handling</h6>
<div class="method-description">
<h1>ACL</h1>
<p>
Each <code>CloudObject</code> namespace has security option by default. By default every object can be read and modified by anyone so for each object change the security option as desidred.
Each <code>CloudObject</code> namespace has security option by default. By default every object can be read and modified by anyone so for each object change the security option as desired.
For any object, you can specify which users/roles are allowed to read the object, and which users/roles are allowed to modify an object. To support this type of security, each object has an access control list, implemented by the <code>ACL</code> class.
</p>
<p>
Expand Down
4 changes: 2 additions & 2 deletions javascript.html
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ <h3>CloudObject.expires</h3>
var obj = new CB.CloudObject('Student');
obj.set('name', 'John Smith');
expire=new Date().getTime()+1000; //increase the expiration time by 1 second from current time
obj.expires = expires; //Set the expire time for object Student
obj.expires = expire; //Set the expire time for object Student
</span></span></span></code>
</div>
<!-- method-example -->
Expand Down Expand Up @@ -6762,7 +6762,7 @@ <h6>Returns</h6>
<h1>CB.ACL</h1>
<p>
Each <code>CloudObject</code> namespace has security option by default. By default every object
can be read and modified by anyone so for each object change the security option as desidred. For
can be read and modified by anyone so for each object, change the security option as desired. For
any object, you can specify which users/roles are allowed to read the object, and which users/roles
are allowed to modify an object. To support this type of security, each object has an access control
list, implemented by the <code>CB.ACL</code> class.
Expand Down
47 changes: 0 additions & 47 deletions node_modules/lodash/LICENSE

This file was deleted.

40 changes: 0 additions & 40 deletions node_modules/lodash/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions node_modules/lodash/_DataView.js

This file was deleted.

18 changes: 0 additions & 18 deletions node_modules/lodash/_Hash.js

This file was deleted.

28 changes: 0 additions & 28 deletions node_modules/lodash/_LazyWrapper.js

This file was deleted.

22 changes: 0 additions & 22 deletions node_modules/lodash/_LodashWrapper.js

This file was deleted.

7 changes: 0 additions & 7 deletions node_modules/lodash/_Map.js

This file was deleted.

32 changes: 0 additions & 32 deletions node_modules/lodash/_MapCache.js

This file was deleted.

7 changes: 0 additions & 7 deletions node_modules/lodash/_Promise.js

This file was deleted.

6 changes: 0 additions & 6 deletions node_modules/lodash/_Reflect.js

This file was deleted.

7 changes: 0 additions & 7 deletions node_modules/lodash/_Set.js

This file was deleted.

25 changes: 0 additions & 25 deletions node_modules/lodash/_SetCache.js

This file was deleted.

32 changes: 0 additions & 32 deletions node_modules/lodash/_Stack.js

This file was deleted.

6 changes: 0 additions & 6 deletions node_modules/lodash/_Symbol.js

This file was deleted.

6 changes: 0 additions & 6 deletions node_modules/lodash/_Uint8Array.js

This file was deleted.

7 changes: 0 additions & 7 deletions node_modules/lodash/_WeakMap.js

This file was deleted.

15 changes: 0 additions & 15 deletions node_modules/lodash/_addMapEntry.js

This file was deleted.

14 changes: 0 additions & 14 deletions node_modules/lodash/_addSetEntry.js

This file was deleted.

Loading