/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Blogger.php | 51 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 D | Blog.php | 170 public function setPosts(BlogPosts $posts) argument 172 $this->posts = $posts; 179 return $this->posts;
|
/plugin/bliki/ |
H A D | syntax.php | 97 …$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 D | local.php.dist | 3 $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 »'; // Link to older posts 11 $conf['plugin']['bliki']['newerlabel'] = '« Newer Posts'; // Link to newer posts
|
/plugin/dokusioc/lib/ |
H A D | sioc_dokuwiki.php | 392 private $posts = array(); variable in SIOCDokuWikiContainer 408 public function addArticles($posts) argument 410 $this->posts = $posts; 443 foreach ($this->posts as $article) {
|
H A D | sioc_inc.php | 422 * - 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 D | feed.php | 82 $posts = $this->entryhelper->get_posts($conf); 83 foreach ($posts as $row) {
|
/plugin/podcast/action/ |
H A D | feed.php | 55 $posts = $this->entryhelper->get_posts($conf); 63 foreach ($posts as $row) {
|
/plugin/autotweet/ |
H A D | plugin.info.txt | 6 desc Automatically posts tweets to your Twitter app when pages are changed.
|
/plugin/bloglinks/ |
H A D | plugin.info.txt | 6 desc Displays a link to the previous and the next blog entry above posts in configured namespaces
|
/plugin/dokusioc/ |
H A D | action.php | 223 // 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 D | Google_BloggerService.php | 429 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 D | extends.rst | 206 {% for post in posts %} 236 {% for post in posts %} 247 {% if posts is empty %} 267 {% if posts is empty %}
|
/plugin/discoursesearch/ |
H A D | asyncsearch.js | 46 var post = _.filter( data.posts, this.id );
|
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/ |
H A D | exclusion_strategies.rst | 246 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 D | README.md | 134 "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 D | circle.player.css | 10 * Artwork inspired by: http://forrst.com/posts/Untitled-CJz
|
/plugin/blogtng/helper/ |
H A D | entry.php | 248 $posts = $this->get_posts($conf); 249 if (!$posts) return ''; 257 foreach ($posts as $row) {
|
/plugin/importfacebookevents/nppBackup/ |
H A D | syntax.php.2018-03-08_163705.bak | 356 // Handle wall posts
|
H A D | syntax.php.2018-03-08_165255.bak | 363 // Handle wall posts
|
H A D | syntax.php.2018-03-08_163658.bak | 357 // Handle wall posts
|
H A D | syntax.php.2018-03-08_163718.bak | 356 // Handle wall posts
|
H A D | syntax.php.2018-03-08_164623.bak | 356 // Handle wall posts
|
H A D | syntax.php.2018-03-08_164706.bak | 360 // Handle wall posts
|
H A D | syntax.php.2018-03-08_165027.bak | 362 // Handle wall posts
|