Home
last modified time | relevance | path

Searched refs:name (Results 51 – 75 of 143) sorted by relevance

123456

/dokuwiki/lib/plugins/extension/
H A Dscript.js54 var extension = $btn.attr('name').split('[')[2];
69 sectok: $btn.parents('form').find('input[name=sectok]').val()
128 $extlist.toggleClass( this.name );
129 DokuCookie.setValue('ext_'+this.name, $extlist.hasClass(this.name) ? '1' : '0');
135 var $input = jQuery( '<input />', { type: 'checkbox', name: chkName })
H A Dplugin.info.txt5 name Extension Manager
/dokuwiki/inc/lang/en/
H A Dupdateprofile.txt3 You only need to complete those fields you wish to change. You may not change your user name.
H A Dresendpwd.txt3 Please enter your user name in the form below to request a new password for your account in this wiki. A confirmation link will be sent to your registered email address.
/dokuwiki/inc/Parsing/
H A DParser.php59 * @param string $name argument
62 public function addMode($name, ModeInterface $Mode)
68 $this->modes[$name] = $Mode;
/dokuwiki/lib/plugins/logviewer/
H A Dplugin.info.txt5 name logviewer plugin
/dokuwiki/lib/plugins/acl/
H A Dplugin.info.txt5 name ACL Manager
/dokuwiki/lib/plugins/usermanager/
H A Dplugin.info.txt5 name User Manager
/dokuwiki/lib/plugins/info/
H A Dplugin.info.txt5 name Info Plugin
/dokuwiki/lib/tpl/dokuwiki/
H A Dtemplate.info.txt5 name DokuWiki Template
/dokuwiki/lib/plugins/config/
H A Dplugin.info.txt5 name Configuration Manager
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DOptions.php109 * @param string $arg argument name (just for help)
122 'name' => $arg,
157 * @param bool|string $needsarg does this option require an argument? give it a name here
215 * Note that command options will overwrite any global options with the same name
280 $opt = $this->setup[$this->command]['short'][$opt]; // store it under long name
347 * This will not contain any recognized options or the script name itself
396 $out = $this->colors->wrap('<' . $arg['name'] . '>', Colors::C_CYAN);
423 $name = '';
425 $name .= '-' . $opt['short'];
427 $name
[all...]
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php293 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data, empty to take from original
301 * @param string|FileInfo $fileinfo either the name to use in archive (string) or a FileInfo oject with all meta data, empty to take from original
321 $name = $fileinfo->getPath();
330 $name,
390 $name,
402 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data
425 $name = $fileinfo->getPath();
434 $name,
452 $name,
903 * @param string $name fil
907 makeCentralFileRecord($offset, $ts, $crc, $len, $clen, $name, $comp = null) global() argument
954 makeLocalFileHeader($ts, $crc, $len, $clen, $name, $comp = null) global() argument
[all...]
H A DFileInfo.php43 * @param string $name
47 public function __call($name, $arguments) argument
49 if($name === 'match') {
51 return call_user_func_array([$this, $name], $arguments);
54 trigger_error('Call to undefined method FileInfo::'.$name.'()', E_USER_ERROR);
/dokuwiki/lib/plugins/styling/
H A Dplugin.info.txt5 name styling plugin
/dokuwiki/lib/plugins/authpdo/
H A Dplugin.info.txt5 name authpdo plugin
/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...]
/dokuwiki/lib/plugins/authldap/
H A Dplugin.info.txt5 name LDAP Auth Plugin
/dokuwiki/lib/plugins/authplain/
H A Dplugin.info.txt5 name Plain Auth Plugin
/dokuwiki/lib/plugins/authad/
H A Dplugin.info.txt5 name Active Directory Auth Plugin
/dokuwiki/lib/plugins/popularity/
H A Dplugin.info.txt5 name Popularity Feedback Plugin
/dokuwiki/lib/plugins/revert/
H A Dplugin.info.txt5 name Revert Manager
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/inc/Form/
H A DDropdownElement.php21 * @param string $name The name of this form element
25 public function __construct($name, $options, $label = '') argument
27 parent::__construct('dropdown', $name, $label);
183 $attr['name'] .= '[]';
/dokuwiki/lib/plugins/safefnrecode/
H A Dplugin.info.txt5 name safefnrecode plugin

123456