Home
last modified time | relevance | path

Searched full:htmlspecialchars (Results 76 – 100 of 337) sorted by relevance

12345678910>>...14

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DCrap4j.php102 …methodNode->appendChild($document->createElement('methodSignature', htmlspecialchars($method['sign…
103 …$methodNode->appendChild($document->createElement('fullMethod', htmlspecialchars($method['signatur…
/plugin/dokumicrobugtracker/
H A Dsyntax.php131 $bugs[$bug_id]['version'] = htmlspecialchars(stripslashes($_REQUEST['version']));
132 $bugs[$bug_id]['severity'] = htmlspecialchars(stripslashes($_REQUEST['severity']));
134 $bugs[$bug_id]['description'] = htmlspecialchars(stripslashes($_REQUEST['description']));
136 $bugs[$bug_id]['author'] = htmlspecialchars(stripslashes($_REQUEST['email']));
/plugin/bugzillaint/helper/
H A Dbugzillaclient.php379 $x .= '<methodName>' . htmlspecialchars($method) . '</methodName>';
383 $x .= '<name>' . htmlspecialchars( $k ) . '</name>';
389 $x .= '<string>' . htmlspecialchars( $i ) . '</string>';
394 $x .= '<string>' . htmlspecialchars( $v ) . '</string>';
/plugin/svgedit/
H A Dsyntax.php97 …$renderer->doc .= $this->svg_format_embed($svglink, 'image:'.htmlspecialchars($svg_wiki_page), $sv…
103 …$renderer->doc .= $this->svg_format_embed($svgenc, 'image:'.htmlspecialchars($svg_wiki_page), $svg…
/plugin/adfs/phpsaml/lib/Saml2/
H A DAuthnRequest.php135 $spEntityId = htmlspecialchars($spData['entityId'], ENT_QUOTES);
136 $acsUrl = htmlspecialchars($spData['assertionConsumerService']['url'], ENT_QUOTES);
/plugin/airtable/
H A Dsyntax.php247 …$html .= '<td>' . $this->renderAnyExternalLinks(htmlspecialchars($record['fields'][$field])) . '</…
276 throw new InvalidAirtableString("Invalid field name: " . htmlspecialchars($field));
341 throw new InvalidAirtableString("Invalid field name: " . htmlspecialchars($field));
343 … $html .= $this->renderAnyExternalLinks(htmlspecialchars($api_response['fields'][$field])) . ' ';
464 "Invalid Type Parameter: " . htmlspecialchars($decoded_type) . "
552 …$message = "Invalid Parameter Value: '" . htmlspecialchars($query_array[$key]) . "' for Key: '" . …
/dokuwiki/vendor/kissifrot/php-ixr/src/DataType/
H A DValue.php78 return '<string>' . htmlspecialchars($this->data) . '</string>';
90 $name = htmlspecialchars($name);
/plugin/rtmchecklist/
H A Dsyntax.php151 $renderer->doc .= '<li>'.htmlspecialchars($item).'</li>';
152 $full_list.=htmlspecialchars($item)."\n";
/plugin/conform/
H A Dsyntax.php76 return htmlspecialchars($_POST["$arg[1]"]);
86 $textbox .= " value=\"".htmlspecialchars($_POST["$arg[1]"])."\"";
91 $textarea .= htmlspecialchars($_POST["$arg[1]"]);
/plugin/indexmenu/
H A Dajax.php
/plugin/txtconf/
H A Dconfig0.class.php32 msg('No configuration metadata found at - '.htmlspecialchars($datafile),-1);
352 $key = htmlspecialchars($this->_key);
353 $value = htmlspecialchars($value);
383 if (!$prompt) $prompt = htmlspecialchars(str_replace(array('____','_'),' ',$this->_key));
H A Dtxtconfig.class.php36 msg('No configuration metadata found at - '.htmlspecialchars($datafile),-1);
276 $key = htmlspecialchars($this->_key);
277 $value = htmlspecialchars($value);
/plugin/latex/
H A Dlatexinc.php103 …$renderer->doc .= '<img src="'.$url.'" class="'.$data['class'].'" alt="'.htmlspecialchars($data[0]…
147 …$renderer->doc .= htmlspecialchars($data[0]); /// unknown render mode, just fart out the latex cod…
/plugin/mdpage/vendor/cebe/markdown/inline/
H A DCodeTrait.php43 return '<code>' . htmlspecialchars($block[1], ENT_NOQUOTES | ENT_SUBSTITUTE, 'UTF-8') . '</code>';
/plugin/visrep/
H A Dsyntax.php122 …$attrs[] = sprintf('%s = "%s"', htmlspecialchars($k, ENT_QUOTES, 'UTF-8'), htmlspecialchars($v, EN…
/plugin/feed/
H A Dfeed.php159 … $description = htmlspecialchars($description, ENT_COMPAT, 'UTF-8', $double_encode = false);
161 $description = htmlspecialchars($description);
/plugin/google_maps/syntax/
H A Dmaps.php69 return(htmlspecialchars(
130 $locations[$i++] = htmlspecialchars(html_entity_decode($q));
/plugin/dokucrypt2/
H A Dsyntax.php119 htmlspecialchars(str_replace("\n", "\\n", $match)) . "');\">" .
128 "\">". htmlspecialchars($match)."</PRE>";
/plugin/plantumlparser/action/
H A Dtoolbar.php32 'title' => htmlspecialchars('New PlantUML Graph'),
/plugin/plantuml/
H A Daction.php33 'title' => htmlspecialchars($this->getLang('tooltip')),
/plugin/maplink/
H A Dsyntax.php20 …ce(' ', '+', str_replace(',', ' ', $data[0])). '"target="_blank">' .htmlspecialchars($data[1]) . '…
/plugin/oauth/
H A DRedirectSetting.php25 $key = htmlspecialchars($this->key);
/dokuwiki/vendor/kissifrot/php-ixr/src/Message/
H A DError.php18 $this->message = htmlspecialchars($message);
/plugin/sfauth/conf/
H A Dmetadata.php11 $key = htmlspecialchars($this->_key);
/plugin/maintenance/
H A Daction.php35 msg('Command disabled: '.htmlspecialchars($act),-1);

12345678910>>...14