| LOW | KBD/cfg/KBD_QWERTZ_SLOV_CROAT.cfg | 41 | |
| LOW | KBD/cfg/KBD_AZERTY.cfg | 61 | #minus (-), underscore (_), equal (=), parenleft [(], backspace (backspace), tab (Tab), bracketleft ([), braceleft ({), |
| LOW | KBD/cfg/KBD_ITALIANO.cfg | 41 | if [ "${quiet}" = "" ]; then |
| LOW | KBD/cfg/KBD_QWERTZ.cfg | 41 | #braceright (}), enter (carriage return), semicolon (;), colon (:), quote (') , doublequote ("), slash (/), backquote (` |
| LOW | KBD/cfg/KBD_VIETNAMESE.cfg | 41 | |
| LOW | KBD/cfg/KBD_PORTU_BRAZIL.cfg | 41 | #Use prefix A for Alt+, e.g. Aequal, Aq, Aslash, A0, etc. |
| LOW | KBD/cfg/KBD_DVORAK_USA.cfg | 101 | #braceright (}), enter (carriage return), semicolon (;), colon (:), quote (') , doublequote ("), slash (/), backquote (` |
| LOW | KBD/cfg/KBD_TURKISH_Q.cfg | 41 | fi |
| LOW | KBD/cfg/KBD_LATIN_USA.cfg | 41 | setkey -e |
| LOW | KBD/cfg/KBD_QWERTZ_HUN.cfg | 61 | fi |
| LOW | KBD/cfg/KBD_QWERTY_UK.cfg | 21 | #key names |
| LOW | KBD/cfg/KBD_CZECH_QWERTZ.cfg | 61 | #braceright (}), enter (carriage return), semicolon (;), colon (:), quote (') , doublequote ("), slash (/), backquote (` |
| LOW | Plugson/www/static/AdminLTE/js/app.js | 41 | navbarMenuHeight: "200px", //The height of the inner menu |
| LOW | Plugson/www/static/AdminLTE/js/app.js | 61 | //Enable Fast Click. Fastclick.js creates a more |
| LOW | Plugson/src/main_linux.c | 1 | #include <stdio.h> |
| LOW | Plugson/src/main_windows.c | 481 | |
| LOW | Plugson/src/Core/ventoy_json.h | 61 | } \ |
| LOW | Plugson/src/Core/ventoy_json.h | 281 | |
| LOW | Plugson/src/Core/ventoy_json.h | 321 | |
| LOW | Plugson/src/Core/ventoy_util_linux.c | 21 | #include <stdint.h> |
| LOW | Plugson/src/Core/ventoy_define.h | 21 | #define __VENTOY_DEFINE_H__ |
| LOW | Plugson/src/Core/ventoy_define.h | 141 | |
| LOW | Plugson/src/Core/ventoy_disk_linux.c | 21 | #include <stdint.h> |
| LOW | Plugson/src/Core/ventoy_json.c | 21 | #include <stdio.h> |
| LOW | Plugson/src/Core/ventoy_utf.c | 21 | #include <stdlib.h> |
| LOW | Plugson/src/Core/ventoy_utf.c | 41 | // The codepoint that is used to replace invalid encodings |
| LOW | Plugson/src/Core/ventoy_utf.c | 61 | #define SURROGATE_CODEPOINT_BITS 10 |
| LOW | Plugson/src/Core/ventoy_utf.c | 101 | #define UTF8_LEADING_BYTES_LEN 4 |
| LOW | Plugson/src/Core/ventoy_disk.h | 81 | #define SCSI_DISK0_MAJOR 8 |
| LOW | Plugson/src/Core/ventoy_disk.h | 101 | #define COMPAQ_SMART2_MAJOR4 76 |
| LOW | Plugson/src/Core/ventoy_disk.h | 121 | #define I2O_MAJOR7 86 |
| LOW | Plugson/src/Web/ventoy_http.c | 21 | #include <stdint.h> |
| LOW | Plugson/src/Lib/libhttp/include/civetweb.h | 21 | */ |
| LOW | Plugson/src/Lib/libhttp/include/civetweb.c | 21 | */ |
| LOW | Plugson/src/Lib/libhttp/include/civetweb.c | 41 | #ifndef _FILE_OFFSET_BITS |
| LOW | Plugson/src/Lib/libhttp/include/civetweb.c | 101 | /* DTL -- including winsock2.h works better if lean and mean */ |
| LOW | Plugson/src/Lib/libhttp/include/civetweb.c | 121 | |
| LOW | Plugson/src/Lib/libhttp/include/civetweb.c | 181 | t->tv_nsec = now % 1000000000; |
| LOW | Plugson/src/Lib/libhttp/include/civetweb.c | 201 | #define MAX_WORKER_THREADS (1024 * 64) |
| LOW | Plugson/src/Lib/libhttp/include/civetweb.c | 221 | |
| LOW | Plugson/src/Lib/libhttp/include/civetweb.c | 241 | typedef long off_t; |
| LOW | Plugson/src/Lib/libhttp/include/civetweb.c | 261 | #define __func__ __FILE__ ":" STR(__LINE__) |
| LOW | Plugson/src/Lib/libhttp/include/civetweb.c | 281 | |
| LOW | Plugson/src/Lib/libhttp/include/civetweb.c | 301 | #define pipe(x) _pipe(x, MG_BUF_LEN, _O_BINARY) |
| LOW | Plugson/src/Lib/libhttp/include/civetweb.c | 401 | #if defined(_MSC_VER) |
| LOW | Plugson/src/Lib/libhttp/include/civetweb.c | 421 | #if defined(ANDROID) |
| LOW | Plugson/src/Lib/libhttp/include/civetweb.c | 441 | #endif |
| LOW | Plugson/src/Lib/libhttp/include/civetweb.c | 541 | |
| LOW | Plugson/src/Lib/libhttp/include/civetweb.c | 801 | #endif |
| LOW | Plugson/src/Lib/libhttp/include/civetweb.c | 821 | #define vsnprintf DO_NOT_USE_THIS_FUNCTION__USE_mg_vsnprintf |
| LOW | Plugson/src/Lib/libhttp/include/civetweb.c | 841 | #endif |
| LOW | Plugson/src/Lib/libhttp/include/civetweb.c | 861 | typedef struct ssl_ctx_st SSL_CTX; |
| LOW | Plugson/src/Lib/libhttp/include/civetweb.c | 881 | const char *name; /* SSL function name */ |
| LOW | Plugson/src/Lib/libhttp/include/civetweb.c | 901 | (*(void (*)(SSL_CTX *, mg_callback_t))ssl_sw[13].ptr) |
| LOW | Plugson/src/Lib/libhttp/include/civetweb.c | 921 | (*(const char *(*)(const SSL_CIPHER *))ssl_sw[27].ptr) |
| LOW | Plugson/src/Lib/libhttp/include/civetweb.c | 13121 | #if !defined(NO_CGI) |
| LOW | Plugson/src/Lib/xz-embedded/linux/lib/decompress_unxz.c | 101 | * XZ_PREBOOT here. |
| LOW | Plugson/src/Lib/xz-embedded/linux/lib/decompress_unxz.c | 121 | /* |
| LOW | Plugson/src/Lib/xz-embedded/linux/lib/xz/xz_dec_bcj.c | 541 | #endif |
| LOW | Plugson/src/Lib/xz-embedded/linux/lib/xz/xz_private.h | 21 | # include <linux/string.h> |
| 1152 more matches not shown… |