Lines Matching refs:hsc
47 … $searchList .= '<li><a href="' . hsc($url) . '" target="_blank">' . hsc($link['title']) . '</a>';
61 $renderer->doc .= '<div id="' . hsc($resultId) . '" style="margin-top:10px;"></div>';
62 …$renderer->doc .= '<input type="text" id="' . hsc($inputId) . '" style="width:60%;" placeholder="'…
63 …$renderer->doc .= '<button id="' . hsc($btnId) . '">' . hsc($this->getLang('submit_btn')) . '</but…
67 var btn = document.getElementById("' . hsc($btnId) . '");
68 var input = document.getElementById("' . hsc($inputId) . '");
69 var result = document.getElementById("' . hsc($resultId) . '");
77 … step1: "' . hsc(sprintf($this->getLang('step_title'), 1, $this->getLang('step_extracting'))) . '",
78 … step2: "' . hsc(sprintf($this->getLang('step_title'), 2, $this->getLang('step_searching'))) . '",
79 …step3: "' . hsc(sprintf($this->getLang('step_title'), 3, $this->getLang('step_summarizing'))) . '",
80 api_error: "' . hsc($this->getLang('error_api')) . '",
81 parse_error: "' . hsc($this->getLang('error_parse')) . '",
82 request_error: "' . hsc($this->getLang('error_request')) . '",
83 network_error: "' . hsc($this->getLang('error_network')) . '",
84 stop: "' . hsc($this->getLang('stop_btn')) . '",
85 submit: "' . hsc($this->getLang('submit_btn')) . '",
86 stopped: "' . hsc($this->getLang('stopped')) . '",
87 input_empty: "' . hsc($this->getLang('error_input_empty')) . '"
227 $text = hsc($text); // HTML 安全转义