Home
last modified time | relevance | path

Searched refs:locateCommand (Results 1 – 12 of 12) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/locator/
H A Dlocator.cpp158 Command *locateCommand = ActionManager::command(Constants::LOCATE); in extensionsInitialized() local
161 connect(locateCommand, &Command::keySequenceChanged, in extensionsInitialized()
268 Command *locateCommand = ActionManager::command(Constants::LOCATE); in updateEditorManagerPlaceholderText() local
287 .arg(locateCommand->keySequence().toString(QKeySequence::NativeText)) in updateEditorManagerPlaceholderText()
/dports/games/ponscripter-07th-mod/ponscripter-fork-3.0.0/doc/
H A Dprototypes174 h_locate locateCommand [x] (i2)
206 locate locateCommand (i2)
/dports/biology/ugene/ugene-40.1/src/plugins/workflow_designer/src/cmdline/
H A DGalaxyConfigTask.cpp182 QString locateCommand = QString("locate %1 -l 1 > %2").arg(objectName).arg(fileName); in tryToFindByLocate() local
183 int rc = system(locateCommand.toLocal8Bit().constData()); in tryToFindByLocate()
185 coreLog.info(QString("Locate command returned -1: %1").arg(locateCommand)); in tryToFindByLocate()
/dports/games/onscripter/onscripter-20200722/
H A DONScripter_lut.cpp216 {"locate", &ONScripter::locateCommand},
H A DONScripter.h202 int locateCommand();
H A DONScripter_command.cpp1939 int ONScripter::locateCommand() in locateCommand() function in ONScripter
/dports/games/onscripter-1byte/onscripter-20200722/
H A DONScripter_lut.cpp216 {"locate", &ONScripter::locateCommand},
H A DONScripter.h202 int locateCommand();
H A DONScripter_command.cpp1939 int ONScripter::locateCommand() in locateCommand() function in ONScripter
/dports/games/ponscripter-07th-mod/ponscripter-fork-3.0.0/src/
H A DPonscripterLabel.cpp218 dict["h_locate"] = &PonscripterLabel::locateCommand; in sfunc_lut_t()
240 dict["locate"] = &PonscripterLabel::locateCommand; in sfunc_lut_t()
279 dict["plocate"] = &PonscripterLabel::locateCommand; in sfunc_lut_t()
H A DPonscripterLabel.h250 int locateCommand(const pstring& cmd);
H A DPonscripterLabel_command.cpp1951 int PonscripterLabel::locateCommand(const pstring& cmd) in locateCommand() function in PonscripterLabel