Home
last modified time | relevance | path

Searched refs:comments (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DFeedItem.php19 public $author, $authorEmail, $authorURL, $image, $category, $categoryScheme, $comments, $guid, $source, $creator, $contributor, $lat, $long, $thumb;
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md9 jsstrip is a open-source library to remove whitespace and comments from a javascript file. You might want to do this to optimize size and performance, or to make a file harder to read. It typically makes 30-40% savings in file size.
43 You can skip Minification for parts of your code by surrounding it by special comments:
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DRSSCreator091.php162 if ($this->items[$i]->comments != "") {
163 $feed .= " <comments>".htmlspecialchars($this->items[$i]->comments)."</comments>\n";
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG64 * Lua: match comments non-greedily (Jerry)
92 - Allow for global setup of all keyword and comments style at once using '*' (BenBE)
99 * Fix a minor issue with comments in Visual Basic (Plançon, BenBE)
102 * Force comments in INI files to be their own line (BenBE)
152 * Multiline comments of F# weren't actually multiline (BenBE)
155 * Changes for improved highlighting of signle line comments and end-of-code indicators
156 * Missing keywords and improved highlighting of comments
210 * Incorrect handling of /**/ comments in Javascript (BenBE)
288 * Added support for ::-style labels as comments (SF#2947393, BenBE)
499 * Properly set comments t
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php374 // Strip comments
376 $comments = $xpath->query('//comment()');
378 foreach ($comments as $comment) {
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md
H A Dlessc.inc.php
/dokuwiki/conf/
H A Dmysql.conf.php.example7 * See comments of every statement for details.