Lines Matching refs:proper
891 if ($opt['proper'] === 'header' || $opt['proper'] === 'both') {
892 $heading = $this->proper($heading);
908 if ($opt['proper'] === 'name' || $opt['proper'] === 'both') {
909 $display = $this->proper($display);
948 * Changes a wiki page id into proper case (allowing for :'s etc...)
951 private function proper(string $id): string
1124 if ($opt['proper'] === 'header' || $opt['proper'] === 'both') {
1125 $heading = $this->proper($heading);
1141 if ($opt['proper'] === 'name' || $opt['proper'] === 'both') {
1142 $display = $this->proper($display);