Open Journal Systems
3.3.0
|
Data Fields | |
const | DISPLAY_AND_SORT = "display-and-sort" |
const | NEVER = "never" |
const | SORT_ONLY = "sort-only" |
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 24 of file DemoteNonDroppingParticle.php.
const Seboettg\CiteProc\Style\Options\DemoteNonDroppingParticle::DISPLAY_AND_SORT = "display-and-sort" |
“display-and-sort” (default): the dropping and non-dropping-particle are appended (e.g. “Koning, W. de” and “Fontaine, Jean de La”). For name sorting, all particles are part of the secondary sort key (sort order B, e.g. “Koning, W. de” appears under “K”).
Definition at line 44 of file DemoteNonDroppingParticle.php.
const Seboettg\CiteProc\Style\Options\DemoteNonDroppingParticle::NEVER = "never" |
“never”: the non-dropping-particle is treated as part of the family name, whereas the dropping-particle is appended (e.g. “de Koning, W.”, “La Fontaine, Jean de”). The non-dropping-particle is part of the primary sort key (sort order A, e.g. “de Koning, W.” appears under “D”).
Definition at line 31 of file DemoteNonDroppingParticle.php.
const Seboettg\CiteProc\Style\Options\DemoteNonDroppingParticle::SORT_ONLY = "sort-only" |
“sort-only”: same display behavior as “never”, but the non-dropping-particle is demoted to a secondary sort key (sort order B, e.g. “de Koning, W.” appears under “K”).
Definition at line 37 of file DemoteNonDroppingParticle.php.