Home
last modified time | relevance | path

Searched refs:admin (Results 26 – 50 of 204) sorted by relevance

123456789

/plugin/farmer/
H A Ddeleted.files6 admin/createAnimal.php
7 admin/foo.php
/plugin/accscounter/lang/pt-br/
H A Dmngintro.txt14    * [[?do=admin&page=accscounter&action=mng&mode=existente|Mostrar o log de páginas existentes]]
16    * [[?do=admin&page=accscounter&action=mng&mode=deletado|Mostrar o log de páginas inexistentes]]
18    * [[?do=admin&page=accscounter&action=mng&mode=all|Mostrar o log de todas as páginas (incluindo …
/plugin/displaywikipage/
H A DCHANGELOG.md18 - [DWP-3] - Added LICENSE, README.md, CHANGELOG.md, admin page, admin svg icon, and some code clean…
/plugin/referrers/
H A DCHANGELOG.md18 - [RE-1] - Added LICENSE, README.md, CHANGELOG.md, admin page, admin svg icon, and some code cleanup
/plugin/removeold/
H A DREADME10 This is an admin plugin available via admin manager to delete listed files
/plugin/structtemplate/_vagrant/
H A Dprovision_dokuwiki.sh139 $conf['superuser'] = '@admin';
187 admin:${DW_ADMIN_HASH}:DokuWiki Administrator:${dw_admin_email}:admin,user
/plugin/blogtng/
H A Dadmin.php25 private $admin; variable in admin_plugin_blogtng
68 $this->admin = $INPUT->extract('admin')->str('admin'); //can be post or get
70 $this->admin = '';
74 if(!in_array($this->admin, $noSecTokenNeeded) && !checkSecurityToken()) {
75 $this->admin = '';
84 switch($this->admin) {
123 $this->admin = '';
188 if($this->admin) {
196 switch($this->admin) {
212 if($this->admin == 'comment_edit') {
[all …]
/plugin/textmodule/
H A DREADME.md3 …e buttons can be defined in the admin section and can be used to insert text modules, which are al…
/plugin/archivegenerator/lang/en/
H A Dintro.txt5 ''admin'' user is created. Please provide email and password for that admin user below.
/plugin/404manager/
H A DREADME.md30 * Redirection to a target page for a source page with the admin page
49 You can configure the 404 Manager Plugin in the Configuration settings admin page.
64 To go to the admin page, click on the admin button in the bottom of your page and click on the 404 …
66 ![404manager in the admin page](https://github.com/gerardnico/dokuwiki-plugin-404manager/blob/maste…
68 You will see the admin page for the 404 Manager Plugin. This page allow you to set up redirects to …
70 ![404manager plugin admin page](https://github.com/gerardnico/dokuwiki-plugin-404manager/blob/maste…
132 With the SQLite plugin, the data can be queried directly through its admin page.
/plugin/subconfhelper/
H A Dadmin.php21 if (!isset($_REQUEST['vhost']['admin'])) { $admin = null; }
23 $admin = (is_array($_REQUEST['vhost']['admin'])) ? key( $_REQUEST['vhost']['admin'] )
39 switch($admin) {
/plugin/move/
H A Ddeleted.files6 admin.php
14 admin/simple.php
/plugin/dokukiwix/
H A DINSTALL5 1: Install the plugin with the plugin manager, in the admin section.
25 You are done! Start the script from the admin panel in dokuwiki. Output will go to /lib/plugins/dok…
/plugin/actionlink/
H A Dsyntax.php138 case 'admin':
141 $renderer->doc .=$this->tpll_link(wl($ID,'do=admin'),$title,'class="action admin"');
/plugin/dwcommits/
H A DREADME13 The databases created by this plugin can be queried from the admin panel and
17 Please read the documentation in the admin panel or on the plugin web site
/plugin/xtern/
H A Daction.php32 $admin = false;
35 if(in_array('admin', $groups)) $admin = true;
37 if($admin && !function_exists("curl_init")) {
/plugin/groupmanager/
H A DREADME42 <code>~~groupmanager|wg_mygroup_reader, wg_mygroup_editor|harald, @admin~~</code>
44 …reader ‘ and ‘ wg_mygroup_editor ‘ can be managed by user ‘harald’ and members of the group ‘admin
55 3. Group-admins may assign the group-admin role to other users!
57 group admin (including admins)
/plugin/authjoomla3/
H A DREADME.md9 - Navigate to your doku wiki config page (doku.php?id=start&do=admin&page=config)
17 …trator` group are locally renamed (means it happens only on dokuwiki) to `admin` in order to make …
/plugin/konsole/
H A Ddeleted.files1 admin.php
/plugin/cleanup/lang/ru/
H A Dintro.txt3 …ьзуемых файлов. То, что считается старым, может быть установлено в [[?do=admin&page=config|настро…
/plugin/cleanup/lang/ko/
H A Dintro.txt3 이 플러그인은 오래되고, 아마 사용되지 않는 파일에 대한 데이터 디렉터리를 확인할 수 있습니다. 오래되었다고 간주되면, [[?do=admin&page=config|환경 설정]]에…
/plugin/cleanup/lang/ja/
H A Dintro.txt4 古いとみなす範囲は[[?do=admin&page=config|設定管理]]内で設定できます。
/plugin/groupmgr/
H A DREADME25 ~~GROUPMGR|groupa, groupb|joe, @admin~~
27 and members of the group 'admin'
/plugin/authhiorgserver/conf/
H A Ddefault.php11 $conf['admin_users'] = 'admin@xxx'; // zum Testen: Passwort dieses Users = admin
/plugin/ifauthex/_test/
H A Dtest_page.txt5 <ifauth admin>

123456789