Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jio-main
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Hardik Juneja
jio-main
Commits
848a655e
Commit
848a655e
authored
May 31, 2013
by
Tristan Cavelier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
query.js: doc string added
parent
5d3af8bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/queries/query.js
src/queries/query.js
+5
-0
No files found.
src/queries/query.js
View file @
848a655e
...
@@ -13,6 +13,11 @@ var Query = newClass(function() {
...
@@ -13,6 +13,11 @@ var Query = newClass(function() {
* @param {Array} item_list The list of object
* @param {Array} item_list The list of object
* @param {Object} [option={}] Some operation option
* @param {Object} [option={}] Some operation option
* @param {String} [option.wildcard_character="%"] The wildcard character
* @param {String} [option.wildcard_character="%"] The wildcard character
* @param {Array} [option.select_list=undefined] A object keys to retrieve
* @param {Array} [option.sort_on=[]] Couples of object keys
* and "ascending" or "descending"
* @param {Array} [option.limit=undefined] Couple of integer, first is an
* index and second is the length.
* @return {Array} The new item list
* @return {Array} The new item list
*/
*/
this
.
exec
=
function
(
item_list
,
option
)
{};
this
.
exec
=
function
(
item_list
,
option
)
{};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment