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 176 – 200 of 391) sorted by last modified time

12345678910>>...16

/dokuwiki/inc/Remote/
H A DApi.php24 * 'name' => 'method name in class',
32 * core methods begin by a 'dokuwiki' or 'wiki' followed by a . and the method name itself.
35 * plugin methods are formed like 'plugin.<plugin name>.<method name>'.
116 * @param string $method name of the method to call.
112 coreMethodExist($name) global() argument
H A DApiCore.php130 * @param string $user The user name
952 $res = media_save(['name' => $ftmp], $media, $overwrite, $auth, 'rename');
/dokuwiki/bin/
H A Ddwpage.php62 'How to name the local checkout',
137 'The name of the metadata item to be retrieved.' . "\n" .
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Doctave.php57 // string we assert to not follow a variable name (letters, digits and
H A Doorexx.php65 'metaclass', 'mixinclass', 'name', 'nomethod', 'nostring',
H A Doracle8.php48 //Put your package names here - e.g. select distinct ''''|| lower(name) || ''',' from user_source;
H A Doxygene.php16 * - New keywords & updated languge name
H A Dpostgresql.php80 'MINUTE','MINVALUE','MODE','MONTH','MOVE','NAME','NAMES','NATIONAL',
H A Dpowershell.php124 '-NoClobber', '-NewName', '-Newest', '-Namespace', '-Name', '-Month', '-Minutes', '-Minute',
H A Dprogress.php152 'GET-BYTES-AVAILABLE','GET-CALLBACK-PROC-CONTEXT','GET-CALLBACK-PROC-NAME','GET-CGI-LIST',
156 'GET-ERROR-ROW ','GET-FILE-NAME ','GET-FILE-OFFSET ','GET-FIRST',
157 'GET-GREEN-VALUE','GET-HEADER-ENTRY','GET-INDEX-BY-NAMESPACE-NAME','GET-INDEX-BY-QNAME',
165 'GET-TYPE-BY-NAMESPACE-NAME','GET-TYPE-BY-QNAME','GET-URI-BY-INDEX','GET-VALUE-BY-INDEX',
166 'GET-VALUE-BY-NAMESPACE-NAME','GET-VALUE-BY-QNAME','GET-WAIT-STATE','IMPORT-NODE',
238 'PDBNAME','PROC-HANDLE','PROC-STATUS','PROGRAM-NAME',
266 'BUFFER-HANDLE','BUFFER-LINES','BUFFER-NAME','BUFFER-VALUE',
267 'BYTES-READ','BYTES-WRITTEN','CACHE','CALL-NAME',
276 'COM-HANDLE','COMPLETE','CONFIG-NAME','CONTEXT-HELP',
285 'DDE-ITEM','DDE-NAME','DD
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/XML/Declaration/
H A DParser.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
/dokuwiki/vendor/splitbrain/php-archive/
H A Dphpunit.xml12 <testsuite name="Test Suite">
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/conf/
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 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...]
/dokuwiki/inc/Subscriptions/
H A DRegistrationSubscriptionSender.php10 * @param string $login login name of the new user
11 * @param string $fullname full name of the new user
H A DSubscriberManager.php207 $u = rawurldecode($m[1]); // decode the user name
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DLICENSE16 3. Neither the name of the copyright holder nor the names of its
/dokuwiki/inc/Ui/Media/
H A DDisplayTile.php42 echo '<dd class="name">';
/dokuwiki/inc/Ui/
H A DMediaRevisions.php92 $RevInfo->showFileName(), // name of page or media
H A DPageRevisions.php94 $RevInfo->showFileName(), // name of page or media
H A DRecent.php90 $RevInfo->showFileName(), // name of page or media
190 $html .= '<button type="submit" name="first[' . $first . ']" accesskey="n"'
198 $html .= '<button type="submit" name="first[' . $last . ']" accesskey="p"'
/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/
H A Dfeed.php
/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.

12345678910>>...16