Home
last modified time | relevance | path

Searched refs:details (Results 1 – 24 of 24) sorted by last modified time

/dokuwiki/lib/plugins/authpdo/
H A DREADME25 GNU General Public License for more details.
27 See the COPYING file in your DokuWiki folder for details
/dokuwiki/vendor/geshi/geshi/
H A DLICENSE304 GNU General Public License for more details.
316 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
318 under certain conditions; type `show c' for details.
/dokuwiki/lib/plugins/extension/
H A Dstyle.less196 dl.details {
255 dl.details dd a.donate {
265 dl.details {
H A Dcli.php320 * @param bool $details display details argument
324 protected function listExtensions($list, $details, $filter = '')
383 if (!$details) continue;
/dokuwiki/inc/lang/nl/
H A Dregistermail.txt1 Een nieuwe gebruiker heeft zich geregistreerd. Dit zijn de details:
H A Dmailtext.txt1 Er is een pagina in je DokuWiki toegevoegd of gewijzigd. Hier zijn de details:
H A Duploadmail.txt1 Er is een bestand geüpload naar uw DokuWiki. Hier zijn de details;
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dbasic.less97 details,
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php114 * @param bool $details display details
116 protected function listUsers(bool $details = false)
126 if ($details) {
141 * @param bool $notify display details
119 listUsers(bool $details = false) global() argument
/dokuwiki/inc/lang/en/
H A Dmailtext.txt1 A page in your DokuWiki was added or changed. Here are the details:
H A Dregistermail.txt1 A new user has registered. Here are the details:
H A Duploadmail.txt1 A file was uploaded to your DokuWiki. Here are the details:
/dokuwiki/
H A DCOPYING304 GNU General Public License for more details.
316 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
318 under certain conditions; type `show c' for details.
/dokuwiki/conf/
H A Dmysql.conf.php.example7 * See comments of every statement for details.
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt58 For details about namespaces see [[doku>namespaces]].
86 * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in ''conf/lang/en/lang.php'' (more details at [[doku>localization#changing_some_localized_texts_and_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php>
/dokuwiki/lib/plugins/styling/
H A DREADME25 GNU General Public License for more details.
27 See the COPYING file in your DokuWiki folder for details
/dokuwiki/lib/scripts/
H A Dmedia.js82 // loading file details
83 .on('click', 'div.panelContent a', dw_mediamanager.details)
89 .on('click', '.qq-upload-file a', dw_mediamanager.details);
91 // changing opened tab in the file details panel
93 .on('click', 'ul.tabs a', dw_mediamanager.details)
97 .on('submit', '#page__revisions', dw_mediamanager.details)
98 .on('click', '#page__revisions a', dw_mediamanager.details)
100 .on('submit', '#mediamanager__save_meta', dw_mediamanager.details)
102 .on('submit', '#mediamanager__btn_delete', dw_mediamanager.details)
104 .on('submit', '#mediamanager__btn_restore', dw_mediamanager.details)
[all...]
/dokuwiki/inc/
H A DLogger.php58 * @param mixed $details Any details that should be added to the log entry
63 public static function error($message, $details = null, $file = '', $line = 0) argument
67 $details,
77 * @param mixed $details Any details that should be added to the log entry
82 public static function debug($message, $details = null, $file = '', $line = 0)
86 $details,
96 * @param mixed $details Any details tha
79 debug($message, $details = null, $file = '', $line = 0) global() argument
95 deprecated($message, $details = null, $file = '', $line = 0) global() argument
112 log($message, $details = null, $file = '', $line = 0) global() argument
[all...]
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE484 Lesser General Public License for more details.
H A DReadMe.txt34 call the method setParams() - please see the inline documentation for details.
/dokuwiki/lib/plugins/config/lang/en/
H A Dintro.txt3 Use this page to control the settings of your DokuWiki installation. For help on individual settings refer to [[doku>config]]. For more details about this plugin see [[doku>plugin:config]].
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md43 Please also check the [API Docs](https://splitbrain.github.io/slika/) for details.
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php661 $details = 'File revision: ' . $fileRev . ' ' . dformat($fileRev, "%Y-%m-%d %H:%M:%S") . "\n"
663 Logger::error($msg, $details, $this->getFilename());
/dokuwiki/inc/File/
H A DPageFile.php241 $details = '(' . $wrong_timestamp . ' -> ' . $revInfo['date'] . ')';
242 Logger::error($msg, $details, $fileLastMod);