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 151 – 175 of 391) sorted by path

12345678910>>...16

/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php9 * $meta[<setting name>] = array(<handler class id>,<param name> => <param value>);
11 * <handler class id> is the handler class name without the "setting_" prefix
60 * language string, indexed by <setting name>_o_<choice>, if one exists
/dokuwiki/lib/plugins/extension/
H A Dcli.php51 'One or more extensions to install. Either by name or download URL',
331 foreach ($list as $name) {
332 $ext->setExtension($name);
H A Dplugin.info.txt5 name Extension Manager
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 })
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php68 * Set the name of the extension this instance shall represents, triggers loading the local and remote data
240 * Get the name of the installation directory
242 * @return string The name of the installation directory
262 * Get the display name of the extension
264 * @return string The display name
268 if (!empty($this->localInfo['name'])) return $this->localInfo['name'];
269 if (!empty($this->remoteInfo['name'])) return $this->remoteInfo['name'];
274 * Get the author name o
[all...]
H A Dgui.php54 foreach ($pluginlist as $name) {
55 $extension->setExtension($name);
87 foreach ($tpllist as $name) {
88 $extension->setExtension("template:$name");
136 foreach ($result as $name) {
137 $extension->setExtension($name);
H A Dlist.php83 $this->form .= '<input type="hidden" name="' . hsc($key) . '" value="' . hsc($value) . '" />';
129 * @param string $class The class name
176 * Generate the class name for the row of the extension
179 * @return string The class name
434 $name = shorten($base, $long, 55);
436 $html = '<a href="' . hsc($url) . '" class="urlextern">' . hsc($name) . '</a>';
638 $name = 'fn[' . $action . '][' . hsc($extension->getID()) . ']';
640 $html = '<button class="' . $classes . '" name="' . $name . '" type="submit" ' . $title . '>' .
H A Drepository.php36 foreach ($list as $name) {
37 $cache = new Cache('##extension_manager##' . $name, '.repo');
40 !isset($this->loaded_extensions[$name]) &&
44 $this->loaded_extensions[$name] = true;
45 $request_data['ext'][] = $name;
107 * @param string $name The plugin name to get the data for, template names need to be prefix by 'template:'
110 public function getData($name)
112 $cache = new Cache('##extension_manager##' . $name, '.repo');
115 !isset($this->loaded_extensions[$name])
98 getData($name) global() argument
[all...]
/dokuwiki/lib/plugins/
H A Dindex.html5 <meta name="robots" content="noindex" />
/dokuwiki/lib/plugins/info/
H A Dplugin.info.txt5 name Info Plugin
H A Dsyntax.php138 [$name, /* part */] = explode('_', $p, 2);
139 $plginfo[$name] = $po->getInfo();
147 $renderer->externallink($info['url'], $info['name']);
180 $hid = $this->addToToc($info['name'], 2, $renderer);
181 $doc = '<h2><a name="' . $hid . '" id="' . $hid . '">' . hsc($info['name']) . '</a></h2>';
187 $title = '$' . $p . '->' . $method['name'] . '()';
189 $doc .= '<h3><a name="' . $hid . '" id="' . $hid . '">' . hsc($title) . '</a></h3>';
/dokuwiki/lib/plugins/logviewer/
H A Dplugin.info.txt5 name logviewer plugin
/dokuwiki/lib/plugins/popularity/
H A Dadmin.php32 return $this->getLang('name');
134 . '<textarea class="edit" rows="10" cols="80" readonly="readonly" name="data">'
141 . '<input type="checkbox" name="autosubmit" id="autosubmit" '
145 . '<input type="hidden" name="do" value="admin" />'
146 . '<input type="hidden" name="page" value="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
H A Dplugin.info.txt5 name Popularity Feedback Plugin
/dokuwiki/lib/plugins/revert/
H A Dadmin.php75 echo '<input type="text" name="filter" class="edit" value="' . hsc($INPUT->str('filter')) . '" /> ';
128 echo '<input type="hidden" name="filter" value="' . hsc($filter) . '" />';
145 echo '<input type="checkbox" name="revert[]" value="' . hsc($recent['id']) .
H A Dplugin.info.txt5 name Revert Manager
/dokuwiki/lib/plugins/safefnrecode/
H A Dplugin.info.txt5 name safefnrecode plugin
/dokuwiki/lib/plugins/styling/
H A Dadmin.php87 $name = tpl_getLang($key);
88 if (empty($name)) $name = $this->getLang($key);
89 if (empty($name)) $name = $key;
92 echo '<td><label for="tpl__' . hsc($key) . '">' . $name . '</label></td>';
93 echo '<td><input type="' . $this->colorType($value) . '" name="tpl[' . hsc($key) . ']" ' .
101 echo '<button type="submit" name="run[preview]" class="btn_preview primary">' .
104 echo '<button type="submit" name="run[reset]">' . $this->getLang('btn_reset') . '</button>';
108 echo '<button type="submit" name
[all...]
H A Dplugin.info.txt5 name styling plugin
H A Dpopup.php25 <meta name="viewport" content="width=device-width,initial-scale=1" />
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php124 // submit button name is of the form - fn[cmd][param(s)]
249 self::IMAGE_DIR . 'search.png" name="fn[search][new]" title="' .
251 echo '<td><input type="text" name="userid" class="edit" value="' . $this->htmlFilter('user') . '" /></td>';
252 echo '<td><input type="text" name="username" class="edit" value="' . $this->htmlFilter('name') . '" /></td>';
253 echo '<td><input type="text" name="usermail" class="edit" value="' . $this->htmlFilter('mail') . '" /></td>';
254 echo '<td><input type="text" name="usergroups" class="edit" value="' . $this->htmlFilter('grps') . '" /></td>';
263 * @var string $name
270 echo '<td class="centeralign"><input type="checkbox" name="delete[' . hsc($user) .
281 echo '<td>' . hsc($name)
512 htmlInputField($id, $name, $label, $value, $cando, $required, $indent = 0) global() argument
[all...]
H A Dcli.php34 $options->registerArgument('name', 'Full name', false, 'add');
41 $options->registerArgument('name', 'Username(s), comma-seperated', true, 'delete');
45 $options->registerArgument('name', 'Username', true, 'addtogroup');
50 $options->registerArgument('name', 'Username', true, 'removefromgroup');
127 $content[] = $user['name'];
155 [$login, $mail, $name, $grps, $pass] = $args;
174 if ($auth->triggerUserMod('create', [$login, $pass, $name, $mail, $grps])) {
226 [$name, $newgrps] = $args;
228 $oldinfo = $auth->getUserData($name);
[all...]
H A Dplugin.info.txt5 name User Manager
/dokuwiki/lib/scripts/
H A Dbehaviour.js122 * This includes a workaround a weird behaviour when the submit button has a name
161 $list = $form.find("input[name='sub_style'][value='list']");
162 $digest = $form.find("input[name='sub_style'][value='digest']");
164 $form.find("input[name='sub_target']")
191 var $all = jQuery('input[type="checkbox"][name="rev2[]"]', $revisions);

12345678910>>...16