Home
last modified time | relevance | path

Searched refs:comment (Results 51 – 75 of 708) sorted by relevance

12345678910>>...29

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DOpenSSH.php69 list(, $key, $comment) = Strings::unpackSSH2('sss', $paddedKey);
71 $key['comment'] = $comment;
74 … list($curveName, $publicKey, $privateKey, $comment) = Strings::unpackSSH2('ssis', $paddedKey);
81 'comment' => $comment
150 $comment = isset($options['comment']) ? $options['comment'] : self::$comment;
159 $key = 'ssh-ed25519 ' . base64_encode($key) . ' ' . $comment;
172 $key = 'ecdsa-sha2-' . $alias . ' ' . base64_encode($key) . ' ' . $comment;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D60.60.js.map1comment'] },\n { open: '{', close: '}', notIn: ['string', 'comment'] },\n { open: '[…
H A D52.52.js1comment"],[/\)/,{token:"regexp.escape.control",next:"@pop"}]],pstring:[[/%([qws])\(/,{token:"strin… property in AnonymousFunctiona75057290100.o.tokenizer
H A D28.28.js.map1comment.doc', '@javadoc'],\n [/\\/\\*/, 'comment', '@comment'],\n [/\\/\\/.*…
H A D64.64.js1 …*\\$/,{token:"comment",next:"@newlineComment"}],[/#.*(?!\\)$/,"comment"]],newlineComment:[[/.*\\$/…
H A D56.56.js.map1comment: [\n [/[^\\|#]+/, 'comment'],\n [/#\\|/, 'comment', '@push'],\n …
H A D68.68.js.map1comment', next: '@comment' }]\n ],\n comment: [\n [/[^<\\-]+/, 'comment.c…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DOpenSSH.php58 list($p, $q, $g, $y, $x, $comment) = Strings::unpackSSH2('i5s', $parsed['paddedKey']);
65 $comment = $parsed['comment'];
99 $comment = isset($options['comment']) ? $options['comment'] : self::$comment;
100 $DSAPublicKey = 'ssh-dss ' . base64_encode($DSAPublicKey) . ' ' . $comment;
/plugin/podcast/blogtng-tpl/
H A Drecentcomments.php2 …<a href="<?php $entry->tpl_link($comment->tpl_cid())?>" class="wikilink1"><?php $entry->tpl_title(…
4 <?php $comment->tpl_name();?>
5 <?php $comment->tpl_created('%f')?>
/plugin/blogtng/tpl/default/
H A Drecentcomments.php14 …<a href="<?php $entry->tpl_link('comment_'.$comment->getCid())?>" class="wikilink1"><?php $entry->…
16 <?php $comment->tpl_name();?>
17 <?php $comment->tpl_created('%f')?>
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_inline_html_comments.md3 <!-- This is a simple comment -->
6 This is another comment.
11 <!-- one comment block -- -- with two comments -->
/plugin/remotescript/lib/JsHttpRequest/
H A Dcompile.bat14 my ($comment) = $source =~ m{^\s*(/\*.*?\*/)}s;
22 my $newComment = $comment;
36 my ($comment) = readFile($from) =~ m{^\s*(/\*.*?\*/)}s;
37 …$comment =~ s/\*\s*\w+[^\r\n]*\s*\*/$& Minimized version: see debug directory for the complete one…
39 writeFile($to, $comment . "\n" . readFile($to));
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DsfObjects.yml7 ex2: "foo # bar" # comment
8 ex3: 'foo # bar' # comment
9 ex4: foo # comment
/plugin/comment/
H A Dplugin.info.txt1 base comment
5 name comment
7 url https://www.dokuwiki.org/plugin:comment
/plugin/osm/
H A Dscript.js73 var comment = div.firstChild;
74 while (comment.nodeType != 8) {
75 comment = comment.nextSibling;
77 return eval(comment.data);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php43 private static $comment = 'phpseclib-generated-key'; variable in phpseclib3\\Crypt\\Common\\Formats\\Keys\\PuTTY
57 * @param string $comment
59 public static function setComment($comment) argument
61 self::$comment = str_replace(["\r", "\n"], '', $comment);
301 $comment = isset($options['comment']) ? $options['comment'] : self::$comment;
306 $key .= "Comment: $comment\r\n";
310 $source = Strings::packSSH2('ssss', $type, $encryption, $comment, $public);
384 'Comment: "' . str_replace(['\\', '"'], ['\\\\', '\"'], self::$comment) . "\"\r\n" .
/plugin/codemirror/dist/modes/
H A Dhandlebars.min.js.map1comment","meta","blockCommentStart","blockCommentEnd","defineMode","config","parserConfig","getMod…
H A Debnf.min.js1comment:0,_string:1,characterClass:2};var e=null;if(b.bracesMode)e=a.getMode(b,b.bracesMode);retur… property in AnonymousFunction1590f7240200.d
/plugin/blogtng/syntax/
H A Dcommentreply.php64 $comment = $commenthelper->comment_by_cid($cid);
65 if (!is_object($comment)) return false; // comment does not exist, cid is invalid
69 $comment->tpl_name();
/plugin/zip/pear/File/Archive/Writer/
H A DZip.php55 var $comment = ""; variable in File_Archive_Writer_Zip
87 function setComment($comment) { $this->comment = $comment; } argument
250 strlen($this->comment)).
251 $this->comment
/plugin/upgrade/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;
/plugin/contact/
H A Dsyntax.php125 if (eregi("MIME-Version: ",$comment) || eregi("Content-Type: ",$comment)){
132 if (trim($comment, " \t") != ''){
133 if (mail_send($to, $subject, $comment, $to)){
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DOpenSSH.php72 $comment,
112 $comment = isset($options['comment']) ? $options['comment'] : self::$comment;
113 $RSAPublicKey = 'ssh-rsa ' . base64_encode($RSAPublicKey) . ' ' . $comment;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DActionDetail.php48 public function setComment(Comment $comment) argument
50 $this->comment = $comment;
57 return $this->comment;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DActivityContentDetails.php76 public function setComment(ActivityContentDetailsComment $comment) argument
78 $this->comment = $comment;
85 return $this->comment;

12345678910>>...29