Home
last modified time | relevance | path

Searched refs:posts (Results 1 – 25 of 44) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DBlogger.php51 public $posts; variable in Google\\Service\\Blogger
176 'path' => 'v3/blogs/{blogId}/posts/{postId}/comments/{commentId}/approve',
196 'path' => 'v3/blogs/{blogId}/posts/{postId}/comments/{commentId}',
216 'path' => 'v3/blogs/{blogId}/posts/{postId}/comments/{commentId}',
240 'path' => 'v3/blogs/{blogId}/posts/{postId}/comments',
318 'path' => 'v3/blogs/{blogId}/posts/{postId}/comments/{commentId}/spam',
338 'path' => 'v3/blogs/{blogId}/posts/{postId}/comments/{commentId}/removecontent',
558 'path' => 'v3/users/{userId}/blogs/{blogId}/posts/{postId}',
582 'path' => 'v3/users/{userId}/blogs/{blogId}/posts',
640 'posts',
[all …]
/plugin/heatmap/
Dhelper.php41 public function parse_data( $year, $posts ) { argument
46 foreach ($posts as $post) {
76 foreach ($postMap as $date => $posts) {
77 $postMapFormatted->$date = $posts;
Dplugin.info.txt6 desc Showing heatmap of yearly pages (posts) based on created date.
7 url https://www.dokuwiki.org/plugin:posts-heatmap
Dscripts.js36 const posts = postMap.get(date);
38 for (const [i, post] of posts.entries()) {
/plugin/bliki/
Dsyntax.php97 …$posts = $this->read_dir_to_array($ID . '/', 'file', '/^[0-9]{4}-[0-9]{2}-[0-9]{2}-[0-9]{6}\.txt$/…
98 sort($posts);
100 while (sizeof($recents) < $num && sizeof($posts)) {
101 $post = array_pop($posts);
127 $posts = $this->read_dir_to_array($ID . '/' . $year . '/' . $month . '/' . $day . '/',
130 sort($posts);
132 while (sizeof($recents) < $num && sizeof($posts)) {
133 $post = array_pop($posts);
Dlocal.php.dist3 $conf['plugin']['bliki']['structure'] = 'flat'; // Structure to use when storing posts; [flat | dee…
5 $conf['plugin']['bliki']['numposts'] = 15; // Number of posts to show on each page of a blog
10 $conf['plugin']['bliki']['olderlabel'] = 'Older Posts &raquo;'; // Link to older posts
11 $conf['plugin']['bliki']['newerlabel'] = '&laquo; Newer Posts'; // Link to newer posts
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
DBlog.php170 public function setPosts(BlogPosts $posts) argument
172 $this->posts = $posts;
179 return $this->posts;
/plugin/dokusioc/lib/
Dsioc_dokuwiki.php392 private $posts = array(); variable in SIOCDokuWikiContainer
408 public function addArticles($posts) argument
410 $this->posts = $posts;
443 foreach ($this->posts as $article) {
Dsioc_inc.php431 private $posts; variable in SIOCThread
449 $this->posts = array();
460 $this->posts[$id] = array("url" => $url, "prev" => $prev, "next" => $next);
541 if ($this->posts) {
542 foreach ($this->posts as $id => $data) {
581 private $posts; variable in SIOCForum
608 $this->posts = array();
622 $this->posts[$id] = $url;
677 if ($this->posts) {
678 foreach ($this->posts as $id => $url) {
/plugin/blogtng/action/
Dfeed.php82 $posts = $this->entryhelper->get_posts($conf);
83 foreach ($posts as $row) {
/plugin/podcast/action/
Dfeed.php55 $posts = $this->entryhelper->get_posts($conf);
63 foreach ($posts as $row) {
/plugin/autotweet/
Dplugin.info.txt6 desc Automatically posts tweets to your Twitter app when pages are changed.
/plugin/bloglinks/
Dplugin.info.txt6 desc Displays a link to the previous and the next blog entry above posts in configured namespaces
/plugin/dokusioc/
Daction.php241 if (count($posts) + count($containers) == 0) {
245 if (count($posts) > 0) {
246 $wikicontainer->addArticles($posts);
/plugin/authgoogle/google/contrib/
DGoogle_BloggerService.php429 public $posts; variable in Google_BloggerService
446 …$this->posts = new Google_PostsServiceResource($this, $this->serviceName, 'posts', json_decode('{"…
468 public $posts; variable in Google_Blog
515 public function setPosts(Google_BlogPosts $posts) { argument
516 $this->posts = $posts;
519 return $this->posts;
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
Dextends.rst206 {% for post in posts %}
236 {% for post in posts %}
247 {% if posts is empty %}
267 {% if posts is empty %}
/plugin/discoursesearch/
Dasyncsearch.js46 var post = _.filter( data.posts, this.id );
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
Dexclusion_strategies.rst246 private $posts;
258 and because the the max depth of the ``$posts`` property is 2, the posts would
/plugin/combo/vendor/salesforce/handlebars-php/
DREADME.md134 "posts" => [
186 "posts" => [
225 {{posts.0.title}}
247 {{#each posts}}
248 <a href="/posts/{{../permalink}}/{{id}}">{{title}}</a>
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/skin/
Dcircle.player.css10 * Artwork inspired by: http://forrst.com/posts/Untitled-CJz
/plugin/blogtng/helper/
Dentry.php248 $posts = $this->get_posts($conf);
249 if (!$posts) return '';
257 foreach ($posts as $row) {
/plugin/combo/
Dcontrib.md15 It's used by the [new installer](https://www.patreon.com/posts/new-extension-116501986)
/plugin/mermaid/
DREADME.md101 …ere are [eight themes and three looks](https://docs.mermaidchart.com/blog/posts/mermaid-innovation…
/plugin/importfacebookevents/nppBackup/
Dsyntax.php.2018-03-08_163705.bak356 // Handle wall posts
Dsyntax.php.2018-03-08_165158.bak361 // Handle wall posts

12