Home
last modified time | relevance | path

Searched defs:TextCommand (Results 1 – 12 of 12) sorted by relevance

/dports/games/manaplus/manaplus-2.1.3.17/src/
H A Dtextcommand.cpp40 TextCommand::TextCommand(const int id, in TextCommand() function in TextCommand
67 TextCommand::TextCommand(const int id, in TextCommand() function in TextCommand
91 TextCommand::TextCommand(const int id) : in TextCommand() function in TextCommand
H A Dspellmanager.h34 class TextCommand; variable
/dports/games/manaplus/manaplus-2.1.3.17/src/resources/db/
H A Dcommandsdb.h34 class TextCommand; variable
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/popups/
H A Dspellpopup.h30 class TextCommand; variable
H A Dpopupmenu.h58 class TextCommand; variable
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/intervention/image/src/Intervention/Image/Commands/
H A DTextCommand.php7 class TextCommand extends AbstractCommand class
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/support/
H A Dfont.h34 enum TextCommand { TEXTCMD_NPC = 26, TEXTCMD_SET_COLOR = 27 }; enum
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/support/
H A Dfont.h34 enum TextCommand { TEXTCMD_NPC = 26, TEXTCMD_SET_COLOR = 27 }; enum
/dports/math/py-plastex/plasTeX-2.1/plasTeX/Base/LaTeX/
H A DFontSelection.py34 class TextCommand(BoxCommand): class
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/windows/
H A Dtextcommandeditor.h41 class TextCommand; variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/
H A DDefaultUndoManager.java84 class TextCommand extends AbstractOperation { class in DefaultUndoManager
106 TextCommand(IUndoContext context) { in TextCommand() method in DefaultUndoManager.TextCommand
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/codegen/codegen/lang/
H A Dparsed_file.cpp49 static const QChar TextCommand(0x0010); in PrepareCommandString() local