Mercurial
comparison tags @ 159:05cf9467a1c3
[Postdog] Updated to use text area that can handle like html text area.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Wed, 14 Jan 2026 08:56:33 -0800 |
| parents | c37490913530 |
| children | 87d8d3eb3491 |
comparison
equal
deleted
inserted
replaced
| 158:1c0878eb17de | 159:05cf9467a1c3 |
|---|---|
| 2195 GuiWindowBox third_party/raylib/include/raygui.h /^int GuiWindowBox(Rectangle bounds, const char *title)$/;" f typeref:typename:int | 2195 GuiWindowBox third_party/raylib/include/raygui.h /^int GuiWindowBox(Rectangle bounds, const char *title)$/;" f typeref:typename:int |
| 2196 GuiWindowFileDialog postdog/gui_window_file_dialog.h /^void GuiWindowFileDialog(GuiWindowFileDialogState *state)$/;" f typeref:typename:void | 2196 GuiWindowFileDialog postdog/gui_window_file_dialog.h /^void GuiWindowFileDialog(GuiWindowFileDialogState *state)$/;" f typeref:typename:void |
| 2197 GuiWindowFileDialog postdog/gui_window_file_dialog.h /^void GuiWindowFileDialog(GuiWindowFileDialogState *state);$/;" p typeref:typename:void | 2197 GuiWindowFileDialog postdog/gui_window_file_dialog.h /^void GuiWindowFileDialog(GuiWindowFileDialogState *state);$/;" p typeref:typename:void |
| 2198 GuiWindowFileDialogState postdog/gui_window_file_dialog.h /^} GuiWindowFileDialogState;$/;" t typeref:struct:__anoncb6fd9740108 | 2198 GuiWindowFileDialogState postdog/gui_window_file_dialog.h /^} GuiWindowFileDialogState;$/;" t typeref:struct:__anoncb6fd9740108 |
| 2199 HASH_KEY_NUMBER dowa/dowa.h /^#define HASH_KEY_NUMBER /;" d | 2199 HASH_KEY_NUMBER dowa/dowa.h /^#define HASH_KEY_NUMBER /;" d |
| 2200 HAS_SELECTION third_party/raylib/include/raygui.h /^ #define HAS_SELECTION(/;" d | |
| 2201 HAS_SELECTION third_party/raylib/include/raygui.h /^ #undef HAS_SELECTION$/;" d | |
| 2200 HTTP_BAD_REQUEST seobeo/seobeo.h /^#define HTTP_BAD_REQUEST /;" d | 2202 HTTP_BAD_REQUEST seobeo/seobeo.h /^#define HTTP_BAD_REQUEST /;" d |
| 2201 HTTP_CREATED seobeo/seobeo.h /^#define HTTP_CREATED /;" d | 2203 HTTP_CREATED seobeo/seobeo.h /^#define HTTP_CREATED /;" d |
| 2202 HTTP_FORBIDDEN seobeo/seobeo.h /^#define HTTP_FORBIDDEN /;" d | 2204 HTTP_FORBIDDEN seobeo/seobeo.h /^#define HTTP_FORBIDDEN /;" d |
| 2203 HTTP_FOUND seobeo/seobeo.h /^#define HTTP_FOUND /;" d | 2205 HTTP_FOUND seobeo/seobeo.h /^#define HTTP_FOUND /;" d |
| 2204 HTTP_INTERNAL_ERROR seobeo/seobeo.h /^#define HTTP_INTERNAL_ERROR /;" d | 2206 HTTP_INTERNAL_ERROR seobeo/seobeo.h /^#define HTTP_INTERNAL_ERROR /;" d |
| 2891 IsWindowState third_party/raylib/raylib-5.5_macos/include/raylib.h /^RLAPI bool IsWindowState(unsigned int flag); \/\/ Check if one specific win/;" p typeref:typename:RLAPI bool | 2893 IsWindowState third_party/raylib/raylib-5.5_macos/include/raylib.h /^RLAPI bool IsWindowState(unsigned int flag); \/\/ Check if one specific win/;" p typeref:typename:RLAPI bool |
| 2892 IsWindowState third_party/raylib/raylib-5.5_win64/include/raylib.h /^RLAPI bool IsWindowState(unsigned int flag); \/\/ Check if one specific win/;" p typeref:typename:RLAPI bool | 2894 IsWindowState third_party/raylib/raylib-5.5_win64/include/raylib.h /^RLAPI bool IsWindowState(unsigned int flag); \/\/ Check if one specific win/;" p typeref:typename:RLAPI bool |
| 2893 JUNE_DrawRectangleLinesNoBottom third_party/raylib/include/raygui.h /^RAYGUIAPI void JUNE_DrawRectangleLinesNoBottom(Rectangle rect, float thickness, Color color);$/;" p typeref:typename:RAYGUIAPI void | 2895 JUNE_DrawRectangleLinesNoBottom third_party/raylib/include/raygui.h /^RAYGUIAPI void JUNE_DrawRectangleLinesNoBottom(Rectangle rect, float thickness, Color color);$/;" p typeref:typename:RAYGUIAPI void |
| 2894 JUNE_DrawRectangleLinesNoBottom third_party/raylib/include/raygui.h /^void JUNE_DrawRectangleLinesNoBottom(Rectangle rect, float thickness, Color color) {$/;" f typeref:typename:void | 2896 JUNE_DrawRectangleLinesNoBottom third_party/raylib/include/raygui.h /^void JUNE_DrawRectangleLinesNoBottom(Rectangle rect, float thickness, Color color) {$/;" f typeref:typename:void |
| 2895 JUNE_GuiButton third_party/raylib/include/raygui.h /^int JUNE_GuiButton(Rectangle bounds, const char *text, int borderWidth, Color borderColor)$/;" f typeref:typename:int | 2897 JUNE_GuiButton third_party/raylib/include/raygui.h /^int JUNE_GuiButton(Rectangle bounds, const char *text, int borderWidth, Color borderColor)$/;" f typeref:typename:int |
| 2896 JUNE_GuiTextBox third_party/raylib/include/raygui.h /^int JUNE_GuiTextBox(Rectangle bounds, char *text, int textSize, bool editMode)$/;" f typeref:typename:int | 2898 JUNE_GuiTextBoxEx third_party/raylib/include/raygui.h /^JUNE_TextBoxResult JUNE_GuiTextBoxEx(Rectangle bounds, char *text, int textSize, bool editMode)$/;" f typeref:typename:JUNE_TextBoxResult |
| 2897 JUNE_HELPER_INTERNAL dowa/dowa_internal.h /^#define JUNE_HELPER_INTERNAL$/;" d | 2899 JUNE_HELPER_INTERNAL dowa/dowa_internal.h /^#define JUNE_HELPER_INTERNAL$/;" d |
| 2900 JUNE_MAX_VISUAL_LINES third_party/raylib/include/raygui.h /^ #define JUNE_MAX_VISUAL_LINES /;" d | |
| 2901 JUNE_TextBoxResult third_party/raylib/include/raygui.h /^typedef struct JUNE_TextBoxResult {$/;" s | |
| 2902 JUNE_TextBoxResult third_party/raylib/include/raygui.h /^} JUNE_TextBoxResult;$/;" t typeref:struct:JUNE_TextBoxResult | |
| 2898 KEY_A third_party/raylib/include/raylib.h /^ KEY_A = 65, \/\/ Key: A | a$/;" e enum:__anonc03ae25c0403 | 2903 KEY_A third_party/raylib/include/raylib.h /^ KEY_A = 65, \/\/ Key: A | a$/;" e enum:__anonc03ae25c0403 |
| 2899 KEY_A third_party/raylib/raylib-5.5_linux_amd64/include/raylib.h /^ KEY_A = 65, \/\/ Key: A | a$/;" e enum:__anon9d42b9dd0403 | 2904 KEY_A third_party/raylib/raylib-5.5_linux_amd64/include/raylib.h /^ KEY_A = 65, \/\/ Key: A | a$/;" e enum:__anon9d42b9dd0403 |
| 2900 KEY_A third_party/raylib/raylib-5.5_macos/include/raylib.h /^ KEY_A = 65, \/\/ Key: A | a$/;" e enum:__anon255619050403 | 2905 KEY_A third_party/raylib/raylib-5.5_macos/include/raylib.h /^ KEY_A = 65, \/\/ Key: A | a$/;" e enum:__anon255619050403 |
| 2901 KEY_A third_party/raylib/raylib-5.5_win64/include/raylib.h /^ KEY_A = 65, \/\/ Key: A | a$/;" e enum:__anonf614aaea0403 | 2906 KEY_A third_party/raylib/raylib-5.5_win64/include/raylib.h /^ KEY_A = 65, \/\/ Key: A | a$/;" e enum:__anonf614aaea0403 |
| 2902 KEY_APOSTROPHE third_party/raylib/include/raylib.h /^ KEY_APOSTROPHE = 39, \/\/ Key: '$/;" e enum:__anonc03ae25c0403 | 2907 KEY_APOSTROPHE third_party/raylib/include/raylib.h /^ KEY_APOSTROPHE = 39, \/\/ Key: '$/;" e enum:__anonc03ae25c0403 |
| 3586 LoadWaveSamples third_party/raylib/raylib-5.5_win64/include/raylib.h /^RLAPI float *LoadWaveSamples(Wave wave); \/\/ Load samples data fro/;" p typeref:typename:RLAPI float * | 3591 LoadWaveSamples third_party/raylib/raylib-5.5_win64/include/raylib.h /^RLAPI float *LoadWaveSamples(Wave wave); \/\/ Load samples data fro/;" p typeref:typename:RLAPI float * |
| 3587 MAGENTA third_party/raylib/include/raylib.h /^#define MAGENTA /;" d | 3592 MAGENTA third_party/raylib/include/raylib.h /^#define MAGENTA /;" d |
| 3588 MAGENTA third_party/raylib/raylib-5.5_linux_amd64/include/raylib.h /^#define MAGENTA /;" d | 3593 MAGENTA third_party/raylib/raylib-5.5_linux_amd64/include/raylib.h /^#define MAGENTA /;" d |
| 3589 MAGENTA third_party/raylib/raylib-5.5_macos/include/raylib.h /^#define MAGENTA /;" d | 3594 MAGENTA third_party/raylib/raylib-5.5_macos/include/raylib.h /^#define MAGENTA /;" d |
| 3590 MAGENTA third_party/raylib/raylib-5.5_win64/include/raylib.h /^#define MAGENTA /;" d | 3595 MAGENTA third_party/raylib/raylib-5.5_win64/include/raylib.h /^#define MAGENTA /;" d |
| 3596 MARKDOWN_TO_HTML_H markdown_converter/markdown_to_html.h /^#define MARKDOWN_TO_HTML_H$/;" d | |
| 3591 MAROON third_party/raylib/include/raylib.h /^#define MAROON /;" d | 3597 MAROON third_party/raylib/include/raylib.h /^#define MAROON /;" d |
| 3592 MAROON third_party/raylib/raylib-5.5_linux_amd64/include/raylib.h /^#define MAROON /;" d | 3598 MAROON third_party/raylib/raylib-5.5_linux_amd64/include/raylib.h /^#define MAROON /;" d |
| 3593 MAROON third_party/raylib/raylib-5.5_macos/include/raylib.h /^#define MAROON /;" d | 3599 MAROON third_party/raylib/raylib-5.5_macos/include/raylib.h /^#define MAROON /;" d |
| 3594 MAROON third_party/raylib/raylib-5.5_win64/include/raylib.h /^#define MAROON /;" d | 3600 MAROON third_party/raylib/raylib-5.5_win64/include/raylib.h /^#define MAROON /;" d |
| 3595 MATERIAL_MAP_ALBEDO third_party/raylib/include/raylib.h /^ MATERIAL_MAP_ALBEDO = 0, \/\/ Albedo material (same as: MATERIAL_MAP_DIFFUSE)$/;" e enum:__anonc03ae25c0903 | 3601 MATERIAL_MAP_ALBEDO third_party/raylib/include/raylib.h /^ MATERIAL_MAP_ALBEDO = 0, \/\/ Albedo material (same as: MATERIAL_MAP_DIFFUSE)$/;" e enum:__anonc03ae25c0903 |
| 3652 MAX_FRAGMENT_SIZE seobeo/seobeo_internal.h /^#define MAX_FRAGMENT_SIZE /;" d | 3658 MAX_FRAGMENT_SIZE seobeo/seobeo_internal.h /^#define MAX_FRAGMENT_SIZE /;" d |
| 3653 MAX_ICON_PATH_LENGTH postdog/gui_window_file_dialog.h /^#define MAX_ICON_PATH_LENGTH /;" d | 3659 MAX_ICON_PATH_LENGTH postdog/gui_window_file_dialog.h /^#define MAX_ICON_PATH_LENGTH /;" d |
| 3654 MAX_INT_16 seobeo/seobeo_internal.h /^#define MAX_INT_16 /;" d | 3660 MAX_INT_16 seobeo/seobeo_internal.h /^#define MAX_INT_16 /;" d |
| 3655 MAX_LINE_BUFFER_SIZE third_party/raylib/include/raygui.h /^ #define MAX_LINE_BUFFER_SIZE /;" d | 3661 MAX_LINE_BUFFER_SIZE third_party/raylib/include/raygui.h /^ #define MAX_LINE_BUFFER_SIZE /;" d |
| 3656 MAX_RESPONSE_SIZE mrjunejune/test/test.h /^#define MAX_RESPONSE_SIZE /;" d | 3662 MAX_RESPONSE_SIZE mrjunejune/test/test.h /^#define MAX_RESPONSE_SIZE /;" d |
| 3663 MDAPI markdown_converter/markdown_to_html.h /^ #define MDAPI /;" d | |
| 3664 MDAPI markdown_converter/markdown_to_html.h /^ #define MDAPI /;" d | |
| 3665 MDAPI markdown_converter/markdown_to_html.h /^ #define MDAPI /;" d | |
| 3657 MIN third_party/raylib/include/rlgl.h /^ #define MIN(/;" d | 3666 MIN third_party/raylib/include/rlgl.h /^ #define MIN(/;" d |
| 3658 MIN third_party/raylib/raylib-5.5_linux_amd64/include/rlgl.h /^ #define MIN(/;" d | 3667 MIN third_party/raylib/raylib-5.5_linux_amd64/include/rlgl.h /^ #define MIN(/;" d |
| 3659 MIN third_party/raylib/raylib-5.5_macos/include/rlgl.h /^ #define MIN(/;" d | 3668 MIN third_party/raylib/raylib-5.5_macos/include/rlgl.h /^ #define MIN(/;" d |
| 3660 MIN third_party/raylib/raylib-5.5_win64/include/rlgl.h /^ #define MIN(/;" d | 3669 MIN third_party/raylib/raylib-5.5_win64/include/rlgl.h /^ #define MIN(/;" d |
| 3661 MOUSE_BUTTON_BACK third_party/raylib/include/raylib.h /^ MOUSE_BUTTON_BACK = 6, \/\/ Mouse button back (advanced mouse device)$/;" e enum:__anonc03ae25c0503 | 3670 MOUSE_BUTTON_BACK third_party/raylib/include/raylib.h /^ MOUSE_BUTTON_BACK = 6, \/\/ Mouse button back (advanced mouse device)$/;" e enum:__anonc03ae25c0503 |
| 5433 SCROLLBAR_WIDTH third_party/raylib/include/raygui.h /^ SCROLLBAR_WIDTH, \/\/ ListView scrollbar size (usually width)$/;" e enum:__anonbfe71a2a1203 | 5442 SCROLLBAR_WIDTH third_party/raylib/include/raygui.h /^ SCROLLBAR_WIDTH, \/\/ ListView scrollbar size (usually width)$/;" e enum:__anonbfe71a2a1203 |
| 5434 SCROLL_PADDING third_party/raylib/include/raygui.h /^ SCROLL_PADDING, \/\/ ScrollBar scroll padding from arrows$/;" e enum:__anonbfe71a2a0c03 | 5443 SCROLL_PADDING third_party/raylib/include/raygui.h /^ SCROLL_PADDING, \/\/ ScrollBar scroll padding from arrows$/;" e enum:__anonbfe71a2a0c03 |
| 5435 SCROLL_SLIDER_PADDING third_party/raylib/include/raygui.h /^ SCROLL_SLIDER_PADDING, \/\/ ScrollBar slider internal padding$/;" e enum:__anonbfe71a2a0c03 | 5444 SCROLL_SLIDER_PADDING third_party/raylib/include/raygui.h /^ SCROLL_SLIDER_PADDING, \/\/ ScrollBar slider internal padding$/;" e enum:__anonbfe71a2a0c03 |
| 5436 SCROLL_SLIDER_SIZE third_party/raylib/include/raygui.h /^ SCROLL_SLIDER_SIZE, \/\/ ScrollBar slider size$/;" e enum:__anonbfe71a2a0c03 | 5445 SCROLL_SLIDER_SIZE third_party/raylib/include/raygui.h /^ SCROLL_SLIDER_SIZE, \/\/ ScrollBar slider size$/;" e enum:__anonbfe71a2a0c03 |
| 5437 SCROLL_SPEED third_party/raylib/include/raygui.h /^ SCROLL_SPEED, \/\/ ScrollBar scrolling speed$/;" e enum:__anonbfe71a2a0c03 | 5446 SCROLL_SPEED third_party/raylib/include/raygui.h /^ SCROLL_SPEED, \/\/ ScrollBar scrolling speed$/;" e enum:__anonbfe71a2a0c03 |
| 5447 SELECTION_MAX third_party/raylib/include/raygui.h /^ #define SELECTION_MAX(/;" d | |
| 5448 SELECTION_MAX third_party/raylib/include/raygui.h /^ #undef SELECTION_MAX$/;" d | |
| 5449 SELECTION_MIN third_party/raylib/include/raygui.h /^ #define SELECTION_MIN(/;" d | |
| 5450 SELECTION_MIN third_party/raylib/include/raygui.h /^ #undef SELECTION_MIN$/;" d | |
| 5438 SEOBEO_DEBUG seobeo/seobeo.h /^ SEOBEO_DEBUG,$/;" e enum:__anonc55223040103 | 5451 SEOBEO_DEBUG seobeo/seobeo.h /^ SEOBEO_DEBUG,$/;" e enum:__anonc55223040103 |
| 5439 SEOBEO_ERROR seobeo/seobeo.h /^ SEOBEO_ERROR,$/;" e enum:__anonc55223040103 | 5452 SEOBEO_ERROR seobeo/seobeo.h /^ SEOBEO_ERROR,$/;" e enum:__anonc55223040103 |
| 5440 SEOBEO_INFO seobeo/seobeo.h /^ SEOBEO_INFO = 0,$/;" e enum:__anonc55223040103 | 5453 SEOBEO_INFO seobeo/seobeo.h /^ SEOBEO_INFO = 0,$/;" e enum:__anonc55223040103 |
| 5441 SEOBEO_MODE_EDGE seobeo/seobeo_internal.h /^ SEOBEO_MODE_EDGE,$/;" e enum:__anon7a4da8400503 | 5454 SEOBEO_MODE_EDGE seobeo/seobeo_internal.h /^ SEOBEO_MODE_EDGE,$/;" e enum:__anon7a4da8400503 |
| 5442 SEOBEO_MODE_FORK seobeo/seobeo_internal.h /^ SEOBEO_MODE_FORK,$/;" e enum:__anon7a4da8400503 | 5455 SEOBEO_MODE_FORK seobeo/seobeo_internal.h /^ SEOBEO_MODE_FORK,$/;" e enum:__anon7a4da8400503 |
| 7547 draws third_party/raylib/raylib-5.5_win64/include/rlgl.h /^ rlDrawCall *draws; \/\/ Draw calls array, depends on textureId$/;" m struct:rlRenderBatch typeref:typename:rlDrawCall * | 7560 draws third_party/raylib/raylib-5.5_win64/include/rlgl.h /^ rlDrawCall *draws; \/\/ Draw calls array, depends on textureId$/;" m struct:rlRenderBatch typeref:typename:rlDrawCall * |
| 7548 elementCount third_party/raylib/include/rlgl.h /^ int elementCount; \/\/ Number of elements in the buffer (QUADS)$/;" m struct:rlVertexBuffer typeref:typename:int | 7561 elementCount third_party/raylib/include/rlgl.h /^ int elementCount; \/\/ Number of elements in the buffer (QUADS)$/;" m struct:rlVertexBuffer typeref:typename:int |
| 7549 elementCount third_party/raylib/raylib-5.5_linux_amd64/include/rlgl.h /^ int elementCount; \/\/ Number of elements in the buffer (QUADS)$/;" m struct:rlVertexBuffer typeref:typename:int | 7562 elementCount third_party/raylib/raylib-5.5_linux_amd64/include/rlgl.h /^ int elementCount; \/\/ Number of elements in the buffer (QUADS)$/;" m struct:rlVertexBuffer typeref:typename:int |
| 7550 elementCount third_party/raylib/raylib-5.5_macos/include/rlgl.h /^ int elementCount; \/\/ Number of elements in the buffer (QUADS)$/;" m struct:rlVertexBuffer typeref:typename:int | 7563 elementCount third_party/raylib/raylib-5.5_macos/include/rlgl.h /^ int elementCount; \/\/ Number of elements in the buffer (QUADS)$/;" m struct:rlVertexBuffer typeref:typename:int |
| 7551 elementCount third_party/raylib/raylib-5.5_win64/include/rlgl.h /^ int elementCount; \/\/ Number of elements in the buffer (QUADS)$/;" m struct:rlVertexBuffer typeref:typename:int | 7564 elementCount third_party/raylib/raylib-5.5_win64/include/rlgl.h /^ int elementCount; \/\/ Number of elements in the buffer (QUADS)$/;" m struct:rlVertexBuffer typeref:typename:int |
| 7565 emscripten.h markdown_converter/markdown_to_html.h /^ #include <emscripten.h>/;" h | |
| 7552 errno.h seobeo/seobeo.h /^#include <errno.h>/;" h | 7566 errno.h seobeo/seobeo.h /^#include <errno.h>/;" h |
| 7553 events third_party/raylib/include/raylib.h /^ AutomationEvent *events; \/\/ Events entries$/;" m struct:AutomationEventList typeref:typename:AutomationEvent * | 7567 events third_party/raylib/include/raylib.h /^ AutomationEvent *events; \/\/ Events entries$/;" m struct:AutomationEventList typeref:typename:AutomationEvent * |
| 7554 events third_party/raylib/raylib-5.5_linux_amd64/include/raylib.h /^ AutomationEvent *events; \/\/ Events entries$/;" m struct:AutomationEventList typeref:typename:AutomationEvent * | 7568 events third_party/raylib/raylib-5.5_linux_amd64/include/raylib.h /^ AutomationEvent *events; \/\/ Events entries$/;" m struct:AutomationEventList typeref:typename:AutomationEvent * |
| 7555 events third_party/raylib/raylib-5.5_macos/include/raylib.h /^ AutomationEvent *events; \/\/ Events entries$/;" m struct:AutomationEventList typeref:typename:AutomationEvent * | 7569 events third_party/raylib/raylib-5.5_macos/include/raylib.h /^ AutomationEvent *events; \/\/ Events entries$/;" m struct:AutomationEventList typeref:typename:AutomationEvent * |
| 7556 events third_party/raylib/raylib-5.5_win64/include/raylib.h /^ AutomationEvent *events; \/\/ Events entries$/;" m struct:AutomationEventList typeref:typename:AutomationEvent * | 7570 events third_party/raylib/raylib-5.5_win64/include/raylib.h /^ AutomationEvent *events; \/\/ Events entries$/;" m struct:AutomationEventList typeref:typename:AutomationEvent * |
| 8087 m9 third_party/raylib/raylib-5.5_win64/include/rlgl.h /^ float m1, m5, m9, m13; \/\/ Matrix second row (4 components)$/;" m struct:Matrix typeref:typename:float | 8101 m9 third_party/raylib/raylib-5.5_win64/include/rlgl.h /^ float m1, m5, m9, m13; \/\/ Matrix second row (4 components)$/;" m struct:Matrix typeref:typename:float |
| 8088 maps third_party/raylib/include/raylib.h /^ MaterialMap *maps; \/\/ Material maps array (MAX_MATERIAL_MAPS)$/;" m struct:Material typeref:typename:MaterialMap * | 8102 maps third_party/raylib/include/raylib.h /^ MaterialMap *maps; \/\/ Material maps array (MAX_MATERIAL_MAPS)$/;" m struct:Material typeref:typename:MaterialMap * |
| 8089 maps third_party/raylib/raylib-5.5_linux_amd64/include/raylib.h /^ MaterialMap *maps; \/\/ Material maps array (MAX_MATERIAL_MAPS)$/;" m struct:Material typeref:typename:MaterialMap * | 8103 maps third_party/raylib/raylib-5.5_linux_amd64/include/raylib.h /^ MaterialMap *maps; \/\/ Material maps array (MAX_MATERIAL_MAPS)$/;" m struct:Material typeref:typename:MaterialMap * |
| 8090 maps third_party/raylib/raylib-5.5_macos/include/raylib.h /^ MaterialMap *maps; \/\/ Material maps array (MAX_MATERIAL_MAPS)$/;" m struct:Material typeref:typename:MaterialMap * | 8104 maps third_party/raylib/raylib-5.5_macos/include/raylib.h /^ MaterialMap *maps; \/\/ Material maps array (MAX_MATERIAL_MAPS)$/;" m struct:Material typeref:typename:MaterialMap * |
| 8091 maps third_party/raylib/raylib-5.5_win64/include/raylib.h /^ MaterialMap *maps; \/\/ Material maps array (MAX_MATERIAL_MAPS)$/;" m struct:Material typeref:typename:MaterialMap * | 8105 maps third_party/raylib/raylib-5.5_win64/include/raylib.h /^ MaterialMap *maps; \/\/ Material maps array (MAX_MATERIAL_MAPS)$/;" m struct:Material typeref:typename:MaterialMap * |
| 8106 markdown_free markdown_converter/markdown_to_html.h /^MDAPI void markdown_free(char *html);$/;" p typeref:typename:MDAPI void | |
| 8107 markdown_get_length markdown_converter/markdown_to_html.h /^MDAPI size_t markdown_get_length(const char *html);$/;" p typeref:typename:MDAPI size_t | |
| 8108 markdown_to_html markdown_converter/markdown_to_html.h /^MDAPI char *markdown_to_html(const char *markdown);$/;" p typeref:typename:MDAPI char * | |
| 8092 materialCount third_party/raylib/include/raylib.h /^ int materialCount; \/\/ Number of materials$/;" m struct:Model typeref:typename:int | 8109 materialCount third_party/raylib/include/raylib.h /^ int materialCount; \/\/ Number of materials$/;" m struct:Model typeref:typename:int |
| 8093 materialCount third_party/raylib/raylib-5.5_linux_amd64/include/raylib.h /^ int materialCount; \/\/ Number of materials$/;" m struct:Model typeref:typename:int | 8110 materialCount third_party/raylib/raylib-5.5_linux_amd64/include/raylib.h /^ int materialCount; \/\/ Number of materials$/;" m struct:Model typeref:typename:int |
| 8094 materialCount third_party/raylib/raylib-5.5_macos/include/raylib.h /^ int materialCount; \/\/ Number of materials$/;" m struct:Model typeref:typename:int | 8111 materialCount third_party/raylib/raylib-5.5_macos/include/raylib.h /^ int materialCount; \/\/ Number of materials$/;" m struct:Model typeref:typename:int |
| 8095 materialCount third_party/raylib/raylib-5.5_win64/include/raylib.h /^ int materialCount; \/\/ Number of materials$/;" m struct:Model typeref:typename:int | 8112 materialCount third_party/raylib/raylib-5.5_win64/include/raylib.h /^ int materialCount; \/\/ Number of materials$/;" m struct:Model typeref:typename:int |
| 8096 materials third_party/raylib/include/raylib.h /^ Material *materials; \/\/ Materials array$/;" m struct:Model typeref:typename:Material * | 8113 materials third_party/raylib/include/raylib.h /^ Material *materials; \/\/ Materials array$/;" m struct:Model typeref:typename:Material * |
| 8307 recs third_party/raylib/raylib-5.5_linux_amd64/include/raylib.h /^ Rectangle *recs; \/\/ Rectangles in texture for the glyphs$/;" m struct:Font typeref:typename:Rectangle * | 8324 recs third_party/raylib/raylib-5.5_linux_amd64/include/raylib.h /^ Rectangle *recs; \/\/ Rectangles in texture for the glyphs$/;" m struct:Font typeref:typename:Rectangle * |
| 8308 recs third_party/raylib/raylib-5.5_macos/include/raylib.h /^ Rectangle *recs; \/\/ Rectangles in texture for the glyphs$/;" m struct:Font typeref:typename:Rectangle * | 8325 recs third_party/raylib/raylib-5.5_macos/include/raylib.h /^ Rectangle *recs; \/\/ Rectangles in texture for the glyphs$/;" m struct:Font typeref:typename:Rectangle * |
| 8309 recs third_party/raylib/raylib-5.5_win64/include/raylib.h /^ Rectangle *recs; \/\/ Rectangles in texture for the glyphs$/;" m struct:Font typeref:typename:Rectangle * | 8326 recs third_party/raylib/raylib-5.5_win64/include/raylib.h /^ Rectangle *recs; \/\/ Rectangles in texture for the glyphs$/;" m struct:Font typeref:typename:Rectangle * |
| 8310 redirect_url seobeo/seobeo_internal.h /^ char *redirect_url;$/;" m struct:__anon7a4da8400708 typeref:typename:char * | 8327 redirect_url seobeo/seobeo_internal.h /^ char *redirect_url;$/;" m struct:__anon7a4da8400708 typeref:typename:char * |
| 8311 remaining dowa/stb_ds.h /^ size_t remaining;$/;" m struct:stbds_string_arena typeref:typename:size_t | 8328 remaining dowa/stb_ds.h /^ size_t remaining;$/;" m struct:stbds_string_arena typeref:typename:size_t |
| 8329 result third_party/raylib/include/raygui.h /^ int result; \/\/ Original return value (0 = no change, 1 = mode changed)$/;" m struct:JUNE_TextBoxResult typeref:typename:int | |
| 8312 right third_party/raylib/include/raylib.h /^ int right; \/\/ Right border offset$/;" m struct:NPatchInfo typeref:typename:int | 8330 right third_party/raylib/include/raylib.h /^ int right; \/\/ Right border offset$/;" m struct:NPatchInfo typeref:typename:int |
| 8313 right third_party/raylib/raylib-5.5_linux_amd64/include/raylib.h /^ int right; \/\/ Right border offset$/;" m struct:NPatchInfo typeref:typename:int | 8331 right third_party/raylib/raylib-5.5_linux_amd64/include/raylib.h /^ int right; \/\/ Right border offset$/;" m struct:NPatchInfo typeref:typename:int |
| 8314 right third_party/raylib/raylib-5.5_macos/include/raylib.h /^ int right; \/\/ Right border offset$/;" m struct:NPatchInfo typeref:typename:int | 8332 right third_party/raylib/raylib-5.5_macos/include/raylib.h /^ int right; \/\/ Right border offset$/;" m struct:NPatchInfo typeref:typename:int |
| 8315 right third_party/raylib/raylib-5.5_win64/include/raylib.h /^ int right; \/\/ Right border offset$/;" m struct:NPatchInfo typeref:typename:int | 8333 right third_party/raylib/raylib-5.5_win64/include/raylib.h /^ int right; \/\/ Right border offset$/;" m struct:NPatchInfo typeref:typename:int |
| 8316 rightLensCenter third_party/raylib/include/raylib.h /^ float rightLensCenter[2]; \/\/ VR right lens center$/;" m struct:VrStereoConfig typeref:typename:float[2] | 8334 rightLensCenter third_party/raylib/include/raylib.h /^ float rightLensCenter[2]; \/\/ VR right lens center$/;" m struct:VrStereoConfig typeref:typename:float[2] |
| 9845 scaleIn third_party/raylib/include/raylib.h /^ float scaleIn[2]; \/\/ VR distortion scale in$/;" m struct:VrStereoConfig typeref:typename:float[2] | 9863 scaleIn third_party/raylib/include/raylib.h /^ float scaleIn[2]; \/\/ VR distortion scale in$/;" m struct:VrStereoConfig typeref:typename:float[2] |
| 9846 scaleIn third_party/raylib/raylib-5.5_linux_amd64/include/raylib.h /^ float scaleIn[2]; \/\/ VR distortion scale in$/;" m struct:VrStereoConfig typeref:typename:float[2] | 9864 scaleIn third_party/raylib/raylib-5.5_linux_amd64/include/raylib.h /^ float scaleIn[2]; \/\/ VR distortion scale in$/;" m struct:VrStereoConfig typeref:typename:float[2] |
| 9847 scaleIn third_party/raylib/raylib-5.5_macos/include/raylib.h /^ float scaleIn[2]; \/\/ VR distortion scale in$/;" m struct:VrStereoConfig typeref:typename:float[2] | 9865 scaleIn third_party/raylib/raylib-5.5_macos/include/raylib.h /^ float scaleIn[2]; \/\/ VR distortion scale in$/;" m struct:VrStereoConfig typeref:typename:float[2] |
| 9848 scaleIn third_party/raylib/raylib-5.5_win64/include/raylib.h /^ float scaleIn[2]; \/\/ VR distortion scale in$/;" m struct:VrStereoConfig typeref:typename:float[2] | 9866 scaleIn third_party/raylib/raylib-5.5_win64/include/raylib.h /^ float scaleIn[2]; \/\/ VR distortion scale in$/;" m struct:VrStereoConfig typeref:typename:float[2] |
| 9849 seed dowa/stb_ds.h /^ size_t seed;$/;" m struct:__anon7f1219f40408 typeref:typename:size_t | 9867 seed dowa/stb_ds.h /^ size_t seed;$/;" m struct:__anon7f1219f40408 typeref:typename:size_t |
| 9868 selectionEnd third_party/raylib/include/raygui.h /^ int selectionEnd; \/\/ End index of selection (-1 if no selection)$/;" m struct:JUNE_TextBoxResult typeref:typename:int | |
| 9869 selectionStart third_party/raylib/include/raygui.h /^ int selectionStart; \/\/ Start index of selection (-1 if no selection)$/;" m struct:JUNE_TextBoxResult typeref:typename:int | |
| 9850 seobeo/seobeo.h mrjunejune/test/test.h /^#include "seobeo\/seobeo.h"/;" h | 9870 seobeo/seobeo.h mrjunejune/test/test.h /^#include "seobeo\/seobeo.h"/;" h |
| 9851 seobeo/seobeo.h seobeo/snapshot_creator.h /^#include "seobeo\/seobeo.h"/;" h | 9871 seobeo/seobeo.h seobeo/snapshot_creator.h /^#include "seobeo\/seobeo.h"/;" h |
| 9852 seobeo/seobeo_internal.h seobeo/seobeo.h /^#include "seobeo\/seobeo_internal.h"/;" h | 9872 seobeo/seobeo_internal.h seobeo/seobeo.h /^#include "seobeo\/seobeo_internal.h"/;" h |
| 9853 seobeo/snapshot_creator.h mrjunejune/test/test.h /^#include "seobeo\/snapshot_creator.h"/;" h | 9873 seobeo/snapshot_creator.h mrjunejune/test/test.h /^#include "seobeo\/snapshot_creator.h"/;" h |
| 9854 sh_new_arena dowa/stb_ds.h /^#define sh_new_arena stbds_sh_new_arena$/;" d | 9874 sh_new_arena dowa/stb_ds.h /^#define sh_new_arena stbds_sh_new_arena$/;" d |
| 10051 stdbool.h third_party/raylib/raylib-5.5_macos/include/rlgl.h /^ #include <stdbool.h>/;" h | 10071 stdbool.h third_party/raylib/raylib-5.5_macos/include/rlgl.h /^ #include <stdbool.h>/;" h |
| 10052 stdbool.h third_party/raylib/raylib-5.5_win64/include/raylib.h /^ #include <stdbool.h>/;" h | 10072 stdbool.h third_party/raylib/raylib-5.5_win64/include/raylib.h /^ #include <stdbool.h>/;" h |
| 10053 stdbool.h third_party/raylib/raylib-5.5_win64/include/rlgl.h /^ #include <stdbool.h>/;" h | 10073 stdbool.h third_party/raylib/raylib-5.5_win64/include/rlgl.h /^ #include <stdbool.h>/;" h |
| 10054 stddef.h dowa/dowa.h /^#include <stddef.h>/;" h | 10074 stddef.h dowa/dowa.h /^#include <stddef.h>/;" h |
| 10055 stddef.h dowa/stb_ds.h /^#include <stddef.h>/;" h | 10075 stddef.h dowa/stb_ds.h /^#include <stddef.h>/;" h |
| 10076 stddef.h markdown_converter/markdown_to_html.h /^#include <stddef.h>/;" h | |
| 10056 stdio.h dowa/dowa.h /^#include <stdio.h>/;" h | 10077 stdio.h dowa/dowa.h /^#include <stdio.h>/;" h |
| 10057 stdio.h dowa/stb_ds.h /^#include <stdio.h>/;" h | 10078 stdio.h dowa/stb_ds.h /^#include <stdio.h>/;" h |
| 10058 stdio.h mrjunejune/test/test.h /^#include <stdio.h>/;" h | 10079 stdio.h mrjunejune/test/test.h /^#include <stdio.h>/;" h |
| 10059 stdio.h third_party/raylib/include/raygui.h /^#include <stdio.h>/;" h | 10080 stdio.h third_party/raylib/include/raygui.h /^#include <stdio.h>/;" h |
| 10060 stdlib.h dowa/dowa.h /^#include <stdlib.h>/;" h | 10081 stdlib.h dowa/dowa.h /^#include <stdlib.h>/;" h |
| 10181 texcoordy third_party/raylib/include/rlgl.h /^ float texcoordx, texcoordy; \/\/ Current active texture coordinate (added on glV/;" m struct:rlglData::__anonb66549aa0d08 typeref:typename:float | 10202 texcoordy third_party/raylib/include/rlgl.h /^ float texcoordx, texcoordy; \/\/ Current active texture coordinate (added on glV/;" m struct:rlglData::__anonb66549aa0d08 typeref:typename:float |
| 10182 texcoordy third_party/raylib/raylib-5.5_linux_amd64/include/rlgl.h /^ float texcoordx, texcoordy; \/\/ Current active texture coordinate (added on glV/;" m struct:rlglData::__anon0cdf4ceb0d08 typeref:typename:float | 10203 texcoordy third_party/raylib/raylib-5.5_linux_amd64/include/rlgl.h /^ float texcoordx, texcoordy; \/\/ Current active texture coordinate (added on glV/;" m struct:rlglData::__anon0cdf4ceb0d08 typeref:typename:float |
| 10183 texcoordy third_party/raylib/raylib-5.5_macos/include/rlgl.h /^ float texcoordx, texcoordy; \/\/ Current active texture coordinate (added on glV/;" m struct:rlglData::__anon96c0c2130d08 typeref:typename:float | 10204 texcoordy third_party/raylib/raylib-5.5_macos/include/rlgl.h /^ float texcoordx, texcoordy; \/\/ Current active texture coordinate (added on glV/;" m struct:rlglData::__anon96c0c2130d08 typeref:typename:float |
| 10184 texcoordy third_party/raylib/raylib-5.5_win64/include/rlgl.h /^ float texcoordx, texcoordy; \/\/ Current active texture coordinate (added on glV/;" m struct:rlglData::__anon9e7796b80d08 typeref:typename:float | 10205 texcoordy third_party/raylib/raylib-5.5_win64/include/rlgl.h /^ float texcoordx, texcoordy; \/\/ Current active texture coordinate (added on glV/;" m struct:rlglData::__anon9e7796b80d08 typeref:typename:float |
| 10185 textBoxCursorIndex third_party/raylib/include/raygui.h /^static int textBoxCursorIndex = 0; \/\/ Cursor index, shared by all GuiTextBox*()$/;" v typeref:typename:int | 10206 textBoxCursorIndex third_party/raylib/include/raygui.h /^static int textBoxCursorIndex = 0; \/\/ Cursor index, shared by all GuiTextBox*()$/;" v typeref:typename:int |
| 10207 textBoxSelecting third_party/raylib/include/raygui.h /^static bool textBoxSelecting = false; \/\/ Currently selecting with mouse$/;" v typeref:typename:bool | |
| 10208 textBoxSelectionEnd third_party/raylib/include/raygui.h /^static int textBoxSelectionEnd = -1; \/\/ Selection end index (-1 if no selection)$/;" v typeref:typename:int | |
| 10209 textBoxSelectionStart third_party/raylib/include/raygui.h /^static int textBoxSelectionStart = -1; \/\/ Selection start index (-1 if no selection)$/;" v typeref:typename:int | |
| 10186 text_copy seobeo/seobeo_internal.h /^ void *text_copy;$/;" m struct:__anon7a4da8400208 typeref:typename:void * | 10210 text_copy seobeo/seobeo_internal.h /^ void *text_copy;$/;" m struct:__anon7a4da8400208 typeref:typename:void * |
| 10187 texture third_party/raylib/include/raygui.h /^ Texture2D texture; \/\/ Texture atlas containing the glyphs$/;" m struct:Font typeref:typename:Texture2D | 10211 texture third_party/raylib/include/raygui.h /^ Texture2D texture; \/\/ Texture atlas containing the glyphs$/;" m struct:Font typeref:typename:Texture2D |
| 10188 texture third_party/raylib/include/raylib.h /^ Texture texture; \/\/ Color buffer attachment texture$/;" m struct:RenderTexture typeref:typename:Texture | 10212 texture third_party/raylib/include/raylib.h /^ Texture texture; \/\/ Color buffer attachment texture$/;" m struct:RenderTexture typeref:typename:Texture |
| 10189 texture third_party/raylib/include/raylib.h /^ Texture2D texture; \/\/ Material map texture$/;" m struct:MaterialMap typeref:typename:Texture2D | 10213 texture third_party/raylib/include/raylib.h /^ Texture2D texture; \/\/ Material map texture$/;" m struct:MaterialMap typeref:typename:Texture2D |
| 10190 texture third_party/raylib/include/raylib.h /^ Texture2D texture; \/\/ Texture atlas containing the glyphs$/;" m struct:Font typeref:typename:Texture2D | 10214 texture third_party/raylib/include/raylib.h /^ Texture2D texture; \/\/ Texture atlas containing the glyphs$/;" m struct:Font typeref:typename:Texture2D |