Home
last modified time | relevance | path

Searched refs:notes (Results 1 – 13 of 13) sorted by relevance

/web-php/tests/Unit/UserNotes/
H A DSorterTest.php17 $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 …]
/web-php/src/UserNotes/
H A DSorter.php28 public function sort(array &$notes):void { argument
31 $this->findMinMaxValues($notes);
43 $prio = $this->calcSortPriority($notes);
46 uasort($notes, function ($a, $b) use ($prio) {
67 private function calcSortPriority(array $notes): array { argument
69 foreach ($notes as $note) {
80 private function findMinMaxValues(array $notes):void { argument
81 if ($notes === []) {
85 $first = array_shift($notes);
90 foreach ($notes as $note) {
/web-php/include/
H A Dshared-manual.inc30 * Print out all user notes for this manual page
32 * @param array<string, UserNote> $notes
34 function manual_notes($notes):void {
46 $sorter->sort($notes);
60 $num_notes = count($notes);
75 // If we have no notes, then inform the user
80 // If we have notes, print them out
82 foreach ($notes as $note) {
92 * Get user notes from the appropriate text dump
107 $notes = [];
[all …]
H A Dpregen-news.inc58 file for a complete list of upgrading notes. These files can also be found in
288 file for a complete list of upgrading notes. These files can also be found in
557 file for a complete list of upgrading notes. These files can also be found in
877 file for a complete list of upgrading notes. These files can also be found in
4257 file for a complete list of upgrading notes. Internal changes are listed in the
4542 file for a complete list of upgrading notes. Internal changes are listed in the
4623 file for a complete list of upgrading notes. Internal changes are listed in the
4921 file for a complete list of upgrading notes. Internal changes are listed in the
5002 file for a complete list of upgrading notes. Internal changes are listed in the
5252 file for a complete list of upgrading notes. Internal changes are listed in the
[all …]
/web-php/js/
H A Dcommon.js712 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 …]
/web-php/include/ui_translation/
H A Den.ini9 no_user_notes = "There are no user contributed notes for this page."
/web-php/styles/
H A Dsupported-versions.css35 .version-notes {
H A Dmirror.css36 background-image: url(/images/notes-features.png);
H A Dhome.css92 .hero__versions a.notes {
H A Dtheme-base.css375 * User notes
1045 /* {{{ Warning and notes */
H A Dtheme-medium.css750 /* {{{ User notes */
/web-php/
H A Ddownload-docs.php105 if ($formatname === 'HTML Help file (with user notes)') {
H A DREADME.md30 - User contributed notes for manual pages

Completed in 86 milliseconds