Home
last modified time | relevance | path

Searched refs:comment (Results 51 – 75 of 708) sorted by path

12345678910>>...29

/plugin/bez/
H A Dstyle.css15 #bez_comments .comment {
/plugin/blogtng/action/
H A 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');
49 $comment->setName($info['name']);
50 $comment->setMail($info['mail']);
[all …]
H A Dcomments.php63 $comment = new Comment();
66 … $comment->setSource($INPUT->post->str('comment-source')); //from: comment, pingback or trackback
68 $comment->setName($name ?: $INFO['userinfo']['name'] ?? '');
70 $comment->setMail($mail ?: $INFO['userinfo']['mail'] ?? '');
85 $comment->setSubscribe($INPUT->post->has('comment-subscribe') ? 1 : null);
89 $BLOGTNG['comment'] = $comment;
/plugin/blogtng/
H A Dadmin.php214 if($comment !== null) {
644 foreach($comments as $comment) {
677 $cmt = new Comment($comment);
691 if($comment->getMail()){
692 …ln('<a href="mailto:' . hsc($comment->getMail()) . '" class="mail" title="' . hsc($comment->getMai…
699 if($comment->getWeb()) {
700 …$weburl = '<a href="' . hsc($comment->getWeb()) . '" title="' . hsc($comment->getWeb()) . '">' . h…
736 $comment->output($blogname);
779 * @param Comment $comment
883 $comment = new Comment();
[all …]
H A Dstyle.css172 /* comment display */
177 /* comment display */
199 /*____________ comment form ____________*/
/plugin/blogtng/entities/
H A DComment.php90 $comment = $this;
91 if($comment->status == 'visible' || ($comment->status == 'hidden' && $INFO['isadmin'])) {
92 $comment->num++;
/plugin/blogtng/helper/
H A Dcomments.php96 * @param Comment $comment
119 $comment->getCid()
147 $comment->getPid(),
149 $comment->getName(),
150 $comment->getMail(),
151 $comment->getWeb(),
154 $comment->getText(),
156 $comment->getIp()
168 $comment->getPid(),
170 $comment->getMail()
[all …]
H A 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));
71 if ($c['web'] === $comment->getWeb() && $c['source'] === $comment->getSource()) {
[all …]
/plugin/blogtng/lang/en/
H A Dnotifymail.txt3 A new comment was added to the article
10 You can read reply to the comment at
H A Dsubscribermail.txt3 A new comment was added to the article
10 You can read reply to the comment at
/plugin/blogtng/syntax/
H A Dcommentreply.php64 $comment = $commenthelper->comment_by_cid($cid);
65 if (!is_object($comment)) return false; // comment does not exist, cid is invalid
69 $comment->tpl_name();
/plugin/blogtng/tpl/default/
H A 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'))?>
H A Drecentcomments.php14 …<a href="<?php $entry->tpl_link('comment_'.$comment->getCid())?>" class="wikilink1"><?php $entry->…
16 <?php $comment->tpl_name();?>
17 <?php $comment->tpl_created('%f')?>
/plugin/botbouncer/
H A DREADME.md32 http://akismet.com is an anti-comment-spam service from the makers of Wordpress. When you sign up, …
/plugin/botbouncer/lib/
H A Dbotbouncer.php493 case 'comment_type': $data['comment_type'] = 'comment';break;
/plugin/c3chart/
H A DREADME.md46 // some comment
49 ['data1', 30], /* more comment */
/plugin/captcha/
H A Dfiglet.flf6 modifier's name is placed on a comment line.
/plugin/chat/
H A Dlocal.php.dist4 $conf['chat']['allowguests'] = true; // should unregistred users be allowed to comment
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md601 …rations on filler character. See the [fixed cases](http://dev.ckeditor.com/ticket/12491#comment:4).
693 …king. See a [last resort workaround](http://dev.ckeditor.com/ticket/9317#comment:16) and make sure…
H A Dckeditor.js475comment=function(a,f){"string"==typeof a&&(a=(f?f.$:document).createComment(a));CKEDITOR.dom.domOb…
874 …ion(),!this._.inPre&&(a=CKEDITOR.tools.ltrim(a)));this._.output.push(a)},comment:function(a){this.…
/plugin/ckgdoku/ckeditor/plugins/pastefromword/filter/
H A Ddefault.js16 …===a?!1:a},cellspacing:u,cellpadding:u,border:u,"v:shapes":u,"o:spid":u},comment:function(a){a.mat…
/plugin/ckgdoku/
H A Dscript.js79 if ( handler.comment )
80 handler.comment( html.substring( 4, index ) );
/plugin/ckgdoku/scripts/
H A Dparse_wiki-cmpr.js1 …{r=r.replace(T,"$1$2$3")}}catch(S){}if(!e){if(U.match(/&lt;/)){e=true}}},comment:function(i){},dbg…
H A Dparse_wiki.js.unc1589 comment: function( text ) {
H A Dscript-cmpr.js1 …last()]){if(m.indexOf("<!--")==0){p=m.indexOf("-->");if(p>=0){if(u.comment){u.comment(m.substring(…

12345678910>>...29