Home
last modified time | relevance | path

Searched full:htmlspecialchars (Results 1 – 25 of 337) sorted by path

12345678910>>...14

/dokuwiki/inc/
H A DDifferenceEngine.php1142 $text = htmlspecialchars($text);
1256 $text = htmlspecialchars($text);
H A Dcommon.php24 * Wrapper around htmlspecialchars()
27 * @see htmlspecialchars()
34 return htmlspecialchars($string, ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, 'UTF-8');
1034 return htmlspecialchars($text);
/dokuwiki/inc/HTTP/
H A DHTTPClient.php746 $content = htmlspecialchars(ob_get_contents());
/dokuwiki/lib/plugins/config/core/Setting/
H A DSetting.php210 $key = htmlspecialchars($this->key);
277 if (!$prompt) $prompt = htmlspecialchars(str_replace(['____', '_'], ' ', $this->key));
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) .
H A DSettingMultichoice.php36 $key = htmlspecialchars($this->key);
50 $choice = htmlspecialchars($choice);
51 $option = htmlspecialchars($option);
H A DSettingOnoff.php39 $key = htmlspecialchars($this->key);
H A DSettingPassword.php34 $key = htmlspecialchars($this->key);
H A DSettingString.php24 $key = htmlspecialchars($this->key);
25 $value = htmlspecialchars($value);
/dokuwiki/lib/plugins/info/
H A Dsyntax.php113 $renderer->doc .= "no info about " . htmlspecialchars($data[0]);
/dokuwiki/lib/plugins/revert/
H A Dadmin.php172 echo ' – ' . htmlspecialchars($recent['sum']);
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php1887 * Sets the encoding used for htmlspecialchars(), for international
1890 * NOTE: This is not needed for now because htmlspecialchars() is not
4238 * Secure replacement for PHP built-in function htmlspecialchars().
4244 * htmlspecialchars(), with the same default for quote style; however, there
4250 * I suspect PHP's htmlspecialchars() is working at the byte-value level and
4253 * different character sets. (If indeed htmlspecialchars() works at
4267 * http://php.net/htmlspecialchars); it also matches the entity definition
4312 $aTransSpecchar["'"] = '''; // (apos) htmlspecialchars() uses '''
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dphp-brief.php81 'constant', 'bin2hex', 'sleep', 'usleep', 'time', 'mktime', 'gmmktime', 'strftime', 'gmstrftime', 'strtotime', 'date', 'gmdate', 'getdate', 'localtime', 'checkdate', 'flush', 'wordwrap', 'htmlspecialchars', 'htmlentities', 'html_entity_decode', 'md5', 'md5_file', 'crc32', 'getimagesize', 'image_type_to_mime_type', 'phpinfo', 'phpversion', 'phpcredits', 'strnatcmp', 'strnatcasecmp', 'substr_count', 'strspn', 'strcspn', 'strtok', 'strtoupper', 'strtolower', 'strpos', 'strrpos', 'strrev', 'hebrev', 'hebrevc', 'nl2br', 'basename', 'dirname', 'pathinfo', 'stripslashes', 'stripcslashes', 'strstr', 'stristr', 'strrchr', 'str_shuffle', 'str_word_count', 'strcoll', 'substr', 'substr_replace', 'quotemeta', 'ucfirst', 'ucwords', 'strtr', 'addslashes', 'addcslashes', 'rtrim', 'str_replace', 'str_repeat', 'count_chars', 'chunk_split', 'trim', 'ltrim', 'strip_tags', 'similar_text', 'explode', 'implode', 'setlocale', 'localeconv',
H A Dphp.php324 'htmlentities','htmlspecialchars','htmlspecialchars_decode',
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClient.php90 echo '<pre class="ixr_request">' . htmlspecialchars($request) . "\n</pre>\n\n";
138 echo '<pre class="ixr_response">' . htmlspecialchars($debugContents) . "\n</pre>\n\n";
H A DClientSSL.php136 $this->debugOutput('<pre>' . htmlspecialchars($xml) . PHP_EOL . '</pre>');
203 $this->debugOutput('<pre>' . htmlspecialchars($contents) . PHP_EOL . '</pre>');
/dokuwiki/vendor/kissifrot/php-ixr/src/DataType/
H A DValue.php78 return '<string>' . htmlspecialchars($this->data) . '</string>';
90 $name = htmlspecialchars($name);
/dokuwiki/vendor/kissifrot/php-ixr/src/Message/
H A DError.php18 $this->message = htmlspecialchars($message);
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DAtomCreator03.php44 $feed .= " <title>".htmlspecialchars($this->title)."</title>\n";
45 $feed .= " <tagline>".htmlspecialchars($this->description)."</tagline>\n";
46 $feed .= " <link rel=\"alternate\" type=\"text/html\" href=\"".htmlspecialchars($this->link)."\"/>\n";
47 $feed .= " <id>".htmlspecialchars($this->link)."</id>\n";
49 $feed .= " <modified>".htmlspecialchars($now->iso8601())."</modified>\n";
62 $feed .= " <title>".htmlspecialchars(strip_tags($this->items[$i]->title))."</title>\n";
63 $feed .= " <link rel=\"alternate\" type=\"text/html\" href=\"".htmlspecialchars(
70 $feed .= " <created>".htmlspecialchars($itemDate->iso8601())."</created>\n";
71 $feed .= " <issued>".htmlspecialchars($itemDate->iso8601())."</issued>\n";
72 $feed .= " <modified>".htmlspecialchars(
[all...]
H A DAtomCreator10.php44 $feed .= " <title>".htmlspecialchars((string) $this->title)."</title>\n";
45 $feed .= " <subtitle>".htmlspecialchars($this->description)."</subtitle>\n";
46 $feed .= " <link rel=\"alternate\" type=\"text/html\" href=\"".htmlspecialchars((string) $this->link)."\"/>\n";
47 $feed .= " <id>".htmlspecialchars((string) $this->link)."</id>\n";
49 $feed .= " <updated>".htmlspecialchars($now->iso8601())."</updated>\n";
60 $feed .= " <category term=\"".htmlspecialchars($this->category)."\" />\n";
63 $feed .= " <rights>".FeedCreator::iTrunc(htmlspecialchars($this->copyright), 100)."</rights>\n";
67 $feed .= " <link rel=\"self\" type=\"application/atom+xml\" href=\"".htmlspecialchars(
73 $feed .= " <title>".htmlspecialchars(strip_tags((string) $this->items[$i]->title))."</title>\n";
74 $feed .= " <link rel=\"alternate\" type=\"text/html\" href=\"".htmlspecialchars(
[all...]
H A DGPXCreator.php31 $feed .= "<desc>".FeedCreator::iTrunc(htmlspecialchars($this->title), 100)."</desc>
33 <url>".htmlspecialchars($this->link)."</url>
34 <time>".htmlspecialchars($now->iso8601())."</time>
39 <name>".substr(htmlspecialchars(strip_tags($this->items[$i]->title)), 0, 6)."</name>
40 <desc>".htmlspecialchars(strip_tags($this->items[$i]->title))."</desc>
41 <src>".htmlspecialchars($this->items[$i]->author)."</src>
42 <url>".htmlspecialchars($this->items[$i]->link)."</url>
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).
H A DKMLCreator.php59 $feed .= " <name>".FeedCreator::iTrunc(htmlspecialchars($this->title), 100)."</name>
67 <br/><br/><a href=\"".htmlspecialchars($this->items[$i]->link)."\">View Online</a>";
72 <name>".FeedCreator::iTrunc(htmlspecialchars(strip_tags($this->items[$i]->title)), 100)."</name>
81 <icon>".htmlspecialchars($this->items[$i]->thumb)."</icon>
H A DOPMLCreator.php29 $feed .= " <title>".htmlspecialchars($this->title)."</title>\n";
48 $title = htmlspecialchars(strip_tags(strtr($this->items[$i]->title, "\n\r", " ")));
53 $feed .= " xmlUrl=\"".htmlspecialchars($this->items[$i]->xmlUrl)."\"";
57 $feed .= " url=\"".htmlspecialchars($this->items[$i]->link)."\"";

12345678910>>...14