| /plugin/photogallery/lightGallery/css/ |
| D | lg-fb-comment-box.css | 4 .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 …]
|
| D | lg-fb-comment-box.min.css | 1 …comments .fb-comments{height:100%;overflow-y:auto;position:absolute;right:0;top:0;width:420px;z-in…
|
| /plugin/asciidocjs/node_modules/pug-strip-comments/ |
| D | README.md | 1 # pug-strip-comments 3 Strips comments from Pug token stream 5 …s://img.shields.io/travis/pugjs/pug-strip-comments/master.svg)](https://travis-ci.org/pugjs/pug-st… 6 …pug/status.svg?path=packages/pug-strip-comments)](https://david-dm.org/pugjs/pug?path=packages/pug… 7 …dev-status.svg?path=packages/pug-strip-comments)](https://david-dm.org/pugjs/pug?path=packages/pug… 8 …sion](https://img.shields.io/npm/v/pug-strip-comments.svg)](https://www.npmjs.org/package/pug-stri… 12 npm install pug-strip-comments 18 var stripComments = require('pug-strip-comments'); 26 // Only strip unbuffered comments (default) 32 // Only strip buffered comments (when you want to play a joke on your coworkers)
|
| /plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/ |
| D | IndexedCommentsBlogPost.php | 20 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;
|
| D | Log.php | 27 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');
|
| /plugin/discussion/ |
| D | convert.php | 99 $comments = []; 101 $comments = unserialize(io_readFile($file['old'], false)); 105 if (!isset($comments['status'])) { 106 $comments['status'] = 1; 108 $comments['number'] += count($old); 125 $comments['number']--; 145 $comments['comments'][$cid] = [ 158 io_saveFile($file['new'], serialize($comments));
|
| /plugin/blogtng/db/ |
| D | update0004.sql | 16 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
|
| D | update0001.sql | 18 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/DataLabeling/ |
| D | GoogleCloudDatalabelingV1beta1OperatorMetadata.php | 26 public $comments; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1OperatorMetadata 43 public function setComments($comments) argument 45 $this->comments = $comments; 52 return $this->comments;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
| D | VideoAbuseReport.php | 25 public $comments; variable in Google\\Service\\YouTube\\VideoAbuseReport 46 public function setComments($comments) argument 48 $this->comments = $comments; 55 return $this->comments;
|
| D | CommentThreadReplies.php | 29 public function setComments($comments) argument 31 $this->comments = $comments; 38 return $this->comments;
|
| /plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/ |
| D | UglifyJs2Filter.php | 32 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/ |
| D | ListCommentsResponse.php | 33 public function setComments($comments) argument 35 $this->comments = $comments; 42 return $this->comments;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/ |
| D | CommentList.php | 37 public function setComments($comments) argument 39 $this->comments = $comments; 46 return $this->comments;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/ |
| D | Review.php | 51 public function setComments($comments) argument 53 $this->comments = $comments; 60 return $this->comments;
|
| /plugin/diagramsnet/lib/plugins/ |
| D | cConf-comments.js | 24 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/ |
| D | AccountUserProfile.php | 37 public $comments; variable in Google\\Service\\Dfareporting\\AccountUserProfile 138 public function setComments($comments) argument 140 $this->comments = $comments; 147 return $this->comments;
|
| D | Order.php | 46 public $comments; variable in Google\\Service\\Dfareporting\\Order 173 public function setComments($comments) argument 175 $this->comments = $comments; 182 return $this->comments;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/ |
| D | GoogleCloudApigeeV1CustomReport.php | 30 public $comments; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1CustomReport 125 public function setComments($comments) argument 127 $this->comments = $comments; 134 return $this->comments;
|
| /plugin/comments/ |
| D | syntax.php | 13 protected static $comments = array(); variable in syntax_plugin_comment 81 self::$comments[] = array( 119 if (empty(self::$comments)) { 127 foreach (self::$comments as $comment) {
|
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | output.js | 57 comments : false, property 81 if (options.comments) { 82 var comments = options.comments; 83 if (typeof options.comments === "string" && /^\/.*\/[a-zA-Z]*$/.test(options.comments)) { 84 var regex_pos = options.comments.lastIndexOf("/"); 85 comments = new RegExp( 86 options.comments.substr(1, regex_pos - 1), 87 options.comments.substr(regex_pos + 1) 90 if (comments instanceof RegExp) { 92 return comment.type != "comment5" && comments.test(comment.value); [all …]
|
| /plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/DoctrinePHPCR/ |
| D | BlogPost.php | 61 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/ |
| D | BlogPost.php | 67 private $comments; variable in JMS\\Serializer\\Tests\\Fixtures\\Doctrine\\BlogPost 87 $this->comments = new ArrayCollection(); 98 $this->comments->add($comment);
|
| /plugin/issuetracker/ |
| D | itsearch.php | 78 $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/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | output.js | 59 comments : false, property 81 if (options.comments) { 82 var comments = options.comments; 83 if (typeof options.comments === "string" && /^\/.*\/[a-zA-Z]*$/.test(options.comments)) { 84 var regex_pos = options.comments.lastIndexOf("/"); 85 comments = new RegExp( 86 options.comments.substr(1, regex_pos - 1), 87 options.comments.substr(regex_pos + 1) 90 if (comments instanceof RegExp) { 92 return comment.type != "comment5" && comments.test(comment.value); [all …]
|