Home
last modified time | relevance | path

Searched refs:getRecentPosts (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/p5-WordPress-XMLRPC/WordPress-XMLRPC-2.12/t/
H A D04_XMLRPC_post.t45 my $getRecentPosts = $w->getRecentPosts;
46 ok( ref $getRecentPosts eq 'ARRAY', 'getRecent Posts returns array ref');
47 ## $getRecentPosts
H A D02_XMLRPC.t56 for my $m (qw(getRecentPosts getUsersBlogs)){
H A D10_XMLRPC.out1022 ### $method_name: 'getRecentPosts'
/dports/net/p5-Net-Blogger/Net-Blogger-1.03/lib/Net/Blogger/Engine/
H A DMovabletype.pm53 sub getRecentPosts { subroutine
67 return $self->SUPER::getRecentPosts($args);
H A DSlash.pm129 sub getRecentPosts { subroutine
/dports/net/p5-Net-Blogger/Net-Blogger-1.03/lib/Net/Blogger/API/
H A DExtended.pm111 my ($ok,@pids) = $self->getRecentPosts(numposts=>20);
118 ($ok,@pids) = $self->getRecentPosts(numposts=>20);
H A DCore.pm182 sub getRecentPosts { subroutine
/dports/www/pear-Services_Delicious/Services_Delicious-0.6.0/examples/
H A DgetPosts.php12 $posts = $dlc->getRecentPosts();
/dports/www/pear-Services_Blogging/Services_Blogging-0.2.4/Services/Blogging/
H A DExtendedDriver.php67 abstract public function getRecentPosts($number = 15); function in Services_Blogging_ExtendedDriver
/dports/www/pear-Services_Blogging/Services_Blogging-0.2.4/Services/Blogging/Driver/
H A DMetaWeblog.php201 public function getRecentPosts($number = 15) function in Services_Blogging_Driver_MetaWeblog
243 $arPosts = $this->getRecentPosts($number);
H A DLiveJournal.php358 public function getRecentPosts($number = 15) function in Services_Blogging_Driver_LiveJournal
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/node_exporter/vendor/github.com/mattn/go-xmlrpc/
H A DREADME.md19 "metaWeblog.getRecentPosts",
/dports/www/pear-Services_Delicious/Services_Delicious-0.6.0/tests/
H A DServices_DeliciousTest.php28 $result = $this->sd->getRecentPosts();
/dports/sysutils/node_exporter/node_exporter-1.2.2/vendor/github.com/mattn/go-xmlrpc/
H A DREADME.md19 "metaWeblog.getRecentPosts",
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/xml/rpc/
H A Dmetaweblogapi.php193 public function getRecentPosts() function in MetaWeblogApi
200 $ret =& $xoopsapi->getRecentPosts(false);
H A Dbloggerapi.php184 public function getRecentPosts() function in BloggerApi
193 $ret =& $xoopsapi->getRecentPosts(false);
H A Dxoopsapi.php274 public function &getRecentPosts($respond = true) function in XoopsApi
/dports/net/p5-Net-MovableType/Net-MovableType-1.74/t/
H A Dbasic.t73 my $recentPosts = $mt->getRecentPosts(10);
/dports/net/p5-Net-Blogger/Net-Blogger-1.03/lib/Net/Blogger/Engine/Userland/
H A DmetaWeblog.pm99 sub getRecentPosts { subroutine
/dports/www/pear-Services_Delicious/Services_Delicious-0.6.0/Services/
H A DDelicious.php332 function getRecentPosts($tags = array(), $max = 15) function in Services_Delicious
/dports/net/p5-Net-Blogger/Net-Blogger-1.03/
H A DChanges13 - Added metaWeblog.getRecentPosts to Userland::metaWeblog API
246 Added Blogger API getRecentPosts method.
H A DREADME17 my ($ok,@p) = $b->getRecentPosts(numposts=>20);
154 $pkg->getRecentPosts(\%args)
/dports/net/p5-Net-MovableType/Net-MovableType-1.74/
H A DMovableType.pm298 sub getRecentPosts { subroutine
H A DREADME11 my $entries = $mt->getRecentPosts(5);
258 Another way of browsing a list of entries, is through "getRecentPosts()"
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-xmlrpc_services.php348 function getRecentPosts($params) function

12