Home
last modified time | relevance | path

Searched refs:error_re (Results 1 – 25 of 54) sorted by relevance

123

/dports/security/fwbuilder/fwbuilder-5.3.7/src/libgui/
H A DCompilerOutputPanel.cpp88 error_re.push_back(QRegExp(re.c_str())); in loadFWObject()
182 for (it=error_re.begin(); it!=error_re.end(); ++it) in loadFWObject()
H A DCompilerOutputPanel.h50 std::list<QRegExp> error_re; variable
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/t/95_openxpkiadm/
H A DCommandlineTest.pm51 my ($test_cert, $error_re, @args) = @_;
52 _cert_import($test_cert, $error_re, 0, @args);
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/t/95_openxpkiadm/
H A DCommandlineTest.pm51 my ($test_cert, $error_re, @args) = @_;
52 _cert_import($test_cert, $error_re, 0, @args);
/dports/devel/brz/breezy-3.2.0/breezy/tests/blackbox/
H A Dtest_exceptions.py61 error_re = u'no such option: -\xe4'
62 out = self.run_bzr_error([error_re], ['st', u'-\xe4'])
/dports/security/py-exscript/exscript-2.6/Exscript/stdlib/
H A Dconnection.py260 def set_error(scope, error_re=None): argument
273 conn.set_error_prompt(error_re)
/dports/java/java-subversion/subversion-1.14.1/subversion/tests/cmdline/
H A Dcommit_tests.py1506 error_re = ( ".*(is not a working copy" +
1817 error_re = ".*(out of date|not found).*"
1818 commit(wc_backup, None, None, error_re, C_path)
1819 commit(wc_backup, None, None, error_re, I_path)
1820 commit(wc_backup, None, None, error_re, F_path)
2712 def commit_fails_at_path(path, wc_dir, error_re): argument
2732 error_re = ".*remains in conflict.*"
2733 commit_fails_at_path(wc_dir, wc_dir, error_re)
2734 commit_fails_at_path(A, A, error_re)
2735 commit_fails_at_path(D, D, error_re)
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/tests/cmdline/
H A Dcommit_tests.py1506 error_re = ( ".*(is not a working copy" +
1817 error_re = ".*(out of date|not found).*"
1818 commit(wc_backup, None, None, error_re, C_path)
1819 commit(wc_backup, None, None, error_re, I_path)
1820 commit(wc_backup, None, None, error_re, F_path)
2712 def commit_fails_at_path(path, wc_dir, error_re): argument
2732 error_re = ".*remains in conflict.*"
2733 commit_fails_at_path(wc_dir, wc_dir, error_re)
2734 commit_fails_at_path(A, A, error_re)
2735 commit_fails_at_path(D, D, error_re)
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/tests/cmdline/
H A Dcommit_tests.py1506 error_re = ( ".*(is not a working copy" +
1817 error_re = ".*(out of date|not found).*"
1818 commit(wc_backup, None, None, error_re, C_path)
1819 commit(wc_backup, None, None, error_re, I_path)
1820 commit(wc_backup, None, None, error_re, F_path)
2712 def commit_fails_at_path(path, wc_dir, error_re): argument
2732 error_re = ".*remains in conflict.*"
2733 commit_fails_at_path(wc_dir, wc_dir, error_re)
2734 commit_fails_at_path(A, A, error_re)
2735 commit_fails_at_path(D, D, error_re)
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/tests/cmdline/
H A Dcommit_tests.py1506 error_re = ( ".*(is not a working copy" +
1817 error_re = ".*(out of date|not found).*"
1818 commit(wc_backup, None, None, error_re, C_path)
1819 commit(wc_backup, None, None, error_re, I_path)
1820 commit(wc_backup, None, None, error_re, F_path)
2712 def commit_fails_at_path(path, wc_dir, error_re): argument
2732 error_re = ".*remains in conflict.*"
2733 commit_fails_at_path(wc_dir, wc_dir, error_re)
2734 commit_fails_at_path(A, A, error_re)
2735 commit_fails_at_path(D, D, error_re)
[all …]
/dports/security/py-exscript/exscript-2.6/Exscript/protocols/drivers/
H A Dicotera.py18 self.error_re = [re.compile(r'ERROR')]
H A Dbigip.py44 self.error_re = _error_re
H A Drios.py44 self.error_re = _error_re
H A Dcienasaos.py24 self.error_re = _error_re
H A Dericsson_ban.py50 self.error_re = _error_re
H A Dfortios.py62 self.error_re = _error_re
H A Dnxos.py46 self.error_re = _error_re
H A Dvxworks.py48 self.error_re = _error_re
H A Djunos.py71 self.error_re = _error_re
H A Dzte.py48 self.error_re = _error_re
H A Dace.py47 self.error_re = _error_re
H A Dbrocade.py49 self.error_re = _error_re
H A Daruba.py48 self.error_re = _error_re
/dports/mail/p5-Email-Sender/Email-Sender-1.300031/t/
H A Dsendmail.t82 my $error_re = $IS_WIN32 ? qr/closing pipe/ : qr/open pipe/;
85 $error_re,
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/monkey/qa/
H A Dchecklog186 error_re = re.compile("^(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})( - )(\[.*\])( \[.*\])(.*)$")
212 fields = error_re.split(line)

123