Home
last modified time | relevance | path

Searched refs:comments (Results 26 – 50 of 417) sorted by path

12345678910>>...17

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDrive.php66 public $comments; variable in Google\\Service\\Drive
268 'comments',
272 'path' => 'files/{fileId}/comments',
282 'path' => 'files/{fileId}/comments/{commentId}',
297 'path' => 'files/{fileId}/comments/{commentId}',
316 'path' => 'files/{fileId}/comments',
342 'path' => 'files/{fileId}/comments/{commentId}',
956 'path' => 'files/{fileId}/comments/{commentId}/replies',
971 'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}',
991 'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}',
[all …]
H A DYouTube.php67 public $comments; variable in Google\\Service\\YouTube
580 'comments',
584 'path' => 'youtube/v3/comments',
594 'path' => 'youtube/v3/comments',
605 'path' => 'youtube/v3/comments',
637 'path' => 'youtube/v3/comments/markAsSpam',
648 'path' => 'youtube/v3/comments/setModerationStatus',
668 'path' => 'youtube/v3/comments',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DCommentList.php37 public function setComments($comments) argument
39 $this->comments = $comments;
46 return $this->comments;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DCommentThreadReplies.php29 public function setComments($comments) argument
31 $this->comments = $comments;
38 return $this->comments;
H A DVideoAbuseReport.php25 public $comments; variable in Google\\Service\\YouTube\\VideoAbuseReport
46 public function setComments($comments) argument
48 $this->comments = $comments;
55 return $this->comments;
/plugin/authyubikey/
H A Dauth.php.org333 $line = preg_replace('/#.*$/', '', $line); //ignore comments
/plugin/avtaskbox/
H A DREADME.md34 * Updated this wiki page to remove comments that have been fixed.
/plugin/bez/
H A Dstyle.css562 /*comments*/
/plugin/bibtex/OSBib/format/
H A DREADME.txt60 …atabase/bibliographic management system and OSBib. There are plenty of comments in that file so r…
/plugin/bibtex/OSBib/format/bibtexParse/
H A DCHANGELOG43 2/ Discard comments on same line as @string.
H A Dbib.bib10 %%some comments
21 %%some comments
/plugin/blogtng/action/
H A Dfeed.php140 $event->data['item']->comments = $event->data['item']->link.'#the__comments';
/plugin/blogtng/
H A Dadmin.php621 * @param array[] $comments List of comments
627 private function htmlCommentList($comments, $query) { argument
644 foreach($comments as $comment) {
/plugin/blogtng/db/
H A Dupdate0001.sql18 CREATE TABLE comments ( table
30 CREATE INDEX idx_comments_created ON comments(created);
31 CREATE INDEX idx_comments_pid ON comments(pid);
32 CREATE INDEX idx_comments_status ON comments(status);
H A Dupdate0004.sql16 FROM comments
19 DROP TABLE comments;
20 CREATE TABLE comments ( table
33 CREATE INDEX idx_comments_created ON comments(created);
34 CREATE INDEX idx_comments_pid ON comments(pid);
35 CREATE INDEX idx_comments_status ON comments(status);
37 INSERT INTO comments
/plugin/blogtng/helper/
H A Dlinkback.php68 $comments = $sqlitehelper->getDB()->res2arr($resid);
70 foreach($comments as $c) {
/plugin/blogtng/lang/en/
H A Doptinmail.txt3 You asked to be notified on new comments in the blog
/plugin/c3chart/
H A DREADME.md56 Also note that you can include comments in the snippet, both styles (`//` and `/* */`) are supporte…
/plugin/chat/
H A Dlocal.php.dist2 $conf['chat']['automatic'] = false; // true if comments are enabled for every page
3 $conf['chat']['recentfirst'] = true; // display most recent comments first
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md839 …ixed: `{cke_protected_1}` appearing in data in various cases where HTML comments are placed next t…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md108 * [#2380](https://github.com/ckeditor/ckeditor-dev/issues/2380) Fixed: Styling HTML comments in a t…
150 …/cke4/addon/colorbutton) plugin throws an error when activated on content containing HTML comments.
1259 …ixed: `{cke_protected_1}` appearing in data in various cases where HTML comments are placed next t…
/plugin/codehighlight/cp/languages/
H A Dasp.css10 /* comments */
15 /* ASP comments */
H A Dcsharp.css8 i, i b, i s {color:#3F7F5F;font-weight:bold;} /* comments */
H A Dcss.css6 i, i b, i s, i a, i u {color:gray;} /* comments */
H A Dgeneric.css7 i, i b, i s, i u, i em {color:green;font-weight:normal;} /* comments */

12345678910>>...17