Home
last modified time | relevance | path

Searched refs:comment (Results 1 – 25 of 793) sorted by relevance

12345678910>>...32

/plugin/commentsyntax/
Dscript.js11 var comment = '';
14 comment = selection.getText();
17 lastchar = comment.substr(-1,1);
21 if (comment == '') {
26 if (comment.match(/^\s*\/\*/) && comment.match(/\*\/\s*$/)) {
29 comment = comment.replace(/^ *\/\*+ *\n?/,''); // uncomment left
31 comment = comment.replace(/^ *\/\*+ */,'');
33 comment = comment.replace(/ *\*+\/\s*$/,''); // uncomment right
35 pasteText(selection, comment);
41 comment = "/*\n" + comment + " */\n";
[all …]
/plugin/comments/
Dstyle.css3 .comment-highlight {
11 .comment-highlight.comment-open {
16 .comment-highlight.comment-resolved {
21 .comment-highlight.comment-closed {
28 .comment-number {
36 .comment-bubble {
52 .comment-bubble.comment-open {
57 .comment-bubble.comment-resolved {
62 .comment-bubble.comment-closed {
68 .comment-bubble .comment-num {
[all …]
/plugin/blogtng/helper/
Dcomments.php96 * @param Comment $comment
98 public function save($comment) { argument
104 if (!empty($comment->getCid())) {
110 $comment->getPid(),
111 $comment->getSource(),
112 $comment->getName(),
113 $comment->getMail(),
114 $comment->getWeb(),
115 $comment->getAvatar(),
116 $comment->getCreated(),
[all …]
Dlinkback.php48 $comment = new Comment();
49 $comment->setSource($type);
50 $comment->setName($title);
51 $comment->setWeb($sourceUri);
52 $comment->setText($excerpt);
53 $comment->setPid(md5($id));
54 $comment->setSubscribe(null);
55 $comment->setStatus('hidden');
56 $comment->setIp(clientIP(true));
63 $resid = $sqlitehelper->getDB()->query($query, $comment->getPid());
[all …]
/plugin/blogtng/action/
Dajax.php38 $comment = new Comment();
39 $comment->setText($INPUT->post->str('text'));
40 $comment->setName($INPUT->post->str('name'));
41 $comment->setMail($INPUT->post->str('mail'));
42 $comment->setWeb($INPUT->post->str('web'));
43 $comment->setCid('preview');
44 $comment->setCreated(time());
45 $comment->setStatus('visible');
47 if(!$comment->getName() && $INPUT->server->str('REMOTE_USER')){
49 $comment->setName($info['name']);
[all …]
/plugin/blogtng/tpl/default/
Dcomments.php13 …ass="blogtng_comment blogtng_comment_status_<?php $comment->tpl_status()?>" id="comment_<?php $com…
14 …<img src="<?php $comment->tpl_avatar(48,48)?>" class="avatar" width="48" height="48" alt="" align=…
17 <?php $comment->tpl_comment()?>
19 <?php $comment->tpl_number()?> |
20 <?php $comment->tpl_hcard()?> |
21 <?php $comment->tpl_created()?> |
22 <?php $comment->tpl_number(true, '%d', $comment->getLang('comment_reply'))?>
/plugin/discussion/
Dadmin.php236 foreach ($data['comments'] as $cid => $comment) {
261 $comment = $data['comments'][$cid];
263 if ($comment['parent'] != $parent) return;
266 $comment['id'] = $id;
267 $comment['level'] = $level;
268 $result[] = $comment;
271 if (count($comment['replies'])) {
272 foreach ($comment['replies'] as $rid) {
281 * @param array $comment array with comment data
284 public function commentItem($comment) argument
[all …]
Daction.php254 $comment['user']['id'] = $INPUT->server->str('REMOTE_USER');
255 $comment['user']['name'] = $INFO['userinfo']['name'];
256 $comment['user']['mail'] = $INFO['userinfo']['mail'];
268 … $comment['user']['id'] = ''; //prevent overlap with loggedin users, before: 'test<ipadress>'
269 $comment['user']['name'] = hsc($INPUT->str('name'));
270 $comment['user']['mail'] = hsc($INPUT->str('mail'));
273 … $comment['user']['address'] = ($this->getConf('addressfield')) ? hsc($INPUT->str('address')) : '';
274 … $comment['user']['url'] = ($this->getConf('urlfield')) ? $this->checkURL($INPUT->str('url')) : '';
275 … $comment['subscribe'] = ($this->getConf('subscribe')) ? $INPUT->has('subscribe') : '';
276 $comment['date'] = ['created' => $INPUT->str('date')];
[all …]
/plugin/blogtng/
Dadmin.php88 $comment = $this->getPostedComment();
90 $this->commenthelper->save($comment);
213 … $comment = $this->commenthelper->comment_by_cid($INPUT->get->str('comment-cid'));
214 if($comment !== null) {
215 $this->htmlCommentEditForm($comment);
219 $comment = $this->getPostedComment();
221 $this->htmlCommentEditForm($comment);
222 $this->htmlCommentPreview($comment);
644 foreach($comments as $comment) {
645 $this->htmlCommentItem(new Comment($comment));
[all …]
/plugin/highlightjs/highlight/
Dreadme.rus.txt52 .comment {
108 comment комментарий
132 comment комментарий
143 comment комментарий
157 comment комментарий
165 comment комментарий
175 comment комментарий
188 comment комментарий
202 comment комментарий
208 template_comment шаблонный комментарий, и {# .. #}, и {% comment %}
[all …]
Dreadme.eng.txt49 .comment {
103 comment comment
127 comment comment
138 comment comment
152 comment comment
160 comment comment
170 comment comment
183 comment comment
197 comment comment
203 template_comment template comment, both {# .. #} and {% comment %}
[all …]
/plugin/podcast/blogtng-tpl/
Dcomments.php1 …ss="blogtng_comment blogtng_comment_status_<?php $comment->tpl_status(); ?>" id="comment_<?php $co…
3 …<img src="<?php $comment->tpl_avatar(48, 48); ?>" class="avatar" width="48" height="48" alt="" ali…
4 …<div><?php $comment->tpl_hcard(); ?> No. <?php $comment->tpl_number(false); ?> @ <?php $comment->t…
7 <?php $comment->tpl_comment(); ?>
9 <?php $comment->tpl_number(true, "» Reply"); ?>
/plugin/dirtylittlehelper/mermaid/editor/docs/
D20.20.js1comment.doc","@doccomment"],[/\/\*/,"comment","@comment"],[/\/\/.*$/,"comment"]],comment:[[/[^\/*]… property
D26.26.js1comment.doc","@javadoc"],[/\/\*/,"comment","@comment"],[/\/\/.*$/,"comment"]],comment:[[/[^\/*]+/,… property
D60.60.js1comment.doc","@doccomment"],[/\/\*/,"comment","@comment"],[/\/\/.*$/,"comment"]],comment:[[/[^\/*]… property
D59.59.js1comment.doc","@doccomment"],[/\/\*/,"comment","@comment"],[/\/\/.*$/,"comment"]],comment:[[/[^\/*]… property
D63.63.js5comment.doc"],[/\/\*\*/,"comment.doc","@commentdocbody"],[/\/\/.*$/,"comment"],[/\/\*/,"comment","… property
D17.17.js1comment.doc","@jsdoc"],[/\/\*/,"comment","@comment"],[/\/\/\/.*$/,"comment.doc"],[/\/\/.*$/,"comme… property
D48.48.js1comment:[[/@[^@]/,{token:"@rematch",switchTo:"@razorInSimpleState.comment"}],[/-->/,"comment.html"… property
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
DDocBlockFactory.php114 * @param string $comment String containing the comment text.
118 private function stripDocComment($comment) argument
120 … $comment = trim(preg_replace('#[ \t]*(?:\/\*\*|\*\/|\*)?[ \t]{0,1}(.*)?#u', '$1', $comment));
123 if (substr($comment, -2) === '*/') {
124 $comment = trim(substr($comment, 0, -2));
127 return str_replace(["\r\n", "\r"], "\n", $comment);
133 * @param string $comment Comment to split into the sub-parts.
140 private function splitDocBlock($comment) argument
145 if (strpos($comment, '@') === 0) {
146 return ['', '', '', $comment];
[all …]
/plugin/diagramsnet/lib/plugins/
DcConf-comments.js94 var comment = new DrawioComment(null, cComment.id, cComment.content,
101 comment.addReplyDirect(confOldCommentToDrawio(cComment.replies[i], cComment.id));
104 return comment;
110 var comment = new DrawioComment({attVer: atlasComment.attVer, ui: ui}, atlasComment.id,
115 comment.parentId = parentId;
116 comment.version = atlasComment.version.number;
118 if (comment.content == DELETED_MARKER)
120 comment.content = mxResources.get('msgDeleted');
121 comment.isLocked = true;
124 var replies = atlasComment.children != null ? atlasComment.children.comment.results : [];
[all …]
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
DSerializer.php84 $comment = "{$firstIndent}/**\n";
86 $comment .= "{$indent} * {$text}\n";
87 $comment .= "{$indent} *\n";
90 $comment = $this->addTagBlock($docblock, $wrapLength, $indent, $comment);
91 $comment .= $indent . ' */';
93 return $comment;
140 private function addTagBlock(DocBlock $docblock, $wrapLength, $indent, $comment) argument
150 $comment .= "{$indent} * {$tagText}\n";
153 return $comment;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
DClosingDeclarationCommentSniff.php89 $comment = '//end '.$decName.'()';
91 $comment = '//end class';
93 $comment = '//end interface';
110 $data = array($comment);
113 if (rtrim($tokens[$next]['content']) === $comment) {
124 $phpcsFile->fixer->replaceToken($next, $comment.$phpcsFile->eolChar);
130 … $phpcsFile->fixer->replaceToken($closingBracket, '}'.$comment.$phpcsFile->eolChar);
137 if (rtrim($tokens[($closingBracket + 1)]['content']) !== $comment) {
140 … $phpcsFile->fixer->replaceToken(($closingBracket + 1), $comment.$phpcsFile->eolChar);
/plugin/struct/db/
H A Dupdate0014.sql7 comment, field
11 …TO schemas_temp (id, tbl, ts, islookup, user, comment, editors) SELECT id, tbl, ts, islookup, user…
21 comment,
25 …RT INTO schemas (id, tbl, ts, islookup, user, comment, config) SELECT id, tbl, ts, islookup, user,…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
DOpenSSH.php40 protected static $comment = 'phpseclib-generated-key'; variable in phpseclib3\\Crypt\\Common\\Formats\\Keys\\OpenSSH
54 * @param string $comment
56 public static function setComment($comment) argument
58 self::$comment = str_replace(["\r", "\n"], '', $comment);
141 $comment = isset($parts[1]) ? $parts[1] : false;
146 $comment = isset($parts[2]) ? $parts[2] : false;
211 $comment = isset($options['comment']) ? $options['comment'] : self::$comment;
214 Strings::packSSH2('s', $comment);

12345678910>>...32