Home
last modified time | relevance | path

Searched full:details (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/dokuwiki/inc/
H A 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/_test/tests/inc/parser/
H A 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);
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 DREADME25 GNU General Public License for more details.
27 See the COPYING file in your DokuWiki folder for details
/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/inc/lang/en/
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:
H A Dmailtext.txt1 A page in your DokuWiki was added or changed. Here are the details:
/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/inc/lang/de-informal/
H A Dregistermail.txt1 Ein neuer Benutzer hat sich registriert. Hier sind die Details:
H A Duploadmail.txt1 Eine Datei wurde in deinem Wiki hochgeladen. Hier sind die Details:
H A Dmailtext.txt1 Eine Seite in deinem Wiki wurde geändert oder neu angelegt. Hier sind die Details:
/dokuwiki/inc/lang/de/
H A Dregistermail.txt1 Ein neuer Benutzer hat sich registriert. Hier sind die Details:
H A Duploadmail.txt1 Eine Datei wurde in Ihrem Wiki hochgeladen. Hier sind die Details:
H A Dmailtext.txt1 Eine Seite in Ihrem Wiki wurde geändert oder neu angelegt. Hier sind die Details:
/dokuwiki/inc/Menu/Item/
H A DProfile.php22 $this->svg = DOKU_INC . 'lib/images/menu/account-card-details.svg';
/dokuwiki/lib/plugins/config/lang/de-informal/
H A Dintro.txt3 …r Hilfe zu individuellen Einstellungen gehe zu [[doku>config]]. Für mehr Details über diese Erweit…
/dokuwiki/lib/plugins/config/lang/en/
H A Dintro.txt3 …ion. For help on individual settings refer to [[doku>config]]. For more details about this plugin…
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php114 * @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 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/lib/plugins/extension/
H A Dstyle.less202 > .details {
206 details {
243 .details {
H A DGuiExtension.php42 $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 DECParameters.php29 * -- Details for SpecifiedECDomain can be found in [X9.62].
/dokuwiki/lib/plugins/authad/adLDAP/collections/
H A DadLDAPContactCollection.php25 * Lesser General Public License for more details.

12345678910>>...16