Home
last modified time | relevance | path

Searched refs:HtmlEntityDecode (Results 1 – 14 of 14) sorted by relevance

/dports/security/modsecurity3/modsecurity-v3.0.5/src/actions/transformations/
H A Dhtml_entity_decode.h34 class HtmlEntityDecode : public Transformation {
36 explicit HtmlEntityDecode(const std::string &action) in HtmlEntityDecode() function
H A Dhtml_entity_decode.cc36 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 Dtransformation.cc87 IF_MATCH(htmlEntityDecode) { return new HtmlEntityDecode(a); } in instantiate()
/dports/security/modsecurity3/modsecurity-v3.0.5/test/fuzzer/
H A Dafl_fuzzer.cc169 HtmlEntityDecode *htmlentitydecode = new HtmlEntityDecode("HtmlEntityDecode"); htmlentitydecode->ev… in main()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientgui/
H A DBOINCBaseView.h198 static wxString HtmlEntityDecode(wxString strRaw);
H A DViewProjects.cpp949 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 DViewWork.cpp1067 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 DViewResources.cpp152 strBuffer = HtmlEntityDecode(wxString(project_name.c_str(), wxConvUTF8)); in FormatProjectName()
H A DViewMessages.cpp523 strBuffer = HtmlEntityDecode(wxString(message->project.c_str(), wxConvUTF8)); in FormatProjectName()
H A DViewTransfers.cpp665 strBuffer = HtmlEntityDecode(wxString(transfer->project_name.c_str(), wxConvUTF8)); in GetDocProjectName()
H A DBOINCBaseView.cpp1056 wxString CBOINCBaseView::HtmlEntityDecode(wxString strRaw) { in HtmlEntityDecode() function in CBOINCBaseView
/dports/security/modsecurity3/modsecurity-v3.0.5/src/parser/
H A Dseclang-parser.yy2944 ACTION_CONTAINER($$, new actions::transformations::HtmlEntityDecode($1));
H A Dseclang-parser.cc5461 …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 Dcheckin_notes_20075452 - Disable HtmlEntityEncode/HtmlEntityDecode on all platforms but