Home
last modified time | relevance | path

Searched refs:comments (Results 1 – 25 of 417) sorted by relevance

12345678910>>...17

/plugin/photogallery/lightGallery/css/
H A Dlg-fb-comment-box.css4 .lg-outer.fb-comments .lg-img-wrap, .lg-outer.fb-comments .lg-video-cont {
8 .lg-outer.fb-comments .fb-comments {
19 .lg-outer.fb-comments .fb-comments.fb_iframe_widget {
23 .lg-outer.fb-comments .fb-comments.fb_iframe_widget.fb_iframe_widget_loader {
27 .lg-outer.fb-comments .lg-toolbar {
32 .lg-outer.fb-comments .lg-actions .lg-next {
36 .lg-outer.fb-comments .lg-item {
40 .lg-outer.fb-comments .lg-item.lg-complete .lg-img-wrap, .lg-outer.fb-comments .lg-item.lg-complete…
44 .lg-outer.fb-comments .lg-img-wrap, .lg-outer.fb-comments .lg-video-cont {
50 .lg-outer.fb-comments .lg-sub-html {
[all …]
H A Dlg-fb-comment-box.min.css1comments .fb-comments{height:100%;overflow-y:auto;position:absolute;right:0;top:0;width:420px;z-in…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DIndexedCommentsBlogPost.php20 private $comments = []; variable in JMS\\Serializer\\Tests\\Fixtures\\IndexedCommentsBlogPost
25 $this->comments[] = new Comment($author, 'foo');
26 $this->comments[] = new Comment($author, 'bar');
32 foreach ($this->comments as $comment) {
49 private $comments = []; variable in JMS\\Serializer\\Tests\\Fixtures\\IndexedCommentsList
56 $this->comments[] = $comment;
H A DLog.php27 private $comments; variable in JMS\\Serializer\\Tests\\Fixtures\\Log
36 $this->comments = [];
37 $this->comments[] = new Comment($author, 'foo');
38 $this->comments[] = new Comment($author, 'bar');
39 $this->comments[] = new Comment($author, 'baz');
H A DBlogPost.php75 private $comments; variable in JMS\\Serializer\\Tests\\Fixtures\\BlogPost
115 $this->comments = new ArrayCollection();
134 $this->comments->add($comment);
/plugin/discussion/
H A Dconvert.php93 $comments = array();
95 $comments = unserialize(io_readFile($file['old'], false));
98 if (!isset($comments['status'])) $comments['status'] = 1;
99 $comments['number'] += count($old);
116 $comments['number']--;
134 $comments['comments'][$cid] = array(
147 io_saveFile($file['new'], serialize($comments));
H A Daction.php468 * @param array $comments
474 $keys = array_keys($comments);
479 $comments = $this->_flattenThreads($comments, $rids);
482 $comments[$cid]['parent'] = '';
484 return $comments;
713 $comments = $this->_removeComment($rid, $comments);
716 unset($comments[$cid]);
717 return $comments;
1431 if ($comments['title']) {
1434 $num = $comments['number'];
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1OperatorMetadata.php26 public $comments; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1OperatorMetadata
43 public function setComments($comments) argument
45 $this->comments = $comments;
52 return $this->comments;
/plugin/blogtng/db/
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
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);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
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;
H A DCommentThreadReplies.php29 public function setComments($comments) argument
31 $this->comments = $comments;
38 return $this->comments;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DUglifyJs2Filter.php32 private $comments; variable in Assetic\\Filter\\UglifyJs2Filter
62 public function setComments($comments) argument
64 $this->comments = $comments;
109 if ($this->comments) {
110 $pb->add('--comments')->add(true === $this->comments ? 'all' : $this->comments);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/
H A DListCommentsResponse.php33 public function setComments($comments) argument
35 $this->comments = $comments;
42 return $this->comments;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DReview.php51 public function setComments($comments) argument
53 $this->comments = $comments;
60 return $this->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/diagramsnet/lib/plugins/
H A DcConf-comments.js24 msg.comments = confComments;
150 …ui.remoteInvoke('getOldComments', [contentId], null, function(comments, spaceKey, pageId, pageType… argument
154 for (var i = 0; i < comments.length; i++)
156 var comment = confOldCommentToDrawio(comments[i]);
194 ui.remoteInvoke('getComments', [null, false], null, function(comments, siteUrl) argument
203 for (var i = 0; i < comments.length; i++)
205 var cnt = decodeURIComponent(comments[i].body.storage.value);
211 comments[i].body.storage.value = cnt.substring(REPLY_MARKER_END.length + end);
212 oldVerReplies.push({parentId: parentId, reply: comments[i]});
216 commentsMap[comments[i].id] = comments[i];
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DAccountUserProfile.php37 public $comments; variable in Google\\Service\\Dfareporting\\AccountUserProfile
138 public function setComments($comments) argument
140 $this->comments = $comments;
147 return $this->comments;
H A DOrder.php46 public $comments; variable in Google\\Service\\Dfareporting\\Order
173 public function setComments($comments) argument
175 $this->comments = $comments;
182 return $this->comments;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/
H A DBlogPost.yml11 groups: [comments, post]
16 groups: [comments, post]
33 comments:
35 groups: [comments]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1CustomReport.php30 public $comments; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1CustomReport
125 public function setComments($comments) argument
127 $this->comments = $comments;
134 return $this->comments;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/DoctrinePHPCR/
H A DBlogPost.php61 private $comments; variable in JMS\\Serializer\\Tests\\Fixtures\\DoctrinePHPCR\\BlogPost
74 $this->comments = new ArrayCollection();
85 $this->comments->add($comment);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/Doctrine/
H A DBlogPost.php67 private $comments; variable in JMS\\Serializer\\Tests\\Fixtures\\Doctrine\\BlogPost
87 $this->comments = new ArrayCollection();
98 $this->comments->add($comment);
/plugin/issuetracker/
H A Ditsearch.php78 $comments =''; variable
79 if (@file_exists($comments_file)) { $comments = @file_get_contents($comments_file); } variable
97 if(stripos($comments,$needle)!==false)
134 $comments = unserialize(@file_get_contents($comments_file)); variable
138 foreach($comments as $comment) {
/plugin/fbcomments/
H A Dplugin.info.txt5 name Facebook comments box plugin for Dokuwiki
6 desc Facebook comments system plugin for Dokuwiki

12345678910>>...17