Home
last modified time | relevance | path

Searched refs:start_err (Results 1 – 25 of 1552) sorted by relevance

12345678910>>...63

/dports/www/nift/nsm-2.4.11/
H A Dnsm.cpp96 start_err(std::cout) << noParams; in parError()
214 start_err(std::cout) << "do not run Nift from the root directory!" << std::endl; in main()
560 start_err(std::cout) << "no / found in provided clone url" << std::endl; in main()
1041 start_err(std::cout) << "run: no file specified to run" << std::endl; in main()
1218 start_err(std::cout) << "correct usage 'diff file-path'" << std::endl; in main()
1986 start_err(std::cout) << "command has changed to rmv-from-file" << std::endl; in main()
2004 start_err(std::cout) << "command has changed to rmv-dir" << std::endl; in main()
2030 start_err(std::cout) << "command has changed to rmv" << std::endl; in main()
2047 start_err(std::cout) << "command has changed to mve" << std::endl; in main()
2063 start_err(std::cout) << "command has changed to cpy" << std::endl; in main()
[all …]
H A DProjectInfo.cpp88 start_err(std::cout) << "failed to get present branch" << std::endl; in create_config_file()
507 start_err(std::cout) << "failed to open .nsm/tracking.list" << std::endl; in open_tracking()
802 start_err(std::cout) << "info-all: failed to open watch list" << std::endl; in info_all()
1385 start_err(std::cout) << "names cannot contain '.'" << std::endl; in track()
2211 start_err(std::cout) << "new name cannot contain '.'" << std::endl; in mv()
2216 start_err(std::cout) << "new name must be a non-empty string" << std::endl; in mv()
2226 start_err(std::cout) << "Nift is not tracking " << oldName << std::endl; in mv()
2231 start_err(std::cout) << "Nift is already tracking " << newName << std::endl; in mv()
2356 start_err(std::cout) << "new name cannot contain '.'" << std::endl; in cp()
2361 start_err(std::cout) << "new name must be a non-empty string" << std::endl; in cp()
[all …]
H A DFileSystem.cpp167 start_err(eos, readPath, lineNo) << "remove_path: failed to remove " << path << std::endl; in remove_path()
169 start_err(eos) << "remove_path: failed to remove " << path << std::endl; in remove_path()
490start_err(eos) << "will not replace " << Path(targetDir, "") << " with " << Path(sourceDir, "") <<… in cpDir()
647start_err(eos, readPath, lineNo) << "cannot copy " << sourcePath << " as file does not exist" << s… in cpFile()
649 start_err(eos) << "cannot copy " << sourcePath << " as file does not exist" << std::endl; in cpFile()
660start_err(eos, readPath, lineNo) << "will not copy " << sourcePath << " to " << targetPath << std:… in cpFile()
662 start_err(eos) << "will not copy " << sourcePath << " to " << targetPath << std::endl; in cpFile()
679start_err(eos, readPath, lineNo) << "could not open " << sourcePath << " for reading" << std::endl; in cpFile()
681 start_err(eos) << "could not open " << sourcePath << " for reading" << std::endl; in cpFile()
690start_err(eos, readPath, lineNo) << "could not open " << targetPath << " for writing" << std::endl; in cpFile()
[all …]
H A DGitInfo.cpp10start_err(std::cout) << "is_git_configured(): system('git config --global user.email > .nsm-git-em… in is_git_configured()
34start_err(std::cout) << "is_git_configured(): system('git config --global user.name > .nsm-git-use… in is_git_configured()
65start_err(std::cout) << "is_git_remote_set(): system('git config --get remote.origin.url > .nsm-gi… in is_git_remote_set()
76 start_err(std::cout) << "no remote git url set" << std::endl; in is_git_remote_set()
89start_err(std::cout) << "get_pb(): system('git symbolic-ref HEAD --short > .nsm-present-branch.txt… in get_pb()
108start_err(std::cout) << "get_remote(): system('git remote > .nsm-git-remote.txt') failed in " << q… in get_remote()
132 start_err(std::cout) << "system(\"git show-ref > .nsm-git-branches.txt\") failed" << std::endl; in get_git_branches()
H A DPath.h60 std::ostream& start_err(std::ostream& eos);
61 std::ostream& start_err(std::ostream& eos, const Path& readPath);
62 std::ostream& start_err(std::ostream& eos, const Path& readPath, const int& lineNo);
H A DPath.cpp169 std::ostream& start_err(std::ostream& eos) in start_err() function
181 std::ostream& start_err(std::ostream& eos, const Path& readPath) in start_err() function
197 std::ostream& start_err(std::ostream& eos, const Path& readPath, const int& lineNo) in start_err() function
217 return start_err(eos, readPath, sLineNo); in start_err_ml()
H A DParser.cpp365 start_err(os, scriptPath, errLineNo) << "lua: " << errStr << std::endl; in run_script()
594 start_err(eos, modeStr) << "getline crashed" << std::endl; in interactive()
737 start_err(eos, emptyPath, errLineNo) << "lua: " << errStr << std::endl; in interactive()
748 start_err(eos, modeStr) << "an unknown error occurred" << std::endl; in interactive()
934 start_err(eos, path) << "run: failed to define argv vector" << std::endl; in run()
946 start_err(eos, path) << "run: failed to define argc integer" << std::endl; in run()
971 start_err(eos, path, errLineNo) << "lua: " << errStr << std::endl; in run()
986 start_err(eos, path) << "exprtk: failed to compile script" << std::endl; in run()
1892 start_err(eos, readPath, lineNo) << "caught an unknown error" << std::endl; in f_read_and_process_fast()
3712 start_err(eos, readPath, errLineNo) << "lua: " << errStr << std::endl; in read_and_process_fn()
[all …]
/dports/devel/smv/smv/
H A Dinit.c123 start_err();
132 start_err();
141 start_err();
150 start_err();
155 void start_err() in start_err() function
233 start_err();
271 start_err();
H A Dinit.h30 void start_err();
/dports/www/mitmproxy/mitmproxy-7.0.4/mitmproxy/tools/console/
H A Dmaster.py38 self.start_err: typing.Optional[log.LogEntry] = None
212 if self.start_err:
214 self.sig_add_log(None, self.start_err)
215 self.start_err = None
/dports/sysutils/usermin/usermin-1.830/at/lang/
H A Del.auto15 start_err=Αποτυχία εκκίνησης διακομιστή
H A Dru.auto15 start_err=Не удалось запустить сервер
H A Dbg.auto15 start_err=Стартирането на сървъра не бе успешно
H A Duk.auto47 start_err=Не вдалося запустити сервер
H A Dzh.auto47 start_err=无法启动服务器
H A Dzh_TW.auto47 start_err=無法啟動服務器
H A Dfa.auto81 start_err=سرور شروع نشد
/dports/sysutils/webmin/webmin-1.981/at/lang/
H A Dru.auto15 start_err=Не удалось запустить сервер
H A Del.auto15 start_err=Αποτυχία εκκίνησης διακομιστή
H A Dbg.auto15 start_err=Стартирането на сървъра не бе успешно
H A Duk.auto47 start_err=Не вдалося запустити сервер
H A Dzh_TW.auto47 start_err=無法啟動服務器
H A Dzh.auto47 start_err=无法启动服务器
H A Dfa.auto81 start_err=سرور شروع نشد
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mmc/host/
H A Dmmci.c68 .start_err = MCI_STARTBITERR,
86 .start_err = MCI_STARTBITERR,
105 .start_err = MCI_STARTBITERR,
130 .start_err = MCI_STARTBITERR,
156 .start_err = MCI_STARTBITERR,
190 .start_err = MCI_STARTBITERR,
225 .start_err = MCI_STARTBITERR,
330 .start_err = MCI_STARTBITERR,
1286 status_err = status & (host->variant->start_err | in mmci_data_irq()
1681 writel(MCI_IRQENABLE | host->variant->start_err, in mmci_irq_thread()
[all …]

12345678910>>...63