Home
last modified time | relevance | path

Searched +full:namespace +(+path:plugin +path:blog) -(+path:plugin +path:blog +path:lang) (Results 1 – 8 of 8) sorted by relevance

/plugin/blog/syntax/
H A Dblog.php40 if ($ns == '') $ns = cleanID($this->getConf('namespace'));
56 // get the blog entries for our namespace
160 * Displays links to older newer entries of the blog namespace
190 * Displays a form to enter the title of a new entry in the blog namespace
H A Darchive.php47 if ($ns == '') $ns = cleanID($this->getConf('namespace'));
79 // all entries from that namespace up to now
95 // get the blog entries for our namespace
H A Dautoarchive.php31 if ($ns == '') $ns = cleanID($this->getConf('namespace'));
46 // get the blog entries for our namespace
/plugin/blog/
H A Dhelper.php25 'namespace' => 'string',
39 * Get blog entries from a given namespace
47 // add pages in given namespace
H A Daction.php182 * Returns the ID of a new entry based on its namespace, title and the date prefix
/plugin/blog/conf/
H A Ddefault.php5 $conf['namespace'] = 'blog'; // default location for blog entries
H A Dmetadata.php8 $meta['namespace'] = array('string');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DBlog.php18 namespace Google\Service\Blogger;