Home
last modified time | relevance | path

Searched refs:Comment (Results 1 – 25 of 233) sorted by last modified time

12345678910

/plugin/siteexport/inc/
H A DreadCSS.patch16 // Remove Comment tags <!-- ... --> inside CSS as <style> in HTML document
17 // Remove Comment tags /* ... */ inside CSS as <style> in HTML document
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs12183 var o/*:Comment*/ = ({a: comment.author, t: comment.t, r: comment.r, T: threaded});
12266 var t = "Comment:\n " + (ts[0]) + "\n";
17322 if(y.comment) dname.Comment = y.comment;
17460 if(n.Comment) d.comment = n.Comment;
17566 if(comment) out.Comment = comment;
17583 if(name.Comment) arr.push(write_XLNullableWideString(name.Comment));
18111 var comments/*:Array<Comment>*/ = [], comment/*:Comment*/ = ({}/*:any*/);
18330 case 'comment' /*case 'Comment'*/:
19001 return writextag("Comment", d, {"ss:Author":c.a});
19439 if(last_lbl != null) last_lbl.Comment = val[1];
[all …]
/plugin/combo/vendor/salesforce/handlebars-php/
H A DCODEOWNERS1 # Comment line immediately above ownership line is reserved for related gus information. Please be careful while editing.
/plugin/blogtng/action/
H A Dajax.php7 use dokuwiki\plugin\blogtng\entities\Comment; alias
38 $comment = new Comment();
H A Dcomments.php7 use dokuwiki\plugin\blogtng\entities\Comment; alias
63 $comment = new Comment();
/plugin/blogtng/entities/
H A DComment.php10 class Comment{ class
/plugin/blogtng/helper/
H A Dcomments.php8 use dokuwiki\plugin\blogtng\entities\Comment; alias
43 * @return Comment|null
59 return new Comment($result[0]);
96 * @param Comment $comment
473 /** @var Comment $comment */
609 $comment = new Comment();
H A Dlinkback.php7 use dokuwiki\plugin\blogtng\entities\Comment; alias
48 $comment = new Comment();
/plugin/blogtng/
H A Dadmin.php7 use dokuwiki\plugin\blogtng\entities\Comment; alias
645 $this->htmlCommentItem(new Comment($comment));
664 * @param Comment $comment A single comment
677 $cmt = new Comment($comment);
727 * @param Comment $comment submitted comment
779 * @param Comment $comment
877 * @return Comment
883 $comment = new Comment();
/plugin/orphanmedia2/
H A Ddokuwiki-plugin-page.md42 ^ Link Type ^ Comment ^
/plugin/discussion/lang/en/
H A Dsubscribermail.txt9 Comment:
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DComment.php20 class Comment extends \Google\Collection class
237 class_alias(Comment::class, 'Google_Service_Drive_Comment');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DActionDetail.php22 protected $commentType = Comment::class;
46 * @param Comment
48 public function setComment(Comment $comment)
53 * @return Comment
H A DComment.php20 class Comment extends \Google\Collection class
91 class_alias(Comment::class, 'Google_Service_DriveActivity_Comment');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DPostReplies.php23 protected $itemsType = Comment::class;
35 * @param Comment[]
42 * @return Comment[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DCommentThreadReplies.php23 protected $commentsType = Comment::class;
27 * @param Comment[]
34 * @return Comment[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/Resource/
H A DComments.php20 use Google\Service\YouTube\Comment; alias
51 * @param Comment $postBody
53 * @return Comment
55 public function insert($part, Comment $postBody, $optParams = [])
59 return $this->call('insert', [$params], Comment::class);
134 * @param Comment $postBody
136 * @return Comment
138 public function update($part, Comment $postBody, $optParams = [])
142 return $this->call('update', [$params], Comment::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/Resource/
H A DComments.php20 use Google\Service\Drive\Comment; alias
37 * @param Comment $postBody
39 * @return Comment
41 public function create($fileId, Comment $postBody, $optParams = [])
45 return $this->call('create', [$params], Comment::class);
69 * @return Comment
75 return $this->call('get', [$params], Comment::class);
104 * @param Comment $postBody
106 * @return Comment
108 public function update($fileId, $commentId, Comment $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/
H A DComment.php20 class Comment extends \Google\Model class
114 class_alias(Comment::class, 'Google_Service_CloudSupport_Comment');
H A DListCommentsResponse.php23 protected $commentsType = Comment::class;
31 * @param Comment[]
38 * @return Comment[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/Resource/
H A DCasesComments.php20 use Google\Service\CloudSupport\Comment; alias
38 * @param Comment $postBody
40 * @return Comment
42 public function create($parent, Comment $postBody, $optParams = [])
46 return $this->call('create', [$params], Comment::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DReview.php27 protected $commentsType = Comment::class;
49 * @param Comment[]
56 * @return Comment[]
H A DComment.php20 class Comment extends \Google\Model class
58 class_alias(Comment::class, 'Google_Service_AndroidPublisher_Comment');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/Resource/
H A DComments.php20 use Google\Service\Blogger\Comment; alias
41 * @return Comment
47 return $this->call('approve', [$params], Comment::class);
72 * @return Comment
78 return $this->call('get', [$params], Comment::class);
130 * @return Comment
136 return $this->call('markAsSpam', [$params], Comment::class);
146 * @return Comment
152 return $this->call('removeContent', [$params], Comment::class);

12345678910