Home
last modified time | relevance | path

Searched refs:comment (Results 1 – 13 of 13) sorted by path

/dokuwiki/data/pages/wiki/
H A Dsyntax.txt274 Some times you want to mark some text to show it's a reply or comment. You can use the following syntax:
/dokuwiki/inc/lang/fr/
H A Dstopwords.txt20 comment
/dokuwiki/lib/plugins/popularity/lang/fr/
H A Dintro.txt3 Cet [[doku>popularity|outil]] collecte des données anonymes concernant votre wiki et vous permet de les expédier aux développeurs de DokuWiki. Ceci leur permet de mieux comprendre comment les utilisateurs de DokuWiki s'en servent et d'orienter les décisions sur les développements futurs en tenant compte des statistiques d'usage réel.
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css1179 .ui-icon-comment { background-position: -128px -96px; }
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG122 * Fixed TCL comment processing (Sei Lisa)
208 * Additional comment styles for SAS (SF#3024708, ahnolds, BenBE)
550 * Improved comment handling with TCL (Lars Hellström, BenBE)
568 * Added some comment styles, keywords and added index highlighting (Chusslove Illich, Часлав Илић)
601 - Added possibility to match a regexp as comment (SF#1914640, SF#1945301, SF#1934832, BenBE)
609 - Fixed incorrect treatment of unequally long multiline comment separators (related to SF #1891630, BenBE)
633 - Fixed minor problem in Haskell cuasing accidential start of comment (SF#1987221, BenBE)
690 - Fixed comment CSS rule in visualfoxpro
721 - Changed comment regex in bash to prevent malformed XHTML (rv1971)
725 - Fixed incorrect highlighting when the starter of a multiline comment i
[all...]
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php1031 * Sets the styles for comment groups. If $preserve_defaults is
1035 * @param int $key The key of the comment group to change the styles of
1060 * Turns highlighting on/off for comment groups
1062 * @param int $key The key of the comment group to turn on or off
2322 // merge adjacent but make sure we don't merge things like <tag><!-- comment -->
2473 // cache comment regexps incrementally
2493 // update regexp comment cache if needed
2503 // this comment is never matched
2604 // this comment is never matched
2855 $comment
[all...]
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md105 fixed generator comment (thanks Kevin L. Papendick and Tanguy Pruvot)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php449 var $comment = 'phpseclib-generated-key'; global() variable in phpseclib\\Crypt\\RSA
3161 setComment($comment) global() argument
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md130 * Fix typo in comment by @Alkarex in [#680](https://github.com/simplepie/simplepie/pull/680)
/dokuwiki/vendor/simplepie/simplepie/src/
H A DGzdecode.php170 * Human readable comment
175 public $comment; variable in SimplePie\\Gzdecode
284 // Get the length of the comment
290 // Set the original comment to the given string
291 $this->comment = substr($this->compressed_data, $this->position, $len);
H A DSanitize.php376 $comments = $xpath->query('//comment()');
378 foreach ($comments as $comment) {
379 $comment->parentNode->removeChild($comment);
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DFileInfo.php27 protected $comment = ''; variable in splitbrain\\PHPArchive\\FileInfo
180 return $this->comment;
184 * @param string $comment
186 public function setComment($comment) argument
188 $this->comment = $comment;
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md47 const foo = 'No compression here'; // this comment will also stay