Home
last modified time | relevance | path

Searched refs:pushTable (Results 1 – 25 of 37) sorted by relevance

12

/dports/print/lyx/lyx-2.3.4.2/src/
H A DLexer.h153 template<int N> void pushTable(LexerKeyword (&table)[N]) in pushTable() function
154 { pushTable(table, N); } in pushTable()
209 void pushTable(LexerKeyword *, int);
244 lex.pushTable(table, N); in PushPopHelper()
H A DLexer.cpp60 void pushTable(LexerKeyword * tab, int num);
213 void Lexer::Pimpl::pushTable(LexerKeyword * tab, int num) in pushTable() function in lyx::Lexer::Pimpl
610 void Lexer::pushTable(LexerKeyword * tab, int num) in pushTable() function in lyx::Lexer
612 pimpl_->pushTable(tab, num); in pushTable()
H A DLanguage.cpp119 lex.pushTable(languageTags); in readLanguage()
H A DLaTeXFonts.cpp362 lex.pushTable(latexFontTags); in readFont()
H A DLayout.cpp274 lex.pushTable(layoutTags); in readIgnoreForcelocal()
758 lex.pushTable(alignTags); in readAlignPossible()
H A DCounters.cpp70 lex.pushTable(counterTags); in read()
H A DTextClass.cpp993 lexrc.pushTable(classOptionsTags); in readClassOptions()
1246 lexrc.pushTable(floatTags); in readFloat()
/dports/games/stratagus/stratagus-3.2.0/src/include/
H A Dluacallback.h50 void pushTable(std::initializer_list<std::pair<std::string, std::variant<std::string, int>>> list);
51 void pushTable(std::map<std::string, std::variant<std::string, int>> map);
/dports/games/stratagus/stratagus-3.2.0/src/stratagus/
H A Dluacallback.cpp108 void LuaCallback::pushTable(std::initializer_list<std::pair<std::string, std::variant<std::string, … in pushTable() function in LuaCallback
124 void LuaCallback::pushTable(std::map<std::string, std::variant<std::string, int>> map) { in pushTable() function in LuaCallback
/dports/math/rkward-kde/rkward-0.7.1/rkward/dataeditor/
H A Drkeditordataframe.h55 void pushTable (RCommandChain *sync_chain);
H A Drkvareditmodel.h216 void pushTable (RCommandChain* sync_chain);
H A Drkvareditmodel.cpp815 pushTable (chain); in RKVarEditDataFrameModel()
960 void RKVarEditDataFrameModel::pushTable (RCommandChain *sync_chain) { in pushTable() function in RKVarEditDataFrameModel
992 pushTable (chain); in restoreObject()
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DToolbars.cpp117 lex.pushTable(toolTags); in read()
285 lex.pushTable(toolTags); in readToolbars()
H A DMenus.cpp534 lex.pushTable(menutags); in read()
2454 lex.pushTable(menutags); in read()
/dports/audio/polyphone/polyphone-75a5e88/sources/repository/soundfont/editor/
H A Dhtmleditor.cpp71 …ui->pushTable->setIcon(ContextManager::theme()->getColoredSvg(":/html_editor/table.svg", QSize(16,… in HtmlEditor()
121 menu = new QMenu(ui->pushTable); in HtmlEditor()
123 ui->pushTable->setMenu(menu); in HtmlEditor()
/dports/print/lyx/lyx-2.3.4.2/src/insets/
H A DInsetLayout.cpp191 lex.pushTable(elementTags); in read()
/dports/games/stratagus/stratagus-3.2.0/src/network/
H A Donline_service.cpp1108 SetGames->pushTable({{"Creator", value->getCreator()}, in setGamelist()
1133 SetFriends->pushTable({ { "Name", value->getName() }, in setFriendslist()
1151 ShowUserInfo->pushTable(m); in reportUserdata()
/dports/japanese/w3m-img/w3m-2b59b9e/
H A Dproto.h420 extern void pushTable(struct table *, struct table *);
H A Dtable.c3375 pushTable(struct table *tbl, struct table *tbl1) in pushTable() function
/dports/japanese/w3m/w3m-2b59b9e/
H A Dproto.h420 extern void pushTable(struct table *, struct table *);
H A Dtable.c3375 pushTable(struct table *tbl, struct table *tbl1) in pushTable() function
/dports/www/w3m/w3m-2b59b9e/
H A Dproto.h420 extern void pushTable(struct table *, struct table *);
H A Dtable.c3375 pushTable(struct table *tbl, struct table *tbl1) in pushTable() function
/dports/www/w3m-img/w3m-2b59b9e/
H A Dproto.h420 extern void pushTable(struct table *, struct table *);
H A Dtable.c3375 pushTable(struct table *tbl, struct table *tbl1) in pushTable() function

12