Home
last modified time | relevance | path

Searched refs:htmlSpecialChars (Results 1 – 25 of 71) sorted by relevance

123

/dports/www/xoops/XoopsCore25-2.5.10/htdocs/include/
H A Dregisterform.php23 $email_text = new XoopsFormText('', 'email', 25, 60, $myts->htmlSpecialChars($email));
31 …opsFormText(_US_NICKNAME, 'uname', $uname_size, $uname_size, $myts->htmlSpecialChars($uname)), tru…
33 $reg_form->addElement(new XoopsFormPassword(_US_PASSWORD, 'pass', 10, 32, $myts->htmlSpecialChars($…
34 …ement(new XoopsFormPassword(_US_VERIFYPASS, 'vpass', 10, 32, $myts->htmlSpecialChars($vpass)), tru…
35 $reg_form->addElement(new XoopsFormText(_US_WEBSITE, 'url', 25, 255, $myts->htmlSpecialChars($url))…
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/modules/system/admin/mailusers/
H A Dmain.php268 …lastlog_min_hidden = new XoopsFormHidden('mail_lastlog_min', $myts->htmlSpecialChars($myts->stripS…
269 …lastlog_max_hidden = new XoopsFormHidden('mail_lastlog_max', $myts->htmlSpecialChars($myts->stripS…
270 …$regd_min_hidden = new XoopsFormHidden('mail_regd_min', $myts->htmlSpecialChars($myts->stripSla…
271 …$regd_max_hidden = new XoopsFormHidden('mail_regd_max', $myts->htmlSpecialChars($myts->stripSla…
272 …$idle_more_hidden = new XoopsFormHidden('mail_idle_more', $myts->htmlSpecialChars($myts->stripSl…
273 …$idle_less_hidden = new XoopsFormHidden('mail_idle_less', $myts->htmlSpecialChars($myts->stripSl…
274 …$fname_hidden = new XoopsFormHidden('mail_fromname', $myts->htmlSpecialChars($myts->stripSla…
275 …$femail_hidden = new XoopsFormHidden('mail_fromemail', $myts->htmlSpecialChars($myts->stripSl…
276 …$subject_hidden = new XoopsFormHidden('mail_subject', $myts->htmlSpecialChars($myts->stripSlas…
277 …$body_hidden = new XoopsFormHidden('mail_body', $myts->htmlSpecialChars($myts->stripSlashes…
[all …]
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/
H A Dmodule.textsanitizer.php599 $text = $this->htmlSpecialChars($text, ENT_COMPAT, $charset);
831 $text = $this->htmlSpecialChars($text);
863 $text = $this->htmlSpecialChars($text);
905 $text = $this->htmlSpecialChars($text);
920 return $this->htmlSpecialChars($text);
934 $text = $this->htmlSpecialChars($text);
950 return $this->htmlSpecialChars($text);
993 return $this->htmlSpecialChars($text);
1025 return $this->htmlSpecialChars($text);
1038 return $this->htmlSpecialChars($text);
[all …]
H A Dxoopstopic.php239 $title = $myts->htmlSpecialChars($this->topic_title);
243 $title = $myts->htmlSpecialChars($myts->stripSlashesGPC($this->topic_title));
261 $imgurl = $myts->htmlSpecialChars($this->topic_imgurl);
265 $imgurl = $myts->htmlSpecialChars($myts->stripSlashesGPC($this->topic_imgurl));
383 …$ret[$myrow['topic_id']] = array('title' => $myts->htmlSpecialChars($myrow['topic_title']), 'pid' …
H A Duserutility.php282 $users[$uid] = $myts->htmlSpecialChars($row['name']);
284 $users[$uid] = $myts->htmlSpecialChars($row['uname']);
292 $users[0] = $myts->htmlSpecialChars($GLOBALS['xoopsConfig']['anonymous']);
327 $username = $myts->htmlSpecialChars($GLOBALS['xoopsConfig']['anonymous']);
H A Dxoopstree.php177 $name = $myts->htmlSpecialChars($name);
227 … $catpath = $option['prefix'] . ' ' . $myts->htmlSpecialChars($option[$title]);
258 $name = $myts->htmlSpecialChars($name);
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/
H A Dregister.php137 echo _US_USERNAME . ': ' . $myts->htmlSpecialChars($uname) . '<br>';
138 echo _US_EMAIL . ': ' . $myts->htmlSpecialChars($email) . '<br>';
141 echo _US_WEBSITE . ': ' . $myts->htmlSpecialChars($url) . '<br>';
149 … echo "<input type='hidden' name='uname' value='" . $myts->htmlSpecialChars($uname) . "' />
150 … <input type='hidden' name='email' value='" . $myts->htmlSpecialChars($email) . "' />
153 <input type='hidden' name='url' value='" . $myts->htmlSpecialChars($url) . "' />
154 <input type='hidden' name='pass' value='" . $myts->htmlSpecialChars($pass) . "' />
155 … <input type='hidden' name='vpass' value='" . $myts->htmlSpecialChars($vpass) . "' />
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/modules/system/admin/preferences/
H A Dmain.php83 … XoopsFormTextArea($title, $config[$i]->getVar('conf_name'), $myts->htmlSpecialChars($config[$i]->…
226 …mPassword($title, $config[$i]->getVar('conf_name'), 50, 255, $myts->htmlSpecialChars($config[$i]->…
231 …opsFormColorPicker($title, $config[$i]->getVar('conf_name'), $myts->htmlSpecialChars($config[$i]->…
236 …ele = new XoopsFormHidden($config[$i]->getVar('conf_name'), $myts->htmlSpecialChars($config[$i]->…
242 …sFormText($title, $config[$i]->getVar('conf_name'), 50, 255, $myts->htmlSpecialChars($config[$i]->…
291 …$form->addElement(new XoopsFormHidden('redirect', $myts->htmlSpecialChars($_REQUEST['redirect'])));
359 …mPassword($title, $config[$i]->getVar('conf_name'), 50, 255, $myts->htmlSpecialChars($config[$i]->…
364 …opsFormColorPicker($title, $config[$i]->getVar('conf_name'), $myts->htmlSpecialChars($config[$i]->…
369 …ele = new XoopsFormHidden($config[$i]->getVar('conf_name'), $myts->htmlSpecialChars($config[$i]->…
374 …Break('<div style="text-align:center">' . $title . '</div>', $myts->htmlSpecialChars($config[$i]->…
[all …]
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/xoopseditor/tinymce/tinymce/jscripts/tiny_mce/plugins/xoopsemotions/
H A Dxoopsemotions.php151 …]['smile_url'] . '" alt="' . $myts->htmlSpecialChars($smiles[$i]['emotion']) . '" title="' . $myts…
154 …]['smile_url'] . '" alt="' . $myts->htmlSpecialChars($smiles[$i]['emotion']) . '" title="' . $myts…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/felogin/Configuration/TypoScript/PiBase/
H A Dsetup.typoscript55 htmlSpecialChars = 1
67 htmlSpecialChars = 1
85 htmlSpecialChars = 1
91 htmlSpecialChars = 1
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/7.4/
H A DFeature-68191-TypoScriptSelectOptionLanguageFieldIsActiveByDefault.rst27 renderObj.htmlSpecialChars = 1
41 renderObj.htmlSpecialChars = 1
56 renderObj.htmlSpecialChars = 1
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/7.4/
H A DFeature-68191-TypoScriptSelectOptionLanguageFieldIsActiveByDefault.rst27 renderObj.htmlSpecialChars = 1
41 renderObj.htmlSpecialChars = 1
56 renderObj.htmlSpecialChars = 1
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/7.4/
H A DFeature-68191-TypoScriptSelectOptionLanguageFieldIsActiveByDefault.rst27 renderObj.htmlSpecialChars = 1
41 renderObj.htmlSpecialChars = 1
56 renderObj.htmlSpecialChars = 1
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/modules/system/admin/modulesadmin/
H A Dmain.php234 … $modifs_mods[$i]['oldname'] = $myts->htmlSpecialChars($myts->stripSlashesGPC($oldname[$mid]));
235 …$modifs_mods[$i]['newname'] = $myts->htmlSpecialChars(trim($myts->stripslashesGPC($newname[$mid]…
236 …$modifs_mods[$i]['newstatus'] = isset($newstatus[$mid]) ? $myts->htmlSpecialChars($newstatus[$mid]…
333 $module = $myts->htmlSpecialChars($module);
391 $module = $myts->htmlSpecialChars($module);
448 $module = $myts->htmlSpecialChars($module);
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/9.0/
H A DBreaking-81847-RemoveJSMENU.rst36 htmlSpecialChars = 1
42 htmlSpecialChars = 1
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/9.0/
H A DBreaking-81847-RemoveJSMENU.rst36 htmlSpecialChars = 1
42 htmlSpecialChars = 1
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/9.0/
H A DBreaking-81847-RemoveJSMENU.rst36 htmlSpecialChars = 1
42 htmlSpecialChars = 1
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/7.6/
H A DFeature-68771-AddContentObjectFunctionalityToFormMailPostProcessorAndIntroduceReplyToEmail.rst40 htmlSpecialChars = 1
45 htmlSpecialChars = 1
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/7.6/
H A DFeature-68771-AddContentObjectFunctionalityToFormMailPostProcessorAndIntroduceReplyToEmail.rst40 htmlSpecialChars = 1
45 htmlSpecialChars = 1
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/7.6/
H A DFeature-68771-AddContentObjectFunctionalityToFormMailPostProcessorAndIntroduceReplyToEmail.rst40 htmlSpecialChars = 1
45 htmlSpecialChars = 1
/dports/games/flightgear/flightgear-2020.3.11/src/Network/http/
H A DPropertyUriHandler.cxx58 static inline std::string htmlSpecialChars( const std::string & s ) in htmlSpecialChars() function
187 root->setAttribute( "value", htmlSpecialChars(value) ); in renderPropertyValueElement()
198 root->addChild( new DOMTextElement( htmlSpecialChars(value) ) ); in renderPropertyValueElement()
383 e->addChild( new DOMTextElement( htmlSpecialChars(node->getStringValue()) ) ); in handleGetRequest()
/dports/www/bolt/bolt-2.2.24/vendor/bolt/dumper/
H A Dclass.dumper.php1187 echo htmlSpecialChars($_[0]);
1189 echo htmlSpecialChars(get_class($_[0])) . "::";
1192 echo htmlSpecialChars($_[1]) . "()</strong></span>";
1459 …=\"dumper-type\">Callback</em>) <strong class=\"dumper-string\">" . htmlSpecialChars($_) . "()</st…
1467 …print "<li class=\"dumper-child\"> <div class=\"dumper-preview\">" . htmlSpecialChars($data) . "</…
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/kernel/
H A Duser.php136 return $ts->htmlSpecialChars($name);
138 return $ts->htmlSpecialChars($user->getVar('uname'));
141 return $ts->htmlSpecialChars($user->getVar('uname'));
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/twig/twig/test/Twig/Tests/
H A DescapingTest.php14 protected $htmlSpecialChars = array( variable in Twig_Test_EscapingTest
154 foreach ($this->htmlSpecialChars as $key => $value) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/fluid_styled_content/Configuration/TypoScript/Helper/
H A DParseFunc.typoscript41 htmlSpecialChars = 2
109 htmlSpecialChars = 2

123