Home
last modified time | relevance | path

Searched refs:blog (Results 1 – 25 of 138) sorted by relevance

123456

/plugin/blogtng/db/
H A Dupdate0005.sql6 blog, field
15 SELECT pid, page, title, blog, image, created, lastmod, author, login, mail
24 blog, field
36 CREATE INDEX idx_entries_blog ON entries(blog);
39 SELECT pid, page, title, blog, image, created, lastmod, author, login, mail, 'enabled'
H A Dupdate0004.sql48 blog, field
57 SELECT pid, page, title, blog, image, created, lastmod, author, login, email
66 blog, field
78 CREATE INDEX idx_entries_blog ON entries(blog);
81 SELECT pid, page, title, blog, image, created, lastmod, author, login, email, 1
H A Dupdate0001.sql5 blog, field
16 CREATE INDEX idx_entries_blog ON entries(blog);
/plugin/blogtng/action/
H A Dedit.php63 $blog = $this->entryhelper->get_blog();
64 $blog = $INPUT->post->str('post-blog', $blog);
65 if (!$blog && !$INFO['exists']) $blog = $this->getConf('default_blog');
170 $blog = $this->entryhelper->get_blog();
171 $blog = $INPUT->post->str('post-blog', $blog);
172 if (!$blog && !$INFO['exists']) {
173 $blog = $this->getConf('default_blog');
180 ->val($blog);
296 if (!in_array($blog, $blogs)) {
297 $blog = null;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DBlogUserInfo.php37 public function setBlog(Blog $blog) argument
39 $this->blog = $blog;
46 return $this->blog;
H A DPage.php84 public function setBlog(PageBlog $blog) argument
86 $this->blog = $blog;
93 return $this->blog;
H A DComment.php76 public function setBlog(CommentBlog $blog) argument
78 $this->blog = $blog;
85 return $this->blog;
H A DPost.php107 public function setBlog(PostBlog $blog) argument
109 $this->blog = $blog;
116 return $this->blog;
/plugin/miniblog/
H A DREADME3 A simple blog plugin that treats pages in 'blog' namespace as blog
4 entries, based on the following plugins: blog, include, blogtng, disqus.
10 1. Displaying a list of blog entries
12 2. Displaying a list of blog entries when using 'twentyfifteen' template
H A Dplugin.info.txt6 desc A minimum blog setup
/plugin/authgoogle/google/contrib/
H A DGoogle_BloggerService.php669 public $blog; variable in Google_BlogUserInfo
675 $this->blog = $blog;
678 return $this->blog;
700 public $blog; variable in Google_Comment
720 $this->blog = $blog;
723 return $this->blog;
888 public $blog; variable in Google_Page
904 $this->blog = $blog;
907 return $this->blog;
1038 public $blog; variable in Google_Post
[all …]
/plugin/isauth/
H A Dplugin.info.txt7 url   https://blog.dyndn.es/doku.php/blog/2018/10/09_plugin_isauth
/plugin/blog/
H A Dplugin.info.txt2 base blog
8 url https://www.dokuwiki.org/plugin:blog
/plugin/pagetemplater/
H A DREADME.md4blog plugin. The blog entries always have a plain look - unless you define some style for them, e.…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/accessor/
H A DBlogPost.yml2 xml_root_name: blog-post
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/case/
H A DBlogPost.yml2 xml_root_name: blog-post
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/exclude_none/
H A DBlogPost.yml2 xml_root_name: blog-post
/plugin/rdplink/RdpEncrypt/GuiVersion/
H A DRDP_Encrypt_Homepage.url4 URL=http://www.remkoweijnen.nl/blog/2007/10/18/how-rdp-passwords-are-encrypted/
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/exclude_all/
H A DBlogPost.yml2 xml_root_name: blog-post
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D6f097c298a7abf4c032c4314920c49c8.asciidoc10 'blog',
/plugin/tiledblog/
H A Dplugin.info.txt6 desc Tile an existing blog
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dbreaking-changes.asciidoc32 https://www.elastic.co/blog/moving-from-types-to-typeless-apis-in-elasticsearch-7-0[this]
33 blog post for more information.
/plugin/dlcounter/
H A Dplugin.info.txt7 url http://philip-p-ide.uk/doku.php/blog:articles:software:doku_dlcounter
/plugin/copypage/images/pagetools/
H A Dlicense.txt4 URL: http://blog.twg.ca/2009/09/free-iphone-toolbar-icons/
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DBREAKING_CHANGES.md16 APIs, and removed support for the _default_ mapping. Read [this](https://www.elastic.co/blog/moving-from-types-to-typeless-apis-in-elasticsearch-7-0)
17 blog post for more information.

123456