| /dokuwiki/inc/ |
| H A D | Logger.php | 61 * @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/_test/tests/inc/parser/ |
| H A D | parser_media.test.php | 19 array('externalmedia',array($file,null,null,null,null,'cache','details')), 27 $url = $Renderer->externalmedia($file,null,null,null,null,'cache','details',true); 61 array('externalmedia', array($file, null, null, null, null, 'cache', 'details')), 69 $url = $Renderer->externalmedia($file, null, null, null, null, 'cache', 'details', true); 96 array('internalmedia',array($file,null,null,null,null,'cache','details')), 104 $url = $Renderer->externalmedia($file,null,null,null,null,'cache','details',true); 141 $url = $Renderer->externalmedia($file, $title, null, null, null, 'cache', 'details', true); 154 … array('internalmedia',array($file,'This is a simple text.',null,null,null,'cache','details')), 169 array('internalmedia',array($file,'We got a { here.',null,null,null,'cache','details')), 184 array('internalmedia',array($file,'We got a } here.',null,null,null,'cache','details')), [all …]
|
| /dokuwiki/lib/plugins/authpdo/ |
| H A D | README | 25 GNU General Public License for more details. 27 See the COPYING file in your DokuWiki folder for details
|
| /dokuwiki/lib/plugins/styling/ |
| H A D | README | 25 GNU General Public License for more details. 27 See the COPYING file in your DokuWiki folder for details
|
| /dokuwiki/inc/lang/en/ |
| H A D | registermail.txt | 1 A new user has registered. Here are the details:
|
| H A D | uploadmail.txt | 1 A file was uploaded to your DokuWiki. Here are the details:
|
| H A D | mailtext.txt | 1 A page in your DokuWiki was added or changed. Here are the details:
|
| /dokuwiki/inc/lang/nl/ |
| H A D | registermail.txt | 1 Een nieuwe gebruiker heeft zich geregistreerd. Dit zijn de details:
|
| H A D | mailtext.txt | 1 Er is een pagina in je DokuWiki toegevoegd of gewijzigd. Hier zijn de details:
|
| H A D | uploadmail.txt | 1 Er is een bestand geüpload naar uw DokuWiki. Hier zijn de details;
|
| /dokuwiki/inc/lang/de-informal/ |
| H A D | registermail.txt | 1 Ein neuer Benutzer hat sich registriert. Hier sind die Details:
|
| H A D | uploadmail.txt | 1 Eine Datei wurde in deinem Wiki hochgeladen. Hier sind die Details:
|
| H A D | mailtext.txt | 1 Eine Seite in deinem Wiki wurde geändert oder neu angelegt. Hier sind die Details:
|
| /dokuwiki/inc/lang/de/ |
| H A D | registermail.txt | 1 Ein neuer Benutzer hat sich registriert. Hier sind die Details:
|
| H A D | uploadmail.txt | 1 Eine Datei wurde in Ihrem Wiki hochgeladen. Hier sind die Details:
|
| H A D | mailtext.txt | 1 Eine Seite in Ihrem Wiki wurde geändert oder neu angelegt. Hier sind die Details:
|
| /dokuwiki/inc/Menu/Item/ |
| H A D | Profile.php | 22 $this->svg = DOKU_INC . 'lib/images/menu/account-card-details.svg';
|
| /dokuwiki/lib/plugins/config/lang/de-informal/ |
| H A D | intro.txt | 3 …r Hilfe zu individuellen Einstellungen gehe zu [[doku>config]]. Für mehr Details über diese Erweit…
|
| /dokuwiki/lib/plugins/config/lang/en/ |
| H A D | intro.txt | 3 …ion. For help on individual settings refer to [[doku>config]]. For more details about this plugin…
|
| /dokuwiki/lib/plugins/usermanager/ |
| H A D | cli.php | 114 * @param bool $details display details 116 protected function listUsers(bool $details = false) argument 126 if ($details) { 141 * @param bool $notify display details
|
| /dokuwiki/lib/scripts/ |
| H A D | media.js | 82 // 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/lib/plugins/extension/ |
| H A D | style.less | 202 > .details { 206 details { 243 .details {
|
| H A D | GuiExtension.php | 42 $html .= '<div class="details">'; 43 $html .= $this->details(); 196 * Create the details section 200 protected function details() function in dokuwiki\\plugin\\extension\\GuiExtension 202 $html = '<details>'; 203 $html .= '<summary>' . $this->getLang('details') . '</summary>'; 275 $html .= '</details>';
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ |
| H A D | ECParameters.php | 29 * -- Details for SpecifiedECDomain can be found in [X9.62].
|
| /dokuwiki/lib/plugins/authad/adLDAP/collections/ |
| H A D | adLDAPContactCollection.php | 25 * Lesser General Public License for more details.
|