AutoHotkey - macro-creation and automation-oriented scripting utility for Windows.
813 matches across 2 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | source/TextIO.h | 1 | #pragma once |
| LOW | source/util.cpp | 141 | // of the YYYYMMDDHH24MISS format is present. |
| LOW | source/util.cpp | 321 | return (__int64)((__int64)(uiEnd.QuadPart - uiStart.QuadPart) / 10000000); // Convert from tenths-of-microsecond. |
| LOW | source/util.cpp | 461 | } |
| LOW | source/util.cpp | 521 | } |
| LOW | source/util.cpp | 541 | |
| LOW | source/util.cpp | 661 | } // while() find next match |
| LOW | source/util.cpp | 681 | // version 2.1 of the License, or (at your option) any later version. |
| LOW | source/util.cpp | 1081 | // - aLimit: Specify UINT_MAX to have no restriction on the number of replacements. Otherwise, specify a number >=0. |
| LOW | source/util.cpp | 1101 | // two other/related StrReplace() functions obsolete. Also, the code has been simplified to avoid doing |
| LOW | source/util.cpp | 1161 | if (!length_delta // old_len==new_len, so use in-place method because it's just as fast in this case but it avoids the |
| LOW | source/util.cpp | 1261 | } |
| LOW | source/util.cpp | 1301 | } |
| LOW | source/util.cpp | 1361 | { // A limit is currently in effect and it's less than expected replacements, so cap the expected. |
| LOW | source/util.cpp | 1381 | double quality = 1 + 2*(1-( |
| LOW | source/util.cpp | 1861 | // Caller has ensured that aBuf is large enough (though anything >=32767 is always large enough). |
| LOW | source/util.cpp | 1961 | // Since above didn't return, an error occurred. MSDN isn't clear about what conditions can |
| LOW | source/util.cpp | 2061 | // This differs from GetDpiForSystem, as it appears the "system DPI" is fixed at initial login |
| LOW | source/util.cpp | 2121 | return NULL; |
| LOW | source/util.cpp | 2141 | // said that an ICL is an "ICon Library... a renamed 16-bit Windows .DLL (an NE format executable) which |
| LOW | source/util.cpp | 2201 | // It is also not documented to support resource IDs, unlike ExtractIcon and ExtractIconEx. |
| LOW | source/util.cpp | 2261 | // LR_CREATEDIBSECTION applies only when aImageType == IMAGE_BITMAP, but seems appropriate in that case. |
| LOW | source/util.cpp | 2281 | // Gui, Show |
| LOW | source/util.cpp | 2501 | // The following will also handle HICON/HCURSOR correctly if aImageType == IMAGE_ICON/CURSOR. |
| LOW | source/util.cpp | 2521 | // Therefore, it seems best to call the right function even though DeleteObject might work on |
| LOW | source/MdType.h | 121 | #define md_arg_decl_type_Out(type) md_outtype<MdType::type>::t |
| LOW | source/TextIO.cpp | 121 | { |
| LOW | source/debug.h | 1 | #pragma once |
| LOW | source/debug.h | 21 | // #define _CRTDBG_MAP_ALLOC |
| LOW | source/debug.h | 41 | #ifndef VERIFY |
| LOW | source/AutoHotkey.cpp | 41 | // that has no media (and possibly other errors) won't cause the system to display an error |
| LOW | source/AutoHotkey.cpp | 101 | |
| LOW | source/AutoHotkey.cpp | 301 | // top part (the auto-execute part) of the script so that they will be in effect even if the |
| LOW | source/stdafx.h | 21 | |
| LOW | source/stdafx.h | 41 | #include <stdlib.h> |
| LOW | source/stdafx.h | 61 | // dependencies sneaking in, or subtle naming conflicts: |
| LOW | source/script.h | 21 | #include "defines.h" |
| LOW | source/script.h | 41 | // Explanation: If/when AutoExec() finishes, although it no longer needs g_array[0] (not even |
| LOW | source/script.h | 121 | #define ERR_ABORT_DELETE _T("__Delete will now return.") |
| LOW | source/script.h | 141 | #define ERR_PARAM4_INVALID _T("Parameter #4 invalid.") |
| LOW | source/script.h | 161 | #define ERR_MISSING_PARAM_NAME _T("Missing parameter name.") |
| LOW | source/script.h | 181 | #define ERR_INVALID_LINE_IN_CLASS_DEF _T("Not a valid method, class or property definition.") |
| LOW | source/script.h | 201 | #define ERR_NO_WINDOW _T("Target window not found.") |
| LOW | source/script.h | 381 | |
| LOW | source/script.h | 401 | // returning if there's any chance _f_throw() will be used, since in that case the caller |
| LOW | source/script.h | 421 | #define _o_throw _f_throw |
| LOW | source/script.h | 441 | // performs marginally better, but file system performance has a much bigger impact. |
| LOW | source/script.h | 701 | Line *mRelatedLine; // e.g. the "else" that belongs to this "if" |
| LOW | source/script.h | 721 | #define RAW_ARG3 (mArgc > 2 ? mArg[2].text : _T("")) |
| LOW | source/script.h | 741 | #define NEW_RAW_ARG4 (aArgc > 3 ? new_arg[3].text : _T("")) |
| LOW | source/script.h | 761 | #define ARG8 sArgDeref[7] |
| LOW | source/script.h | 781 | // Uses arg number (i.e. the first arg is 1, not 0). Caller must ensure that ArgNum >= 1 and that |
| LOW | source/script.h | 801 | |
| LOW | source/script.h | 1561 | // 2) The fact that any return encountered after the Goto cannot provide a return value for |
| LOW | source/script.h | 1581 | if (result == EARLY_RETURN) |
| LOW | source/script_gui.h | 21 | |
| LOW | source/script_gui.h | 101 | // Keep any fields that are smaller than 4 bytes adjacent to each other. This conserves memory |
| LOW | source/script_gui.h | 161 | return TypeHasAttrib(TYPE_SUPPORTS_BGTRANS); |
| LOW | source/script_gui.h | 361 | class GuiType : public Object |
| LOW | source/keyboard_mouse.cpp | 61 | // For v1.0.25, the following situation is fixed by the code below: If LWin or LAlt |
| 743 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | source/script_object.h | 21 | // Used by Object, but defined here on (x64 builds only) to utilize the space |
| LOW | source/script_com.cpp | 1827 | // - foo.bar() and foo.bar[] in C#. There's no way to differentiate, so we just use METHOD |
| MEDIUM | source/defines.h | 189 | #define YIELDS_AN_OPERAND(symbol) ((symbol) < SYM_OPAREN) // CPAREN also covers the tail end of a function call. Post-i |
| MEDIUM | source/defines.h | 189 | #define YIELDS_AN_OPERAND(symbol) ((symbol) < SYM_OPAREN) // CPAREN also covers the tail end of a function call. Post-i |
| MEDIUM | source/script_gui.cpp | 1025 | // script is unable to alternate between tab controls and still utilize autosizing. |
| MEDIUM | source/script_gui.cpp | 3646 | // control types won't utilize the extra space (they are apparently clipped according |
| MEDIUM | source/script_gui.cpp | 10997 | // maintainable/robust (plus LV_GeneralSort() relies on us to do this check). |
| MEDIUM | source/script_object.cpp | 2500 | if (si->nested_object_size < sizeof(Object)) // Definitely no constructible properties defined by aBase. |
| MEDIUM | source/script_autoit.cpp | 524 | // utilize the notification in that case (e.g. Notepad's Save As dialog). |
| MEDIUM | source/lib/drive.cpp | 40 | // support within the OS is improved in future, callers can utilize it. |