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 last modified time

12345678910>>...16

/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingRenderer.php30 $this->prompts[$plugin] = $info['name'];
H A DSettingString.php28 $input = '<input id="config___' . $key . '" name="config[' . $key .
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php84 ['select-user', 'select-user-groups', 'update-user-info:name']
118 * @param string $user the user name
154 * name string full name of the user
158 * @param string $user the user name
191 * @param string $name
196 public function createUser($user, $clear, $name, $mail, $grps = null)
210 $userdata = ['user' => $user, 'clear' => $clear, 'hash' => $hash, 'name' => $name, 'mail' => $mail];
264 // changing the user name
236 createUser($user, $clear, $name, $mail, $grps = null) global() argument
[all...]
/dokuwiki/lib/plugins/acl/
H A Dadmin.php357 '<input type="text" name="acl_w" class="edit" value="%s" />',
367 echo '<input type="hidden" name="ns" value="' . hsc($this->ns) . '" />';
368 echo '<input type="hidden" name="id" value="' . hsc($ID) . '" />';
369 echo '<input type="hidden" name="do" value="admin" />';
370 echo '<input type="hidden" name="page" value="acl" />';
371 echo '<input type="hidden" name="sectok" value="' . getSecurityToken() . '" />';
423 echo '<button type="submit" name="cmd[save]">' . $lang['btn_save'] . '</button>';
425 echo '<button type="submit" name="cmd[save]">' . $lang['btn_update'] . '</button>';
426 echo '<button type="submit" name="cmd[del]">' . $lang['btn_delete'] . '</button>';
642 echo '<input type="hidden" name
763 makeCheckboxes($setperm, $ispage, $name) global() argument
[all...]
/dokuwiki/vendor/geshi/geshi/
H A DLICENSE293 <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 DTHANKS286 Do you want your name in here? Help me out! Make a language file, or suggest a new
H A Dbuild.xml2 <project name="GeSHi" default="pack" basedir=".">
11 <property name="version" value="1.0.9.1" />
12 <property name="stability" value="stable" />
13 <property name="zipfile" value="${phing.project.name}-${version}.zip" />
14 <property name="gzfile" value="${phing.project.name}-${version}.tar.gz" />
15 <property name="bz2file" value="${phing.project.name}-${version}.tar.bz2" />
16 <property name
[all...]
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dactionscript.php102 'mouseWheelEnabled', 'moveTo', 'Movieclip', 'MovieClipLoader', 'multiline', 'muted', 'name', 'names', 'NaN',
H A Dalgol68.php26 * - removed bulk of local variables from name space.
H A Dapplescript.php62 'sep','october','oct','november','nov','december','dec','minutes','hours', 'name', 'default answer',
H A Dasm.php130 'cmps','cmpsb','cmpsw',/*'cmpsd',*/ 'cmpsq', /*CMPSD conflicts with the SSE2 instructions of the same name*/
131 'movs','movsb','movsw',/*'movsd',*/ 'movsq', /*MOVSD conflicts with the SSE2 instructions of the same name*/
205 /*'pmulhrw',*/'pmachriw','pmulhriw', /* PMULHRW conflicts with the 3dnow! instruction of the same name */
H A Dfreebasic.php66 "mutexdestroy", "mutexlock", "mutexunlock", "name", "next", "not", "oct", "on",
H A Dgenero.php218 "NAME",
H A Dicon.php83 'localnames', 'log', 'many', 'map', 'match', 'member', 'mkdir', 'move', 'name', 'numeric',
/dokuwiki/lib/plugins/config/
H A Dadmin.php95 echo '<div class="no"><input type="hidden" name="id" value="' . $ID . '" /></div>';
190 echo '<input type="hidden" name="do" value="admin" />';
191 echo '<input type="hidden" name="page" value="config" />';
194 echo '<input type="hidden" name="save" value="1" />';
195 echo '<button type="submit" name="submit" accesskey="s">' . $lang['btn_save'] . '</button>';
257 $name = $setting->prompt($this);
258 $toc[] = html_mktocitem($setting->getKey(), $name, 2);
/dokuwiki/lib/plugins/config/core/
H A DLoader.php199 * @param string $extname name of the extension
230 * @param string $extname name of the extension
256 * @param string $extname name of the extension
/dokuwiki/lib/plugins/
H A Dindex.html5 <meta name="robots" content="noindex" />
/dokuwiki/inc/
H A Dpageutils.php31 * @param string $param the $_REQUEST variable name, default 'id'
465 $name = substr($id, 0, -1 * strlen($ext[0]) - 1);
466 $fn = $conf['mediaolddir'] . '/' . utf8_encodeFN($name . '.' . ( (int) $rev ) . '.' . $ext[0]);
597 * Returns the name of a cachefile from given data
603 * @param string $data This data is used to create a unique md5 name
698 * @param string $file file name
728 * @param string $file file name
H A Dsearch.php22 * @param callback $func Callback (function name or array with object,method)
208 msg(hsc($info['id']) . ' is not a valid file name for DokuWiki - skipped', -1);
275 msg(hsc($id) . ' is not a valid file name for DokuWiki - skipped', -1);
510 msg(hsc($item['id']) . ' is not a valid file name for DokuWiki - skipped', -1);
H A Dtemplate.php250 $head['meta'][] = ['name' => 'generator', 'content' => 'DokuWiki'];
281 'name' => 'theme-color',
342 $head['meta'][] = ['name' => 'robots', 'content' => 'index,follow'];
344 $head['meta'][] = ['name' => 'robots', 'content' => 'noindex,nofollow'];
352 $head['meta'][] = ['name' => 'robots', 'content' => 'noindex,follow'];
355 $head['meta'][] = ['name' => 'robots', 'content' => 'index,follow'];
357 $head['meta'][] = ['name' => 'robots', 'content' => 'noindex,nofollow'];
364 $head['meta'][] = ['name' => 'keywords', 'content' => implode(',', $INFO['meta']['subject'])];
366 $head['meta'][] = ['name' => 'keywords', 'content' => str_replace(':', ',', $ID)];
473 * @param string $name
421 tpl_link($url, $name, $more = '', $return = false) global() argument
442 tpl_pagelink($id, $name = null, $return = false) global() argument
[all...]
H A Dtoolbar.php16 * @param string $varname Name of the JS variable to fill
198 'name' => 'mediaselect',
272 $sig = str_replace(['@NAME@', '@MAIL@'], '', $sig);
274 $sig = str_replace('@NAME@', $INFO['userinfo']['name'] ?? "", $sig);
H A Dio.php19 * $data[0] ns: The colon separated namespace path minus the trailing page name.
23 * @param string $basedir - the config name of the type to delete (datadir or mediadir usally)
64 * $data[1] ns: The colon separated namespace path minus the trailing page name. (false if root ns)
65 * $data[2] page_name: The wiki page name.
196 * $data[1] ns: The colon separated namespace path minus the trailing page name. (false if root ns)
197 * $data[2] page_name: The wiki page name.
477 * $data[0] ns: The colon separated namespace path minus the trailing page name.
520 * @param string $file file name
640 * - if successful will return the name used for the saved file, false otherwise
644 * @param bool $useAttachment true: try to use name o
[all...]
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php20 * Name of the file which determine if the the autosubmit is enabled,
31 * Name of the file which determine when the popularity data was manually
/dokuwiki/inc/parser/
H A Dxhtml.php54 * Key 'name': the section name/title
83 if (isset($args[2])) $data['name'] = $args[2];
253 $data['name'] = $text;
824 * @param string $link The link name
843 * @param string $name name for the link
847 public function locallink($hash, $name = null, $returnonly = false)
850 $name = $this->_getLinkTitle($name,
787 locallink($hash, $name = null, $returnonly = false) global() argument
818 internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content') global() argument
905 externallink($url, $name = null, $returnonly = false) global() argument
969 interwikilink($match, $name, $wikiName, $wikiUri, $returnonly = false) global() argument
1026 windowssharelink($url, $name = null, $returnonly = false) global() argument
1066 emaillink($address, $name = null, $returnonly = false) global() argument
[all...]
H A Dxhtmlsummary.php9 * Headings have their a name link removed and section editing links

12345678910>>...16