Home
last modified time | relevance | path

Searched refs:notes (Results 1 – 12 of 12) 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.inc31 * Print out all user notes for this manual page
33 * @param array<string, UserNote> $notes
35 function manual_notes($notes):void {
45 $sorter->sort($notes);
56 $num_notes = count($notes);
70 // If we have no notes, then inform the user
74 // If we have notes, print them out
76 foreach ($notes as $note) {
86 * Get user notes from the appropriate text dump
101 $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.js632 var notes = [];
633 notes[0] = $('#usernotes .bad');
634 notes[1] = $('#usernotes .good');
635 notes[2] = $('#usernotes .spam');
638 notes[0].find('.usernotes-voted').css('border-top-color', '#001155');
639 notes[1].find('.usernotes-voteu').css('border-bottom-color', '#001155');
649 notes[0].find('.tally').html(notes[0].find('.tally').html().toInt() - 1);
650 notes[1].find('.tally').html(notes[1].find('.tally').html().toInt() + 1);
655 notes[0].find('.text').animate({
666 notes[0].fadeOut();
[all …]
/web-php/
H A Ddownload-docs.php102 if ($formatname === 'HTML Help file (with user notes)') {
H A DREADME.md30 - User contributed notes for manual pages
/web-php/styles/
H A Dsupported-versions.css35 .version-notes {
H A Dmirror.css36 background-image: url(/images/notes-features.png);
H A Dhome.css91 .hero-versions a.notes {
H A Dtheme-medium.css252 /* {{{ User notes */
H A Dtheme-base.css438 * User notes
1247 /* {{{ Warning and notes */

Completed in 69 milliseconds