Home
last modified time | relevance | path

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

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DBlogger.php51 public $posts; variable in Google\\Service\\Blogger
582 'path' => 'v3/users/{userId}/blogs/{blogId}/posts',
640 'posts',
644 'path' => 'v3/blogs/{blogId}/posts/{postId}',
659 'path' => 'v3/blogs/{blogId}/posts/{postId}',
690 'path' => 'v3/blogs/{blogId}/posts/bypath',
713 'path' => 'v3/blogs/{blogId}/posts',
735 'path' => 'v3/blogs/{blogId}/posts',
786 'path' => 'v3/blogs/{blogId}/posts/{postId}',
855 'path' => 'v3/blogs/{blogId}/posts/search',
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DBlog.php170 public function setPosts(BlogPosts $posts) argument
172 $this->posts = $posts;
179 return $this->posts;
/plugin/bliki/
H A 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);
H A 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/dokusioc/lib/
H A 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) {
H A Dsioc_inc.php422 * - list of posts in that thread
431 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) {
564 // Export d'un forum avec une liste de posts -variable (next with seeAlso)
571 * - list of posts within a forum [partial, paged]
581 private $posts; variable in SIOCForum
608 $this->posts
[all...]
/plugin/blogtng/action/
H A Dfeed.php82 $posts = $this->entryhelper->get_posts($conf);
83 foreach ($posts as $row) {
/plugin/podcast/action/
H A Dfeed.php55 $posts = $this->entryhelper->get_posts($conf);
63 foreach ($posts as $row) {
/plugin/autotweet/
H A Dplugin.info.txt6 desc Automatically posts tweets to your Twitter app when pages are changed.
/plugin/bloglinks/
H A Dplugin.info.txt6 desc Displays a link to the previous and the next blog entry above posts in configured namespaces
/plugin/dokusioc/
H A Daction.php223 // search next level entries (posts, sub containers) in container
227 $posts = array();
233 $posts[] = $entry;
241 if (count($posts) + count($containers) == 0) {
245 if (count($posts) > 0) {
246 $wikicontainer->addArticles($posts);
/plugin/authgoogle/google/contrib/
H A 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/
H A Dextends.rst206 {% for post in posts %}
236 {% for post in posts %}
247 {% if posts is empty %}
267 {% if posts is empty %}
/plugin/discoursesearch/
H A Dasyncsearch.js46 var post = _.filter( data.posts, this.id );
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A 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/
H A 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/
H A Dcircle.player.css10 * Artwork inspired by: http://forrst.com/posts/Untitled-CJz
/plugin/blogtng/helper/
H A Dentry.php248 $posts = $this->get_posts($conf);
249 if (!$posts) return '';
257 foreach ($posts as $row) {
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163705.bak356 // Handle wall posts
H A Dsyntax.php.2018-03-08_165255.bak363 // Handle wall posts
H A Dsyntax.php.2018-03-08_163658.bak357 // Handle wall posts
H A Dsyntax.php.2018-03-08_163718.bak356 // Handle wall posts
H A Dsyntax.php.2018-03-08_164623.bak356 // Handle wall posts
H A Dsyntax.php.2018-03-08_164706.bak360 // Handle wall posts
H A Dsyntax.php.2018-03-08_165027.bak362 // Handle wall posts

12