MCPcopy Create free account

hub / github.com/AutoHotkey/AutoHotkey / functions

Functions1,855 in github.com/AutoHotkey/AutoHotkey

MethodExpand
Expands mItem by at least one field.
source/script_object.h:641
MethodExpand
noinline currently seems to have a slight effect on benchmarks. Since it should be called very rarely, we don't want it inlined.
source/Debugger.h:147
MethodExpandExpression
__forceinline: Decided against it for this function because although it's only called by one caller, testing shows that it wastes stack space (room fo
source/script_expression.cpp:53
FunctionExprOp
source/script.h:1935
MethodExprOpFunc
source/script.h:1911
MethodExprTokenType
source/defines.h:369
MethodFatalError
source/Debugger.cpp:2296
MethodFieldType
source/script_object.h:285
MethodFileCreateDir
As of 2019-09-29, noinline reduces code size by over 20KB on VC++ 2019. Prior to merging Util_CreateDir with this, it wasn't inlined.
source/script2.cpp:7961
MethodFileCreateShortcut
source/script_autoit.cpp:1246
MethodFileDelete
source/script2.cpp:8358
FunctionFileDeleteCallback
source/script2.cpp:8353
MethodFileInstall
source/script2.cpp:8377
MethodFileInstallCopy
source/script2.cpp:8427
MethodFileInstallExtract
source/script2.cpp:8390
MethodFileIsFilteredOut
source/script2.cpp:9071
MethodFileObject
source/TextIO.cpp:708
MethodFilePatternApply
source/script2.cpp:8551
MethodFileRecycle
source/script_autoit.cpp:1306
MethodFileRecycleEmpty
source/script_autoit.cpp:1337
FunctionFileSelectFolderCallback
source/script_autoit.cpp:1019
MethodFileSetAttrib
source/script2.cpp:8477
FunctionFileSetAttribCallback
source/script2.cpp:8537
MethodFileSetTime
source/script2.cpp:8740
FunctionFileSetTimeCallback
source/script2.cpp:8773
MethodFind
source/KuString.h:248
MethodFindClass
source/script.cpp:6531
MethodFindControl
source/script.h:2723
MethodFindField
source/script_object.h:318
MethodFindFont
source/script_gui.cpp:8163
MethodFindGroup
source/script_gui.cpp:7920
MethodFindGui
source/script_gui.cpp:972
MethodFindGuiParent
source/script_gui.cpp:984
MethodFindHotkeyByTrueNature
source/hotkey.cpp:1991
MethodFindHotkeyContainingModLR
source/hotkey.cpp:2042
MethodFindHotstring
source/hotkey.cpp:2549
MethodFindItem
source/script_object.cpp:2217
MethodFindItem
source/script_menu.cpp:410
MethodFindLocalVar
Find a local (not global or nonlocal/outer) variable.
source/script.h:1686
MethodFindMenuItemBySubmenu
source/script.h:3104
MethodFindOrAddBuiltInVar
source/script.cpp:7312
MethodFindOrCreateFont
source/script_gui.cpp:7975
MethodFindPairedHotkey
source/hotkey.cpp:784
MethodFindString
source/KuString.h:125
MethodFindString
source/KuString.h:171
MethodFindUpVar
source/script.cpp:7157
MethodFlatVector<T, index_t>
source/script_object.h:133
MethodFlushWriteBuffer
source/TextIO.h:155
FunctionFontEnumProc
source/util.cpp:1777
MethodFontGetAttributes
source/script_gui.cpp:8156
MethodFormat
source/TextIO.h:91
MethodFormatError
source/script.cpp:12844
MethodFormatV
source/KuString.h:115
MethodFormatV
source/KuString.h:161
MethodFree
Utility function for properly freeing a token's contents.
source/defines.h:475
MethodFreeAndRestoreFunctionVars
source/var.cpp:1140
MethodFreeDerefBufIfLarge
source/script.cpp:9531
MethodFreeRange
source/script_object.h:125
MethodFreeVars
source/script.h:1565
MethodFromArgV
source/script_object.cpp:881
MethodFromEnumerable
Calls an Enumerator repeatedly and returns an Array of all first-arg values. This is used in conjunction with Array::ToParams to support other objects
source/script_object.cpp:347
FunctionFunc
source/script.h:1642
MethodFuncResult
source/script.h:1501
MethodGet
source/clipboard.cpp:23
MethodGetAt
source/KuString.h:524
MethodGetBuiltInFunc
source/script.cpp:6808
MethodGetBuiltInVar
source/script.cpp:7331
MethodGetCapacity
source/script_object.cpp:1230
MethodGetClipboardAll
source/var.cpp:246
MethodGetControlCountOnTabPage
source/script_gui.cpp:10151
MethodGetEnumItem
Enumerator for GuiType objects.
source/script_gui.cpp:163
MethodGetEnumItem
source/script_object.cpp:2048
MethodGetEnumProp
source/script_object.cpp:2109
MethodGetExpandedArgSize
source/script_expression.cpp:2307
MethodGetFlags
source/TextIO.h:128
MethodGetItem
source/script_object.h:658
MethodGetLine
source/script.cpp:3418
MethodGetLineContExpr
source/script.cpp:2799
MethodGetLineContinuation
source/script.cpp:3089
MethodGetNonClientArea
source/script_gui.cpp:5166
MethodGetOwnPropDesc
source/script_object.cpp:1462
MethodGetPositionOfTabDisplayArea
source/script_gui.cpp:10209
MethodGetPropertyInfo
source/Debugger.cpp:1013
MethodGetPropertyValue
source/Debugger.cpp:1034
MethodGetPrototype
source/script_gui.cpp:709
MethodGetStringSafe
source/KuString.h:259
MethodGetTabDisplayAreaRect
source/script_gui.cpp:10162
FunctionGetTopChild
source/window.cpp:1258
MethodGetTotalWidthAndHeight
source/script_gui.cpp:5191
MethodGetTypeName
source/script_gui.cpp:44
MethodGuiControlType
source/script.h:2307
MethodGuiType
source/script.h:2613
FunctionGuiWindowProc
source/script_gui.cpp:8179
MethodHas
source/script_object.cpp:1319
MethodHasBase
source/script_object_bif.cpp:172
MethodHasItem
source/script_object.h:653
MethodHasOwnProp
source/script_object.h:351
MethodHasOwnProp
source/script_object.cpp:1314
MethodHasStdErrHook
source/Debugger.h:193
MethodHasStdOutHook
source/Debugger.h:194
← previousnext →1,201–1,300 of 1,855, ranked by callers