/plugin/blogtng/db/ |
H A D | update0005.sql | 6 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 D | update0004.sql | 48 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 D | update0001.sql | 5 blog, field 16 CREATE INDEX idx_entries_blog ON entries(blog);
|
/plugin/blogtng/action/ |
H A D | edit.php | 63 $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 D | BlogUserInfo.php | 37 public function setBlog(Blog $blog) argument 39 $this->blog = $blog; 46 return $this->blog;
|
H A D | Page.php | 84 public function setBlog(PageBlog $blog) argument 86 $this->blog = $blog; 93 return $this->blog;
|
H A D | Comment.php | 76 public function setBlog(CommentBlog $blog) argument 78 $this->blog = $blog; 85 return $this->blog;
|
H A D | Post.php | 107 public function setBlog(PostBlog $blog) argument 109 $this->blog = $blog; 116 return $this->blog;
|
/plugin/miniblog/ |
H A D | README | 3 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 D | plugin.info.txt | 6 desc A minimum blog setup
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_BloggerService.php | 669 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 D | plugin.info.txt | 7 url https://blog.dyndn.es/doku.php/blog/2018/10/09_plugin_isauth
|
/plugin/blog/ |
H A D | plugin.info.txt | 2 base blog 8 url https://www.dokuwiki.org/plugin:blog
|
/plugin/pagetemplater/ |
H A D | README.md | 4 …blog 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 D | BlogPost.yml | 2 xml_root_name: blog-post
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/case/ |
H A D | BlogPost.yml | 2 xml_root_name: blog-post
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/exclude_none/ |
H A D | BlogPost.yml | 2 xml_root_name: blog-post
|
/plugin/rdplink/RdpEncrypt/GuiVersion/ |
H A D | RDP_Encrypt_Homepage.url | 4 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 D | BlogPost.yml | 2 xml_root_name: blog-post
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/ |
H A D | 6f097c298a7abf4c032c4314920c49c8.asciidoc | 10 'blog',
|
/plugin/tiledblog/ |
H A D | plugin.info.txt | 6 desc Tile an existing blog
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A D | breaking-changes.asciidoc | 32 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 D | plugin.info.txt | 7 url http://philip-p-ide.uk/doku.php/blog:articles:software:doku_dlcounter
|
/plugin/copypage/images/pagetools/ |
H A D | license.txt | 4 URL: http://blog.twg.ca/2009/09/free-iphone-toolbar-icons/
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/ |
H A D | BREAKING_CHANGES.md | 16 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.
|