Searched refs:notes (Results 1 – 13 of 13) sorted by relevance
17 $notes = [];21 $sorter->sort($notes);28 $notes = [34 $sorter->sort($notes);38 }, $notes);54 $notes = [63 $sorter->sort($notes);67 }, $notes);103 $notes = [];112 $sorter->sort($notes);[all …]
28 public function sort(array &$notes):void { argument31 $this->findMinMaxValues($notes);43 $prio = $this->calcSortPriority($notes);46 uasort($notes, function ($a, $b) use ($prio) {67 private function calcSortPriority(array $notes): array { argument69 foreach ($notes as $note) {80 private function findMinMaxValues(array $notes):void { argument81 if ($notes === []) {85 $first = array_shift($notes);90 foreach ($notes as $note) {
30 * Print out all user notes for this manual page32 * @param array<string, UserNote> $notes34 function manual_notes($notes):void {46 $sorter->sort($notes);60 $num_notes = count($notes);75 // If we have no notes, then inform the user80 // If we have notes, print them out82 foreach ($notes as $note) {92 * Get user notes from the appropriate text dump107 $notes = [];[all …]
58 file for a complete list of upgrading notes. These files can also be found in288 file for a complete list of upgrading notes. These files can also be found in557 file for a complete list of upgrading notes. These files can also be found in877 file for a complete list of upgrading notes. These files can also be found in4257 file for a complete list of upgrading notes. Internal changes are listed in the4542 file for a complete list of upgrading notes. Internal changes are listed in the4623 file for a complete list of upgrading notes. Internal changes are listed in the4921 file for a complete list of upgrading notes. Internal changes are listed in the5002 file for a complete list of upgrading notes. Internal changes are listed in the5252 file for a complete list of upgrading notes. Internal changes are listed in the[all …]
712 var notes = [];713 notes[0] = $('#usernotes .bad');714 notes[1] = $('#usernotes .good');715 notes[2] = $('#usernotes .spam');718 notes[0].find('.usernotes-voted').css('border-top-color', '#001155');719 notes[1].find('.usernotes-voteu').css('border-bottom-color', '#001155');729 notes[0].find('.tally').html(notes[0].find('.tally').html().toInt() - 1);730 notes[1].find('.tally').html(notes[1].find('.tally').html().toInt() + 1);735 notes[0].find('.text').animate({746 notes[0].fadeOut();[all …]
9 no_user_notes = "There are no user contributed notes for this page."
35 .version-notes {
36 background-image: url(/images/notes-features.png);
92 .hero__versions a.notes {
375 * User notes1045 /* {{{ Warning and notes */
750 /* {{{ User notes */
105 if ($formatname === 'HTML Help file (with user notes)') {
30 - User contributed notes for manual pages
Completed in 86 milliseconds