/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/ |
D | OpenSSH.php | 35 protected static $comment = 'phpseclib-generated-key'; variable in phpseclib3\\Crypt\\Common\\Formats\\Keys\\OpenSSH 47 * @param string $comment 49 public static function setComment($comment) argument 51 self::$comment = str_replace(["\r", "\n"], '', $comment); 125 $comment = false; 130 $comment = isset($parts[2]) ? $parts[2] : false; 188 $comment = isset($options['comment']) ? $options['comment'] : self::$comment; 191 Strings::packSSH2('s', $comment);
|
D | PuTTY.php | 36 private static $comment = 'phpseclib-generated-key'; variable in phpseclib3\\Crypt\\Common\\Formats\\Keys\\PuTTY 48 * @param string $comment 50 public static function setComment($comment) argument 52 self::$comment = str_replace(["\r", "\n"], '', $comment); 287 $comment = isset($options['comment']) ? $options['comment'] : self::$comment; 292 $key .= "Comment: $comment\r\n"; 296 $source = Strings::packSSH2('ssss', $type, $encryption, $comment, $public); 369 'Comment: "' . str_replace(['\\', '"'], ['\\\\', '\"'], self::$comment) . "\"\r\n" .
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/ |
D | OpenSSH.php | 53 list($p, $q, $g, $y, $x, $comment) = Strings::unpackSSH2('i5s', $parsed['paddedKey']); 60 $comment = $parsed['comment']; 93 $comment = isset($options['comment']) ? $options['comment'] : self::$comment; 94 $DSAPublicKey = 'ssh-dss ' . base64_encode($DSAPublicKey) . ' ' . $comment;
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/ |
D | OpenSSH.php | 64 list(, $key, $comment) = Strings::unpackSSH2('sss', $paddedKey); 66 $key['comment'] = $comment; 69 … list($curveName, $publicKey, $privateKey, $comment) = Strings::unpackSSH2('ssis', $paddedKey); 76 'comment' => $comment 144 $comment = isset($options['comment']) ? $options['comment'] : self::$comment; 153 $key = 'ssh-ed25519 ' . base64_encode($key) . ' ' . $comment; 166 $key = 'ecdsa-sha2-' . $alias . ' ' . base64_encode($key) . ' ' . $comment;
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/ |
D | OpenSSH.php | 67 $comment, 106 $comment = isset($options['comment']) ? $options['comment'] : self::$comment; 107 $RSAPublicKey = 'ssh-rsa ' . base64_encode($RSAPublicKey) . ' ' . $comment;
|
/dokuwiki/vendor/splitbrain/php-archive/src/ |
D | FileInfo.php | 27 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/phpseclib/phpseclib/phpseclib/System/SSH/Agent/ |
D | Identity.php | 87 private $comment; variable in phpseclib3\\System\\SSH\\Agent\\Identity 330 public function withComment($comment = null) argument 333 $new->comment = $comment; 344 return $this->comment;
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/ |
D | AsymmetricKey.php | 93 private $comment; variable in phpseclib3\\Crypt\\Common\\AsymmetricKey 165 $comment = isset($components['comment']) ? $components['comment'] : null; 168 $new->comment = $comment; 418 return $this->comment;
|
/dokuwiki/vendor/simplepie/simplepie/src/ |
D | Gzdecode.php | 174 public $comment; variable in SimplePie\\Gzdecode 290 $this->comment = substr($this->compressed_data, $this->position, $len);
|
D | Sanitize.php | 377 foreach ($comments as $comment) { 378 $comment->parentNode->removeChild($comment);
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/ |
D | Agent.php | 180 list($key_blob, $comment) = Strings::unpackSSH2('ss', $packet); 197 ->withComment($comment);
|
/dokuwiki/lib/plugins/popularity/lang/fr/ |
D | intro.txt | 3 …édier aux développeurs de DokuWiki. Ceci leur permet de mieux comprendre comment les utilisateurs …
|
/dokuwiki/inc/lang/fr/ |
D | stopwords.txt | 20 comment
|
/dokuwiki/vendor/splitbrain/php-jsstrip/ |
D | README.md | 47 const foo = 'No compression here'; // this comment will also stay
|
/dokuwiki/vendor/geshi/geshi/ |
D | CHANGELOG | 124 * Fixed TCL comment processing (Sei Lisa) 210 * Additional comment styles for SAS (SF#3024708, ahnolds, BenBE) 552 * Improved comment handling with TCL (Lars Hellström, BenBE) 570 … * Added some comment styles, keywords and added index highlighting (Chusslove Illich, Часлав Илић) 603 - Added possibility to match a regexp as comment (SF#1914640, SF#1945301, SF#1934832, BenBE) 611 …- Fixed incorrect treatment of unequally long multiline comment separators (related to SF #189163… 635 - Fixed minor problem in Haskell cuasing accidential start of comment (SF#1987221, BenBE) 692 - Fixed comment CSS rule in visualfoxpro 723 - Changed comment regex in bash to prevent malformed XHTML (rv1971) 727 - Fixed incorrect highlighting when the starter of a multiline comment is [all …]
|
/dokuwiki/vendor/openpsa/universalfeedcreator/ |
D | README.md | 105 fixed generator comment (thanks Kevin L. Papendick and Tanguy Pruvot)
|
/dokuwiki/vendor/geshi/geshi/src/ |
D | geshi.php | 2855 $comment = $comment_regexp_cache_per_key[$next_comment_regexp_key]; 2856 $test_str = $this->hsc(substr($part, $i, $comment['length'])); 2861 … $attributes = ' style="' . $this->language_data['STYLES']['COMMENTS'][$comment['key']] . '"'; 2863 $attributes = ' class="co' . $comment['key'] . '"'; 2878 $i += $comment['length'] - 1;
|
/dokuwiki/_test/data/pages/wiki/ |
D | syntax.txt | 274 Some times you want to mark some text to show it's a reply or comment. You can use the following sy…
|
/dokuwiki/data/pages/wiki/ |
D | syntax.txt | 274 Some times you want to mark some text to show it's a reply or comment. You can use the following sy…
|
/dokuwiki/vendor/simplepie/simplepie/ |
D | CHANGELOG.md | 145 * Fix typo in comment by @Alkarex in [#680](https://github.com/simplepie/simplepie/pull/680)
|
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/ |
D | smoothness.css | 1151 .ui-icon-comment { background-position: -128px -96px; }
|