Open Journal Systems
3.3.0
|
Data Fields | |
const | CHICAGO = "chicago" |
const | EXPANDED = "expanded" |
const | MINIMAL = "minimal" |
const | MINIMAL_TWO = "minimal-two" |
Additional Inherited Members | |
![]() | |
__construct ($value) | |
__toString () | |
equals ($variable=null) | |
getKey () | |
getValue () | |
jsonSerialize () | |
![]() | |
static | __callStatic ($name, $arguments) |
static | isValid ($value) |
static | isValidKey ($key) |
static | keys () |
static | search ($value) |
static | toArray () |
static | values () |
![]() | |
$value | |
![]() | |
static | $cache = [] |
Definition at line 25 of file PageRangeFormats.php.
const Seboettg\CiteProc\Style\Options\PageRangeFormats::CHICAGO = "chicago" |
Page ranges are abbreviated according to the Chicago Manual of Style-rules:
100 or multiple of 100 Use all digits 100–104; 600–613;
110 through 199 (in multiples of 100) Use two digits, or more as needed 321–25; 415–532;
4 digits If numbers are four digits long and three digits change, use all digits
Definition at line 45 of file PageRangeFormats.php.
Referenced by Seboettg\CiteProc\Util\PageHelper\processPageRangeFormats(), and Seboettg\CiteProc\Util\PageHelperTest\setUp().
const Seboettg\CiteProc\Style\Options\PageRangeFormats::EXPANDED = "expanded" |
Abbreviated page ranges are expanded to their non-abbreviated form: 42–45, 321–328, 2787–2816
Definition at line 50 of file PageRangeFormats.php.
Referenced by Seboettg\CiteProc\Util\PageHelper\processPageRangeFormats(), and Seboettg\CiteProc\Util\PageHelperTest\setUp().
const Seboettg\CiteProc\Style\Options\PageRangeFormats::MINIMAL = "minimal" |
All digits repeated in the second number are left out: 42–5, 321–8, 2787–816
Definition at line 55 of file PageRangeFormats.php.
Referenced by Seboettg\CiteProc\Util\PageHelper\processPageRangeFormats(), and Seboettg\CiteProc\Util\PageHelperTest\setUp().
const Seboettg\CiteProc\Style\Options\PageRangeFormats::MINIMAL_TWO = "minimal-two" |
As “minimal”, but at least two digits are kept in the second number when it has two or more digits long.
Definition at line 60 of file PageRangeFormats.php.
Referenced by Seboettg\CiteProc\Util\PageHelper\processPageRangeFormats(), and Seboettg\CiteProc\Util\PageHelperTest\setUp().