MCPcopy Create free account

hub / github.com/WinMerge/winmerge / functions

Functions19,412 in github.com/WinMerge/winmerge

↓ 7 callersMethodreturnObject
Externals/poco/Foundation/include/Poco/ObjectPool.h:252
↓ 7 callersMethodsetLevel
Externals/poco/Foundation/src/Logger.cpp:54
↓ 7 callersMethodsetPath
Externals/poco/Foundation/src/URI.cpp:336
↓ 7 callersFunctionsplitOptionName
Testing/GoogleTest/GUITests/GUITestUtils.cpp:338
↓ 7 callersMethodstart
Externals/poco/Foundation/samples/Activity/src/Activity.cpp:30
↓ 7 callersMethodstartDTD
Externals/poco/XML/src/XMLWriter.cpp:469
↓ 7 callersFunctionswap
Externals/poco/XML/include/Poco/XML/Name.h:135
↓ 7 callersMethodtest_to_run_count
Gets the number of tests that should run.
Externals/googletest/googletest/src/gtest.cc:1126
↓ 7 callersFunctiontfopen_s
Src/Common/cio.cpp:15
↓ 7 callersMethodtoString
Externals/poco/Foundation/include/Poco/Dynamic/Pair.h:94
↓ 7 callersFunctiontranslate
Externals/poco/Foundation/include/Poco/String.h:435
↓ 7 callersMethodtry_emplace
Externals/poco/Foundation/include/Poco/ordered_map.h:325
↓ 7 callersFunctionunsafe_get_property
internal "unsafe" version that does not check whether uc is in range */
Externals/poco/Foundation/src/utf8proc.c:233
↓ 7 callersFunctionxdl_recs_copy
Externals/xdiff/xmerge.c:142
↓ 6 callersFunctionAbort
Externals/googletest/googletest/src/gtest-port.cc:1257
↓ 6 callersMethodAddActionItem
* Add new item to the action list. * @param [in] item Item to add to the list. */
Src/FileActionScript.h:111
↓ 6 callersMethodAddFilter
* @brief Loads filterfile from disk and adds it to filters. * @param [in] szFilterFile Filter file to load. * @return FILTER_OK if succeeded or one
Src/FileFilterMgr.cpp:37
↓ 6 callersMethodAddItem
* @brief Add patch item to internal list. * @param [in] pf Patch item to add. */
Src/PatchDlg.h:95
↓ 6 callersFunctionAddPlugin
Src/InternalPlugins.cpp:868
↓ 6 callersMethodAddSubstring
Add the first 'n' characters of the given string 's' to the builder. The input string must have enough characters.
Externals/poco/Foundation/src/utils.h:333
↓ 6 callersMethodApplyDisplayRoot
* @brief Replace internal root by display root * When we have a archive file open, this function converts physical folder * (that is in the temp fol
Src/DirDoc.cpp:814
↓ 6 callersFunctionArrayAsVector
Externals/googletest/googletest/src/gtest.cc:2326
↓ 6 callersMethodBuildWordDiffList
* @brief Add all different elements between lines to the wdiff list */
Src/stringdiffs.cpp:390
↓ 6 callersFunctionChopLowBits
Chops off the n lowest bits from a bit pattern. Returns the n lowest bits. As a side effect, the original bit pattern will be shifted to the right b
Externals/googletest/googletest/src/gtest.cc:1977
↓ 6 callersFunctionCreateTempTextFile
Src/ClipboardHistory.cpp:32
↓ 6 callersMethodDeleteMenu
Src/Common/BCMenu.cpp:1783
↓ 6 callersMethodEnableDocking
Src/Common/sizecbar.cpp:132
↓ 6 callersFunctionFillDigits32FixedLength
Externals/poco/Foundation/src/fixed-dtoa.cc:120
↓ 6 callersFunctionFolderStatField
Src/FilterEngine/FilterExpressionNodes.cpp:690
↓ 6 callersFunctionFormatCountableNoun
Formats a countable noun. Depending on its quantity, either the singular form or the plural form is used. e.g. FormatCountableNoun(1, "formula", "fo
Externals/googletest/googletest/src/gtest.cc:3094
↓ 6 callersFunctionFormatRegexSyntaxError
Helper function used by ValidateRegex() to format error messages.
Externals/googletest/googletest/src/gtest-port.cc:788
↓ 6 callersMethodGenerateReport
* @brief Generate report from file compare results. */
Src/MergeDoc.cpp:3138
↓ 6 callersMethodGet
Externals/crystaledit/editlib/renderers/ccrystalrendererdirectwrite.cpp:155
↓ 6 callersMethodGetAttribute
Src/markdown.cpp:657
↓ 6 callersMethodGetDataBufferAnsi
Src/Common/multiformatText.cpp:476
↓ 6 callersMethodGetDataBufferUnicode
Src/Common/multiformatText.cpp:308
↓ 6 callersMethodGetDiffCount
* @brief Returns the number of differences found */
Src/WebPageDiffFrm.cpp:948
↓ 6 callersFunctionGetDirFromEnv
Returns the value of the first environment variable that is set and contains a non-empty string. If there are none, returns the "fallback" string. Add
Externals/googletest/googletest/src/gtest.cc:6834
↓ 6 callersMethodGetDisplayNames
Src/PropertySystem.cpp:298
↓ 6 callersMethodGetFileCount
Src/MergeDoc.h:205
↓ 6 callersMethodGetFileFilters
* @brief Get list of filters currently available. * * @return Filter list to receive found filters. */
Src/FileFilterHelper.cpp:37
↓ 6 callersMethodGetFilteredFilenames
Src/DiffContext.cpp:271
↓ 6 callersFunctionGetFlags
Externals/crystaledit/editlib/ccrystaltextview.h:721
↓ 6 callersMethodGetLBText
Src/Common/SuperComboBox.cpp:249
↓ 6 callersFunctionGetLocaleString
* @brief String wrapper around API call GetLocaleInfo */
Src/ConfigLog.cpp:197
↓ 6 callersFunctionGetMyDocuments
* @brief Return User's My Documents Folder. * This function returns full path to User's My Documents -folder. * @return Full path to My Documents -f
Src/Environment.cpp:131
↓ 6 callersMethodGetNormalizedPaths
Src/DiffContext.h:109
↓ 6 callersMethodGetRightDesc
* @brief Returns right description. * @return right description. */
Src/ProjectFile.h:259
↓ 6 callersMethodGetSubLineCount
BEGIN SW
Externals/crystaledit/editlib/ccrystaltextview.cpp:3695
↓ 6 callersMethodGetTestInfo
Returns the i-th test among all the tests. i can range from 0 to total_test_count() - 1. If i is not in that range, returns NULL.
Externals/googletest/googletest/src/gtest.cc:2948
↓ 6 callersMethodHasLeft
* @brief Returns if left path is defined in project file. * @return true if project file has left path. */
Src/ProjectFile.h:189
↓ 6 callersMethodHasRight
* @brief Returns if right path is defined in project file. * @return true if project file has right path. */
Src/ProjectFile.h:206
↓ 6 callersFunctionISWSPACE
Src/diffutils/src/io.c:253
↓ 6 callersFunctionISWSPACE
Src/diffutils/src/util.c:288
↓ 6 callersMethodIncreaseTotalItems
* @brief Increase found items (dirs and files) count. * @param [in] count Amount of items to add. */
Src/CompareStats.h:136
↓ 6 callersFunctionInitialize
Src/WinRtLoader.cpp:19
↓ 6 callersFunctionInvokePutPluginArguments
Src/Plugins.cpp:1677
↓ 6 callersMethodIsCompareDone
Src/CompareStats.h:109
↓ 6 callersFunctionIsInSet
Returns true if and only if ch appears anywhere in str (excluding the terminating '\0' character).
Externals/googletest/googletest/src/gtest-port.cc:730
↓ 6 callersFunctionIsUTF8TrailByte
Externals/googletest/googletest/src/gtest-printers.cc:481
↓ 6 callersFunctionMain
()
Tools/Scripts/CheckMenuResources.js:28
↓ 6 callersMethodMakeFilterList
Src/LineFiltersList.cpp:177
↓ 6 callersMethodMatchesName
Returns true if and only if name matches at least one of the patterns in the filter.
Externals/googletest/googletest/src/gtest.cc:780
↓ 6 callersFunctionNumToStr
* @brief Convert number to string. * Converts number to string, with commas between digits in * locale-appropriate manner. */
Src/DirActions.cpp:1532
↓ 6 callersMethodOpen
Plugins/src_VCPP/EditBinaryFiles/Unpacker.cpp:19
↓ 6 callersFunctionPluginErrorFmt
* @brief Display plugin error using a string resource and printf style arguments */
Plugins/src_VCPP/RCLocalizationHelper/PluginError.cpp:59
↓ 6 callersMethodPopulateDiffs
* @brief Populate m_pDiffs from m_wdiffs (combining adjacent diffs) * * Doing the combining of adjacent diffs here keeps some complexity out of Buil
Src/stringdiffs.cpp:489
↓ 6 callersFunctionReplace
* @brief Replace a string inside a string with another string. * This function searches for a string inside another string an if found, * replaces i
Src/DiffWrapper.cpp:310
↓ 6 callersMethodReset
Externals/googletest/googletest/src/gtest-port.cc:283
↓ 6 callersFunctionRxFree
Externals/crystaledit/editlib/utils/cregexp.cpp:623
↓ 6 callersMethodSetColor
* @brief Set color value * @param [in] Index index of color to set (COLORINDEX). * @param [in] color New color value. */
Externals/crystaledit/editlib/SyntaxColors.cpp:183
↓ 6 callersFunctionSetFile
Testing/GoogleTest/DIffItemList/DiffItemList_test.cpp:43
↓ 6 callersMethodSetFileControlStates
* @brief Sets additional state for handling Extended Length file names. */
Src/Common/SuperComboBox.cpp:90
↓ 6 callersMethodSetFileVersion
Src/FileVersion.h:46
↓ 6 callersMethodSetIndicators
Src/Common/LanguageSelect.cpp:744
↓ 6 callersMethodSetOperation
* @brief Set the operation, flags and parent window. * @param [in] operation Operation to run (copy/move/delete/rename). * @param [in] flags Flags r
Src/Common/ShellFileOperations.cpp:148
↓ 6 callersMethodSetPaneCount
Src/EditorFilepathBar.h:99
↓ 6 callersFunctionSkipPrefix
If *pstr starts with the given prefix, modifies *pstr to be right past the prefix and returns true; otherwise leaves *pstr unchanged and returns false
Externals/googletest/googletest/src/gtest.cc:6324
↓ 6 callersFunctionStringFromGTestEnv
Reads and returns the string environment variable corresponding to the given flag; if it's not set, returns default_value.
Externals/googletest/googletest/src/gtest-port.cc:1381
↓ 6 callersMethodUnpackFolder
Src/InternalPlugins.cpp:407
↓ 6 callersFunctionXML_GetParsingStatus
Externals/poco/XML/src/xmlparse.cpp:2748
↓ 6 callersFunctionallocator_deallocate
Externals/boost/boost/core/allocator_access.hpp:379
↓ 6 callersMethodbad
Externals/poco/Foundation/include/Poco/BinaryWriter.h:255
↓ 6 callersMethodbegin
Externals/boost/boost/multi_index/hashed_index.hpp:687
↓ 6 callersMethodbegin
Externals/googletest/googletest/include/gtest/internal/gtest-param-util.h:199
↓ 6 callersFunctioncheck_newlinechar
Externals/poco/Foundation/src/pcre2_jit_compile.c:4509
↓ 6 callersMethodclone
Externals/poco/Foundation/include/Poco/PriorityExpire.h:81
↓ 6 callersFunctionconcat
Src/diffutils/src/util.c:920
↓ 6 callersMethodcont
Externals/poco/Foundation/testsuite/src/ActiveDispatcherTest.cpp:58
↓ 6 callersMethodcopyTo
Externals/poco/Foundation/src/UUID.cpp:230
↓ 6 callersFunctioncopy_recurse_data
Externals/poco/Foundation/src/pcre2_jit_compile.c:2703
↓ 6 callersFunctioncrc_word
Return the CRC of the W bytes in the word_t data, taking the least-significant byte of the word as the first byte of data, without any pre or post
Externals/poco/Foundation/src/crc32.c:676
↓ 6 callersFunctioncrc_word_big
Externals/poco/Foundation/src/crc32.c:683
↓ 6 callersMethodcreateAttribute
Externals/poco/XML/src/Document.cpp:192
↓ 6 callersMethodcreateAttributeNS
Externals/poco/XML/src/Document.cpp:234
↓ 6 callersMethodcreateChannel
Externals/poco/Foundation/src/LoggingFactory.cpp:64
↓ 6 callersMethoddataElement
Externals/poco/XML/src/XMLWriter.cpp:393
↓ 6 callersFunctionderef
Externals/boost/boost/fusion/iterator/deref.hpp:59
↓ 6 callersMethoddump
Externals/poco/Foundation/src/Logger.cpp:98
↓ 6 callersMethodempty
Externals/poco/Foundation/include/Poco/Dynamic/Struct.h:213
← previousnext →1,101–1,200 of 19,412, ranked by callers