Home
last modified time | relevance | path

Searched refs:details (Results 1 – 25 of 27) sorted by relevance

12

/dokuwiki/inc/
DLogger.php61 * @param mixed $details Any details that should be added to the log entry
66 public static function error($message, $details = null, $file = '', $line = 0) argument
70 $details,
80 * @param mixed $details Any details that should be added to the log entry
85 public static function debug($message, $details = null, $file = '', $line = 0) argument
89 $details,
99 * @param mixed $details Any details that should be added to the log entry
104 public static function deprecated($message, $details = null, $file = '', $line = 0) argument
108 $details,
118 * @param mixed $details Any details that should be added to the log entry
[all …]
/dokuwiki/inc/lang/nl/
Dregistermail.txt1 Een nieuwe gebruiker heeft zich geregistreerd. Dit zijn de details:
Duploadmail.txt1 Er is een bestand geüpload naar uw DokuWiki. Hier zijn de details;
Dmailtext.txt1 Er is een pagina in je DokuWiki toegevoegd of gewijzigd. Hier zijn de details:
/dokuwiki/inc/lang/en/
Dregistermail.txt1 A new user has registered. Here are the details:
Duploadmail.txt1 A file was uploaded to your DokuWiki. Here are the details:
Dmailtext.txt1 A page in your DokuWiki was added or changed. Here are the details:
/dokuwiki/lib/plugins/authpdo/
DREADME25 GNU General Public License for more details.
27 See the COPYING file in your DokuWiki folder for details
/dokuwiki/lib/plugins/styling/
DREADME25 GNU General Public License for more details.
27 See the COPYING file in your DokuWiki folder for details
/dokuwiki/lib/scripts/
Dmedia.js83 .on('click', 'div.panelContent a', dw_mediamanager.details)
89 .on('click', '.qq-upload-file a', dw_mediamanager.details);
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)
106 .on('submit', '.btn_newer, .btn_older', dw_mediamanager.details);
409 details: function (event) {
/dokuwiki/lib/plugins/usermanager/
Dcli.php114 * @param bool $details display details
116 protected function listUsers(bool $details = false) argument
126 if ($details) {
/dokuwiki/lib/plugins/config/lang/en/
Dintro.txt3 …ion. For help on individual settings refer to [[doku>config]]. For more details about this plugin…
/dokuwiki/_test/tests/inc/parser/
Dparser_media.test.php19 array('externalmedia',array($file,null,null,null,null,'cache','details')),
27 $url = $Renderer->externalmedia($file,null,null,null,null,'cache','details',true);
/dokuwiki/lib/plugins/extension/
Dcli.php273 * @param bool $details display details
278 protected function listExtensions($list, $details, $filter = '') argument
342 if (!$details) continue;
Dstyle.less202 > .details {
206 details {
243 .details {
DGuiExtension.php43 $html .= $this->details();
200 protected function details() function in dokuwiki\\plugin\\extension\\GuiExtension
/dokuwiki/inc/File/
DPageFile.php241 $details = '(' . $wrong_timestamp . ' -> ' . $revInfo['date'] . ')';
242 Logger::error($msg, $details, $fileLastMod);
/dokuwiki/inc/ChangeLog/
DChangeLog.php661 … $details = 'File revision: ' . $fileRev . ' ' . dformat($fileRev, "%Y-%m-%d %H:%M:%S") . "\n"
663 Logger::error($msg, $details, $this->getFilename());
/dokuwiki/vendor/splitbrain/slika/
DREADME.md43 Please also check the [API Docs](https://splitbrain.github.io/slika/) for details.
/dokuwiki/vendor/simplepie/simplepie/idn/
DReadMe.txt34 call the method setParams() - please see the inline documentation for details.
/dokuwiki/lib/tpl/dokuwiki/css/
Dbasic.less97 details,
/dokuwiki/vendor/geshi/geshi/
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/
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/
Dmysql.conf.php.example7 * See comments of every statement for details.
/dokuwiki/_test/data/pages/wiki/
Dsyntax.txt58 For details about namespaces see [[doku>namespaces]].
86 …or all users), put the following line in ''conf/lang/en/lang.php'' (more details at [[doku>localiz…

12