Home
last modified time | relevance | path

Searched refs:postId (Results 1 – 25 of 444) sorted by relevance

12345678910>>...18

/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmBuzzPlugin/modules/buzz/templates/
H A D_viewPost.php26 <li class="singlePost" id=<?php echo "postInList" . $postId; ?>>
62 <a class="account" id=<?php echo $postId ?>></a>
63 <div class="submenu" id=<?php echo 'submenu' . $postId ?>>
97 <div class="likeLinknew" id="<?php echo 'postLikebody_' . $postId ?>" >
143 <div class="shareLinknew" id='<?php echo 'postSharebody_' . $postId ?>' >
166 <div class="postContent" id='<?php echo 'postContent_' . $postId ?>'>
476 <div class="hideModalPopUp" id='<?php echo 'posthide_' . $postId ?>'
574 <div class="modal hide" id='<?php echo 'editposthide_' . $postId ?>'>
673 …<form class="<?php echo $postId; ?>" id='<?php echo 'formCreateComment_listId' . $postId; ?>' meth…
679 $commentForm->setDefault('shareId', $postId);
[all …]
H A DviewShareSuccess.php27 <div class="shareView" id='<?php echo 'shareViewContent1_' . $postId ?>'>
64 <a class="account" id=<?php echo $postId ?> ></a>
65 <div class="submenu" id=<?php echo 'submenu' . $postId ?>>
79 <div class="postContent" id='<?php echo 'postContent_' . $postId ?>'>
205 <div class="modal hide sharePostPopUpModal" id='<?php echo 'posthidePopup_' . $postId ?>'>
208 <div class="hideModalPopUp" id='<?php echo 'posthidePopup_' . $postId ?>'
210 class="hideModalPopUp" id='<?php echo 'posthidePopup_' . $postId ?>'
218 echo $commentForm['comment']->render(array('id' => "shareBox_" . $postId,
342 <div class="likeLinknew" id="<?php echo 'postLikebody_' . $postId ?>" >
365 <div class="unlikeLinknew" id='<?php echo 'postUnLikebody_' . $postId ?>' >
[all …]
H A DviewPostSuccess.php55 <div class="likeLinknew" id="<?php echo 'postLikebody_' . $postId ?>" >
79 <div class="unlikeLinknew" id='<?php echo 'postUnLikebody_' . $postId ?>' >
102 <div class="shareLinknew" id='<?php echo 'postSharebody_' . $postId ?>' >
125 <div class="postContent" id='<?php echo 'postContent_' . $postId ?>'>
212 … <span id="<?php echo 'noOfLikes_' . $postId; ?>"><?php echo $postNoOfLikes; ?></span>
219 … <span id="<?php echo 'noOfShares_' . $postId; ?>"><?php echo $shareCount; ?></span>
226 … <span id="<?php echo 'noOfUnLikes_' . $postId; ?>"><?php echo $postUnlike; ?></span>
236 …ass="modal hide sharePostPopUpModal" id='<?php echo 'posthidePopupOnOriginalPost_' . $postId ?>'>
239 <div class="hideModalPopUp" id='<?php echo 'posthidePopup_' . $postId ?>'
241 class="hideModalPopUp" id='<?php echo 'posthidePopup_' . $postId ?>'
[all …]
H A D_viewPostPreview.php25 <div class="modal hide modalPopUP" id='<?php echo 'shareViewMoreMod3_' . $postId ?>'>
27 <div class="hideModalPopUp" id='<?php echo 'shareViewMoreMod3_' . $postId ?>'
28 ><img class="hideModalPopUp" id='<?php echo 'shareViewMoreMod3_' . $postId ?>'
32 <div class="shareView" id='<?php echo 'shareViewContent3_' . $postId ?>'>
36 <div class="likeRaw" id="likeRaw_<?php echo $postId; ?>">
37 <li class="previewPost" id=<?php echo "post_" . $postId; ?>>
38 <div class="picAndNameContainer" id="picAndNameContainer_<?php echo $postId; ?>">
42 <div class="birthdayUserName" id="birthdayUserName_<?php echo $postId; ?>">
68 <div class="post_prev_content" id="post_prev_content_<?php echo $postId; ?>">
69 <div id="postBodySecondRow_<?php echo $postId; ?>" class="previewSecondRow">
[all …]
H A D_photoTilling.php43 <img id="<?php echo "1_" . $postId; ?>" class="postPhoto" height="120%"
47 <img id="<?php echo "2_" . $postId; ?>" class="postPhoto" height="120%"
57 <img id="<?php echo "1_" . $postId; ?>" class="postPhoto" height="120%"
61 <img id="<?php echo "2_" . $postId; ?>" class="postPhoto" width="120%"
65 <img id="<?php echo "3_" . $postId; ?>" class="postPhoto" width="120%"
77 <img id="<?php echo "2_" . $postId; ?>" class="postPhoto" width="120%"
81 <img id="<?php echo "3_" . $postId; ?>" class="postPhoto" width="120%"
85 <img id="<?php echo "4_" . $postId; ?>" class="postPhoto" width="140%"
101 <img id="<?php echo "3_" . $postId; ?>" class="postPhoto" width="120%"
105 <img id="<?php echo "4_" . $postId; ?>" class="postPhoto" width="140%"
[all …]
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Blogger/Resource/
H A DComments.php33 * @param string $postId
38 public function approve($blogId, $postId, $commentId, $optParams = array()) argument
48 * @param string $postId
52 public function delete($blogId, $postId, $commentId, $optParams = array()) argument
62 * @param string $postId
69 public function get($blogId, $postId, $commentId, $optParams = array()) argument
79 * @param string $postId
91 public function listComments($blogId, $postId, $optParams = array()) argument
93 $params = array('blogId' => $blogId, 'postId' => $postId);
122 * @param string $postId
[all …]
H A DPosts.php32 * @param string $postId
35 public function delete($blogId, $postId, $optParams = array()) argument
37 $params = array('blogId' => $blogId, 'postId' => $postId);
45 * @param string $postId
54 public function get($blogId, $postId, $optParams = array()) argument
56 $params = array('blogId' => $blogId, 'postId' => $postId);
123 * @param string $postId
144 * @param string $postId
152 $params = array('blogId' => $blogId, 'postId' => $postId);
160 * @param string $postId
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/
H A DComments.php32 * @param string $postId The ID of the Post.
37 public function approve($blogId, $postId, $commentId, $optParams = array()) argument
47 * @param string $postId The ID of the Post.
51 public function delete($blogId, $postId, $commentId, $optParams = array()) argument
61 * @param string $postId ID of the post to fetch posts from.
71 public function get($blogId, $postId, $commentId, $optParams = array()) argument
81 * @param string $postId ID of the post to fetch posts from.
98 public function listComments($blogId, $postId, $optParams = array()) argument
100 $params = array('blogId' => $blogId, 'postId' => $postId);
133 * @param string $postId The ID of the Post.
[all …]
H A DPosts.php32 * @param string $postId The ID of the Post.
35 public function delete($blogId, $postId, $optParams = array()) argument
37 $params = array('blogId' => $blogId, 'postId' => $postId);
45 * @param string $postId The ID of the post
59 public function get($blogId, $postId, $optParams = array()) argument
61 $params = array('blogId' => $blogId, 'postId' => $postId);
139 * @param string $postId The ID of the Post.
166 * @param string $postId The ID of the Post.
178 $params = array('blogId' => $blogId, 'postId' => $postId);
186 * @param string $postId The ID of the Post.
[all …]
/dports/net/libkgapi/libkgapi-21.12.3/src/blogger/
H A Dbloggerservice.cpp25 const QString &postId = QString(), in commentBasePath() argument
28 const auto post = !postId.isEmpty() ? (QLatin1String("/posts/") % postId) : QString(); in commentBasePath()
45 const QString &postId = QString()) -> QString in postBasePath() argument
47 const auto post = !postId.isEmpty() ? (QLatin1Char('/') % postId) : QString(); in postBasePath()
82 const QString &postId, in fetchCommentsUrl() argument
89 const QString &postId, in approveCommentUrl() argument
96 const QString &postId, in markCommentAsSpamUrl() argument
103 const QString &postId, in deleteCommentUrl() argument
139 return GoogleApisUrl % postBasePath(blogId, postId); in fetchPostUrl()
154 return GoogleApisUrl % postBasePath(blogId, postId); in deletePostUrl()
[all …]
H A Dbloggerservice.h25 const QString &postId = QString(),
29 const QString &postId,
32 const QString &postId,
35 const QString &postId,
38 const QString &postId,
50 const QString &postId);
54 const QString &postId);
56 const QString &postId);
58 const QString &postId);
60 const QString &postId);
H A Dcommentdeletejob.cpp23 const QString &postId,
27 const QString postId; member in CommentDeleteJob::Private
36 , postId(postId_) in Private()
45 , d(new Private(comment->blogId(), comment->postId(), comment->id())) in CommentDeleteJob()
51 const QString &postId, in CommentDeleteJob() argument
56 , d(new Private(blogId, postId, commentId)) in CommentDeleteJob()
68 QNetworkRequest request(BloggerService::deleteCommentUrl(d->blogId, d->postId, d->commentId)); in start()
H A Dcommentapprovejob.cpp23 const QString &postId,
28 const QString postId; member in CommentApproveJob::Private
38 , postId(postId_) in Private()
45 const QString &postId, in CommentApproveJob() argument
51 , d(new Private(blogId, postId, commentId, action)) in CommentApproveJob()
60 , d(new Private(comment->blogId(), comment->postId(), comment->id(), action)) in CommentApproveJob()
74 request.setUrl(BloggerService::approveCommentUrl(d->blogId, d->postId, d->commentId)); in start()
76 request.setUrl(BloggerService::markCommentAsSpamUrl(d->blogId, d->postId, d->commentId)); in start()
/dports/www/joomla3/joomla3-3.9.24/libraries/joomla/linkedin/
H A Dgroups.php570 $base = '/v1/posts/' . $postId;
695 private function _likeUnlike($postId, $like) argument
733 public function likePost($postId) argument
735 return $this->_likeUnlike($postId, true);
747 public function unlikePost($postId) argument
749 return $this->_likeUnlike($postId, false);
800 public function followPost($postId) argument
814 public function unfollowPost($postId) argument
829 public function flagPost($postId, $flag) argument
867 public function deletePost($postId) argument
[all …]
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-blog_post.php47 if ($postId > 0) {
66 $smarty->assign('postId', $postId);
114 if ($postId > 0) {
124 $post_images = $bloglib->get_post_images($postId);
127 $cat_objid = $postId;
185 $post_info['postId'] = $postId;
214 if ($postId > 0) {
223 $smarty->assign('postId', $postId);
232 $cat_objid = $postId;
242 $url = smarty_modifier_sefurl($postId, 'blogpost');
[all …]
/dports/www/pear-Horde_Service_Facebook/Horde_Service_Facebook-2.0.10/lib/Horde/Service/Facebook/
H A DStreams.php136 * @param string $postId The post id
157 * @param string $postId The post id the comment belongs to
162 public function addComment($postId, $comment) argument
171 $postId . '/comments',
200 * @param string $postId
204 public function addLike($postId) argument
213 $postId . '/likes',
221 * @param string $postId The post id to remove a like from.
225 public function removeLike($postId) argument
234 $postId . '/likes',
/dports/www/tikiwiki/tiki-21.2/templates/
H A Dblog_post_actions.tpl12 <a class="dropdown-item" href="tiki-print_blog_post.php?postId={$post_info.postId}">
17 …dropdown-item" href="tiki-blog_post.php?blogId={$post_info.blogId}&amp;postId={$post_info.postId}">
20 …ef="tiki-view_blog.php?blogId={$post_info.blogId}&amp;remove={$post_info.postId}" onclick="confirm…
29 …iki-view_blog.php?blogId={$post_info.blogId}&amp;savenotepad={$post_info.postId}" onclick="confirm…
33 …<a class="dropdown-item" href="tiki-view_blog_post.php?postId={$smarty.request.postId}&amp;savenot…
43 var object{/literal}{$postId}{literal} = SHARETHIS.addEntry({}, {button:false});
45 …document.write('<a class="dropdown-item" id="share{/literal}{$postId}{literal}" href="#">{/literal…
47 …var element{/literal}{$postId}{literal} = document.getElementById("share{/literal}{$postId}{litera…
48 object{/literal}{$postId}{literal}.attachButton(element{/literal}{$postId}{literal});
H A Dblog_post_postbody_content.tpl5 …<div class="read-more-wrapper mt-1">{self_link _script=$post_info.postId|sefurl:blogpost _noauto='…
16 <a class="link more" href="{$post_info.postId|sefurl:blogpost}">
20 …"tiki-view_blog_post.php?blogId={$smarty.request.blogId}&amp;postId={$smarty.request.postId}&amp;p…
23 …"tiki-view_blog_post.php?blogId={$smarty.request.blogId}&amp;postId={$smarty.request.postId}&amp;p…
27 …"tiki-view_blog_post.php?blogId={$smarty.request.blogId}&amp;postId={$smarty.request.postId}&amp;p…
30 …"tiki-view_blog_post.php?blogId={$smarty.request.blogId}&amp;postId={$smarty.request.postId}&amp;p…
/dports/www/moodle310/moodle/lib/google/src/Google/Service/
H A DBlogger.php177 'postId' => array(
197 'postId' => array(
217 'postId' => array(
241 'postId' => array(
320 'postId' => array(
340 'postId' => array(
565 'postId' => array(
646 'postId' => array(
3031 public $postId; variable in Google_Service_Blogger_PostPerUserInfo
3061 $this->postId = $postId;
[all …]
/dports/www/moodle39/moodle/lib/google/src/Google/Service/
H A DBlogger.php177 'postId' => array(
197 'postId' => array(
217 'postId' => array(
241 'postId' => array(
320 'postId' => array(
340 'postId' => array(
565 'postId' => array(
646 'postId' => array(
3031 public $postId; variable in Google_Service_Blogger_PostPerUserInfo
3061 $this->postId = $postId;
[all …]
/dports/www/moodle311/moodle/lib/google/src/Google/Service/
H A DBlogger.php177 'postId' => array(
197 'postId' => array(
217 'postId' => array(
241 'postId' => array(
320 'postId' => array(
340 'postId' => array(
565 'postId' => array(
646 'postId' => array(
3031 public $postId; variable in Google_Service_Blogger_PostPerUserInfo
3061 $this->postId = $postId;
[all …]
/dports/www/choqok/choqok-1.7.0/helperlibs/twitterapihelper/
H A Dtwitterapipostwidget.cpp185 QString postId = currentPost()->postId; in slotReply() local
189 postId = currentPost()->repeatedPostId; in slotReply()
191 Q_EMIT reply(replyto, postId, username); in slotReply()
212 mic->removeFavorite(currentAccount(), currentPost()->postId); in setFavorite()
221 if (currentAccount() == theAccount && postId == currentPost()->postId) { in slotSetFavorite()
222 qCDebug(CHOQOK) << postId; in slotSetFavorite()
254 ps->postId = url.host(); in checkAnchor()
301 QString postId; in repeatPost() local
303 postId = currentPost()->postId; in repeatPost()
305 postId = currentPost()->repeatedPostId; in repeatPost()
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/
H A Dfile_info_store.go105 PostId: postId,
110 PostId: postId,
115 PostId: postId,
224 PostId: postId,
229 PostId: postId,
234 PostId: postId,
503 PostId: postId,
558 PostId: postId,
566 PostId: postId,
574 PostId: postId,
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/
H A DBlogger.php177 'postId' => array(
197 'postId' => array(
217 'postId' => array(
241 'postId' => array(
320 'postId' => array(
340 'postId' => array(
565 'postId' => array(
646 'postId' => array(
661 'postId' => array(
788 'postId' => array(
[all …]
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/
H A DBlogger.php179 'postId' => array(
199 'postId' => array(
219 'postId' => array(
243 'postId' => array(
321 'postId' => array(
341 'postId' => array(
566 'postId' => array(
647 'postId' => array(
662 'postId' => array(
789 'postId' => array(
[all …]

12345678910>>...18