When searching through large amounts of data, it is often the case that a result set is returned that is larger than we want to display on one page. This results in wanting to page through various pages of data. The maths behind this is unfortunately fiddly, hence this module. The main concept is that you pass in the number of total entries, the number of entries per page, and the current page number. You can then call methods to find out how many pages of information there are, and what number the first and last entries on the current page really are. WWW: http://search.cpan.org/dist/Data-Page/ om.tfcis.org/~lantw44/git/dexon-0x-contracts' title='dexon-0x-contracts Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'development' into feature/addSubprovidersFabio Berger2017-12-0714-35/+144
|\
| * Merge branch 'development' into feature/airport-experimentsLeonid2017-12-0616-53/+104
| |\
| | * Add missing awaitFabio Berger2017-12-061-1/+1
| | * Move declaration into proper conditional blockFabio Berger2017-12-061-1/+1
| | * Fix Party element so that an identicon's height is that which was passed inFabio Berger2017-12-061-1/+1
| * | Inline functionLeonid Logvinov2017-12-061-6/+1
| * | Introduce a constLeonid Logvinov2017-12-061-1/+3
| * | Make privateLeonid Logvinov2017-12-061-0/+1
| * | Add version matcher scriptLeonid Logvinov2017-12-064-0/+110
| * | Use same versions of dependencies everywhereLeonid Logvinov2017-12-067-35/+36
* | | Have comments hug statementsFabio Berger2017-12-061-3/+3
* | | Add declarationFabio Berger2017-12-061-0/+7
* | | Return actual error thrownFabio Berger2017-12-061-1/+1
* | | remove unused modulesFabio Berger2017-12-062-5/+0
* | | Use subproviders subpackage in website and remove old subprovidersFabio Berger2017-12-067-300/+45
* | | remove extra spaceFabio Berger2017-12-061-1/+0
* | | Add initial tests fort redundantRpcSubproviderFabio Berger2017-12-061-0/+62
* | | Add null to err typeFabio Berger2017-12-061-1/+1
* | | Use null instead of undefined when no error existsFabio Berger2017-12-061-3/+3
* | | Switch to using our custom base subproviderFabio Berger2017-12-061-1/+2
* | | remove unused importFabio Berger2017-12-061-1/+0
* | | Fix lint issuesFabio Berger2017-12-062-1/+9
* | | Merge branch 'development' into feature/addSubprovidersFabio Berger2017-12-06154-284/+16969
|\ \ \ | | |/ | |/|
| * | Merge pull request #251 from 0xProject/feature/websocketVersion2Brandon Millman2017-12-0613-50/+101
| |\ \
| | * | Add PR number to changelogBrandon Millman2017-12-061-1/+1
| | * | Add requestId to subscription messages and update json-schemasBrandon Millman2017-12-0613-50/+101
| * | | Merge pull request #249 from 0xProject/feature/typed-contractsLeonid2017-12-0637-302/+2725
| |\ \ \ | | |/ / | |/| / | | |/
| | * Address feedbackLeonid Logvinov2017-12-063-10/+10
| | * Update READMELeonid Logvinov2017-12-061-5/+6
| | * Regenerate filesLeonid Logvinov2017-12-065-5/+5
| | * Make it privateLeonid Logvinov2017-12-061-0/+1
| | * Change package nameLeonid Logvinov2017-12-061-1/+1
| | * Update READMELeonid Logvinov2017-12-061-2/+3
| | * Make fileExtension configurableLeonid Logvinov2017-12-062-2/+7
| | * Rename abi-gen to typed-contractsLeonid Logvinov2017-12-0621-26/+26
| | * Add docs for typed-contractsLeonid Logvinov2017-12-051-0/+38
| | * Remove TODOsLeonid Logvinov2017-12-051-2/+0
| | * Introduce separate ContextData type and rework itLeonid Logvinov2017-12-054-12/+27
| | * Check ABI is definedLeonid Logvinov2017-12-051-0/+5
| | * Introduce a const for 'contract.mustache'Leonid Logvinov2017-12-051-1/+2
| | * Improve error messageLeonid Logvinov2017-12-051-1/+1
| | * Reuse utilLeonid Logvinov2017-12-051-1/+1
| | * Fix a typoLeonid Logvinov2017-12-051-1/+1
| | * Introduce a const for 'function'Leonid Logvinov2017-12-051-1/+3
| | * Use lodash's mapLeonid Logvinov2017-12-051-2/+2
| | * Fix an error messageLeonid Logvinov2017-12-051-1/+2
| | * Delete abi from typed-contractsLeonid Logvinov2017-12-055-1686/+0
| | * Type to-snake-caseLeonid Logvinov2017-12-052-2/+5
| | * Fix a commentLeonid Logvinov2017-12-051-5/+5
| | * Add a commentLeonid Logvinov2017-12-051-0/+1
| | * Fix a typoLeonid Logvinov2017-12-051-1/+1
| | * Fix linter errorLeonid Logvinov2017-12-021-1/+1
| | * Update commentLeonid Logvinov2017-12-026-6/+6
| | * Add comments before generated contractsLeonid Logvinov2017-12-025-0/+20
| | * Use our promisifyLeonid Logvinov2017-12-024-18/+27
| | * Make target optionalLeonid Logvinov2017-12-021-1/+1
| | * Remove es6-promisifyLeonid Logvinov2017-12-022-7/+0
| | * Remove all contract wrapperLeonid Logvinov2017-12-021-98/+0
| | * Add async prefixLeonid Logvinov2017-12-022-2/+2
| | * Adjust 0x.js to use generated wrappersLeonid Logvinov2017-12-027-24/+43
| | * Remove old contract typingsLeonid Logvinov2017-12-021-154/+11
| | * Add depencies and a command to generate contract wrappersLeonid Logvinov2017-12-021-0/+3
| | * Add promisifyLeonid Logvinov2017-12-021-0/+24
| | * Add class utilsLeonid Logvinov2017-12-021-0/+17
| | * Add generated contract wrappersLeonid Logvinov2017-12-026-0/+2176
| | * Add generator CLI utilLeonid Logvinov2017-12-0212-0/+1902
| | * Add templatesLeonid Logvinov2017-12-027-0/+115
| * | Remove isomorphic-fetch types from contracts packageBrandon Millman2017-12-061-2/+1
| |/
| * Make class methods that don't use 'this' staticAmir Bandeali2017-12-014-89/+92
| * Fix module versions, cleanup scriptsAmir Bandeali2017-12-014-31/+29
| * Add README to contracts packageAmir Bandeali2017-11-301-0/+51
| * Fix indentationsAmir Bandeali2017-11-3030-2673/+2705
| * Add contracts to packages, fix most linting errorsAmir Bandeali2017-11-30