MCPcopy Create free account

hub / github.com/WinMerge/winmerge / functions

Functions19,412 in github.com/WinMerge/winmerge

↓ 4 callersFunctionIsShellExtensionRegistered
Src/PropShell.cpp:40
↓ 4 callersFunctionIsSubstring
Externals/googletest/googletest/src/gtest.cc:1835
↓ 4 callersMethodIsTime
Src/Common/varprop.h:44
↓ 4 callersFunctionIsVista_OrGreater
Src/Win_VersionHelper.h:50
↓ 4 callersFunctionIsWin7_OrGreater
Src/Win_VersionHelper.h:44
↓ 4 callersFunctionIsWinVer_OrGreater
Src/Win_VersionHelper.h:16
↓ 4 callersMethodLeftLineInMovedBlock
* @brief Get right->left info for a moved line (apparent line number) */
Src/MergeDoc.cpp:1116
↓ 4 callersMethodLoadAllFileFilters
* @brief Load any known file filters * @todo Preserve filter selection? How? */
Src/FileFilterHelper.cpp:692
↓ 4 callersFunctionLoadAndSortFiles
* @brief Load arrays with all directories & files in specified dir */
Src/DirTravel.cpp:32
↓ 4 callersFunctionLoadFromXML
Src/InternalPlugins.cpp:759
↓ 4 callersMethodLoadToolbar
Src/Common/BCMenu.cpp:931
↓ 4 callersFunctionMakeAndRegisterTestInfo
Creates a new TestInfo object and registers it with Google Test; returns the created object. Arguments: test_suite_name: name of the test suite nam
Externals/googletest/googletest/src/gtest.cc:2763
↓ 4 callersFunctionMatcher
Externals/googletest/googletest/include/gtest/gtest-matchers.h:499
↓ 4 callersMethodMergeDocClosing
* @brief MergeDoc informs us it is closing. */
Src/DirDoc.cpp:604
↓ 4 callersMethodMove
Src/DirActions.h:450
↓ 4 callersMethodMoveOnLoad
Src/MergeDoc.cpp:2528
↓ 4 callersMethodMoveableToNextDiff
Src/DirDoc.cpp:911
↓ 4 callersMethodMoveableToPrevDiff
Src/DirDoc.cpp:922
↓ 4 callersMethodNextDouble
Returns the next greater double. Returns +infinity on input +infinity.
Externals/poco/Foundation/src/ieee.h:91
↓ 4 callersMethodNormalizePath
* @brief Normalize path. */
Src/PathContext.cpp:28
↓ 4 callersMethodOnCallstackEntry
Externals/StackWalker/Main/StackWalker/StackWalker.cpp:1606
↓ 4 callersMethodOpenDocs
* @brief Loads files and does initial rescan. * @param fileloc [in] File to open to left/middle/right side (path & encoding info) * @param bRO [in]
Src/MergeDoc.cpp:2279
↓ 4 callersFunctionOpenFileForWriting
Utility function to Open File for Writing
Externals/googletest/googletest/src/gtest.cc:209
↓ 4 callersMethodPacking
Src/FileTransform.cpp:526
↓ 4 callersMethodReadString
* @brief Read String value from registry. * @param [in] pszKey Path to actual registry key to access. * @param [in] defval Default value to return i
ShellExtension/Common/RegKey.cpp:301
↓ 4 callersMethodReadStringAll
Src/Common/UniFile.cpp:329
↓ 4 callersFunctionReadUint64
Reads digits from the buffer and converts them to a uint64. Reads in as many digits as fit into a uint64. When the string starts with "184467440737095
Externals/poco/Foundation/src/strtod.cc:151
↓ 4 callersFunctionRecordZero
* @brief Record occurrence of binary zero to stats */
Src/Common/UniFile.cpp:379
↓ 4 callersFunctionRegisterShellExtension
Src/PropShell.cpp:87
↓ 4 callersMethodReloadAllScripts
Src/Plugins.cpp:1052
↓ 4 callersMethodReloadUpdatedFilters
* @brief Reloads changed filter files * * Checks if filter file has been modified since it was last time * loaded/reloaded. If file has been modifi
Src/FileFilterHelper.cpp:668
↓ 4 callersMethodRemove
Src/Plugins.cpp:1122
↓ 4 callersFunctionRemoveBarBorder
Src/FrameWndHelper.cpp:40
↓ 4 callersFunctionReplaceFunction
Src/Common/SysColorHook.cpp:70
↓ 4 callersFunctionReportError
* @brief Display or return error message string (from number) * * @param style: if 0, return sysalloc'd string, else msgbox * * Calls FormatMessage to
Src/Common/lwdisp.c:73
↓ 4 callersMethodReset
* @brief Reset option's value to default value. */
Src/Common/OptionsMgr.cpp:340
↓ 4 callersMethodResetContent
Src/Common/SuperComboBox.cpp:461
↓ 4 callersMethodRun
* @brief Execute fileoperations. * @return `true` if all actions were done successfully, `false` otherwise. */
Src/FileActionScript.cpp:215
↓ 4 callersFunctionRxTry
Externals/crystaledit/editlib/utils/cregexp.cpp:838
↓ 4 callersFunctionSanitizedDoubletof
Externals/poco/Foundation/src/strtod.cc:497
↓ 4 callersMethodSaveFilters
* @brief Save linefilters to options system. */
Src/LineFiltersList.cpp:137
↓ 4 callersFunctionSaveTreeState
Src/DirActions.cpp:1594
↓ 4 callersMethodSelectDiff
* @brief Selects diff by number and syncs other file * @param [in] nDiff Diff to select, must be >= 0 * @param [in] bScroll Scroll diff to view * @
Src/MergeEditView.cpp:1074
↓ 4 callersMethodSetActivePane
Src/MergeEditView.cpp:4473
↓ 4 callersFunctionSetArchiveBit
(sFilePath, bValue)
Translations/WinMerge/CreateMasterPotFile.js:328
↓ 4 callersMethodSetBooleanValueColumn
Src/SubeditList.h:117
↓ 4 callersMethodSetCollectFunction
Src/DiffThread.h:92
↓ 4 callersMethodSetColumnWidth
Externals/crystaledit/editlib/ccrystaltextbuffer.cpp:2003
↓ 4 callersMethodSetCompareFunction
Src/DiffThread.h:93
↓ 4 callersMethodSetDescription
Src/MergeDoc.h:266
↓ 4 callersMethodSetDetectMovedBlocks
* @brief Set detect/not detect Moved Blocks */
Src/MergeDoc.cpp:2672
↓ 4 callersFunctionSetDiffItemLeftOnly
Testing/GoogleTest/FileFilter/FileFilterHelper_test.cpp:28
↓ 4 callersFunctionSetDiffItemRightOnly
Testing/GoogleTest/FileFilter/FileFilterHelper_test.cpp:43
↓ 4 callersMethodSetFilterList
Src/DiffWrapper.cpp:1864
↓ 4 callersMethodSetLastCompareResult
Src/Merge.h:80
↓ 4 callersFunctionSetProgPath
Src/Environment.cpp:98
↓ 4 callersMethodSetTestPartResultReporterForCurrentThread
Sets the test part result reporter for the current thread.
Externals/googletest/googletest/src/gtest.cc:1063
↓ 4 callersMethodSetTitle
* @brief Set document title to given string or items compared. * * Formats and sets caption for directory compare window. Caption * has left- and
Src/DirDoc.cpp:844
↓ 4 callersFunctionSignedZero
Externals/poco/Foundation/src/string-to-double.cc:155
↓ 4 callersMethodSkip
Skip and records a skipped test result for this object.
Externals/googletest/googletest/src/gtest.cc:2857
↓ 4 callersFunctionSkipBlankLines
Src/CompareEngines/ByteComparator.cpp:134
↓ 4 callersFunctionSplitString
Externals/googletest/googletest/src/gtest.cc:1251
↓ 4 callersFunctionStringGetsExWorkerA
Testing/FolderCompare/mingw/strsafe.h:1762
↓ 4 callersFunctionStringGetsExWorkerW
Testing/FolderCompare/mingw/strsafe.h:1834
↓ 4 callersFunctionStringVPrintfExWorkerA
Testing/FolderCompare/mingw/strsafe.h:1586
↓ 4 callersFunctionStringVPrintfExWorkerW
Testing/FolderCompare/mingw/strsafe.h:1659
↓ 4 callersFunctionStringVPrintfWorkerA
Testing/FolderCompare/mingw/strsafe.h:1546
↓ 4 callersFunctionStringVPrintfWorkerW
Testing/FolderCompare/mingw/strsafe.h:1566
↓ 4 callersMethodTestAgainstRegList
Src/Plugins.cpp:279
↓ 4 callersFunctionTimeString
* @brief Convert unix time to string to show in the GUI. * @param [in] tim Time in seconds since 1.1.1970. * @return Time as a string, proper to sho
Src/locality.cpp:121
↓ 4 callersMethodTranslate
Src/MergeAppCOMClass.cpp:18
↓ 4 callersFunctionTraverseMenuRecursive
Src/FileFilterHelperMenu.cpp:10
↓ 4 callersFunctionUTFStrlen
Externals/poco/Foundation/include/Poco/UnicodeConverter.h:127
↓ 4 callersMethodUndo
Src/MergeDoc.cpp:812
↓ 4 callersMethodUnwatchDocuments
Src/MainFrm.cpp:3710
↓ 4 callersFunctionValidateDiffMap
Src/MergeDocDiffSync.cpp:21
↓ 4 callersFunction_tr_stored_block
=========================================================================== * Send a stored block */
Externals/poco/Foundation/src/trees.c:858
↓ 4 callersFunctionad_hoc_test_result
Returns the TestResult for the ad hoc test.
Externals/googletest/googletest/src/gtest-internal-inl.h:615
↓ 4 callersMethodaddProject
(self, project)
Translations/GetTranslationsStatus.py:70
↓ 4 callersFunctionallocate_node
Externals/boost/boost/multi_index_container.hpp:643
↓ 4 callersFunctionallocator_allocate
Externals/boost/boost/core/allocator_access.hpp:372
↓ 4 callersMethodappendData
Externals/poco/XML/src/CharacterData.cpp:67
↓ 4 callersFunctionappendJSONKey
Externals/poco/Foundation/src/VarHolder.cpp:83
↓ 4 callersMethodasInteger
Externals/poco/Foundation/src/Token.cpp:71
↓ 4 callersMethodassign
Externals/boost/boost/range/iterator_range_core.hpp:279
↓ 4 callersMethodautoDelete
Externals/poco/Foundation/include/Poco/MetaObject.h:85
↓ 4 callersMethodbyteOrder
Externals/poco/Foundation/include/Poco/BinaryWriter.h:261
↓ 4 callersFunctionbyte_swap
Swap the bytes in a z_word_t to convert between little and big endian. Any self-respecting compiler will optimize this to a single machine byte-swap
Externals/poco/Foundation/src/crc32.c:113
↓ 4 callersFunctionbyteswap_impl
Externals/boost/boost/core/bit.hpp:894
↓ 4 callersFunctionc_str
Externals/googletest/googletest/include/gtest/internal/gtest-filepath.h:86
↓ 4 callersMethodcanCreate
Externals/poco/Foundation/include/Poco/MetaObject.h:151
↓ 4 callersMethodcbegin
Externals/boost/boost/unordered/unordered_map.hpp:178
↓ 4 callersMethodclear
Externals/poco/Foundation/include/Poco/ordered_hash.h:124
↓ 4 callersMethodclear_impl
Externals/boost/boost/unordered/detail/implementation.hpp:2671
↓ 4 callersFunctionclone
Externals/poco/Foundation/include/Poco/Observer.h:101
↓ 4 callersMethodclose
Externals/poco/Foundation/src/ArchiveStrategy.cpp:95
↓ 4 callersFunctioncompile_assert_matchingpath
Externals/poco/Foundation/src/pcre2_jit_compile.c:10160
↓ 4 callersFunctioncompile_ref_matchingpath
Externals/poco/Foundation/src/pcre2_jit_compile.c:9460
↓ 4 callersFunctioncompile_reverse_matchingpath
Externals/poco/Foundation/src/pcre2_jit_compile.c:10028
↓ 4 callersFunctionconstruct_value
Externals/boost/boost/multi_index_container.hpp:654
← previousnext →1,601–1,700 of 19,412, ranked by callers