Home
last modified time | relevance | path

Searched refs:comment (Results 26 – 50 of 708) sorted by relevance

12345678910>>...29

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DInlineCommentSniff.php169 $comment = rtrim($tokens[$stackPtr]['content']);
172 if (substr($comment, 0, 2) !== '//') {
176 if (trim(substr($comment, 2)) !== '') {
180 $commentLength = strlen($comment);
182 if ($comment[$i] === "\t") {
187 if ($comment[$i] !== ' ') {
198 ltrim(substr($comment, 2)),
199 $comment,
205 substr($comment, 2),
206 $comment,
[all …]
H A DLongConditionClosingCommentSniff.php171 $comment = $phpcsFile->findNext(array(T_COMMENT), $stackPtr, null, false);
173 if (($comment === false) || ($tokens[$comment]['line'] !== $endBrace['line'])) {
192 if (($comment - $stackPtr) !== 1) {
198 if (trim($tokens[$comment]['content']) !== $expected) {
199 $found = trim($tokens[$comment]['content']);
208 $phpcsFile->fixer->replaceToken($comment, $expected.$phpcsFile->eolChar);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D66.66.js1comment.doc","@jsdoc"],[/\/\*/,"comment","@comment"],[/\/\/.*$/,"comment"]],comment:[[/[^\/*]+/,"c… property in AnonymousFunctionc78f69130100.i.tokenizer
H A D62.62.js1comment"],[/\/\*/,"comment","@push"],["\\*/","comment","@pop"],[/[\/*]/,"comment"]],comment2:[[/[^… property in AnonymousFunction93a4448b0100.r.tokenizer
H A D3.3.js1comment.doc","@jsdoc"],[/\/\*/,"comment","@comment"],[/\/\/.*$/,"comment"]],comment:[[/[^\/*]+/,"c… property in AnonymousFunction43628a610100.r.tokenizer
H A D68.68.js1comment",next:"@comment"}]],comment:[[/[^<\-]+/,"comment.content"],[/-->/,{token:"comment",next:"@… property in AnonymousFunction6184fb570100.o.tokenizer
H A D45.45.js1comment",next:"@blockText.$1.comment"}],[/[ \t\r\n]+/,""],[/<!--/,{token:"comment",next:"@comment"… property in AnonymousFunctiona1ecc52d0100.a.tokenizer
H A D20.20.js.map1comment'] }\n ],\n surroundingPairs: [\n { open: '{', close: '}' },\n { open: …
H A D14.14.js1comment:[[/[^\/*]+/,"comment"],["\\*/","comment","@pop"],[/[\/*]/,"comment"]],string:[[/[^\\"]+/,"… property in AnonymousFunction8ff633e50100.s.tokenizer
H A D26.26.js.map1comment.doc', '@javadoc'],\n [/\\/\\*/, 'comment', '@comment'],\n [/\\/\\/.*…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DRelationshipOccurrence.php22 public $comment; variable in Google\\Service\\ContainerAnalysis\\RelationshipOccurrence
27 public function setComment($comment) argument
29 $this->comment = $comment;
33 return $this->comment;
H A DExternalRef.php23 public $comment; variable in Google\\Service\\ContainerAnalysis\\ExternalRef
35 public function setComment($comment) argument
37 $this->comment = $comment;
41 return $this->comment;
H A DContaineranalysisGoogleDevtoolsCloudbuildV1ApprovalResult.php33 public $comment; variable in Google\\Service\\ContainerAnalysis\\ContaineranalysisGoogleDevtoolsCloudbuildV1ApprovalResult
74 public function setComment($comment) argument
76 $this->comment = $comment;
83 return $this->comment;
H A DFileOccurrence.php24 public $comment; variable in Google\\Service\\ContainerAnalysis\\FileOccurrence
41 public function setComment($comment) argument
43 $this->comment = $comment;
47 return $this->comment;
/plugin/zip/pear/MIME/Type/
H A DParameter.php48 var $comment; variable in MIME_Type_Parameter
76 $this->comment = $this->getComment($param);
125 $comment = substr($param, $cs);
126 return trim($comment, '() ');
156 if ($this->comment) {
157 $val .= ' ('.$this->comment.')';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BinaryAuthorization/
H A DAttestorPublicKey.php29 public $comment; variable in Google\\Service\\BinaryAuthorization\\AttestorPublicKey
54 public function setComment($comment) argument
56 $this->comment = $comment;
63 return $this->comment;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DApprovalResult.php33 public $comment; variable in Google\\Service\\CloudBuild\\ApprovalResult
74 public function setComment($comment) argument
76 $this->comment = $comment;
83 return $this->comment;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DIndexedCommentsBlogPost.php32 foreach ($this->comments as $comment) {
33 $authorName = $comment->getAuthor()->getName();
39 $indexedComments[$authorName]->addComment($comment);
54 public function addComment(Comment $comment) argument
56 $this->comments[] = $comment;
/plugin/blogtng/action/
H A Dcomments.php63 $comment = new Comment();
66 … $comment->setSource($INPUT->post->str('comment-source')); //from: comment, pingback or trackback
68 $comment->setName($name ?: $INFO['userinfo']['name'] ?? '');
70 $comment->setMail($mail ?: $INFO['userinfo']['mail'] ?? '');
85 $comment->setSubscribe($INPUT->post->has('comment-subscribe') ? 1 : null);
89 $BLOGTNG['comment'] = $comment;
/plugin/sugar/
H A Dsyntax.php48 $comment = "";
52 $comment="SugarCRM Opportunity # ".$id;
56 $comment="SugarCRM Account #".$id;
61 $comment="SugarCRM Contact #".$id;
70 $data[1] = $comment;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DAdSlot.php25 public $comment; variable in Google\\Service\\Dfareporting\\AdSlot
58 public function setComment($comment) argument
60 $this->comment = $comment;
67 return $this->comment;
/plugin/issuetracker/
H A Dedit.php32 $comment = array();
33 $comment["field"] = $column;
34 $comment["old_value"] = $old_value;
35 $comment["new_value"] = $new_value;
36 $comment["timestamp"] = date('Y-m-d G:i:s');
37 $comment["author"] = $user_mail['userinfo']['mail'];
87 $comment = array();
88 $comment["timestamp"] = date('Y-m-d G:i:s');
89 $comment["author"] = $user_mail['userinfo']['mail'];
227 $bodyhtml = str_ireplace("%%cmnt_id%%",$comment['id'],$bodyhtml);
[all …]
H A Ditsearch.php138 foreach($comments as $comment) {
139 $text_snip = $this->xs_format($comment['comment']);
140 if(stripos($comment['comment'],$needle)!==false) {
146 …<td><a href="'.$link.'#a'.$comment['id'].'" title="'.$this->getLang('search_Comment')." ".$comment
147 …<td><a href="'.$link.'#a'.$comment['id'].'" title="'.$this->getLang('search_Comment')." ".$comment
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEventAttendee.php29 public $comment; variable in Google\\Service\\Calendar\\EventAttendee
80 public function setComment($comment) argument
82 $this->comment = $comment;
89 return $this->comment;
/plugin/recommend/helper/
H A Dlog.php28 public function writeEntry($page, $sender, $receiver, $comment) argument
30 $comment = str_replace(["\n", '"'], ['', '\''], $comment);
34 "“${receiver}” with comment “${comment}”.\n");

12345678910>>...29