Searched refs:HtmlEntityDecode (Results 1 – 14 of 14) sorted by relevance
/dports/security/modsecurity3/modsecurity-v3.0.5/src/actions/transformations/ |
H A D | html_entity_decode.h | 34 class HtmlEntityDecode : public Transformation { 36 explicit HtmlEntityDecode(const std::string &action) in HtmlEntityDecode() function
|
H A D | html_entity_decode.cc | 36 std::string HtmlEntityDecode::evaluate(const std::string &value, in evaluate() 59 int HtmlEntityDecode::inplace(unsigned char *input, uint64_t input_len) { in inplace()
|
H A D | transformation.cc | 87 IF_MATCH(htmlEntityDecode) { return new HtmlEntityDecode(a); } in instantiate()
|
/dports/security/modsecurity3/modsecurity-v3.0.5/test/fuzzer/ |
H A D | afl_fuzzer.cc | 169 HtmlEntityDecode *htmlentitydecode = new HtmlEntityDecode("HtmlEntityDecode"); htmlentitydecode->ev… in main()
|
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientgui/ |
H A D | BOINCBaseView.h | 198 static wxString HtmlEntityDecode(wxString strRaw);
|
H A D | ViewProjects.cpp | 949 strBuffer = HtmlEntityDecode(wxString(project_name.c_str(), wxConvUTF8)); in GetDocProjectName() 984 strBuffer = HtmlEntityDecode(wxString(project->user_name.c_str(), wxConvUTF8)); in GetDocAccountName() 1018 strBuffer = HtmlEntityDecode(wxString(project->team_name.c_str(), wxConvUTF8)); in GetDocTeamName()
|
H A D | ViewWork.cpp | 1067 strBuffer = HtmlEntityDecode(wxString(project_name.c_str(), wxConvUTF8)); in GetDocProjectName() 1101 … strAppBuffer = HtmlEntityDecode(wxString(state_result->app->user_friendly_name, wxConvUTF8)); in GetDocApplicationName() 1103 strAppBuffer = HtmlEntityDecode(wxString(state_result->avp->app_name, wxConvUTF8)); in GetDocApplicationName()
|
H A D | ViewResources.cpp | 152 strBuffer = HtmlEntityDecode(wxString(project_name.c_str(), wxConvUTF8)); in FormatProjectName()
|
H A D | ViewMessages.cpp | 523 strBuffer = HtmlEntityDecode(wxString(message->project.c_str(), wxConvUTF8)); in FormatProjectName()
|
H A D | ViewTransfers.cpp | 665 strBuffer = HtmlEntityDecode(wxString(transfer->project_name.c_str(), wxConvUTF8)); in GetDocProjectName()
|
H A D | BOINCBaseView.cpp | 1056 wxString CBOINCBaseView::HtmlEntityDecode(wxString strRaw) { in HtmlEntityDecode() function in CBOINCBaseView
|
/dports/security/modsecurity3/modsecurity-v3.0.5/src/parser/ |
H A D | seclang-parser.yy | 2944 ACTION_CONTAINER($$, new actions::transformations::HtmlEntityDecode($1));
|
H A D | seclang-parser.cc | 5461 …td::unique_ptr<actions::Action> > (), new actions::transformations::HtmlEntityDecode(yystack_[0].v… in parse()
|
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/ |
H A D | checkin_notes_2007 | 5452 - Disable HtmlEntityEncode/HtmlEntityDecode on all platforms but
|