MCPcopy Create free account

hub / github.com/bruderstein/nppPluginManager / functions

Functions552 in github.com/bruderstein/nppPluginManager

MethodDownloadManager
libinstall/src/DownloadManager.cpp:13
MethodDownloadStep
libinstall/src/DownloadStep.cpp:14
MethodElement
Return the handle as a TiXmlElement. This may return null.
TinyXml/include/tinyxml/tinyxml.h:1259
MethodEncoding
Encoding. Will return empty if none was found.
TinyXml/include/tinyxml/tinyxml.h:929
MethodErrorId
Generally, you probably want the error generic_string ( ErrorDesc() ). But if you prefer the ErrorId, this function will fetch it. */
TinyXml/include/tinyxml/tinyxml.h:1059
MethodFileBuffer
libinstall/src/FileBuffer.cpp:25
MethodFirstAttribute
TinyXml/include/tinyxml/tinyxml.h:784
MethodFirstChild
TinyXml/include/tinyxml/tinyxml.h:383
MethodFirstChild
TinyXml/include/tinyxml/tinyxml.h:1249
MethodFirstChildElement
TinyXml/include/tinyxml/tinyxml.h:494
MethodFirstChildElement
TinyXml/include/tinyxml/tinyxml.h:1250
MethodGetChar
Get a character, while interpreting entities.
TinyXml/include/tinyxml/tinyxml.h:215
MethodGetDocument
TinyXml/src/tinyxml.cpp:441
MethodGetEntity
TinyXml/src/tinyxmlparser.cpp:224
MethodGetUserData
TinyXml/include/tinyxml/tinyxml.h:521
MethodIdentify
TinyXml/src/tinyxmlparser.cpp:502
MethodInsertAfterChild
TinyXml/src/tinyxml.cpp:225
MethodInsertEndChild
TinyXml/src/tinyxml.cpp:189
MethodInstallStep
libinstall/include/libinstall/InstallStep.h:42
MethodInstallStepFactory
libinstall/src/InstallStepFactory.cpp:32
MethodIntValue
TinyXml/src/tinyxml.cpp:911
MethodInternetDownload
libinstall/src/InternetDownload.cpp:6
MethodIsWhiteSpace
TinyXml/include/tinyxml/tinyxml.h:185
MethodIsWhiteSpaceCondensed
Return the current white space setting.
TinyXml/include/tinyxml/tinyxml.h:150
MethodIterateChildren
TinyXml/include/tinyxml/tinyxml.h:416
MethodLastAttribute
< Access the first attribute in this element.
TinyXml/include/tinyxml/tinyxml.h:785
MethodLastChild
TinyXml/src/tinyxml.cpp:312
MethodLastChild
TinyXml/include/tinyxml/tinyxml.h:386
MethodLoadFile
TinyXml/include/tinyxml/tinyxml.h:1024
MethodModuleInfo
libinstall/include/libinstall/ModuleInfo.h:7
MethodNextSibling
< STL std::generic_string form.
TinyXml/include/tinyxml/tinyxml.h:462
MethodNextSiblingElement
TinyXml/include/tinyxml/tinyxml.h:484
MethodNode
Return the handle as a TiXmlNode. This may return null.
TinyXml/include/tinyxml/tinyxml.h:1257
MethodNotifyUpdatesDialog
pluginManager/src/NotifyUpdatesDialog.h:34
MethodOnSelChanged
pluginManager/src/pluginmanagerdialog.cpp:555
MethodOptions
gpup/src/Options.h:29
MethodParent
One step up the DOM.
TinyXml/include/tinyxml/tinyxml.h:381
MethodPlugin
pluginManager/src/Plugin.cpp:31
MethodPluginCommand
NppPlugin/include/PluginsManager.h:55
MethodPluginInfo
NppPlugin/include/PluginsManager.h:60
MethodPluginList
pluginManager/src/PluginList.cpp:44
MethodPluginListView
pluginManager/src/PluginListView.cpp:28
MethodPluginManagerDialog
pluginManager/src/pluginmanagerdialog.cpp:43
MethodPluginVersion
pluginManager/src/PluginVersion.cpp:26
MethodPluginsManager
NppPlugin/include/PluginsManager.h:89
MethodPrevious
TinyXml/src/tinyxml.cpp:841
MethodPreviousSibling
TinyXml/src/tinyxml.cpp:361
MethodPreviousSibling
Navigate to a sibling node.
TinyXml/include/tinyxml/tinyxml.h:455
MethodPrint
TinyXml/src/tinyxml.cpp:559
MethodPrint
Dump the document to standard out. */
TinyXml/include/tinyxml/tinyxml.h:1106
MethodProgressDialog
gpup/src/ProgressDialog.cpp:7
MethodProgressDialog
pluginManager/src/ProgressDialog.cpp:27
MethodProxyCredentialsDlg
libinstall/include/libinstall/ProxyCredentialsDlg.h:12
MethodPutString
TinyXml/src/tinyxml.cpp:36
MethodQueryDoubleAttribute
TinyXml/src/tinyxml.cpp:520
MethodQueryIntAttribute
TinyXml/src/tinyxml.cpp:510
MethodReadName
TinyXml/src/tinyxmlparser.cpp:197
MethodReadText
TinyXml/src/tinyxmlparser.cpp:308
MethodReadValue
TinyXml/src/tinyxmlparser.cpp:800
MethodRemoveAttribute
TinyXml/src/tinyxml.cpp:372
MethodRemoveAttribute
TinyXml/include/tinyxml/tinyxml.h:781
MethodRemoveChild
TinyXml/src/tinyxml.cpp:279
MethodReplaceChild
TinyXml/src/tinyxml.cpp:251
MethodRootElement
Get the root element -- the only top level element -- of the document. In well formed XML, there should only be one. TinyXml is tolerant of multip
TinyXml/include/tinyxml/tinyxml.h:1044
MethodRow
Return the position, in the original source file, of this node or attribute. The row and column are 1-based. (That is the first row and first column
TinyXml/include/tinyxml/tinyxml.h:170
MethodRunStep
libinstall/src/RunStep.cpp:31
MethodSaveFile
TinyXml/include/tinyxml/tinyxml.h:1029
MethodSetAttribute
STL std::generic_string form.
TinyXml/include/tinyxml/tinyxml.h:756
MethodSetCondenseWhiteSpace
The world does not agree on whether white space should be kept or not. In order to make everyone happy, these global, static functions are provide
TinyXml/include/tinyxml/tinyxml.h:147
MethodSetDoubleValue
TinyXml/src/tinyxml.cpp:904
MethodSetIntValue
TinyXml/src/tinyxml.cpp:897
MethodSetName
TinyXml/include/tinyxml/tinyxml.h:610
MethodSetTabSize
By calling this method, with a tab size greater than 0, the row and column of each node and attribute is stored when the file is loaded. Very usef
TinyXml/include/tinyxml/tinyxml.h:1091
MethodSetUserData
TinyXml/include/tinyxml/tinyxml.h:520
MethodSetValue
< Set the name of this attribute.
TinyXml/include/tinyxml/tinyxml.h:611
MethodSettingsDialog
pluginManager/src/SettingsDialog.h:12
MethodSkipWhiteSpace
TinyXml/src/tinyxmlparser.cpp:151
MethodStandalone
Is this a standalone document?
TinyXml/include/tinyxml/tinyxml.h:931
MethodStreamTo
static*/
TinyXml/src/tinyxmlparser.cpp:182
MethodStreamWhiteSpace
static*/
TinyXml/src/tinyxmlparser.cpp:169
MethodStringEqual
TinyXml/src/tinyxmlparser.cpp:263
MethodStringToBuffer
<-- Strange class for a bug fix. Search for STL_STRING_BUG
TinyXml/src/tinyxml.cpp:112
FunctionTEST_F
Tests/TestCancelToken.cpp:11
MethodText
Return the handle as a TiXmlText. This may return null.
TinyXml/include/tinyxml/tinyxml.h:1261
MethodTiXmlAttribute
Construct an empty attribute.
TinyXml/include/tinyxml/tinyxml.h:566
MethodTiXmlAttributeSet
TinyXml/src/tinyxml.cpp:1064
MethodTiXmlBase
TinyXml/include/tinyxml/tinyxml.h:131
MethodTiXmlComment
Constructs an empty comment.
TinyXml/include/tinyxml/tinyxml.h:824
MethodTiXmlCursor
TinyXml/include/tinyxml/tinyxml.h:86
MethodTiXmlDeclaration
TinyXml/src/tinyxml.cpp:976
MethodTiXmlDeclaration
Construct an empty declaration.
TinyXml/include/tinyxml/tinyxml.h:904
MethodTiXmlDocument
TinyXml/src/tinyxml.cpp:666
MethodTiXmlDocument
Constructor.
TinyXml/include/tinyxml/tinyxml.h:999
MethodTiXmlElement
TinyXml/src/tinyxml.cpp:454
MethodTiXmlElement
std::generic_string constructor.
TinyXml/include/tinyxml/tinyxml.h:705
MethodTiXmlHandle
Create a handle from any node (at any depth of the tree.) This can be a null pointer.
TinyXml/include/tinyxml/tinyxml.h:1214
MethodTiXmlNode
TinyXml/src/tinyxml.cpp:129
MethodTiXmlOutStream
TinyXml/include/tinyxml/tinystr.h:221
MethodTiXmlParsingData
Only used by the document!
TinyXml/src/tinyxmlparser.cpp:56
MethodTiXmlString
TiXmlString constructor, based on a C generic_string
TinyXml/src/tinystr.cpp:38
← previousnext →201–300 of 552, ranked by callers