Home
last modified time | relevance | path

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

123456

/plugin/blogtng/db/
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'
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
Dupdate0001.sql5 blog, field
16 CREATE INDEX idx_entries_blog ON entries(blog);
/plugin/blogtng/action/
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');
71 …$event->data->insertElement($pos, form_makeMenuField('post-blog', $blogs, $blog, 'Blog', 'blogtng_…
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);
294 $blog = $INPUT->post->str('post-blog');
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
DBlogUserInfo.php37 public function setBlog(Blog $blog) argument
39 $this->blog = $blog;
46 return $this->blog;
DPage.php84 public function setBlog(PageBlog $blog) argument
86 $this->blog = $blog;
93 return $this->blog;
DComment.php76 public function setBlog(CommentBlog $blog) argument
78 $this->blog = $blog;
85 return $this->blog;
DPost.php107 public function setBlog(PostBlog $blog) argument
109 $this->blog = $blog;
116 return $this->blog;
/plugin/miniblog/
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
Dplugin.info.txt6 desc A minimum blog setup
/plugin/authgoogle/google/contrib/
DGoogle_BloggerService.php669 public $blog; variable in Google_BlogUserInfo
674 public function setBlog(Google_Blog $blog) { argument
675 $this->blog = $blog;
678 return $this->blog;
700 public $blog; variable in Google_Comment
719 public function setBlog(Google_CommentBlog $blog) { argument
720 $this->blog = $blog;
723 return $this->blog;
888 public $blog; variable in Google_Page
903 public function setBlog(Google_PageBlog $blog) { argument
[all …]
/plugin/isauth/
Dplugin.info.txt7 url   https://blog.dyndn.es/doku.php/blog/2018/10/09_plugin_isauth
/plugin/blog/
Dplugin.info.txt2 base blog
8 url https://www.dokuwiki.org/plugin:blog
/plugin/pagetemplater/
DREADME.md4blog plugin. The blog entries always have a plain look - unless you define some style for them, e.…
/plugin/rdplink/RdpEncrypt/GuiVersion/
DRDP_Encrypt_Homepage.url4 URL=http://www.remkoweijnen.nl/blog/2007/10/18/how-rdp-passwords-are-encrypted/
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
D6f097c298a7abf4c032c4314920c49c8.asciidoc10 'blog',
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
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/tiledblog/
Dplugin.info.txt6 desc Tile an existing blog
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
DBREAKING_CHANGES.md16 …APIs, and removed support for the _default_ mapping. Read [this](https://www.elastic.co/blog/movin…
17 blog post for more information.
/plugin/copypage/images/pagetools/
Dlicense.txt4 URL: http://blog.twg.ca/2009/09/free-iphone-toolbar-icons/
/plugin/dlcounter/
Dplugin.info.txt7 url http://philip-p-ide.uk/doku.php/blog:articles:software:doku_dlcounter
/plugin/acronym4glossary/
Dplugin.info.txt7 url http://blog.imho.at/20100819/artikel/dokuwiki-plugin-acronym4glossary
/plugin/searchstats/
Dplugin.info.txt7 url http://blog.imho.at/20100831/artikel/dokuwiki-plugin-searchstats
/plugin/bloglinks/
Dplugin.info.txt6 desc Displays a link to the previous and the next blog entry above posts in configured namespaces
/plugin/countdownv2/
Dplugin.info.txt7 url https://error-404.de/blog/software/countdownplugin

123456