Home
last modified time | relevance | path

Searched +full:name -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 391) sorted by path

12345678910>>...16

/dokuwiki/
H A DCOPYING293 <one line to give the program's name and a brief idea of what it does.>
294 Copyright (C) <year> <name of author>
315 Gnomovision version 69, Copyright (C) year name of author
H A Dfeed.php
/dokuwiki/bin/
H A Ddwpage.php62 'How to name the local checkout',
137 'The name of the metadata item to be retrieved.' . "\n" .
H A Dgittool.php46 'name of the extension to install, prefix with \'template:\' for templates',
58 'name of the extension to install, prefix with \'template:\' for templates',
H A Dplugin.php75 foreach ($list as $name) {
76 $plugin = $this->loadPlugin($name);
82 ['', $name, $info['desc']],
92 * @param string $name
95 protected function loadPlugin($name)
97 [$basename] = explode('_', $name); // might be a sub component
101 $class = "cli_plugin_$name";
91 loadPlugin($name) global() argument
/dokuwiki/conf/
H A Dacronyms.conf13 DNS Domain Name System
H A Ddokuwiki.php17 $conf['start'] = 'start'; //name of start page
21 $conf['sidebar'] = 'sidebar'; //name of sidebar in root namespace (if template supports it)
39 $conf['signature'] = ' --- //[[@MAIL@|@NAME@]] @DATE@//'; //signature see wiki page for details
40 $conf['showuseras'] = 'loginname'; // 'loginname' users login name
41 // 'username' users full name
50 $conf['useheading'] = 0; //use the first heading in a page as its name
H A Dinterwiki.conf4 # {NAME} this is replaced by the wikiname as given in the document
14 # If no placeholder is defined the urlencoded name is appended to the URL
19 wp https://en.wikipedia.org/wiki/{NAME}
20 wpfr https://fr.wikipedia.org/wiki/{NAME}
21 wpde https://de.wikipedia.org/wiki/{NAME}
22 wpes https://es.wikipedia.org/wiki/{NAME}
23 wppl https://pl.wikipedia.org/wiki/{NAME}
24 wpjp https://ja.wikipedia.org/wiki/{NAME}
25 wpru https://ru.wikipedia.org/wiki/{NAME}
26 wpmeta https://meta.wikipedia.org/wiki/{NAME}
[all...]
H A Dlicense.php11 'name' => 'CC0 1.0 Universal',
15 'name' => 'Public Domain',
19 'name' => 'CC Attribution 4.0 International',
23 'name' => 'CC Attribution-Share Alike 4.0 International',
27 'name' => 'GNU Free Documentation License 1.3',
31 'name' => 'CC Attribution-Noncommercial 4.0 International',
35 'name' => 'CC Attribution-Noncommercial-Share Alike 4.0 International',
H A Dmediameta.php40 array('File.Name')),
H A Dmysql.conf.php.example13 * gid name
62 * %{user} user name
64 * %{dgroup} default group name
71 AND name='%{dgroup}'";
76 * 'name' the user's full name
83 * %{user} user name
85 $conf['plugin']['authmysql']['getUserInfo'] = "SELECT pass, CONCAT(firstname,' ',lastname) AS name, email AS mail
91 * member of. The plugin accesses the group name as 'group' so an alias
95 * %{user} user name
[all...]
H A Dusers.auth.php.dist9 # login:passwordhash:Real Name:email:groups,comma,separated
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt60 Linking to a specific section is possible, too. Just add the section name behind a hash character as known from HTML. This links to [[syntax#internal|this Section]].
406 [[wiki:DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http://qbnz.com/highlighter/|GeSHi]] Generic Syntax Highlighter -- so any language supported by GeSHi is supported. The syntax uses the same code and file blocks described in the previous section, but this time the name of the language syntax to be highlighted is included inside the tag, e.g. ''<nowiki><code java></nowiki>'' or ''<nowiki><file java></nowiki>''.
426 When you use the ''%%<code>%%'' or ''%%<file>%%'' syntax as above, you might want to make the shown code available for download as well. You can do this by specifying a file name after language code like this:
/dokuwiki/inc/Action/
H A DAbstractAction.php17 /** @var string holds the name of the action (lowercase class name, no namespace) */
23 * @param string $actionname the name of this action (see getActionName() for caveats)
82 * Returns the name of this action
84 * This is usually the lowercased class name, but may differ for some actions.
H A DAdmin.php28 // retrieve admin plugin name from $_REQUEST['page']
H A DRedirect.php32 //get section name when coming from section edit
H A DResendpwd.php164 'FULLNAME' => $userinfo['name'],
170 $mail->to($userinfo['name'] . ' <' . $userinfo['mail'] . '>');
H A DSubscribe.php97 hsc($INFO['userinfo']['name']),
108 hsc($INFO['userinfo']['name']),
/dokuwiki/inc/
H A DActionRouter.php122 * @param string $from current action name
123 * @param string $to new action name
170 * This translates the given name to a class name by uppercasing the first letter.
173 * Action will always have the full original action set as Name
H A DAjax.php22 * @param string $call name of the ajax call
67 $name = $title;
71 $name = noNS($id) . ' (' . $ns . ')';
73 $name = $id;
76 echo '<li>' . html_wikilink(':' . $id, $name) . '</li>';
276 $id = $INPUT->post->str('mediaid', $_FILES['qqfile']['name']);
434 $name = $lang['upperns'];
436 $name = hsc($item['id']);
439 echo '<a href="' . $link . '" title="' . hsc($item['id']) . '" class="wikilink1">' . $name . '</a>';
/dokuwiki/inc/Cache/
H A DCache.php17 public $cache = ''; // cache file name
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php140 * - user: user name
590 * - user: user name
H A DChangeLogTrait.php36 'user' => $info[4], // user name
H A DRevisionInfo.php31 * - user: user name
169 * name of the page or media file
/dokuwiki/inc/Debug/
H A DDebugHelper.php85 * @param string $propertyName The name of the deprecated property

12345678910>>...16