Home
last modified time | relevance | path

Searched full:htmlspecialchars (Results 51 – 75 of 337) sorted by relevance

12345678910>>...14

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DHTMLCreator.php85 FeedCreator::iTrunc(htmlspecialchars($this->image->title), 100).
99 FeedCreator::iTrunc(htmlspecialchars($this->title), 100)."</a></div>";
121 htmlspecialchars(strip_tags($this->items[$i]->title)),
128 FeedCreator::iTrunc(htmlspecialchars(strip_tags($this->items[$i]->title)), 100).
/plugin/wysiwyg/fckeditor/_samples/php/
H A Dsampleposteddata.php52 $postedValue = htmlspecialchars( stripslashes( $value ) ) ;
54 $postedValue = htmlspecialchars( $value ) ;
/plugin/accscounter/syntax/
H A Dcounter.php357 $renderer->doc .= htmlspecialchars($this->getLang('err2'));
365 $renderer->doc .= htmlspecialchars($counter[$arg]) .htmlspecialchars($data[1]);
367 $renderer->doc .= htmlspecialchars($counter[$arg]) .htmlspecialchars($data[2]);
/plugin/tindexmenu/
H A Dajax.php106 $out .= ($meta['title']) ? htmlspecialchars($meta['title']) : htmlspecialchars(noNS($id));
142 htmlspecialchars($item['title']).'</a></span>';
/plugin/mdpage/
H A Dsyntax.php120 var_dump(htmlspecialchars($match));
121 var_dump(htmlspecialchars($result));
/plugin/conform/
H A Dhelper.php213 array_push($args, htmlspecialchars($arg));
234 array_push($args, htmlspecialchars($arg));
241 if ( strlen($arg) > 0 ) array_push($args, htmlspecialchars($arg));
/plugin/matrixnotifier/
H A Dhelper.php93 …oji'].' <strong>'.htmlspecialchars($title).'</strong> · '.htmlspecialchars($useraction).' &quot;<a…
/plugin/spellcheck/
H A Dspellcheck.php118 $string = htmlspecialchars($string);
217 $suggestions = array_map('htmlspecialchars',$suggestions);
232 'class="spell_error" id="spell__error'.$i.'">'.htmlspecialchars($word).'</a>';
280 * Reverse htmlspecialchars
/plugin/evesso/conf/
H A Dmetadata.php18 $key = htmlspecialchars($this->_key);
38 $key = htmlspecialchars($this->_key);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DHtmlFormatter.php59 $th = htmlspecialchars($th, ENT_NOQUOTES, 'UTF-8');
61 $td = '<pre>'.htmlspecialchars($td, ENT_NOQUOTES, 'UTF-8').'</pre>';
76 $title = htmlspecialchars($title, ENT_NOQUOTES, 'UTF-8');
/plugin/ckgedit/
H A Dadmin.php81 ptln(htmlspecialchars($this->getLang($this->output)). " " .$this->template);
87 ptln(htmlspecialchars($this->getLang($this->output)). " " .$this->alt);
101 … ptln('<br /><span style = "color:'.$color. ';">'.htmlspecialchars($messages[$which]).'</span>');
/plugin/groupmgr/
H A Dsyntax.php268 … $renderer->doc .= "<form method=\"post\" action=\"" . htmlspecialchars($_SERVER['REQUEST_URI'])
280 $renderer->doc .= " <th>" . htmlspecialchars($g) . "</th>\n";
288 $renderer->doc .= " <td>" . htmlspecialchars($name);
295 $renderer->doc .= " <td>" . htmlspecialchars($u['name']) . "</td>\n";
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingArray.php79 $key = htmlspecialchars($this->key);
80 $value = htmlspecialchars($this->fromArray($value));
H A DSettingMulticheckbox.php51 $key = htmlspecialchars($this->key);
67 $prompt = ($plugin->getLang($this->key . '_' . $choice) ?: htmlspecialchars($choice));
97 '][other]" type="text" class="edit" value="' . htmlspecialchars($other) .
/plugin/autogroup/conf/
H A Dsettings.class.php105 $key = htmlspecialchars($this->_key);
106 $value = htmlspecialchars($value);
/plugin/odt/ODT/
H A DODTmanifest.php40 …$value .= '<manifest:file-entry manifest:media-type="'.htmlspecialchars($type, ENT_QUOTES, 'UTF-8'…
41 '" manifest:full-path="'.htmlspecialchars($path, ENT_QUOTES, 'UTF-8').'"/>';
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcss_optimiser.php55 $label = htmlspecialchars($label, ENT_QUOTES, "utf-8");
57 : htmlspecialchars($value, ENT_QUOTES, "utf-8");
136 …xt" rows="20" cols="35"><?php if(isset($_REQUEST['css_text'])) echo htmlspecialchars($_REQUEST['cs…
157 htmlspecialchars($_REQUEST['custom']);
160 htmlspecialchars($_COOKIE['custom_template']);
/plugin/revisionsdue/
H A Dsyntax.php75 $result = htmlspecialchars($matches[0]);
76 $result = str_replace(htmlspecialchars('<revision_frequency>'), "", $result);
77 $result = str_replace(htmlspecialchars('</revision_frequency>'), "", $result);
/plugin/adfs/phpsaml/lib/Saml2/
H A DMetadata.php42 $slsUrl = htmlspecialchars($sp['singleLogoutService']['url'], ENT_QUOTES);
154 $spEntityId = htmlspecialchars($sp['entityId'], ENT_QUOTES);
155 $acsUrl = htmlspecialchars($sp['assertionConsumerService']['url'], ENT_QUOTES);
/plugin/owncloud/
H A Dsyntax.php168 if($style=='Italic') $closer .= '<em>'.htmlspecialchars($match['title']).'</em>';
169 elseif($style=='Bold') $closer .= '<strong>'.htmlspecialchars($match['title']).'</strong>';
170 else $closer .= '<span>'.htmlspecialchars($match['title']).'</span>';
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php50 return ( utf8_encode( htmlspecialchars( $value ) ) ) ;
54 return ( htmlspecialchars( $value ) ) ;
/plugin/latex-was/
H A Dadmin.php185 …ptln(' <textarea cols=70 rows=6 type="text" name="testformula">'.htmlspecialchars($testformula).'…
198 echo htmlspecialchars($cmd);
206 echo htmlspecialchars(implode(PHP_EOL,$execout));
271 echo htmlspecialchars(file_get_contents($tmpf.'.tex'));
275 // ptln(htmlspecialchars($plug->_url));
289 echo htmlspecialchars(file_get_contents($tmpf.'.log'));
/plugin/searchpattern/
H A Dsyntax.php411 …rnErrorCssClass.'"><span class="'.$badoptWarnErrorCssClass.'_pat">'.htmlspecialchars($params['call…
429 …rnErrorCssClass.'"><span class="'.$badoptWarnErrorCssClass.'_pat">'.htmlspecialchars($params['call…
437 …rnErrorCssClass.'"><span class="'.$badoptWarnErrorCssClass.'_pat">'.htmlspecialchars($params['call…
447 …$renderer->doc .= htmlspecialchars($params['match']); //in all remaining cases, display the origin…
487 …s="sp_title">'.$this->getLang('src_res').' : <span class="sp_src">'.htmlspecialchars($params['or_p…
578 $renderer->doc .= ( isset($match[$j][$i] ) ? htmlspecialchars($match[$j][$i]) : '' );
581 $renderer->doc .= ( isset($match[$j][$i] ) ? htmlspecialchars($match[$j][$i]) : '' );
630 …$renderer->doc .= '<div class="sp_error"><span class="sp_error_pat">'.htmlspecialchars($params['ma…
655 …$renderer->doc .= htmlspecialchars($params['match']); //in all remaining cases, display the origin…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DescapingTest.php12 * All character encodings supported by htmlspecialchars().
14 protected $htmlSpecialChars = [ variable in Twig_Test_EscapingTest
159 foreach ($this->htmlSpecialChars as $key => $value) {
/plugin/projects/lib/
H A Dtools.php8 $obj = htmlspecialchars($obj);
14 $obj = htmlspecialchars($obj);

12345678910>>...14