diff options
author | Minteck <contact@minteck.org> | 2023-01-07 21:40:32 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2023-01-07 21:40:32 +0100 |
commit | 9871b03912fc28ad38b4037ebf26a78aa937baba (patch) | |
tree | d552719fc33ad9be609883982f4fe5097bd44272 /pages | |
parent | 90b16702bb03c8d7115fa0cc6ea8d3aba5863f46 (diff) | |
download | pluralconnect-9871b03912fc28ad38b4037ebf26a78aa937baba.tar.gz pluralconnect-9871b03912fc28ad38b4037ebf26a78aa937baba.tar.bz2 pluralconnect-9871b03912fc28ad38b4037ebf26a78aa937baba.zip |
Update - This is an automated commit
Diffstat (limited to 'pages')
-rw-r--r-- | pages/bitset.inc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pages/bitset.inc b/pages/bitset.inc index c74fe64..a777b60 100644 --- a/pages/bitset.inc +++ b/pages/bitset.inc @@ -58,8 +58,8 @@ require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/header.inc'; <div data-bs-toggle="tooltip" title="Sexual alignment" id="binary-bit-22" class="font-monospace tooltip-nohelp" style="color: #5fff4d; text-align: center;cursor: pointer;">0</div> <div data-bs-toggle="tooltip" title="Sexual alignment" id="binary-bit-23" class="font-monospace tooltip-nohelp" style="color: #5fff4d; text-align: center;cursor: pointer;">0</div> <div data-bs-toggle="tooltip" title="Sexual alignment" id="binary-bit-24" class="font-monospace tooltip-nohelp" style="color: #5fff4d; text-align: center;cursor: pointer;">0</div> - <div data-bs-toggle="tooltip" title="Shared memory access" id="binary-bit-25" class="font-monospace tooltip-nohelp" style="text-align: center;cursor: pointer;color:#fa77ef;">0</div> - <div data-bs-toggle="tooltip" title="Shared memory access" id="binary-bit-26" class="font-monospace tooltip-nohelp" style="text-align: center;cursor: pointer;color:#fa77ef;">0</div> + <div data-bs-toggle="tooltip" title="Memory polling" id="binary-bit-25" class="font-monospace tooltip-nohelp" style="text-align: center;cursor: pointer;color:#fa77ef;">0</div> + <div data-bs-toggle="tooltip" title="Memory polling" id="binary-bit-26" class="font-monospace tooltip-nohelp" style="text-align: center;cursor: pointer;color:#fa77ef;">0</div> <div data-bs-toggle="tooltip" title="Value reserved for future use" id="binary-bit-27" class="text-muted font-monospace tooltip-nohelp" style="text-align: center;cursor: pointer;">0</div> <div data-bs-toggle="tooltip" title="Little/younger" id="binary-bit-28" class="font-monospace tooltip-nohelp" style="text-align: center;cursor: pointer;color:#b277fa;">0</div> <div data-bs-toggle="tooltip" title="Little/younger" id="binary-bit-29" class="font-monospace tooltip-nohelp" style="text-align: center;cursor: pointer;color:#b277fa;">0</div> @@ -298,13 +298,13 @@ require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/header.inc'; <tbody> <tr> <td style="padding-right: 10px; text-align: right;"> - <b>Shared memory access: </b> + <b>Memory polling: </b> </td> <td> <select class="tooltip-nohelp form-select" style='display:inline-block;width:max-content;color:white;background-color:#111;border-color:#222;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");' id="value-0" onchange="updateFromSelection();"> - <option value="2">Full direct access</option> - <option value="1">Partial direct access</option> - <option value="0" selected>No direct access</option> + <option value="2">Doing subconsciously</option> + <option value="1">Consciously willing</option> + <option value="0" selected>Incapable/not willing</option> </select> </td> </tr><tr> |