Home
last modified time | relevance | path

Searched refs:ERROR_TEMPLATE (Results 1 – 7 of 7) sorted by relevance

/dports/www/e107/e107/e107_core/templates/
H A Derror_template.php19 $ERROR_TEMPLATE = array(); variable
24 $ERROR_TEMPLATE['400'] = '
52 $ERROR_TEMPLATE['401'] = '
80 $ERROR_TEMPLATE['403'] = '
108 $ERROR_TEMPLATE['404'] = '
136 $ERROR_TEMPLATE['500'] = '
164 $ERROR_TEMPLATE['DEFAULT'] = '
/dports/www/p5-CGI-Ex/CGI-Ex-2.50/lib/CGI/Ex/
H A DDie.pm25 our $ERROR_TEMPLATE;
55 $ERROR_TEMPLATE = $args{'error_template'} if exists $args{'error_template'};
130 if ($ERROR_TEMPLATE) {
131 $out = UNIVERSAL::isa($ERROR_TEMPLATE, 'CODE') ? &$ERROR_TEMPLATE($args) # coderef
132 : (substr($ERROR_TEMPLATE,0,1) ne '/') ? $ERROR_TEMPLATE # html string
134 if (open my $fh, $ERROR_TEMPLATE) {
135 read($fh, my $str, -s $ERROR_TEMPLATE);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/xregexp/
H A Dregexp_template_tester.cpp58 #define ERROR_TEMPLATE(errcode, message) \ macro
308 ERROR_TEMPLATE(eMismatchContent, "content mismatch"); in x_CompareLines()
311 ERROR_TEMPLATE(eMismatchContent, "cannot match all variables"); in x_CompareLines()
409 ERROR_TEMPLATE(eVarErr, "wrong variable definition"); in x_SubstituteVars()
452 ERROR_TEMPLATE(eOpErr, "SET: variable not specified"); in x_Op_Set()
457 ERROR_TEMPLATE(eOpErr, "SET: no assignment operator"); in x_Op_Set()
506 ERROR_TEMPLATE(eOpErr, "TEST: no comparison operator"); in x_Op_Test()
555 ERROR_TEMPLATE(eOpErr, "INCLUDE: cannot open file: " + path); in x_Op_Include()
625 ERROR_TEMPLATE(eOpErr, "SKIP: expected number of lines"); in x_Op_Skip()
670 ERROR_TEMPLATE(eMismatchLength, "SKIP: unable to skip " + in x_Op_Skip()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/util/xregexp/
H A Dregexp_template_tester.cpp58 #define ERROR_TEMPLATE(errcode, message) \ macro
308 ERROR_TEMPLATE(eMismatchContent, "content mismatch"); in x_CompareLines()
311 ERROR_TEMPLATE(eMismatchContent, "cannot match all variables"); in x_CompareLines()
409 ERROR_TEMPLATE(eVarErr, "wrong variable definition"); in x_SubstituteVars()
452 ERROR_TEMPLATE(eOpErr, "SET: variable not specified"); in x_Op_Set()
457 ERROR_TEMPLATE(eOpErr, "SET: no assignment operator"); in x_Op_Set()
506 ERROR_TEMPLATE(eOpErr, "TEST: no comparison operator"); in x_Op_Test()
555 ERROR_TEMPLATE(eOpErr, "INCLUDE: cannot open file: " + path); in x_Op_Include()
625 ERROR_TEMPLATE(eOpErr, "SKIP: expected number of lines"); in x_Op_Skip()
670 ERROR_TEMPLATE(eMismatchLength, "SKIP: unable to skip " + in x_Op_Skip()
[all …]
/dports/devel/py-moto/moto-2.2.16/moto/sqs/
H A Dresponses.py89 template = self.response_template(ERROR_TEMPLATE)
809 ERROR_TEMPLATE = """<ErrorResponse xmlns="http://queue.amazonaws.com/doc/2012-11-05/"> variable
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/http/
H A Dserver.py484 ERROR_TEMPLATE = HTML_ERROR_TEMPLATE variable in DirectServeHtmlResource
505 return_html_error(f, request, self.ERROR_TEMPLATE)
/dports/devel/py-mypy/mypy-0.910/mypy/
H A Dutil.py232 ERROR_TEMPLATE = """<?xml version="1.0" encoding="utf-8"?> variable
250 xml = ERROR_TEMPLATE.format(text=escape('\n'.join(messages)), time=dt,